INTEGRATION: CWS sw30bf06 (1.4.48); FILE MERGED
2008/06/17 13:11:45 od 1.4.48.2: #i90780# Outline style - export property style:name introduced in ODF 1.2 - refactoring: remove unused methods 2008/06/09 07:35:06 od 1.4.48.1: #i89178# suppress export of new list level attributes, when writing ODF 1.0/1.1
This commit is contained in:
parent
a23a6dac8e
commit
72aab11c74
1 changed files with 13 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: xmlnume.hxx,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -57,6 +57,13 @@ class SvxXMLNumRuleExport
|
|||
const ::rtl::OUString sNumberingRules;
|
||||
const ::rtl::OUString sIsPhysical;
|
||||
const ::rtl::OUString sIsContinuousNumbering;
|
||||
// --> OD 2008-06-06 #i89178#
|
||||
// Boolean indicating, if properties for position-and-space-mode LABEL_ALIGNEMNT
|
||||
// are exported or not.
|
||||
// These properties have been introduced in ODF 1.2. Thus, its export have
|
||||
// to be suppressed on writing ODF 1.0 respectively ODF 1.1
|
||||
bool mbExportPositionAndSpaceModeLabelAlignment;
|
||||
// <--
|
||||
|
||||
void exportLevelStyles(
|
||||
const ::com::sun::star::uno::Reference<
|
||||
|
@ -96,8 +103,11 @@ public:
|
|||
const ::com::sun::star::uno::Reference<
|
||||
::com::sun::star::container::XIndexReplace > & xNumRule );
|
||||
|
||||
void Export( const ::rtl::OUString& rOutline, sal_Bool bContNumbering );
|
||||
void ExportOutline();
|
||||
// --> OD 2008-06-17 #i90780#
|
||||
// refactoring: removing unused methods
|
||||
// void Export( const ::rtl::OUString& rOutline, sal_Bool bContNumbering );
|
||||
// void ExportOutline();
|
||||
// <--
|
||||
|
||||
static sal_Bool GetOutlineStyles( XMLStringVector& rStyleNames,
|
||||
const ::com::sun::star::uno::Reference<
|
||||
|
|
Loading…
Reference in a new issue