User: kz Date: 2006/12/13 08:46:42 Modified: dba/dbaccess/source/ui/app/AppController.hxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.hxx?r1=1.16&r2=1.17 Delta lines: +10 -3 -------------------- --- AppController.hxx 1 Dec 2006 17:29:41 -0000 1.16 +++ AppController.hxx 13 Dec 2006 16:46:39 -0000 1.17 @@ -196,11 +196,18 @@ 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
