User: obo     
Date: 2006/07/13 08:22:21

Modified:
   dba/dbaccess/source/filter/xml/xmlExport.hxx

Log:
 INTEGRATION: CWS dba204a (1.5.126); FILE MERGED
 2006/07/06 06:21:08 oj 1.5.126.1: #i66620# use of correct property types for 
tables

File Changes:

Directory: /dba/dbaccess/source/filter/xml/
===========================================

File [changed]: xmlExport.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlExport.hxx?r1=1.5&r2=1.6
Delta lines:  +4 -1
-------------------
--- xmlExport.hxx       8 Sep 2005 14:06:31 -0000       1.5
+++ xmlExport.hxx       13 Jul 2006 15:22:19 -0000      1.6
@@ -144,6 +144,7 @@
        mutable UniReference < XMLPropertySetMapper >   
m_xTableStylesPropertySetMapper;
        mutable UniReference < XMLPropertySetMapper >   
m_xColumnStylesPropertySetMapper;
        Reference<XPropertySet>                                                 
m_xDataSource;
+    sal_Bool                                        m_bAllreadyFilled;
 
        void                                    exportDataSource();
        void                                    exportLogin();
@@ -173,6 +174,7 @@
        void                                    exportTableName(XPropertySet* 
_xProp,sal_Bool _bUpdate);
        void                                    exportAutoStyle(XPropertySet* 
_xProp);
        void                                    exportColumns(const 
Reference<XColumnsSupplier>& _xColSup);
+    void                    collectComponentStyles();
 
        ::rtl::OUString                 implConvertAny(const Any& _rValue);
 
@@ -186,6 +188,7 @@
        virtual void                                    _ExportAutoStyles();
        virtual void                                    _ExportContent();
        virtual void                                    _ExportMasterStyles();
+    virtual void                                       _ExportFontDecls();
        virtual sal_uInt32                              exportDoc( enum 
::xmloff::token::XMLTokenEnum eClass );
        virtual SvXMLAutoStylePoolP*    CreateAutoStylePool();
 
@@ -195,7 +198,7 @@
        virtual                                 ~ODBExport(){};
 public:                                                
                                                        
-       ODBExport(const Reference< XMultiServiceFactory >& _rxMSF, sal_uInt16 
nExportFlag = EXPORT_CONTENT | EXPORT_AUTOSTYLES | EXPORT_PRETTY);
+       ODBExport(const Reference< XMultiServiceFactory >& _rxMSF, sal_uInt16 
nExportFlag = EXPORT_CONTENT | EXPORT_AUTOSTYLES | 
EXPORT_PRETTY|EXPORT_FONTDECLS);
        // XServiceInfo
        DECLARE_SERVICE_INFO_STATIC( );
 




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

Reply via email to