diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:46:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:46:39 +0000 |
commit | 02fee52fdd84d3c81d99746b6becb49dd780bf1b (patch) | |
tree | 07bd96aedd645f9358b1a30d68992fbfb23cd997 /dbaccess/source/ui/app/AppController.hxx | |
parent | 9b3042491debf2bdf6086dfaa72a4ed0d5314106 (diff) |
INTEGRATION: CWS dba22ui (1.14.64); FILE MERGED
2006/10/11 11:02:03 fs 1.14.64.2: RESYNC: (1.14-1.15); FILE MERGED
2006/10/10 07:18:57 fs 1.14.64.1: #i64651# add 'Edit in SQL View' command
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index 090d151fd65c..56b5fdca1481 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AppController.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2006-12-01 17:29:41 $ + * last change: $Author: kz $ $Date: 2006-12-13 16:46:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -196,11 +196,18 @@ namespace dbaui The name of the object to open @param _eType Defines the type to open - @param _bOpenDesignMode - If <TRUE/> the design mode opens for the element + @param _eOpenMode + denotes the mode in which to open the object + @param _nInstigatorCommand + denotes the command which instigated the action. Might be 0. @return the form or report model will only be returned, otherwise <NULL/> */ - ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > openElement(const ::rtl::OUString& _sName,ElementType _eType = E_TABLE,OLinkedDocumentsAccess::EOpenMode _eOpenMode = OLinkedDocumentsAccess::OPEN_NORMAL); + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > openElement( + const ::rtl::OUString& _sName, + ElementType _eType, + OLinkedDocumentsAccess::EOpenMode _eOpenMode, + sal_uInt16 _nInstigatorCommand = 0 + ); /** opens a new frame for creation or auto pilot @param _eType |