LibreOffice Module xmloff (master) 1
PageMasterStyleMap.cxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
22#include <xmloff/xmltoken.hxx>
23#include <xmlprop.hxx>
24
25using namespace ::xmloff::token;
26
27#define MAP(name,prefix,token,type,context,version) { name, prefix, token, type, context, version, false }
28#define DPMAP(name,prefix,token,type,context) MAP(name, prefix, token, type|XML_TYPE_PROP_DRAWING_PAGE, context, SvtSaveOptions::ODFSVER_013)
29#define PLMAP(name,prefix,token,type,context) \
30 MAP(name, prefix, token, type|XML_TYPE_PROP_PAGE_LAYOUT, context, SvtSaveOptions::ODFSVER_010)
31#define PLMAP_12(name,prefix,token,type,context) \
32 MAP(name, prefix, token, type|XML_TYPE_PROP_PAGE_LAYOUT, context, SvtSaveOptions::ODFSVER_012)
33#define PLMAP_ODF13(name,prefix,token,type,context) \
34 MAP(name, prefix, token, type|XML_TYPE_PROP_PAGE_LAYOUT, context, SvtSaveOptions::ODFSVER_013)
35#define PLMAP_EXT(name,prefix,token,type,context) \
36 MAP(name, prefix, token, type|XML_TYPE_PROP_PAGE_LAYOUT, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED)
37#define HFMAP(name,prefix,token,type,context) \
38 MAP(name, prefix, token, type|XML_TYPE_PROP_HEADER_FOOTER, context, SvtSaveOptions::ODFSVER_010)
39
40
42{
44 // Section for 'page-layout-properties'
45
46 // page master
92 // ODF 1.3 OFFICE-3857
104
105 // Index 53: Grid definitions
114
115 //text grid enhancement for better CJK support
118 //export as a default attribute
120
122
123 //Index 65: fill attributes; use PLMAP macro here instead of GMAP, this list is ordered and its order is used
124 // to decide in which section in ODF to export the contained stuff (the PageMasterStyle creates several XML
125 // sections, for Page, Header and Footer). The needed order seems to rely not on filtering, but using sections
126 // based on the order used in this list.
127 // Also need own defines for the used context flags (e.g. CTF_PM_FILLGRADIENTNAME instead of
128 // CTF_FILLGRADIENTNAME) since these are used to *filter* up to which entry the attributes belong to the
129 // 'page-layout-properties' section (!), see SvXMLAutoStylePoolP_Impl::exportXML, look for XmlStyleFamily::PAGE_MASTER
130 // note: these are duplicated below, in g_XMLPageMasterDrawingPageStyleMap
151
152 // Index 85: footnote
162
164 //Index 92: Section for 'header-style' own section, all members *have* to use CTF_PM_HEADERFLAG in the context entry (the 5th one)
194
195 //Index 121: Header DrawingLayer FillAttributes
196 // Use HFMAP to get XML_TYPE_PROP_HEADER_FOOTER ORed to the 4th entry
197 // Names have to begin with 'Header', all 5th entries need to be ORed with the CTF_PM_HEADERFLAG
218
220 //Index 141: Section for 'footer-style' own section, all members *have* to use CTF_PM_FOOTERFLAG in the context entry (the 5th one)
250
251 //Index 170: Footer DrawingLayer FillAttributes
252 // Use HFMAP to get XML_TYPE_PROP_HEADER_FOOTER ORed to the 4th entry
253 // Names have to begin with 'Footer', all 5th entries need to be ORed with the CTF_PM_FOOTERFLAG
274
275 { nullptr } // index 190
276};
277
279{
280 // ODF 1.3 OFFICE-3937 style of family "drawing-page" referenced from style:master-page
281 // duplication of relevant part of aXMLPageMasterStyleMap but as DP type
303
304 { nullptr }
305};
306
307/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
XMLPropertyMapEntry const g_XMLPageMasterDrawingPageStyleMap[]
#define HFMAP(name, prefix, token, type, context)
#define PLMAP_ODF13(name, prefix, token, type, context)
const XMLPropertyMapEntry aXMLPageMasterStyleMap[]
#define PLMAP_12(name, prefix, token, type, context)
#define PLMAP_EXT(name, prefix, token, type, context)
#define DPMAP(name, prefix, token, type, context)
#define PLMAP(name, prefix, token, type, context)
#define CTF_PM_BORDERLEFT
#define CTF_PM_BORDERWIDTHTOP
#define CTF_PM_TEXTCOLUMNS
#define CTF_PM_PRINT_HEADERS
#define CTF_PM_HEADERREPEAT_OFFSET_X
#define XML_PM_TYPE_NUMLETTERSYNC
#define CTF_PM_FILLTRANSNAME
#define CTF_PM_FOOTERMINHEIGHT
#define CTF_PM_FOOTERHEIGHT
#define CTF_PM_HEADERMARGINRIGHT
#define XML_PM_TYPE_PRINTOBJECTS
#define CTF_PM_FTN_LINE_STYLE
#define CTF_PM_HEADERBORDERLEFT
#define CTF_PM_BORDERWIDTHRIGHT
#define CTF_PM_HEADERGRAPHICURL
#define CTF_PM_HEADERBORDERWIDTHTOP
#define CTF_PM_PADDINGLEFT
#define CTF_PM_PRINT_OBJECTS
#define CTF_PM_FOOTERBORDERWIDTHTOP
#define CTF_PM_BORDERALL
#define XML_PM_TYPE_PRINTORIENTATION
#define CTF_PM_PRINT_DRAWING
#define CTF_PM_FTN_LINE_WEIGHT
#define CTF_PM_HEADERPADDINGRIGHT
#define CTF_PM_PRINT_FORMULAS
#define XML_PM_TYPE_PRINTGRID
#define XML_PM_TYPE_PAGESTYLELAYOUT
#define CTF_PM_RTLGUTTER
#define CTF_PM_FOOTERBORDERTOP
#define CTP_PM_GRID_SNAP_TO
#define CTF_PM_PRINT_CHARTS
#define CTF_PM_HEADERPADDINGALL
#define CTF_PM_MARGINTOP
#define CTF_PM_HEADERFILLHATCHNAME
#define CTF_PM_FOOTERPADDINGRIGHT
#define CTF_PM_SCALETO
#define CTF_PM_HEADERGRAPHICPOSITION
#define CTF_PM_FILLHATCHNAME
#define CTF_PM_BORDERWIDTHLEFT
#define CTF_PM_PADDINGTOP
#define CTF_PM_STANDARD_MODE
#define CTF_PM_FOOTERBORDERBOTTOM
#define CTF_PM_HEADERBORDERBOTTOM
#define XML_PM_TYPE_CENTER_VERTICAL
#define CTF_PM_FOOTERBORDERWIDTHRIGHT
#define CTF_PM_FOOTERGRAPHICFILTER
#define CTF_PM_HEADERMARGINBOTTOM
#define CTF_PM_FILLBITMAPMODE
#define XML_PM_TYPE_PRINTZEROVALUES
#define CTF_PM_FOOTERBORDERWIDTHALL
#define CTF_PM_FOOTERBORDERALL
#define CTF_PM_FOOTERBORDERRIGHT
#define CTF_PM_SCALETOPAGES
#define CTF_PM_HEADERBORDERWIDTHALL
#define CTF_PM_HEADERHEIGHT
#define CTF_PM_HEADERFLAG
#define CTF_PM_BORDERBOTTOM
#define CTF_PM_FOOTERREPEAT_OFFSET_Y
#define CTF_PM_PRINT_ANNOTATIONS
#define CTF_PM_GRAPHICPOSITION
#define CTF_PM_FOOTERFILLHATCHNAME
#define CTF_PM_PADDINGRIGHT
#define XML_PM_TYPE_PRINTFORMULAS
#define CTF_PM_HEADERFILLGRADIENTNAME
#define CTF_PM_FTN_LINE_WIDTH
#define XML_PM_TYPE_PRINTCHARTS
#define CTF_PM_FILLBITMAPNAME
#define CTF_PM_PADDINGALL
#define CTF_PM_PADDINGBOTTOM
#define CTF_PM_FOOTERPADDINGBOTTOM
#define CTF_PM_SCALETOY
#define CTF_PM_BACKGROUNDSIZE
#define CTF_PM_FILL
#define CTF_PM_HEADERBORDERRIGHT
#define CTF_PM_REPEAT_OFFSET_X
#define CTF_PM_HEADERPADDINGBOTTOM
#define XML_PM_TYPE_PRINTHEADERS
#define XML_PM_TYPE_PRINTDRAWING
#define CTF_PM_BORDERWIDTHBOTTOM
#define CTF_PM_FOOTERDYNAMIC
#define XML_PM_TYPE_CENTER_HORIZONTAL
#define CTF_PM_HEADERBORDERWIDTHRIGHT
#define CTF_PM_GRAPHICFILTER
#define CTF_PM_HEADERBORDERWIDTHLEFT
#define CTF_PM_HEADERFILLTRANSNAME
#define CTF_PM_FOOTERFILLTRANSNAME
#define CTF_PM_FTN_HEIGHT
#define CTF_PM_FOOTERMARGINRIGHT
#define CTF_PM_HEADERMARGINLEFT
#define CTP_PM_GRID_BASE_WIDTH
#define CTF_PM_HEADERBORDERALL
#define CTF_PM_FOOTERBORDERWIDTHLEFT
#define CTF_PM_MARGINLEFT
#define CTF_PM_HEADERREPEAT_OFFSET_Y
#define CTF_PM_FOOTERMARGINALL
#define CTF_PM_PAGEUSAGE
#define CTF_PM_FTN_LINE_COLOR
#define CTF_PM_PRINT_ZEROVALUES
#define CTF_PM_FOOTERMARGINTOP
#define CTF_PM_BORDERTOP
#define CTF_PM_BORDERWIDTHALL
#define CTF_PM_PRINT_GRID
#define CTF_PM_FOOTERPADDINGLEFT
#define CTF_PM_WRITINGMODE
#define CTF_PM_HEADERGRAPHICFILTER
#define CTF_PM_HEADERDYNAMIC
#define CTF_PM_HEADERMARGINALL
#define CTF_PM_FOOTERFILLBITMAPNAME
#define CTF_PM_REPEAT_OFFSET_Y
#define CTF_PM_FOOTERBORDERWIDTHBOTTOM
#define CTF_PM_HEADERFILLBITMAPNAME
#define CTF_PM_FTN_DISTANCE
#define CTF_PM_MARGINRIGHT
#define CTF_PM_MARGINBOTTOM
#define CTF_PM_GRAPHICURL
#define CTF_PM_FTN_LINE_DISTANCE
#define CTF_PM_HEADERBORDERWIDTHBOTTOM
#define XML_PM_TYPE_FIRSTPAGENUMBER
#define CTF_PM_BORDERRIGHT
#define CTF_PM_FOOTERPADDINGTOP
#define CTF_PM_HEADERBORDERTOP
#define CTF_PM_FOOTERGRAPHICURL
#define CTF_PM_HEADERPADDINGLEFT
#define CTF_PM_FOOTERREPEAT_OFFSET_X
#define CTF_PM_MARGINGUTTER
#define CTF_PM_FOOTERGRAPHICPOSITION
#define CTF_PM_FOOTERFILLGRADIENTNAME
#define CTF_PM_MARGINALL
#define CTF_PM_HEADERMINHEIGHT
#define CTF_PM_FOOTERBORDERLEFT
#define CTF_PM_FTN_LINE_ADJUST
#define CTF_PM_FILLGRADIENTNAME
#define CTF_PM_FOOTERMARGINLEFT
#define CTF_PM_SCALETOX
#define CTF_PM_FOOTERFLAG
#define XML_PM_TYPE_PRINTANNOTATIONS
#define XML_PM_TYPE_PRINTPAGEORDER
#define CTF_PM_HEADERPADDINGTOP
#define XML_PM_TYPE_NUMFORMAT
#define CTF_PM_FOOTERPADDINGALL
#define CTF_PM_REGISTER_STYLE
Handling of tokens in XML:
@ XML_GRADIENT_STEP_COUNT
Definition: xmltoken.hxx:981
@ XML_LAYOUT_GRID_STANDARD_MODE
Definition: xmltoken.hxx:2306
@ XML_FIRST_PAGE_NUMBER
Definition: xmltoken.hxx:843
@ XML_LAYOUT_GRID_RUBY_HEIGHT
Definition: xmltoken.hxx:2298
@ XML_BORDER_LINE_WIDTH_BOTTOM
Definition: xmltoken.hxx:360
@ XML_BORDER_LINE_WIDTH
Definition: xmltoken.hxx:359
@ XML_BORDER_LINE_WIDTH_RIGHT
Definition: xmltoken.hxx:362
@ XML_LAYOUT_GRID_RUBY_BELOW
Definition: xmltoken.hxx:2300
@ XML_LAYOUT_GRID_SNAP_TO
Definition: xmltoken.hxx:2309
@ XML_SECONDARY_FILL_COLOR
Definition: xmltoken.hxx:2511
@ XML_FILL_IMAGE_HEIGHT
Definition: xmltoken.hxx:826
@ XML_FILL_IMAGE_REF_POINT
Definition: xmltoken.hxx:828
@ XML_LAYOUT_GRID_BASE_WIDTH
Definition: xmltoken.hxx:2307
@ XML_REGISTER_TRUTH_REF_STYLE_NAME
Definition: xmltoken.hxx:1613
@ XML_FILL_HATCH_SOLID
Definition: xmltoken.hxx:824
@ XML_LAYOUT_GRID_BASE_HEIGHT
Definition: xmltoken.hxx:2297
@ XML_FILL_IMAGE_REF_POINT_X
Definition: xmltoken.hxx:829
@ XML_BACKGROUND_IMAGE
Definition: xmltoken.hxx:315
@ XML_LAYOUT_GRID_DISPLAY
Definition: xmltoken.hxx:2302
@ XML_FILL_IMAGE_WIDTH
Definition: xmltoken.hxx:831
@ XML_TILE_REPEAT_OFFSET
Definition: xmltoken.hxx:1997
@ XML_BORDER_LINE_WIDTH_LEFT
Definition: xmltoken.hxx:361
@ XML_FILL_GRADIENT_NAME
Definition: xmltoken.hxx:822
@ XML_BACKGROUND_COLOR
Definition: xmltoken.hxx:313
@ XML_FILL_IMAGE_REF_POINT_Y
Definition: xmltoken.hxx:830
@ XML_FOOTNOTE_MAX_HEIGHT
Definition: xmltoken.hxx:921
@ XML_BORDER_LINE_WIDTH_TOP
Definition: xmltoken.hxx:363
Represents a property with its API-name, its XML-name and the type of its value.
Definition: maptype.hxx:33
constexpr sal_uInt16 XML_NAMESPACE_DRAW
constexpr sal_uInt16 XML_NAMESPACE_SVG
constexpr sal_uInt16 XML_NAMESPACE_TEXT
constexpr sal_uInt16 XML_NAMESPACE_LO_EXT
constexpr sal_uInt16 XML_NAMESPACE_STYLE
constexpr sal_uInt16 XML_NAMESPACE_FO
constexpr OUStringLiteral PROP_FooterFillTransparence
Definition: xmlprop.hxx:281
constexpr OUStringLiteral PROP_FillBitmapMode
Definition: xmlprop.hxx:200
constexpr OUStringLiteral PROP_PageScale
Definition: xmlprop.hxx:471
constexpr OUStringLiteral PROP_FillTransparence
Definition: xmlprop.hxx:216
constexpr OUStringLiteral PROP_FillBitmapLogicalSize
Definition: xmlprop.hxx:199
constexpr OUStringLiteral PROP_HeaderFillBitmapSizeY
Definition: xmlprop.hxx:357
constexpr OUStringLiteral PROP_GridSnapToChars
Definition: xmlprop.hxx:331
constexpr OUStringLiteral PROP_RightBorder
Definition: xmlprop.hxx:549
constexpr OUStringLiteral PROP_HeaderFillHatchName
Definition: xmlprop.hxx:362
constexpr OUStringLiteral PROP_TopMargin
Definition: xmlprop.hxx:637
constexpr OUStringLiteral PROP_HeaderFillBitmapLogicalSize
Definition: xmlprop.hxx:345
constexpr OUStringLiteral PROP_BackGraphicFilter
Definition: xmlprop.hxx:27
constexpr OUStringLiteral PROP_RightBorderDistance
Definition: xmlprop.hxx:550
constexpr OUStringLiteral PROP_FootnoteLineAdjust
Definition: xmlprop.hxx:299
constexpr OUStringLiteral PROP_BackGraphicLocation
Definition: xmlprop.hxx:28
constexpr OUStringLiteral PROP_HeaderFillTransparence
Definition: xmlprop.hxx:364
constexpr OUStringLiteral PROP_HeaderFillBitmapSizeX
Definition: xmlprop.hxx:356
constexpr OUStringLiteral PROP_GutterMargin
Definition: xmlprop.hxx:333
constexpr OUStringLiteral PROP_FooterBackGraphicLocation
Definition: xmlprop.hxx:255
constexpr OUStringLiteral PROP_FooterFillBitmapSizeY
Definition: xmlprop.hxx:274
constexpr OUStringLiteral PROP_WritingMode
Definition: xmlprop.hxx:665
constexpr OUStringLiteral PROP_FillTransparenceGradientName
Definition: xmlprop.hxx:218
constexpr OUStringLiteral PROP_GridRubyHeight
Definition: xmlprop.hxx:330
constexpr OUStringLiteral PROP_PrintDownFirst
Definition: xmlprop.hxx:532
constexpr OUStringLiteral PROP_ScaleToPagesX
Definition: xmlprop.hxx:561
constexpr OUStringLiteral PROP_FillBitmapOffsetX
Definition: xmlprop.hxx:202
constexpr OUStringLiteral PROP_FooterFillBitmapOffsetY
Definition: xmlprop.hxx:266
constexpr OUStringLiteral PROP_FooterDynamicSpacing
Definition: xmlprop.hxx:260
constexpr OUStringLiteral PROP_HeaderFillGradientStepCount
Definition: xmlprop.hxx:361
constexpr OUStringLiteral PROP_FootnoteHeight
Definition: xmlprop.hxx:295
constexpr OUStringLiteral PROP_FooterFillColor
Definition: xmlprop.hxx:275
constexpr OUStringLiteral PROP_FillBitmapPositionOffsetX
Definition: xmlprop.hxx:204
constexpr OUStringLiteral PROP_FillGradientName
Definition: xmlprop.hxx:212
constexpr OUStringLiteral PROP_HeaderBackTransparent
Definition: xmlprop.hxx:339
constexpr OUStringLiteral PROP_FooterFillBitmapMode
Definition: xmlprop.hxx:263
constexpr OUStringLiteral PROP_HeaderBackGraphicLocation
Definition: xmlprop.hxx:338
constexpr OUStringLiteral PROP_PrintGrid
Definition: xmlprop.hxx:535
constexpr OUStringLiteral PROP_FillBackground
Definition: xmlprop.hxx:198
constexpr OUStringLiteral PROP_HeaderLeftBorderDistance
Definition: xmlprop.hxx:370
constexpr OUStringLiteral PROP_CenterVertically
Definition: xmlprop.hxx:50
constexpr OUStringLiteral PROP_BottomMargin
Definition: xmlprop.hxx:36
constexpr OUStringLiteral PROP_FooterFillBitmapLogicalSize
Definition: xmlprop.hxx:262
constexpr OUStringLiteral PROP_FootnoteLineStyle
Definition: xmlprop.hxx:303
constexpr OUStringLiteral PROP_FooterFillGradientStepCount
Definition: xmlprop.hxx:278
constexpr OUStringLiteral PROP_HeaderFillBitmapPositionOffsetY
Definition: xmlprop.hxx:353
constexpr OUStringLiteral PROP_FooterRightBorderDistance
Definition: xmlprop.hxx:290
constexpr OUStringLiteral PROP_HeaderBodyDistance
Definition: xmlprop.hxx:340
constexpr OUStringLiteral PROP_PrinterPaperTray
Definition: xmlprop.hxx:539
constexpr OUStringLiteral PROP_FooterRightMargin
Definition: xmlprop.hxx:291
constexpr OUStringLiteral PROP_BackTransparent
Definition: xmlprop.hxx:30
constexpr OUStringLiteral PROP_ScaleToPages
Definition: xmlprop.hxx:560
constexpr OUStringLiteral PROP_HeaderFillGradientName
Definition: xmlprop.hxx:360
constexpr OUStringLiteral PROP_FooterFillBitmapName
Definition: xmlprop.hxx:264
constexpr OUStringLiteral PROP_HeaderFillBitmapMode
Definition: xmlprop.hxx:346
constexpr OUStringLiteral PROP_FillHatchName
Definition: xmlprop.hxx:214
constexpr OUStringLiteral PROP_PageStyleLayout
Definition: xmlprop.hxx:472
constexpr OUStringLiteral PROP_FooterIsDynamicHeight
Definition: xmlprop.hxx:285
constexpr OUStringLiteral PROP_HeaderFillBitmapPositionOffsetX
Definition: xmlprop.hxx:351
constexpr OUStringLiteral PROP_FooterFillBitmapPositionOffsetY
Definition: xmlprop.hxx:270
constexpr OUStringLiteral PROP_FooterLeftMargin
Definition: xmlprop.hxx:288
constexpr OUStringLiteral PROP_PrintHeaders
Definition: xmlprop.hxx:536
constexpr OUStringLiteral PROP_FillBitmapPositionOffsetY
Definition: xmlprop.hxx:205
constexpr OUStringLiteral PROP_FooterFillGradientName
Definition: xmlprop.hxx:277
constexpr OUStringLiteral PROP_HeaderFillBitmapOffsetX
Definition: xmlprop.hxx:348
constexpr OUStringLiteral PROP_FillGradientStepCount
Definition: xmlprop.hxx:213
constexpr OUStringLiteral PROP_HeaderIsDynamicHeight
Definition: xmlprop.hxx:368
constexpr OUStringLiteral PROP_GridMode
Definition: xmlprop.hxx:328
constexpr OUStringLiteral PROP_FooterFillBackground
Definition: xmlprop.hxx:261
constexpr OUStringLiteral PROP_GridPrint
Definition: xmlprop.hxx:329
constexpr OUStringLiteral PROP_StandardPageMode
Definition: xmlprop.hxx:591
constexpr OUStringLiteral PROP_BackgroundFullSize
Definition: xmlprop.hxx:31
constexpr OUStringLiteral PROP_FooterFillBitmapPositionOffsetX
Definition: xmlprop.hxx:268
constexpr OUStringLiteral PROP_PrintDrawing
Definition: xmlprop.hxx:533
constexpr OUStringLiteral PROP_BackColor
Definition: xmlprop.hxx:23
constexpr OUStringLiteral PROP_FooterBackGraphicFilter
Definition: xmlprop.hxx:254
constexpr OUStringLiteral PROP_FooterFillTransparenceGradientName
Definition: xmlprop.hxx:283
constexpr OUStringLiteral PROP_HeaderBottomBorder
Definition: xmlprop.hxx:341
constexpr OUStringLiteral PROP_FillColor
Definition: xmlprop.hxx:209
constexpr OUStringLiteral PROP_PrintObjects
Definition: xmlprop.hxx:537
constexpr OUStringLiteral PROP_HeaderFillColor2
Definition: xmlprop.hxx:359
constexpr OUStringLiteral PROP_HeaderDynamicSpacing
Definition: xmlprop.hxx:343
constexpr OUStringLiteral PROP_FooterTopBorderDistance
Definition: xmlprop.hxx:294
constexpr OUStringLiteral PROP_HeaderTopBorderDistance
Definition: xmlprop.hxx:377
constexpr OUStringLiteral PROP_HeaderFillTransparenceGradientName
Definition: xmlprop.hxx:366
constexpr OUStringLiteral PROP_HeaderLeftBorder
Definition: xmlprop.hxx:369
constexpr OUStringLiteral PROP_FootnoteLineColor
Definition: xmlprop.hxx:300
constexpr OUStringLiteral PROP_FooterFillBitmapSizeX
Definition: xmlprop.hxx:273
constexpr OUStringLiteral PROP_HeaderRightMargin
Definition: xmlprop.hxx:374
constexpr OUStringLiteral PROP_FootnoteLineRelativeWidth
Definition: xmlprop.hxx:302
constexpr OUStringLiteral PROP_FillBitmapName
Definition: xmlprop.hxx:201
constexpr OUStringLiteral PROP_Height
Definition: xmlprop.hxx:378
constexpr OUStringLiteral PROP_FillBitmapOffsetY
Definition: xmlprop.hxx:203
constexpr OUStringLiteral PROP_FooterBackTransparent
Definition: xmlprop.hxx:256
constexpr OUStringLiteral PROP_FootnoteLineDistance
Definition: xmlprop.hxx:301
constexpr OUStringLiteral PROP_LeftBorder
Definition: xmlprop.hxx:413
constexpr OUStringLiteral PROP_FillBitmapRectanglePoint
Definition: xmlprop.hxx:206
constexpr OUStringLiteral PROP_GridLines
Definition: xmlprop.hxx:327
constexpr OUStringLiteral PROP_FooterBottomBorderDistance
Definition: xmlprop.hxx:259
constexpr OUStringLiteral PROP_HeaderFillBitmapName
Definition: xmlprop.hxx:347
constexpr OUStringLiteral PROP_FillColor2
Definition: xmlprop.hxx:210
constexpr OUStringLiteral PROP_UserDefinedAttributes
Definition: xmlprop.hxx:651
constexpr OUStringLiteral PROP_PrintAnnotations
Definition: xmlprop.hxx:530
constexpr OUStringLiteral PROP_IsLandscape
Definition: xmlprop.hxx:397
constexpr OUStringLiteral PROP_HeaderBackGraphic
Definition: xmlprop.hxx:336
constexpr OUStringLiteral PROP_HeaderTopBorder
Definition: xmlprop.hxx:376
constexpr OUStringLiteral PROP_TextColumns
Definition: xmlprop.hxx:616
constexpr OUStringLiteral PROP_GridBaseHeight
Definition: xmlprop.hxx:323
constexpr OUStringLiteral PROP_FootnoteLineTextDistance
Definition: xmlprop.hxx:304
constexpr OUStringLiteral PROP_ShadowFormat
Definition: xmlprop.hxx:569
constexpr OUStringLiteral PROP_HeaderShadowFormat
Definition: xmlprop.hxx:375
constexpr OUStringLiteral PROP_RegisterParagraphStyle
Definition: xmlprop.hxx:541
constexpr OUStringLiteral PROP_GridDisplay
Definition: xmlprop.hxx:326
constexpr OUStringLiteral PROP_FooterFillColor2
Definition: xmlprop.hxx:276
constexpr OUStringLiteral PROP_HeaderRightBorder
Definition: xmlprop.hxx:372
constexpr OUStringLiteral PROP_LeftMargin
Definition: xmlprop.hxx:415
constexpr OUStringLiteral PROP_FillBitmapSizeX
Definition: xmlprop.hxx:207
constexpr OUStringLiteral PROP_HeaderFillColor
Definition: xmlprop.hxx:358
constexpr OUStringLiteral PROP_BackGraphic
Definition: xmlprop.hxx:26
constexpr OUStringLiteral PROP_HeaderBackColor
Definition: xmlprop.hxx:335
constexpr OUStringLiteral PROP_HeaderHeight
Definition: xmlprop.hxx:367
constexpr OUStringLiteral PROP_FooterLeftBorderDistance
Definition: xmlprop.hxx:287
constexpr OUStringLiteral PROP_FooterFillStyle
Definition: xmlprop.hxx:280
constexpr OUStringLiteral PROP_ScaleToPagesY
Definition: xmlprop.hxx:562
constexpr OUStringLiteral PROP_PrintCharts
Definition: xmlprop.hxx:531
constexpr OUStringLiteral PROP_FooterHeight
Definition: xmlprop.hxx:284
constexpr OUStringLiteral PROP_FooterLeftBorder
Definition: xmlprop.hxx:286
constexpr OUStringLiteral PROP_FooterRightBorder
Definition: xmlprop.hxx:289
constexpr OUStringLiteral PROP_RightMargin
Definition: xmlprop.hxx:551
constexpr OUStringLiteral PROP_FillBitmapSizeY
Definition: xmlprop.hxx:208
constexpr OUStringLiteral PROP_TopBorder
Definition: xmlprop.hxx:635
constexpr OUStringLiteral PROP_FooterFillBitmapOffsetX
Definition: xmlprop.hxx:265
constexpr OUStringLiteral PROP_HeaderBackGraphicFilter
Definition: xmlprop.hxx:337
constexpr OUStringLiteral PROP_HeaderRightBorderDistance
Definition: xmlprop.hxx:373
constexpr OUStringLiteral PROP_TopBorderDistance
Definition: xmlprop.hxx:636
constexpr OUStringLiteral PROP_FooterBottomBorder
Definition: xmlprop.hxx:258
constexpr OUStringLiteral PROP_BottomBorderDistance
Definition: xmlprop.hxx:35
constexpr OUStringLiteral PROP_FooterFillHatchName
Definition: xmlprop.hxx:279
constexpr OUStringLiteral PROP_HeaderLeftMargin
Definition: xmlprop.hxx:371
constexpr OUStringLiteral PROP_GridBaseWidth
Definition: xmlprop.hxx:324
constexpr OUStringLiteral PROP_HeaderBottomBorderDistance
Definition: xmlprop.hxx:342
constexpr OUStringLiteral PROP_FooterBackGraphic
Definition: xmlprop.hxx:253
constexpr OUStringLiteral PROP_HeaderFillStyle
Definition: xmlprop.hxx:363
constexpr OUStringLiteral PROP_RtlGutter
Definition: xmlprop.hxx:554
constexpr OUStringLiteral PROP_HeaderFillBitmapRectanglePoint
Definition: xmlprop.hxx:355
constexpr OUStringLiteral PROP_GridColor
Definition: xmlprop.hxx:325
constexpr OUStringLiteral PROP_HeaderFillBackground
Definition: xmlprop.hxx:344
constexpr OUStringLiteral PROP_RegisterModeActive
Definition: xmlprop.hxx:540
constexpr OUStringLiteral PROP_HeaderFillBitmapOffsetY
Definition: xmlprop.hxx:349
constexpr OUStringLiteral PROP_FooterBackColor
Definition: xmlprop.hxx:252
constexpr OUStringLiteral PROP_FootnoteLineWeight
Definition: xmlprop.hxx:305
constexpr OUStringLiteral PROP_LeftBorderDistance
Definition: xmlprop.hxx:414
constexpr OUStringLiteral PROP_NumberingType
Definition: xmlprop.hxx:462
constexpr OUStringLiteral PROP_CenterHorizontally
Definition: xmlprop.hxx:49
constexpr OUStringLiteral PROP_PrintZeroValues
Definition: xmlprop.hxx:538
constexpr OUStringLiteral PROP_FooterBodyDistance
Definition: xmlprop.hxx:257
constexpr OUStringLiteral PROP_FillStyle
Definition: xmlprop.hxx:215
constexpr OUStringLiteral PROP_PrintFormulas
Definition: xmlprop.hxx:534
constexpr OUStringLiteral PROP_FooterTopBorder
Definition: xmlprop.hxx:293
constexpr OUStringLiteral PROP_BottomBorder
Definition: xmlprop.hxx:34
constexpr OUStringLiteral PROP_FooterShadowFormat
Definition: xmlprop.hxx:292
constexpr OUStringLiteral PROP_FirstPageNumber
Definition: xmlprop.hxx:220
constexpr OUStringLiteral PROP_FooterFillBitmapRectanglePoint
Definition: xmlprop.hxx:272
constexpr OUStringLiteral PROP_RubyBelow
Definition: xmlprop.hxx:556
constexpr OUStringLiteral PROP_Width
Definition: xmlprop.hxx:662
#define XML_SW_TYPE_BITMAPREPOFFSETY
Definition: xmltypes.hxx:292
#define XML_TYPE_NUMBER16
Definition: xmltypes.hxx:136
#define MID_FLAG_MERGE_PROPERTY
Definition: xmltypes.hxx:61
#define XML_TYPE_COLORTRANSPARENT
Definition: xmltypes.hxx:140
#define XML_TYPE_LAYOUT_GRID_MODE
Definition: xmltypes.hxx:252
#define XML_TYPE_MEASURE16
Definition: xmltypes.hxx:128
#define XML_TYPE_TEXT_SHADOW
Definition: xmltypes.hxx:178
#define MID_FLAG_NO_PROPERTY_IMPORT
Definition: xmltypes.hxx:76
#define XML_TYPE_BUILDIN_CMP_ONLY
Definition: xmltypes.hxx:142
#define MID_FLAG_SPECIAL_ITEM_IMPORT
Definition: xmltypes.hxx:82
#define MID_FLAG_SPECIAL_ITEM
Definition: xmltypes.hxx:87
#define MID_FLAG_MULTI_PROPERTY
Definition: xmltypes.hxx:64
#define MID_FLAG_DEFAULT_ITEM_EXPORT
Definition: xmltypes.hxx:48
#define MID_FLAG_ELEMENT_ITEM
Definition: xmltypes.hxx:70
#define XML_SW_TYPE_PRESPAGE_BACKSIZE
Definition: xmltypes.hxx:296
#define XML_TYPE_STYLENAME
Definition: xmltypes.hxx:150
#define XML_TYPE_NEG_PERCENT16
Definition: xmltypes.hxx:153
#define XML_SW_TYPE_RTLGUTTER
Definition: xmltypes.hxx:297
#define XML_TYPE_TEXT_WRITING_MODE
Definition: xmltypes.hxx:250
#define XML_TYPE_PERCENT8
Definition: xmltypes.hxx:130
#define XML_TYPE_PERCENT
Definition: xmltypes.hxx:129
#define XML_TYPE_ATTRIBUTE_CONTAINER
Definition: xmltypes.hxx:219
#define XML_TYPE_BORDER
Definition: xmltypes.hxx:191
#define XML_TYPE_PERCENT16
Definition: xmltypes.hxx:131
#define XML_TYPE_STRING
Definition: xmltypes.hxx:132
#define XML_TYPE_TEXT_HORIZONTAL_ADJUST
Definition: xmltypes.hxx:240
#define XML_TYPE_BORDER_WIDTH
Definition: xmltypes.hxx:192
#define XML_SW_TYPE_FILLSTYLE
Definition: xmltypes.hxx:286
#define XML_TYPE_MEASURE
Definition: xmltypes.hxx:126
#define XML_SW_TYPE_LOGICAL_SIZE
Definition: xmltypes.hxx:288
#define XML_TYPE_COLOR
Definition: xmltypes.hxx:133
#define XML_SW_TYPE_BITMAP_REFPOINT
Definition: xmltypes.hxx:289
#define MID_FLAG_MERGE_ATTRIBUTE
Definition: xmltypes.hxx:57
#define XML_TYPE_TEXT_COLUMNS
Definition: xmltypes.hxx:204
#define XML_SW_TYPE_BITMAP_MODE
Definition: xmltypes.hxx:290
#define XML_TYPE_ISTRANSPARENT
Definition: xmltypes.hxx:141
#define XML_SW_TYPE_FILLBITMAPSIZE
Definition: xmltypes.hxx:287
#define MID_FLAG_PROPERTY_MAY_THROW
Definition: xmltypes.hxx:44
#define XML_TYPE_BOOL
Definition: xmltypes.hxx:125
#define XML_SW_TYPE_BITMAPREPOFFSETX
Definition: xmltypes.hxx:291