Tag: cws_dev300_dba30d
User: fs      
Date: 2008-06-01 20:53:10+0000
Modified:
   dba/dbaccess/source/ui/inc/UITools.hxx

Log:
 fillTreeListNames had one client only - moved to the respective class / 
+AppendConfigToken (was formerly declared as extern in the client file)

File Changes:

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

File [changed]: UITools.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/UITools.hxx?r1=1.35&r2=1.35.30.1
Delta lines:  +7 -26
--------------------
--- UITools.hxx 2008-04-10 15:21:37+0000        1.35
+++ UITools.hxx 2008-06-01 20:53:07+0000        1.35.30.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: UITools.hxx,v $
- * $Revision: 1.35 $
+ * $Revision: 1.35.30.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -104,7 +104,6 @@
 namespace dbaui
 {
 // .........................................................................
-       class IContainerFoundListener;
        class ODsnTypeCollection;
        class DBTreeListBox;
 
@@ -445,29 +444,6 @@
        */
        const SfxFilter* getStandardDatabaseFilter();
 
-       /** fills the tree list box with the elements from the given container 
and sub elements.
-               @param  _xContainer
-                       The container.
-               @param  _rList
-                       The list to fill.
-               @param  _nImageId
-                       For the leaf elements which do not support a 
XNameAccess, this denotes the resource id of the image to be used.
-               @param  _nHighContrastImageId
-                       For the leaf elements which do not support a 
XNameAccess, this denotes the resource id of the high contrast image to be used.
-               @param  _pParent
-                       The root entry.
-               @param  _pContainerFoundListener
-                       Will be called if a sub container was found
-       */
-       void fillTreeListNames(
-            const ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameAccess >& _xContainer,
-            DBTreeListBox& _rList,
-            USHORT _nImageId,
-            USHORT _nHighContrastImageId,
-            SvLBoxEntry* _pParent,
-            IContainerFoundListener* _pContainerFoundListener
-        );
-
        /** opens a save dialog to store a form or report folder in the current 
hierachy.
                @param  _pParent
                        The parent of the dialog.
@@ -506,6 +482,11 @@
             The multi service factory
        */
        ::com::sun::star::uno::Reference< 
::com::sun::star::util::XNumberFormatter > getNumberFormatter(const 
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& 
_rxConnection,const ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >& _rMF );
+
+       // this completes a help url with the system parameters "Language" and 
"System"
+       // detect installed locale
+    void AppendConfigToken( ::rtl::OUString& _rURL, sal_Bool _bQuestionMark );
+
 // .........................................................................
 }
 // .........................................................................




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

Reply via email to