Tag: cws_src680_hsqlcsv User: fs Date: 2008-01-17 02:55:43+0000 Modified: dba/dbaccess/source/ui/inc/unodatbr.hxx
Log: RESYNC: (1.67-1.69); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: unodatbr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/unodatbr.hxx?r1=1.65.46.2&r2=1.65.46.3 Delta lines: +2 -17 -------------------- --- unodatbr.hxx 2006-12-18 08:01:41+0000 1.65.46.2 +++ unodatbr.hxx 2008-01-17 02:55:40+0000 1.65.46.3 @@ -275,8 +275,6 @@ virtual void ColumnChanged(); virtual void SelectionChanged(); - String getURL() const; - // methods for showing/hiding the explorer part sal_Bool haveExplorer() const; void hideExplorer(); @@ -361,15 +359,6 @@ TransferableHelper* implCopyObject( SvLBoxEntry* _pApplyTo, sal_Int32 _nCommandType, sal_Bool _bAllowConnection = sal_True ); - /** copies a table which was constructed by tags like HTML or RTF - @param _rDesc - The Drop descriptor - @param _bCheck - If set to <TRUE/> than the controller checks only if a copy is possible. - */ - sal_Bool copyTagTable( OTableCopyHelper::DropDescriptor& _rDesc - , sal_Bool _bCheck); - EntryType getEntryType( SvLBoxEntry* _pEntry ) const; EntryType getChildType( SvLBoxEntry* _pEntry ) const; sal_Bool isObject( EntryType _eType ) const { return ( etTableOrView== _eType ) || ( etQuery == _eType ); } @@ -471,12 +460,10 @@ // sets a frame title void setDefaultTitle(); +#ifdef DBG_UTIL // checks whether the given tree entry denotes a data source bool impl_isDataSourceEntry( SvLBoxEntry* _pEntry ) const; - - /// retrieves the database document to which a given connection belongs - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > - impl_nf_getDBDocumentForConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection ); +#endif /// retrieves the data source URL/name for the given entry representing a data source String getDataSourceAcessor( SvLBoxEntry* _pDataSourceEntry ) const; @@ -486,9 +473,7 @@ */ sal_Bool implGetQuerySignature( ::rtl::OUString& _rCommand, sal_Bool& _bEscapeProcessing ); - sal_Bool isEntryCutAllowed(SvLBoxEntry* _pEntry) const; sal_Bool isEntryCopyAllowed(SvLBoxEntry* _pEntry) const; - sal_Bool isEntryPasteAllowed(SvLBoxEntry* _pEntry) const; void copyEntry(SvLBoxEntry* _pEntry); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
