User: kz      
Date: 05/01/21 09:19:10

Modified:
 /dba/dbaccess/source/ui/inc/
  linkeddocuments.hxx

Log:
 INTEGRATION: CWS dba22 (1.7.22); FILE MERGED
 2005/01/04 11:48:43 oj 1.7.22.2: #i39671# remove some unused code for dbwiz
 2004/12/10 14:37:17 oj 1.7.22.1: #i29294# new class for uno based models and 
SendMail

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: linkeddocuments.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/linkeddocuments.hxx?r1=1.7&r2=1.8
Delta lines:  +9 -4
-------------------
--- linkeddocuments.hxx 27 Oct 2004 13:06:49 -0000      1.7
+++ linkeddocuments.hxx 21 Jan 2005 17:19:08 -0000      1.8
@@ -119,9 +119,16 @@
                        ,const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XConnection>& _xConnection
                        );
 
+               enum EOpenMode
+               {
+                       OPEN_NORMAL,
+                       OPEN_DESIGN,
+                       OPEN_FORMAIL
+               };
+
                ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XComponent>           open(const ::rtl::OUString& 
_rLinkName
                                                                                
                                                                                
        ,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& 
_xDefinition
-                                                                               
                                                                                
        , sal_Bool _bReadOnly = sal_True);
+                                                                               
                                                                                
        , EOpenMode _eOpenMode = OPEN_NORMAL);
 
                ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XComponent>           newForm(sal_Int32 _nNewFormId
                                                                
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& 
_xDefinition);
@@ -147,8 +154,6 @@
 
                sal_Bool                newTableWithPilot(
                                                        const String& 
_rDataSourceName,
-                                                       const sal_Int32 
_nCommandType,
-                                                       const String& 
_rObjectName,
                                                        const 
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& 
_rxConnection
                                                );
 
@@ -160,7 +165,7 @@
                };
                ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XComponent>   implOpen(const ::rtl::OUString& _rLinkName
                                                                
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& 
_xDefinition
-                                                               , sal_Bool 
_bReadOnly = sal_True);
+                                                               , EOpenMode 
_eOpenMode);
                void    implDrop(const ::rtl::OUString& _rLinkName);
        };
 




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

Reply via email to