INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED
2008/02/19 09:22:40 oj 1.2.70.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/25 13:56:00 oj 1.2.70.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.2.70.1: #i85225# changes for chart
This commit is contained in:
parent
006f6fbb02
commit
6093a2c1f2
1 changed files with 6 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: xmlHelper.hxx,v $
|
* $RCSfile: xmlHelper.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2008-01-29 13:46:02 $
|
* last change: $Author: kz $ $Date: 2008-03-05 18:03:34 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -67,6 +67,7 @@
|
||||||
class SvXMLImport;
|
class SvXMLImport;
|
||||||
class SvXMLExport;
|
class SvXMLExport;
|
||||||
class SvXMLStylesContext;
|
class SvXMLStylesContext;
|
||||||
|
class SvXMLTokenMap;
|
||||||
namespace rptxml
|
namespace rptxml
|
||||||
{
|
{
|
||||||
class OPropertyHandlerFactory : public ::xmloff::OControlPropertyHandlerFactory
|
class OPropertyHandlerFactory : public ::xmloff::OControlPropertyHandlerFactory
|
||||||
|
@ -104,6 +105,9 @@ namespace rptxml
|
||||||
|
|
||||||
static void copyStyleElements(const ::rtl::OUString& _sStyleName,const SvXMLStylesContext* _pAutoStyles,const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet>& _xProp);
|
static void copyStyleElements(const ::rtl::OUString& _sStyleName,const SvXMLStylesContext* _pAutoStyles,const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet>& _xProp);
|
||||||
static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet> createBorderPropertySet();
|
static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet> createBorderPropertySet();
|
||||||
|
|
||||||
|
static SvXMLTokenMap* GetReportElemTokenMap();
|
||||||
|
static SvXMLTokenMap* GetSubDocumentElemTokenMap();
|
||||||
};
|
};
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
} // rptxml
|
} // rptxml
|
||||||
|
|
Loading…
Reference in a new issue