From 02fee52fdd84d3c81d99746b6becb49dd780bf1b Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 13 Dec 2006 15:46:39 +0000 Subject: 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 --- dbaccess/source/ui/app/AppController.hxx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'dbaccess/source/ui/app/AppController.hxx') 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 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 */ - ::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 -- cgit