Vladimir Glazounov
f6978b3fa4
INTEGRATION: CWS impress143 (1.65.40); FILE MERGED
...
2008/05/28 08:26:33 sj 1.65.40.1: #i85649# added user defined path
2008-07-01 21:56:39 +00:00
Vladimir Glazounov
b718cb75df
INTEGRATION: CWS odfmetadata (1.127.14); FILE MERGED
...
2008/06/26 11:13:54 mst 1.127.14.3: - xmloff/source/core/xmltoken.cxx:
+ fix resync mismerge
2008/06/25 10:00:48 mst 1.127.14.2: RESYNC: (1.127-1.128); FILE MERGED
2008/06/19 17:02:39 mst 1.127.14.1: #i90620#: interface change: xmloff
- xmloff/inc/xmlnmspe.hxx:
+ add namespace RDFA
- xmloff/source/core/nmspmap.cxx:
+ SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace
- xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:
+ new namespaces: XML_N_XML, XML_N_RDFA
+ new token: XML_META_FIELD
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:
+ new methods GetStreamPath(), SetXmlId()
+ SvXMLImport::_InitCtor():
add implicit namespace declaration for built-in "xml" prefix
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ new methods GetStreamPath(), AddAttributeXmlId()
+ SvXMLExport::_InitCtor(): add namespace declaration for RDFA
- xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:
+ XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD
+ XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID
+ XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID
+ InsertBookmarkStartRange(): add parameter XmlId
+ FindAndRemoveBookmarkStartRange(): add parameter XmlId
2008-07-01 19:49:27 +00:00
Vladimir Glazounov
5ad9de13a0
INTEGRATION: CWS odfmetadata (1.13.50); FILE MERGED
...
2008/06/19 17:06:57 mst 1.13.50.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:07:08 +00:00
Vladimir Glazounov
9517719599
INTEGRATION: CWS odfmetadata (1.67.50); FILE MERGED
...
2008/06/19 17:06:57 mst 1.67.50.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:06:47 +00:00
Vladimir Glazounov
7303e27f2b
INTEGRATION: CWS odfmetadata (1.146.2); FILE MERGED
...
2008/06/25 10:00:08 mst 1.146.2.2: RESYNC: (1.146-1.148); FILE MERGED
2008/06/19 17:08:22 mst 1.146.2.1: #i90620#: export xml:id in text elements
- xmloff/source/text/txtparae.cxx:
+ XMLTextParagraphExport::exportParagraph(): attribute xml:id
- xmloff/source/text/XMLSectionExport.cxx:
+ XMLSectionExport::ExportSectionStart(): attribute xml:id
2008-07-01 15:06:28 +00:00
Vladimir Glazounov
d1cb59634e
INTEGRATION: CWS odfmetadata (1.141.2); FILE MERGED
...
2008/06/25 10:00:20 mst 1.141.2.2: RESYNC: (1.141-1.142); FILE MERGED
2008/06/19 17:02:37 mst 1.141.2.1: #i90620#: interface change: xmloff
- xmloff/inc/xmlnmspe.hxx:
+ add namespace RDFA
- xmloff/source/core/nmspmap.cxx:
+ SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace
- xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:
+ new namespaces: XML_N_XML, XML_N_RDFA
+ new token: XML_META_FIELD
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:
+ new methods GetStreamPath(), SetXmlId()
+ SvXMLImport::_InitCtor():
add implicit namespace declaration for built-in "xml" prefix
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ new methods GetStreamPath(), AddAttributeXmlId()
+ SvXMLExport::_InitCtor(): add namespace declaration for RDFA
- xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:
+ XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD
+ XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID
+ XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID
+ InsertBookmarkStartRange(): add parameter XmlId
+ FindAndRemoveBookmarkStartRange(): add parameter XmlId
2008-07-01 15:06:05 +00:00
Vladimir Glazounov
e76b7fdcbd
INTEGRATION: CWS odfmetadata (1.6.50); FILE MERGED
...
2008/06/19 17:06:57 mst 1.6.50.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:05:48 +00:00
Vladimir Glazounov
b56b09c087
INTEGRATION: CWS odfmetadata (1.10.48); FILE MERGED
...
2008/06/25 09:59:51 mst 1.10.48.2: RESYNC: (1.10-1.11); FILE MERGED
2008/06/19 17:06:57 mst 1.10.48.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:05:04 +00:00
Vladimir Glazounov
8fa8f4857d
INTEGRATION: CWS odfmetadata (1.7.48); FILE MERGED
...
2008/06/25 09:59:48 mst 1.7.48.2: RESYNC: (1.7-1.8); FILE MERGED
2008/06/19 17:06:57 mst 1.7.48.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:04:46 +00:00
Vladimir Glazounov
bb023e6e54
INTEGRATION: CWS odfmetadata (1.11.48); FILE MERGED
...
2008/06/25 10:00:24 mst 1.11.48.2: RESYNC: (1.11-1.12); FILE MERGED
2008/06/19 17:06:56 mst 1.11.48.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:04:30 +00:00
Vladimir Glazounov
c05240a792
INTEGRATION: CWS odfmetadata (1.12.50); FILE MERGED
...
2008/06/19 17:06:56 mst 1.12.50.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:04:16 +00:00
Vladimir Glazounov
c16511f1d5
INTEGRATION: CWS odfmetadata (1.26.50); FILE MERGED
...
2008/06/19 17:06:56 mst 1.26.50.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:04:00 +00:00
Vladimir Glazounov
0fe58b83b2
INTEGRATION: CWS odfmetadata (1.47.48); FILE MERGED
...
2008/06/25 09:59:45 mst 1.47.48.2: RESYNC: (1.47-1.48); FILE MERGED
2008/06/19 17:08:22 mst 1.47.48.1: #i90620#: export xml:id in text elements
- xmloff/source/text/txtparae.cxx:
+ XMLTextParagraphExport::exportParagraph(): attribute xml:id
- xmloff/source/text/XMLSectionExport.cxx:
+ XMLSectionExport::ExportSectionStart(): attribute xml:id
2008-07-01 15:03:45 +00:00
Vladimir Glazounov
2f69c55257
INTEGRATION: CWS odfmetadata (1.18.50); FILE MERGED
...
2008/06/19 17:06:56 mst 1.18.50.1: #i90620#: import xml:id in text elements
- xmloff/source/text/XMLIndexTOCContext.cxx:
+ XMLIndexTOCContext::StartElement(): attribute xml:id
- xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:
+ XMLSectionToken: new token: XML_TOK_SECTION_XMLID
+ XMLSectionImportContext::ProcessAttributes(): attribute xml:id
- xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:
+ XMLTextListBlockContext::XMLTextListBlockContext(): attribute xml:id
- xmloff/source/text/XMLTextListItemContext.cxx:
+ XMLTextListItemContext::XMLTextListItemContext(): attribute xml:id
- xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:
+ refactor methods to pass XmlId around
+ XMLTextMarkImportContext::FindName(): attribute xml:id
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ new class XMLMetaImportContext
+ XMLImpSpanContext_Impl::CreateChildContext():
handle TEXT_META and (provisionally) TEXT_META_FIELD
+ XMLParaContext::XMLParaContext(): attribute xml:id
2008-07-01 15:03:31 +00:00
Vladimir Glazounov
d91c7dd8e9
INTEGRATION: CWS odfmetadata (1.3.50); FILE MERGED
...
2008/06/19 17:04:48 mst 1.3.50.1: #i90620#
- xmloff/source/table/XMLTableImport.cxx:
+ XMLTableImportContext::ImportColumn(),
XMLTableImportContext::ImportRow(),
XMLCellImportContext::XMLCellImportContext(): attribute xml:id
2008-07-01 15:03:15 +00:00
Vladimir Glazounov
49c040f8cf
INTEGRATION: CWS odfmetadata (1.110.16); FILE MERGED
...
2008/06/19 17:02:39 mst 1.110.16.1: #i90620#: interface change: xmloff
- xmloff/inc/xmlnmspe.hxx:
+ add namespace RDFA
- xmloff/source/core/nmspmap.cxx:
+ SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace
- xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:
+ new namespaces: XML_N_XML, XML_N_RDFA
+ new token: XML_META_FIELD
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:
+ new methods GetStreamPath(), SetXmlId()
+ SvXMLImport::_InitCtor():
add implicit namespace declaration for built-in "xml" prefix
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ new methods GetStreamPath(), AddAttributeXmlId()
+ SvXMLExport::_InitCtor(): add namespace declaration for RDFA
- xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:
+ XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD
+ XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID
+ XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID
+ InsertBookmarkStartRange(): add parameter XmlId
+ FindAndRemoveBookmarkStartRange(): add parameter XmlId
2008-07-01 15:02:47 +00:00
Vladimir Glazounov
cff336cfce
INTEGRATION: CWS odfmetadata (1.140.16); FILE MERGED
...
2008/06/19 17:02:38 mst 1.140.16.1: #i90620#: interface change: xmloff
- xmloff/inc/xmlnmspe.hxx:
+ add namespace RDFA
- xmloff/source/core/nmspmap.cxx:
+ SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace
- xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:
+ new namespaces: XML_N_XML, XML_N_RDFA
+ new token: XML_META_FIELD
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:
+ new methods GetStreamPath(), SetXmlId()
+ SvXMLImport::_InitCtor():
add implicit namespace declaration for built-in "xml" prefix
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ new methods GetStreamPath(), AddAttributeXmlId()
+ SvXMLExport::_InitCtor(): add namespace declaration for RDFA
- xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:
+ XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD
+ XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID
+ XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID
+ InsertBookmarkStartRange(): add parameter XmlId
+ FindAndRemoveBookmarkStartRange(): add parameter XmlId
2008-07-01 15:02:33 +00:00
Vladimir Glazounov
be62a0075b
INTEGRATION: CWS odfmetadata (1.23.50); FILE MERGED
...
2008/06/19 17:02:38 mst 1.23.50.1: #i90620#: interface change: xmloff
- xmloff/inc/xmlnmspe.hxx:
+ add namespace RDFA
- xmloff/source/core/nmspmap.cxx:
+ SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace
- xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:
+ new namespaces: XML_N_XML, XML_N_RDFA
+ new token: XML_META_FIELD
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:
+ new methods GetStreamPath(), SetXmlId()
+ SvXMLImport::_InitCtor():
add implicit namespace declaration for built-in "xml" prefix
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ new methods GetStreamPath(), AddAttributeXmlId()
+ SvXMLExport::_InitCtor(): add namespace declaration for RDFA
- xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:
+ XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD
+ XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID
+ XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID
+ InsertBookmarkStartRange(): add parameter XmlId
+ FindAndRemoveBookmarkStartRange(): add parameter XmlId
2008-07-01 15:02:18 +00:00
Vladimir Glazounov
ef93483624
INTEGRATION: CWS impress144 (1.126.46); FILE MERGED
...
2008/06/09 13:34:37 cl 1.126.46.1: #i86057# fixed udp usage
2008-07-01 12:24:31 +00:00
Kurt Zenker
a864927fba
INTEGRATION: CWS xformsdocmodify (1.127.2); FILE MERGED
...
2008/06/03 20:49:35 fs 1.127.2.1: #i90243# +XML_FORM_MODEL_SETTINGS
2008-06-25 15:12:38 +00:00
Kurt Zenker
093e7ec704
INTEGRATION: CWS xformsdocmodify (1.6.42); FILE MERGED
...
2008/06/04 12:07:27 fs 1.6.42.1: #i90243# +applyXFormsSettings
2008-06-25 13:17:02 +00:00
Kurt Zenker
d34abd5873
INTEGRATION: CWS xformsdocmodify (1.12.42); FILE MERGED
...
2008/06/04 12:07:57 fs 1.12.42.1: #i90243# +getXFormsSettings
2008-06-25 13:16:45 +00:00
Kurt Zenker
3b110aaf7c
INTEGRATION: CWS xformsdocmodify (1.110.2); FILE MERGED
...
2008/06/03 20:51:04 fs 1.110.2.1: #i90243# SetDocumentSpecificSettings
2008-06-25 13:16:19 +00:00
Kurt Zenker
9f3ba83677
INTEGRATION: CWS xformsdocmodify (1.140.2); FILE MERGED
...
2008/06/04 12:07:17 fs 1.140.2.2: #i90243# don't obtain view/config settings in GetDocumentSpecificSettings, this somehow contradicts the semantics of this (nealy introduced) method
2008/06/03 20:50:24 fs 1.140.2.1: #i90243# allow exporting document-specifc settings, which are neither view nor configuration settings
2008-06-25 13:16:02 +00:00
Kurt Zenker
d130081857
INTEGRATION: CWS xformsdocmodify (1.28.24); FILE MERGED
...
2008/06/04 12:07:49 fs 1.28.24.2: #i90243# call SetDocumentSpecificSettings
2008/06/03 20:50:24 fs 1.28.24.1: #i90243# allow exporting document-specifc settings, which are neither view nor configuration settings
2008-06-25 13:15:47 +00:00
Rüdiger Timm
5d32063f4f
#i86732# further adjustments due to resolution of merge conflicts. (Get revision 1.142.10.7.)
2008-06-16 11:43:36 +00:00
Rüdiger Timm
66064fd810
INTEGRATION: CWS rptchart02 (1.12.122); FILE MERGED
...
2008/04/16 06:31:42 oj 1.12.122.2: RESYNC: (1.12-1.13); FILE MERGED
2008/04/15 06:15:18 oj 1.12.122.1: #i88290# else missing
2008-06-16 11:13:39 +00:00
Rüdiger Timm
573a986794
#i86732# adjustments after review of resolution of merge conflicts. Get CWS changes done after integration.
2008-06-13 11:07:21 +00:00
Rüdiger Timm
76313bfe32
INTEGRATION: CWS swlists01 (1.17.138); FILE MERGED
...
2008/05/08 16:13:39 od 1.17.138.2: RESYNC: (1.17-1.18); FILE MERGED
2008/05/08 14:50:52 od 1.17.138.1: #i86732# improve variable names
2008-06-13 08:21:53 +00:00
Rüdiger Timm
953f69cebe
INTEGRATION: CWS swlists01 (1.142.10); FILE MERGED
...
2008/06/10 07:20:23 od 1.142.10.6: RESYNC: (1.144-1.146); FILE MERGED
2008/05/21 12:20:32 od 1.142.10.5: #i86732# further adjustments/changes for new list handling for
export to OpenOffice.org file format and ODF 1.0/1.1
2008/05/13 11:41:51 od 1.142.10.4: #i86732# suppress export of new list respectively new list-item attributes,
if written ODF version is ODF 1.0 or ODF 1.1
2008/05/09 06:29:21 od 1.142.10.3: #i86732# code correction due to compiler warning
2008/05/08 16:13:43 od 1.142.10.2: RESYNC: (1.142-1.144); FILE MERGED
2008/05/08 14:59:51 od 1.142.10.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:21:41 +00:00
Rüdiger Timm
5d523a1d94
INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED
...
2008/05/28 09:14:13 od 1.1.2.6: #i86732# performance improvement by late creation of internal data structures
2008/05/21 12:20:32 od 1.1.2.5: #i86732# further adjustments/changes for new list handling for
export to OpenOffice.org file format and ODF 1.0/1.1
2008/05/14 10:31:40 od 1.1.2.4: #i86732# further changes/adjustments for new list handling
2008/05/13 11:39:00 od 1.1.2.3: #i86732# further changes/adjustments for new list handling
2008/05/09 12:36:11 od 1.1.2.2: #i86732# new license header
2008/05/08 14:51:32 od 1.1.2.1: #i86732# implementation of new helper class <XMLTextListsHelper>
2008-06-13 08:21:15 +00:00
Rüdiger Timm
078dcace93
INTEGRATION: CWS swlists01 (1.138.10); FILE MERGED
...
2008/06/10 07:20:09 od 1.138.10.6: RESYNC: (1.140-1.141); FILE MERGED
2008/05/28 09:10:52 od 1.138.10.5: #i86732# method <XMLTextImportHelper::SetStyleAndAttrs(..)>
- changes to improve the performance
2008/05/15 11:50:13 od 1.138.10.4: #i86732# further changes/adjustments for new list handling
2008/05/14 10:31:05 od 1.138.10.3: #i86732# further changes/adjustments for new list handling
2008/05/08 16:13:30 od 1.138.10.2: RESYNC: (1.138-1.140); FILE MERGED
2008/05/08 14:59:51 od 1.138.10.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:21:04 +00:00
Rüdiger Timm
29eefda69a
INTEGRATION: CWS swlists01 (1.35.252); FILE MERGED
...
2008/05/08 16:13:33 od 1.35.252.2: RESYNC: (1.35-1.36); FILE MERGED
2008/05/08 14:52:11 od 1.35.252.1: #i86732# add <txtlists.cxx>
2008-06-13 08:20:42 +00:00
Rüdiger Timm
cd2c7d6451
INTEGRATION: CWS swlists01 (1.6.266); FILE MERGED
...
2008/06/10 07:19:48 od 1.6.266.3: RESYNC: (1.7-1.8); FILE MERGED
2008/05/08 16:13:22 od 1.6.266.2: RESYNC: (1.6-1.7); FILE MERGED
2008/05/08 14:59:51 od 1.6.266.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:20:29 +00:00
Rüdiger Timm
02a4e3d8cc
INTEGRATION: CWS swlists01 (1.12.12); FILE MERGED
...
2008/06/10 09:59:11 od 1.12.12.4: resolve syntax error due to resolving merge conflicts
2008/06/10 07:20:27 od 1.12.12.3: RESYNC: (1.13-1.14); FILE MERGED
2008/05/08 16:13:46 od 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED
2008/05/08 14:59:51 od 1.12.12.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:20:16 +00:00
Rüdiger Timm
d2dde1ca58
INTEGRATION: CWS swlists01 (1.3.138); FILE MERGED
...
2008/05/08 16:13:49 od 1.3.138.2: RESYNC: (1.3-1.4); FILE MERGED
2008/05/08 14:59:51 od 1.3.138.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:20:02 +00:00
Rüdiger Timm
2bece27fa2
INTEGRATION: CWS swlists01 (1.9.12); FILE MERGED
...
2008/05/08 16:13:19 od 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED
2008/05/08 14:59:50 od 1.9.12.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:19:50 +00:00
Rüdiger Timm
944c6ef807
INTEGRATION: CWS swlists01 (1.6.138); FILE MERGED
...
2008/05/08 16:13:25 od 1.6.138.2: RESYNC: (1.6-1.7); FILE MERGED
2008/05/08 14:59:50 od 1.6.138.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:19:32 +00:00
Rüdiger Timm
1811ef5807
INTEGRATION: CWS swlists01 (1.10.12); FILE MERGED
...
2008/05/13 11:39:00 od 1.10.12.3: #i86732# further changes/adjustments for new list handling
2008/05/08 16:13:52 od 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED
2008/05/08 14:59:50 od 1.10.12.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:19:20 +00:00
Rüdiger Timm
3bc701647d
INTEGRATION: CWS swlists01 (1.46.14); FILE MERGED
...
2008/05/08 16:13:36 od 1.46.14.2: RESYNC: (1.46-1.47); FILE MERGED
2008/05/08 14:49:59 od 1.46.14.1: #i86732# remove unnessary include
2008-06-13 08:19:08 +00:00
Rüdiger Timm
f4927f0b44
INTEGRATION: CWS swlists01 (1.79.12); FILE MERGED
...
2008/05/08 16:13:15 od 1.79.12.2: RESYNC: (1.79-1.80); FILE MERGED
2008/05/08 14:23:24 od 1.79.12.1: #i86732# changes/adjustments for new list handling
2008-06-13 08:18:48 +00:00
Rüdiger Timm
4d41a86f36
INTEGRATION: CWS swlists01 (1.123.10); FILE MERGED
...
2008/06/10 07:20:46 od 1.123.10.3: RESYNC: (1.126-1.127); FILE MERGED
2008/05/08 16:13:12 od 1.123.10.2: RESYNC: (1.123-1.126); FILE MERGED
2008/05/08 14:19:49 od 1.123.10.1: #i86732# new tokens XML_CONTINUE_LIST and XML_STYLE_OVERRIDE for new list handling
2008-06-13 08:18:30 +00:00
Rüdiger Timm
9ec3169e05
INTEGRATION: CWS dba30c (1.16.30); FILE MERGED
...
2008/05/13 20:21:45 fs 1.16.30.1: joining changes from CWS odbmacros3 to CWS dba30c:
2008/05/13 20:10:33 fs 1.16.28.1: #i49133# don't import scripts from the ooo:libraries element if the document actually does not support embedding scripts
2008-06-06 12:31:51 +00:00
Rüdiger Timm
5b364c2e8b
INTEGRATION: CWS impressodf12 (1.101.20); FILE MERGED
...
2008/05/15 13:35:16 cl 1.101.20.1: #i35937# reworked bullets in outliner
2008-06-06 10:52:19 +00:00
Rüdiger Timm
8dbfc7b659
INTEGRATION: CWS impressodf12 (1.143.20); FILE MERGED
...
2008/05/26 16:17:15 cl 1.143.20.2: RESYNC: (1.143-1.144); FILE MERGED
2008/05/15 13:35:15 cl 1.143.20.1: #i35937# reworked bullets in outliner
2008-06-06 10:51:55 +00:00
Rüdiger Timm
913e36fb55
INTEGRATION: CWS impressodf12 (1.140.20); FILE MERGED
...
2008/05/15 13:35:15 cl 1.140.20.1: #i35937# reworked bullets in outliner
2008-06-06 10:51:43 +00:00
Rüdiger Timm
d7d52f3870
INTEGRATION: CWS impressodf12 (1.39.20); FILE MERGED
...
2008/05/15 13:35:14 cl 1.39.20.1: #i35937# reworked bullets in outliner
2008-06-06 10:51:29 +00:00
Rüdiger Timm
ce2befc29e
INTEGRATION: CWS impressodf12 (1.7.20); FILE MERGED
...
2008/05/15 13:24:29 cl 1.7.20.1: #i35937# reworked bullets in outliner
2008-06-06 10:51:06 +00:00
Rüdiger Timm
3a291d77a9
INTEGRATION: CWS impressodf12 (1.13.20); FILE MERGED
...
2008/05/15 13:24:29 cl 1.13.20.1: #i35937# reworked bullets in outliner
2008-06-06 10:50:50 +00:00
Rüdiger Timm
ee3d41d4ad
INTEGRATION: CWS impressodf12 (1.42.20); FILE MERGED
...
2008/05/15 13:16:19 cl 1.42.20.1: #i35937# add property flag to import attributes to alien attribute container
2008-06-06 10:50:34 +00:00