summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/querycontroller.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-09 08:45:58 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-09 08:45:58 +0000
commit38cac613273b0fcff65c0f6b0a94eeecd569cfaf (patch)
tree5cb40d331f73570e1e01597a4c579cc0635a72d8 /dbaccess/source/ui/inc/querycontroller.hxx
parent8b694c74278c92edd5f732123af724481999b9ab (diff)
INTEGRATION: CWS insight02 (1.27.2); FILE MERGED
2004/08/13 08:52:55 oj 1.27.2.1: #i32563# toolbox changes
Diffstat (limited to 'dbaccess/source/ui/inc/querycontroller.hxx')
-rw-r--r--dbaccess/source/ui/inc/querycontroller.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/querycontroller.hxx b/dbaccess/source/ui/inc/querycontroller.hxx
index 641f68f05cba..210318d6ecff 100644
--- a/dbaccess/source/ui/inc/querycontroller.hxx
+++ b/dbaccess/source/ui/inc/querycontroller.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: querycontroller.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 16:01:44 $
+ * last change: $Author: rt $ $Date: 2004-09-09 09:45:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,11 +168,15 @@ namespace dbaui
// 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.
virtual FeatureState GetState(sal_uInt16 nId) const;
// execute a feature
- virtual void Execute(sal_uInt16 nId);
- virtual ToolBox* CreateToolBox(Window* pParent);
+ virtual void Execute(sal_uInt16 nId, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& aArgs);
virtual void reconnect( sal_Bool _bUI );
virtual void updateTitle( );
+ /** can be used to load sub toolbars, will be called by the <method>loadMenu</method>.
+ @param _xLayoutManager
+ The layout manager.
+ */
+ virtual void loadSubToolbar(const ::com::sun::star::uno::Reference< drafts::com::sun::star::frame::XLayoutManager >& _xLayoutManager);
OQueryContainerWindow* getContainer() const { return static_cast< OQueryContainerWindow* >( getView() ); }