User: kz      
Date: 2006/10/05 06:01:22

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

Log:
 INTEGRATION: CWS hsqlcsvstage1 (1.10.14); FILE MERGED
 2006/09/20 19:29:05 fs 1.10.14.2: #i10000#
 2006/09/20 11:43:56 fs 1.10.14.1: #i69696#, being stage 1 of issue #i69526#: 
merging changes from CWS hsqlcsv herein

File Changes:

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

File [changed]: AppView.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.hxx?r1=1.10&r2=1.11
Delta lines:  +5 -15
--------------------
--- AppView.hxx 28 Aug 2006 15:06:44 -0000      1.10
+++ AppView.hxx 5 Oct 2006 13:01:20 -0000       1.11
@@ -187,13 +187,10 @@
                        @param  _pEntry
                                The entry of a table, or query, form, report to 
get the qualified name. 
                                If the entry is <NULL/>, the first selected is 
chosen.
-                       @param  _xMetaData
-                               The meta data are used to create the table 
name, otherwise this may also be <NULL/>
                        @return
                                the qualified name
                */
-               ::rtl::OUString getQualifiedName(SvLBoxEntry* _pEntry
-                                                                               
,const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XDatabaseMetaData>& _xMetaData) const;
+               ::rtl::OUString getQualifiedName( SvLBoxEntry* _pEntry ) const;
 
                /** returns if an entry is a leaf
                        @param _pEntry
@@ -243,11 +240,8 @@
                /** returns the element names which are selected
                        @param  _rNames
                                The list will be filled.
-                       @param  _xMetaData
-                               Will be used when the table list should be 
filled.
                */
-               void getSelectionElementNames(::std::vector< ::rtl::OUString>& 
_rNames
-                       ,const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XDatabaseMetaData>& _xMetaData = NULL) const;
+               void getSelectionElementNames( ::std::vector< ::rtl::OUString>& 
_rNames ) const;
 
                /** adds a new object to the detail page.
                        @param  _eType
@@ -261,8 +255,7 @@
                */
                SvLBoxEntry* elementAdded(ElementType _eType
                                                ,const ::rtl::OUString& _rName
-                                               ,const 
::com::sun::star::uno::Any& _rObject
-                                               ,const 
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& 
_rxConn = NULL);
+                                               ,const 
::com::sun::star::uno::Any& _rObject );
 
                /** replaces a objects name with a new one
                        @param  _eType
@@ -278,9 +271,7 @@
                */
                void elementReplaced(ElementType eType
                                                ,const ::rtl::OUString& 
_rOldName
-                                               ,const ::rtl::OUString& 
_rNewName
-                                               ,const 
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& 
_rxConn = NULL
-                        ,const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface>& _xObject = NULL);
+                                               ,const ::rtl::OUString& 
_rNewName );
 
                /** removes an element from the detail page.
                        @param  _eType
@@ -291,8 +282,7 @@
                                If we remove a table, the connection must be 
set.
                */
                void elementRemoved(ElementType _eType
-                                                       ,const ::rtl::OUString& 
_rName
-                                                       ,const 
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& 
_rxConn);
+                                                       ,const ::rtl::OUString& 
_rName );
 
                /** clears the selection in the icon choice control and calls 
the handler
                */




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

Reply via email to