diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-05 09:05:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-05 09:05:34 +0000 |
commit | d0c3902d53a1766ec2a3227b5b3f8654937e8afa (patch) | |
tree | e1d7cf2680d3f12270c24d7daa722f3f11eecee2 /svx | |
parent | 2b220de244a960a48e512ea06608ecbb8fa29d3d (diff) |
INTEGRATION: CWS mmeeks09 (1.26.194); FILE MERGED
2005/07/04 11:04:48 mmeeks 1.26.194.1: #i51304#
speedup startup
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx index 9d9922a870e1..ad19e9d5153a 100644 --- a/svx/source/inc/fmshimp.hxx +++ b/svx/source/inc/fmshimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmshimp.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: vg $ $Date: 2005-03-10 16:24:42 $ + * last change: $Author: obo $ $Date: 2005-07-05 10:05:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -597,6 +597,7 @@ public: /// classifies our host document ::svxform::DocumentType getDocumentType() const; + bool isEnhancedForm() const; /// determines whether our host document is currently read-only bool IsReadonlyDoc() const; @@ -606,6 +607,7 @@ public: inline sal_Bool IsSelectionUpdatePending(); void ForceUpdateSelection(sal_Bool bLockInvalidation); + ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel> getContextDocument() const; ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm> getInternalForm(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm>& _xForm) const; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> getInternalForm(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet>& _xForm) const; // if the form belongs to the controller (extern) displaying a grid, the according internal form will |