Tag: cws_src680_hsqlcsv
User: fs      
Date: 2006/12/17 23:50:48

Modified:
   dba/dbaccess/source/ui/app/AppController.hxx

Log:
 RESYNC: (1.15-1.17); FILE MERGED

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.14.46.1&r2=1.14.46.2
Delta lines:  +14 -7
--------------------
--- AppController.hxx   18 Sep 2006 13:56:28 -0000      1.14.46.1
+++ AppController.hxx   18 Dec 2006 07:50:46 -0000      1.14.46.2
@@ -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
@@ -522,7 +529,7 @@
                void refreshTables();
 
                /// @see 
<method>IApplicationElementNotification::onEntryDoubleClick</method>
-               virtual void onEntryDoubleClick(SvTreeListBox* _pTree);
+               virtual bool onEntryDoubleClick(SvTreeListBox* _pTree);
                /// @see 
<method>IApplicationElementNotification::onCreationClick</method>
                virtual void onCreationClick(const ::rtl::OUString& _sCommand);
                /// @see 
<method>IApplicationElementNotification::onContainerSelect</method>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to