diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:18:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:18:43 +0000 |
commit | 1f6b65dff3ecafa932e17b3cc61579e833d69102 (patch) | |
tree | ded92fba02979ff07ba14609503cde409cf9dad0 /xmloff | |
parent | c8c1222f2e6ababf0d7d9d07674667ff9750f786 (diff) |
INTEGRATION: CWS interop12 (1.46.8); FILE MERGED
2004/03/17 09:58:36 cl 1.46.8.5: RESYNC: (1.50-1.51); FILE MERGED
2004/02/13 17:45:24 cl 1.46.8.4: RESYNC: (1.48-1.50); FILE MERGED
2003/12/09 15:21:37 cl 1.46.8.3: RESYNC: (1.47-1.48); FILE MERGED
2003/11/07 13:37:03 cl 1.46.8.2: RESYNC: (1.46-1.47); FILE MERGED
2003/10/30 10:54:17 cl 1.46.8.1: #i20949# added tokens for header&footer support in impress
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 5b8d9f3307c2..7501004ca0af 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: obo $ $Date: 2004-03-19 16:01:48 $ + * last change: $Author: rt $ $Date: 2004-03-30 16:18:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2159,6 +2159,17 @@ namespace xmloff { namespace token { TOKEN( "scale-to-Y" ), //XML_SCALE_TO_Y TOKEN( "keep-together" ), // XML_KEEP_TOGETHER + + TOKEN( "header-visible" ), // XML_HEADER_VISIBLE + TOKEN( "header-text"), // XML_HEADER_TEXT + TOKEN( "footer-visible" ), // XML_FOOTER_VISIBLE + TOKEN( "footer-text" ), // XML_FOOTER_TEXT + TOKEN( "page-number-visible" ), // XML_PAGE_NUMBER_VISIBLE + TOKEN( "date-time-visible" ), // XML_DATE_TIME_VISIBLE + TOKEN( "date-time-format" ), // XML_DATE_TIME_FORMAT + TOKEN( "date-time-update" ), // XML_DATE_TIME_UPDATE + TOKEN( "date-time-text" ), // XML_DATE_TIME_TEXT + // DVO, OD 01.10.2003 #i18732# TOKEN( "flow-with-text" ), // XML_FLOW_WITH_TEXT |