summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:44:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:44:48 +0000
commitb494f9ea5a6f325f549665c1935c50f1b1a4d521 (patch)
treebc984370182f0bba3e3d15123a39de2f8006ff8c /dbaccess/source
parent04e9b31bc660e586b32b14a2188e8ee5e0d883c0 (diff)
INTEGRATION: CWS insight02 (1.25.2); FILE MERGED
2004/08/13 14:28:19 oj 1.25.2.2: #i32563# toolbox changes 2004/08/13 08:52:55 oj 1.25.2.1: #i32563# toolbox changes
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index 781312411205..370b1de30977 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: brwctrlr.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:55:59 $
+ * last change: $Author: rt $ $Date: 2004-09-09 09:44:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -308,7 +308,7 @@ 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 void Execute(sal_uInt16 nId, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& aArgs);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > CreateForm();
// our default implementation simply instantiates a stardiv.one.form.component.Form service
@@ -373,6 +373,8 @@ namespace dbaui
// virtual sal_uInt16 SaveData(sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False);
// save all data if modified, maybe ask the user
+ virtual void loadSubToolbar(const ::com::sun::star::uno::Reference< drafts::com::sun::star::frame::XLayoutManager >& _xLayoutManager);
+
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getBoundField(sal_uInt16 nViewPos = (sal_uInt16)-1) const;
// a PropertySet corresponding to the cursor field a column is bound to
// if nViewPos is (sal_uInt16)-1 (the default) then the field for the current column will be retrieved