User: kz Date: 2007-05-10 10:34:06+0000 Log: INTEGRATION: CWS dba23a (1.67.34); FILE MERGED 2007/02/26 10:34:01 fs 1.67.34.1: remove unused code Issue number: #i74776# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
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.67&r2=1.68 Delta lines: +2 -13 -------------------- --- unodatbr.hxx 2006-12-01 17:31:25+0000 1.67 +++ unodatbr.hxx 2007-05-10 10:34:04+0000 1.68 @@ -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,8 +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; +#endif /// retrieves the database document to which a given connection belongs ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > @@ -486,9 +477,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]
