Commit graph

592 commits

Author SHA1 Message Date
Kurt Zenker
f24e9febac INTEGRATION: CWS cjksp1_DEV300 (1.2.22); FILE MERGED
2007/11/13 05:01:13 pflin 1.2.22.2: fix for fme's comments
2007/11/11 03:10:31 pflin 1.2.22.1: not write layout-grid-standard-mode inside the <style:page-layout>
2008-03-07 15:16:05 +00:00
Kurt Zenker
6ed51f3561 INTEGRATION: CWS cjksp1_DEV300 (1.4.262); FILE MERGED
2007/09/27 04:28:04 pflin 1.4.262.2: RESYNC: (1.4-1.5); FILE MERGED
2007/04/23 07:58:06 pflin 1.4.262.1: Text grid enhancement: support xml filter
2008-03-07 15:15:52 +00:00
Kurt Zenker
41c4d717aa INTEGRATION: CWS chart20_DEV300 (1.13.6); FILE MERGED
2008/02/21 15:59:48 bm 1.13.6.1: #i366# error bars from cell ranges
2008-03-06 16:16:24 +00:00
Kurt Zenker
32eaa74ed7 INTEGRATION: CWS chart20_DEV300 (1.4.74); FILE MERGED
2008/02/21 15:59:48 bm 1.4.74.1: #i366# error bars from cell ranges
2008-03-06 14:39:53 +00:00
Kurt Zenker
c2f1c964e1 #i10000# conflict fixed 2008-03-06 09:34:55 +00:00
Kurt Zenker
609f027278 INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.12.32); FILE MERGED
2008/01/18 08:02:40 od 1.12.32.1: #i85348# adding tokens for new list level attributes
2008-03-06 09:26:33 +00:00
Oliver Bolte
ae7875b07f INTEGRATION: CWS custommeta (1.12.12); FILE MERGED
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
2008-02-26 12:31:12 +00:00
Oliver Bolte
75fc945548 INTEGRATION: CWS custommeta (1.2.132); FILE MERGED
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
2008-02-26 12:30:56 +00:00
Oliver Bolte
ae522cb7be INTEGRATION: CWS custommeta (1.2.132); FILE MERGED
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-26 12:30:44 +00:00
Oliver Bolte
b8a33300d5 INTEGRATION: CWS custommeta (1.3.122); FILE MERGED
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-26 12:30:32 +00:00
Oliver Bolte
5fa915e7f0 INTEGRATION: CWS custommeta (1.5.56); FILE MERGED
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-26 12:30:20 +00:00
Oliver Bolte
11962270eb INTEGRATION: CWS custommeta (1.7.42); FILE MERGED
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-02-26 12:30:07 +00:00
Oliver Bolte
e6ac3d3367 INTEGRATION: CWS custommeta (1.174.58); FILE MERGED
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 12:29:54 +00:00
Oliver Bolte
670ff1e4b3 INTEGRATION: CWS custommeta (1.37.18); FILE MERGED
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
2008-02-26 12:29:40 +00:00
Oliver Bolte
22835dfbe8 INTEGRATION: CWS custommeta (1.6.82); FILE MERGED
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
2008-02-26 12:29:27 +00:00
Oliver Bolte
7e4cf52aa8 INTEGRATION: CWS custommeta (1.8.82); FILE MERGED
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
2008-02-26 12:29:14 +00:00
Oliver Bolte
eed346ecd8 INTEGRATION: CWS swcrossref01_DEV300 (1.8.4); FILE MERGED
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-02-26 09:55:02 +00:00
Rüdiger Timm
f631376c7d INTEGRATION: CWS notes2 (1.35.56); FILE MERGED
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
2008-02-19 12:12:37 +00:00
Rüdiger Timm
5de7669d66 INTEGRATION: CWS notes2 (1.36.56); FILE MERGED
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
2008-02-19 12:12:24 +00:00
Rüdiger Timm
f85ce89ef8 INTEGRATION: CWS chart19 (1.10.10); FILE MERGED
2007/12/18 13:44:08 bm 1.10.10.2: RESYNC: (1.10-1.12); FILE MERGED
2007/12/15 14:34:39 iha 1.10.10.1: #i16776# starting angle for pie charts
2008-02-18 14:32:23 +00:00
Rüdiger Timm
b05e428e00 INTEGRATION: CWS chart19 (1.3.136); FILE MERGED
2007/11/20 16:21:50 iha 1.3.136.1: #1163# title for secondary axes
2008-02-18 14:32:02 +00:00
Ivo Hinkelmann
dd5693e0d5 INTEGRATION: CWS gcc430two (1.2.180); FILE MERGED
2008/01/28 09:53:14 rene 1.2.180.1: more gcc 4.3.0 things
2008-02-04 12:51:31 +00:00
Rüdiger Timm
5845c34a27 INTEGRATION: CWS fwk82_SRC680 (1.3.160); FILE MERGED
2008/01/15 17:12:57 mba 1.3.160.1: #152862#: read ODFVersion on Import
2008-01-29 15:13:47 +00:00
Vladimir Glazounov
7372e76334 INTEGRATION: CWS sw8u10bf04 (1.3.146); FILE MERGED
2007/12/19 14:46:19 od 1.3.146.1: #152540# class <SvXMLImport>
	 - new method <IsTextDocInOOoFileFormat()>
2008-01-29 07:31:51 +00:00
Oliver Bolte
1f8e8af883 INTEGRATION: CWS supdremove (1.2.134); FILE MERGED
2007/11/16 10:24:10 vg 1.2.134.1: #i83674# cleanup: remove obsolete SUPD macro use
2008-01-07 07:47:06 +00:00
Oliver Bolte
2fc6626209 INTEGRATION: CWS supdremove (1.3.78); FILE MERGED
2007/11/16 10:24:10 vg 1.3.78.1: #i83674# cleanup: remove obsolete SUPD macro use
2008-01-07 07:46:34 +00:00
Oliver Bolte
984f96e62d INTEGRATION: CWS supdremove (1.7.44); FILE MERGED
2007/11/16 10:24:10 vg 1.7.44.1: #i83674# cleanup: remove obsolete SUPD macro use
2008-01-07 07:46:19 +00:00
Ivo Hinkelmann
5e56617a10 INTEGRATION: CWS customfields (1.35.72); FILE MERGED
2007/10/15 18:40:50 mba 1.35.72.1: #i5092#: support custom properties in DocInfoFields
2007-11-26 14:24:42 +00:00
Ivo Hinkelmann
77ee5842db INTEGRATION: CWS customfields (1.36.72); FILE MERGED
2007/10/15 18:40:50 mba 1.36.72.1: #i5092#: support custom properties in DocInfoFields
2007-11-26 14:24:25 +00:00
Ivo Hinkelmann
c93a5ab84a INTEGRATION: CWS chart17 (1.9.12); FILE MERGED
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-11-23 11:17:42 +00:00
Ivo Hinkelmann
886bd75b12 INTEGRATION: CWS chart17 (1.3.108); FILE MERGED
2007/10/12 12:38:39 bm 1.3.108.1: #i7998# equations for regression curves
2007-11-23 10:34:14 +00:00
Ivo Hinkelmann
97ff83670a INTEGRATION: CWS chart17 (1.26.68); FILE MERGED
2007/10/12 12:38:38 bm 1.26.68.1: #i7998# equations for regression curves
2007-11-23 10:33:41 +00:00
Rüdiger Timm
7c7e1f31d3 INTEGRATION: CWS dbodf12import (1.9.26); FILE MERGED
2007/11/01 09:18:12 oj 1.9.26.1: #i83190# new token for odf 12 database
2007-11-09 07:10:27 +00:00
Vladimir Glazounov
02f39bb0af INTEGRATION: CWS chart14 (1.7.10); FILE MERGED
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-10-22 15:32:01 +00:00
Vladimir Glazounov
f3b3e50943 INTEGRATION: CWS chart14 (1.7.48); FILE MERGED
2007/08/10 21:58:03 iha 1.7.48.1: #i37792# number format for data labels
2007-10-22 15:31:45 +00:00
Vladimir Glazounov
24caccce3e INTEGRATION: CWS navorder (1.3.22); FILE MERGED
2007/08/28 08:05:16 af 1.3.22.3: #i68097# Resolved merge conflict.
2007/07/05 14:06:44 af 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED
2007/06/21 13:35:23 cl 1.3.22.1: #i68097# added draw:nav-order attribute
2007-08-28 12:49:45 +00:00
Vladimir Glazounov
56cd25e5f7 INTEGRATION: CWS swqbf107_SRC680 (1.6.14); FILE MERGED
2007/08/17 11:13:50 od 1.6.14.1: #i80724# method <XMLTextImportHelper::SetStyleAndAttrs(..)>
	 - add new parameter <bSetListAttrs>
2007-08-28 11:25:10 +00:00
Ivo Hinkelmann
fcdc25b8b7 INTEGRATION: CWS calcodfrng (1.7.2); FILE MERGED
2007/08/07 14:39:31 er 1.7.2.1: #i80033# ODF RNG: table:dependency instead of table:dependence
2007-08-20 15:31:50 +00:00
Jens-Heiner Rechtien
54d4a8c778 INTEGRATION: CWS oasisrng03 (1.2.64); FILE MERGED
2007/08/01 22:16:08 cl 1.2.64.2: RESYNC: (1.2-1.3); FILE MERGED
2007/07/05 13:36:15 ama 1.2.64.1: #i35851#: Page number 'auto' instead '0'
2007-08-03 11:53:09 +00:00
Jens-Heiner Rechtien
8ca8ec8381 INTEGRATION: CWS oasisrng03 (1.3.48); FILE MERGED
2007/08/01 22:16:01 cl 1.3.48.3: RESYNC: (1.4-1.6); FILE MERGED
2007/07/10 08:38:14 ama 1.3.48.2: RESYNC: (1.3-1.4); FILE MERGED
Resync conflict solved
2007/07/02 14:16:58 ama 1.3.48.1: #139736#: page-continuation
2007-08-03 11:52:56 +00:00
Jens-Heiner Rechtien
3a4dbf732e INTEGRATION: CWS oasisrng03 (1.4.64); FILE MERGED
2007/07/06 13:07:50 ama 1.4.64.2: #146851#: EXPORTT_SAVEBACKWARD..
2007/07/06 09:02:16 pb 1.4.64.1: fix: #146851# added EXPORT_SAVEBACKWARDCOMPATIBLE
2007-08-03 11:52:43 +00:00
Jens-Heiner Rechtien
e53e5bde35 INTEGRATION: CWS oasisrng03 (1.2.64); FILE MERGED
2007/08/01 22:14:49 cl 1.2.64.2: RESYNC: (1.2-1.4); FILE MERGED
2007/07/02 14:16:28 ama 1.2.64.1: #139736#: page-continuation
2007-08-03 11:52:30 +00:00
Jens-Heiner Rechtien
0c2cbceedd INTEGRATION: CWS oasisrng03 (1.172.52); FILE MERGED
2007/08/01 22:14:31 cl 1.172.52.2: RESYNC: (1.172-1.173); FILE MERGED
2007/07/02 14:15:32 ama 1.172.52.1: #139736#: page-continuation
2007-08-03 11:52:18 +00:00
Jens-Heiner Rechtien
2e79ef0920 INTEGRATION: CWS swqbf102 (1.4.10); FILE MERGED
2007/07/25 13:02:46 od 1.4.10.1: #i73509# method <XMLTextImportHelper::SetStyleAndAttrs(..)>
	 - add another parameter
2007-07-31 16:35:14 +00:00
Rüdiger Timm
dd2a52c5f8 #i79376# Include path fixes. Patch by pjanik. 2007-07-09 06:54:03 +00:00
Rüdiger Timm
c181c50b22 INTEGRATION: CWS dr55 (1.2.42); FILE MERGED
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
2007-07-06 11:27:43 +00:00
Rüdiger Timm
1245068bf9 INTEGRATION: CWS swsoftpagebreak (1.3.4); FILE MERGED
2007/06/19 13:06:51 ama 1.3.4.2: #i78650#: Soft page break
2007/06/19 10:47:55 ama 1.3.4.1: #i78650#: Soft page break
2007-07-06 11:20:12 +00:00
Rüdiger Timm
d311796d35 INTEGRATION: CWS swsoftpagebreak (1.2.28); FILE MERGED
2007/06/19 10:48:12 ama 1.2.28.1: #i78650#: Soft page break
2007-07-06 11:09:36 +00:00
Rüdiger Timm
37cea1d2b7 INTEGRATION: CWS swsoftpagebreak (1.2.28); FILE MERGED
2007/06/19 10:46:19 ama 1.2.28.1: #i78650#: Soft page break
2007-07-06 11:09:12 +00:00
Rüdiger Timm
e5c77195ce INTEGRATION: CWS swsoftpagebreak (1.2.28); FILE MERGED
2007/06/19 10:44:15 ama 1.2.28.1: #i78650#: Soft page break
2007-07-06 11:08:57 +00:00