2008/02/26 10:32:52 mst 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED
2008/01/16 14:56:55 mst 1.12.12.1: remove import of obsolete text:user-info-0 elements
cvs archeology revealed these have never been written by a published OOo version
- xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},
xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:
+ remove tokens user-info-[0-3]
+ remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens
+ remove XML_USER_INFO[0-3]
- xmloff/source/text/txtfldi.cxx:
+ remove all handling of user-info-[0-3] tokens
+ fix bug: the fixed attribute of text:user-defined fields was ignored
2007/12/21 13:21:43 mst 1.2.132.4: - xmloff/inc/xmloff/xmlimp.hxx:
+ remove method SvXMLImport::SetStatisticAttributes
- xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:
+ remove obsolete class SfxXMLMetaContext
2007/12/18 15:54:42 mst 1.2.132.3: - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:
+ add method SvXMLMetaDocumentContext::setBuildId, to initialize
BuildId property
+ convert relative URLs on import
2007/12/11 10:32:38 mst 1.2.132.2: - xmloff/inc/xmloff/xmlmetai.hxx,xmloff/source/core/ProgressBarHelper.cxx,
xmloff/source/meta/xmlmetae.cxx:
work around msci10's lack of standard compliance by not using
the c++ version of c standard library headers
2007/12/07 17:45:39 mst 1.2.132.1: refactoring to use XDocumentProperties instead of XDocumentInfo
on document import:
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:
+ make the service factory member protected
+ rename member isGraphicLoadOnDemmandSupported to something
less orthographically questionable
+ add method SetStatistics, to eventually replace SetStatisticAttributes
- xmloff/inc/MetaImportComponent.hxx,
xmloff/source/meta/MetaImportComponent.cxx:
+ refactor to use XDocumentProperties instead of XDocumentInfo
+ move SvXMLMetaDocumentContext over to header xmlmetai.hxx
- xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:
+ new class XMLDocumentBuilderContext, to eventually replace
SfxXMLMetaContext
+ SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext
2007/12/18 15:53:49 mst 1.2.132.2: - xmloff/inc/xmloff/xmlmetae.hxx, xmloff/source/meta/xmlmetae.cxx,
xmloff/source/meta/xmlversion.cxx:
+ remove class SfxXMLMetaExport; replaced by SvXMLMetaExport
+ SvXMLMetaExport::_Export replaces SfxXMLMetaExport::Export,
uses XDocumentProperties instead of XDocumentInfo
2007/12/07 18:51:47 mst 1.2.132.1: refactoring to use XDocumentProperties instead of XDocumentInfo
on document export:
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ turn lcl_GetProductName into static method SvXMLExport::GetProductName
+ updating of Generator string is now done in _ExportMeta
- xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:
+ use XDocumentProperties instead of XDocumentInfo
+ override _ExportMeta
- xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:
+ new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport
+ move lcl_GetProductName to xmlexp.cxx
2008/02/01 10:27:50 mst 1.3.122.3: RESYNC: (1.3-1.5); FILE MERGED
2007/12/21 13:21:43 mst 1.3.122.2: - xmloff/inc/xmloff/xmlimp.hxx:
+ remove method SvXMLImport::SetStatisticAttributes
- xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:
+ remove obsolete class SfxXMLMetaContext
2007/12/07 17:45:39 mst 1.3.122.1: refactoring to use XDocumentProperties instead of XDocumentInfo
on document import:
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:
+ make the service factory member protected
+ rename member isGraphicLoadOnDemmandSupported to something
less orthographically questionable
+ add method SetStatistics, to eventually replace SetStatisticAttributes
- xmloff/inc/MetaImportComponent.hxx,
xmloff/source/meta/MetaImportComponent.cxx:
+ refactor to use XDocumentProperties instead of XDocumentInfo
+ move SvXMLMetaDocumentContext over to header xmlmetai.hxx
- xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:
+ new class XMLDocumentBuilderContext, to eventually replace
SfxXMLMetaContext
+ SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext
2008/02/05 11:19:33 mst 1.5.56.3: interface change: SvXMLExport
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx,
xmloff/source/meta/MetaExportComponent.cxx:
+ remove SvXMLExport::GetProductName (now in unotools)
+ use DocInfoHelper instead
2007/12/18 15:56:10 mst 1.5.56.2: - inc/xmloff/xmlexp.hxx:
+ make method GetProductName public
2007/12/07 18:51:47 mst 1.5.56.1: refactoring to use XDocumentProperties instead of XDocumentInfo
on document export:
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ turn lcl_GetProductName into static method SvXMLExport::GetProductName
+ updating of Generator string is now done in _ExportMeta
- xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:
+ use XDocumentProperties instead of XDocumentInfo
+ override _ExportMeta
- xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:
+ new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport
+ move lcl_GetProductName to xmlexp.cxx
2008/02/01 10:27:47 mst 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED
2008/01/16 14:56:55 mst 1.7.42.1: remove import of obsolete text:user-info-0 elements
cvs archeology revealed these have never been written by a published OOo version
- xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},
xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:
+ remove tokens user-info-[0-3]
+ remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens
+ remove XML_USER_INFO[0-3]
- xmloff/source/text/txtfldi.cxx:
+ remove all handling of user-info-[0-3] tokens
+ fix bug: the fixed attribute of text:user-defined fields was ignored
2008/01/16 14:56:54 mst 1.174.58.1: remove import of obsolete text:user-info-0 elements
cvs archeology revealed these have never been written by a published OOo version
- xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},
xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:
+ remove tokens user-info-[0-3]
+ remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens
+ remove XML_USER_INFO[0-3]
- xmloff/source/text/txtfldi.cxx:
+ remove all handling of user-info-[0-3] tokens
+ fix bug: the fixed attribute of text:user-defined fields was ignored
2008/02/26 10:32:41 mst 1.37.18.2: RESYNC: (1.37-1.38); FILE MERGED
2008/01/16 14:54:25 mst 1.37.18.1: remove export of user-defined document info text fields
- xmloff/inc/txtflde.hxx:
+ remove FIELD_ID_DOCINFO_INFORMATION[0-3] from enum FieldIdEnum
- xmloff/source/text/txtflde.cxx:
+ remove export of the 4 document information text fields
2007/12/07 17:45:39 mst 1.6.82.1: refactoring to use XDocumentProperties instead of XDocumentInfo
on document import:
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:
+ make the service factory member protected
+ rename member isGraphicLoadOnDemmandSupported to something
less orthographically questionable
+ add method SetStatistics, to eventually replace SetStatisticAttributes
- xmloff/inc/MetaImportComponent.hxx,
xmloff/source/meta/MetaImportComponent.cxx:
+ refactor to use XDocumentProperties instead of XDocumentInfo
+ move SvXMLMetaDocumentContext over to header xmlmetai.hxx
- xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:
+ new class XMLDocumentBuilderContext, to eventually replace
SfxXMLMetaContext
+ SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext
2007/12/07 18:51:47 mst 1.8.82.1: refactoring to use XDocumentProperties instead of XDocumentInfo
on document export:
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ turn lcl_GetProductName into static method SvXMLExport::GetProductName
+ updating of Generator string is now done in _ExportMeta
- xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:
+ use XDocumentProperties instead of XDocumentInfo
+ override _ExportMeta
- xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:
+ new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport
+ move lcl_GetProductName to xmlexp.cxx
2007/12/03 09:26:20 od 1.8.4.3: RESYNC: (1.9-1.12); FILE MERGED
2007/10/01 10:51:22 od 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED
merge conflict resolved.
2007/09/17 12:40:59 od 1.8.4.1: #i81002# new XML token XML_NUMBER_NO_SUPERIOR and XML_NUMBER_ALL_SUPERIOR
2008/01/09 12:54:19 mba 1.35.56.3: TextImportHelper is not reentrant
2007/12/15 16:12:04 mod 1.35.56.2: RESYNC: (1.35-1.36); FILE MERGED
2007/11/29 11:07:28 mba 1.35.56.1: #i84074#: load and save annotations with rich text formatting
2007/12/15 16:12:00 mod 1.36.56.2: RESYNC: (1.36-1.37); FILE MERGED
2007/11/29 11:07:28 mba 1.36.56.1: #i84074#: load and save annotations with rich text formatting
2007/11/05 14:43:19 iha 1.9.12.3: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels
2007/10/30 13:55:08 bm 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED
2007/10/12 12:38:39 bm 1.9.12.1: #i7998# equations for regression curves
2007/10/02 08:42:51 bm 1.7.10.6: #i26795# export Property GroupBarPerAxis as group-bars-per-axis attribute
2007/09/28 10:37:42 iha 1.7.10.5: #i82051# Allow to display each part of a data label in a separate line
2007/09/24 11:27:40 bm 1.7.10.4: RESYNC: (1.7-1.9); FILE MERGED
2007/09/20 11:34:36 iha 1.7.10.3: #i24614# enable reverse scales
2007/09/20 07:37:19 iha 1.7.10.2: #i43489# allow to display value and percentage at the same time
2007/08/10 21:58:03 iha 1.7.10.1: #i37792# number format for data labels
2007/06/28 12:29:33 dr 1.2.42.2: #i66550# changes disabled
2007/06/15 15:41:40 dr 1.2.42.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr