INTEGRATION: CWS insight01 (1.25.104); FILE MERGED
2004/07/19 12:45:25 oj 1.25.104.7: new method updateTitle 2004/07/14 10:22:21 oj 1.25.104.6: #i30603# corret frame loading 2004/06/03 09:09:18 oj 1.25.104.5: merge to m40 2004/06/01 08:58:37 oj 1.25.104.4: RESYNC: (1.25-1.26); FILE MERGED 2004/03/08 07:27:00 oj 1.25.104.3: change to new menu layout 2003/12/17 09:16:05 oj 1.25.104.2: #111075# ongoing work 2003/07/29 12:20:51 oj 1.25.104.1: #111075# new virtual method
This commit is contained in:
parent
44ab0b835f
commit
0371c5bf36
1 changed files with 9 additions and 10 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: querycontroller.hxx,v $
|
||||
*
|
||||
* $Revision: 1.26 $
|
||||
* $Revision: 1.27 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2004-03-19 12:12:13 $
|
||||
* last change: $Author: hr $ $Date: 2004-08-02 16:01:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -156,11 +156,13 @@ namespace dbaui
|
|||
void deleteIterator();
|
||||
void executeQuery();
|
||||
void doSaveAsDoc(sal_Bool _bSaveAs);
|
||||
|
||||
void saveViewSettings(::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& _rViewProps);
|
||||
void loadViewSettings(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& _rViewProps);
|
||||
::rtl::OUString translateStatement( bool _bFireStatementChange = true );
|
||||
void updateTitle( );
|
||||
|
||||
|
||||
protected:
|
||||
virtual String getMenu() const;
|
||||
// all the features which should be handled by this class
|
||||
virtual void AddSupportedFeatures();
|
||||
// state of a feature. 'feature' may be the handle of a ::com::sun::star::util::URL somebody requested a dispatch interface for OR a toolbar slot.
|
||||
|
@ -170,6 +172,7 @@ namespace dbaui
|
|||
virtual ToolBox* CreateToolBox(Window* pParent);
|
||||
|
||||
virtual void reconnect( sal_Bool _bUI );
|
||||
virtual void updateTitle( );
|
||||
|
||||
|
||||
OQueryContainerWindow* getContainer() const { return static_cast< OQueryContainerWindow* >( getView() ); }
|
||||
|
@ -222,12 +225,6 @@ namespace dbaui
|
|||
static ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static(void) throw( ::com::sun::star::uno::RuntimeException );
|
||||
static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
|
||||
SAL_CALL Create(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >&);
|
||||
// lang::XInitialization
|
||||
virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw(::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
|
||||
|
||||
//
|
||||
virtual void Load(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxIn);
|
||||
virtual void Save(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOut);
|
||||
|
||||
protected:
|
||||
virtual OTableWindowData* createTableWindowData();
|
||||
|
@ -235,6 +232,8 @@ namespace dbaui
|
|||
// ask the user if the design should be saved when it is modified
|
||||
virtual short saveModified();
|
||||
virtual void reset();
|
||||
virtual void impl_initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments );
|
||||
|
||||
void resetImpl();
|
||||
|
||||
/// sets m_sStatement, and notifies our respective property change listeners
|
||||
|
|
Loading…
Reference in a new issue