LibreOffice Module sw (master) 1
unomap1.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
20#include <hintids.hxx>
21
22#include <svx/unomid.hxx>
23#include <com/sun/star/awt/FontSlant.hpp>
24#include <com/sun/star/awt/Gradient.hpp>
25#include <com/sun/star/awt/Size.hpp>
26#include <com/sun/star/awt/XBitmap.hpp>
27#include <com/sun/star/beans/NamedValue.hpp>
28#include <com/sun/star/beans/PropertyAttribute.hpp>
29#include <com/sun/star/beans/PropertyValue.hpp>
30#include <com/sun/star/container/XIndexContainer.hpp>
31#include <com/sun/star/container/XIndexReplace.hpp>
32#include <com/sun/star/container/XNameContainer.hpp>
33#include <com/sun/star/drawing/BitmapMode.hpp>
34#include <com/sun/star/drawing/ColorMode.hpp>
35#include <com/sun/star/drawing/FillStyle.hpp>
36#include <com/sun/star/drawing/Hatch.hpp>
37#include <com/sun/star/drawing/LineStyle.hpp>
38#include <com/sun/star/drawing/PointSequenceSequence.hpp>
39#include <com/sun/star/drawing/RectanglePoint.hpp>
40#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
41#include <com/sun/star/embed/XEmbeddedObject.hpp>
42#include <com/sun/star/frame/XModel.hpp>
43#include <com/sun/star/graphic/XGraphic.hpp>
44#include <com/sun/star/lang/Locale.hpp>
45#include <com/sun/star/style/BreakType.hpp>
46#include <com/sun/star/style/DropCapFormat.hpp>
47#include <com/sun/star/style/GraphicLocation.hpp>
48#include <com/sun/star/style/LineSpacing.hpp>
49#include <com/sun/star/style/PageStyleLayout.hpp>
50#include <com/sun/star/style/TabStop.hpp>
51#include <com/sun/star/table/BorderLine.hpp>
52#include <com/sun/star/table/ShadowFormat.hpp>
53#include <com/sun/star/table/TableBorder.hpp>
54#include <com/sun/star/table/TableBorder2.hpp>
55#include <com/sun/star/table/TableBorderDistances.hpp>
56#include <com/sun/star/table/XCell.hpp>
57#include <com/sun/star/text/GraphicCrop.hpp>
58#include <com/sun/star/text/SectionFileLink.hpp>
59#include <com/sun/star/text/TableColumnSeparator.hpp>
60#include <com/sun/star/text/TextContentAnchorType.hpp>
61#include <com/sun/star/text/WrapTextMode.hpp>
62#include <com/sun/star/text/XDocumentIndex.hpp>
63#include <com/sun/star/text/XDocumentIndexMark.hpp>
64#include <com/sun/star/text/XFootnote.hpp>
65#include <com/sun/star/text/XTextColumns.hpp>
66#include <com/sun/star/text/XTextContent.hpp>
67#include <com/sun/star/text/XTextField.hpp>
68#include <com/sun/star/text/XTextFrame.hpp>
69#include <com/sun/star/text/XTextSection.hpp>
70#include <com/sun/star/text/XTextTable.hpp>
71#include <com/sun/star/util/DateTime.hpp>
72#include <com/sun/star/util/XComplexColor.hpp>
73#include <unomap.hxx>
74#include <unoprnms.hxx>
75#include <unomid.h>
76#include <cmdid.h>
77#include <editeng/memberids.h>
78#include <editeng/unoprnms.hxx>
79#include <svl/itemprop.hxx>
80#include <svx/xdef.hxx>
81#include "unomapproperties.hxx"
82
83using namespace ::com::sun::star;
84using namespace ::com::sun::star::lang;
85using namespace ::com::sun::star::uno;
86using namespace ::com::sun::star::beans;
87
89
91{
92 for( sal_uInt16 i = 0; i < PROPERTY_MAP_END; i++ )
93 {
94 m_aPropertySetArr[i] = nullptr;
95 }
96}
97
99{
100 static SfxItemPropertyMapEntry const aCharAndParaMap_Impl[] =
101 {
103 };
104
105 return aCharAndParaMap_Impl;
106}
107
109{
110 static SfxItemPropertyMapEntry const aAccessibilityTextAttrMap_Impl[] =
111 {
113 };
114
115 return aAccessibilityTextAttrMap_Impl;
116}
117
119{
120 static SfxItemPropertyMapEntry const aParagraphMap_Impl[] =
121 {
125 { UNO_NAME_CHAR_STYLE_NAME, RES_TXTATR_CHARFMT, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
127 // added FillProperties for SW, same as FILL_PROPERTIES in svx
128 // but need own defines in Writer due to later association of strings
129 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
130 // This entry is for adding that properties to style import/export
131 // Added for paragraph backgrounds, this is for paragraph itself
133 };
134
135 return aParagraphMap_Impl;
136}
137
139{
140 static SfxItemPropertyMapEntry const aAutoParaStyleMap [] =
141 {
143 { UNO_NAME_PAGE_STYLE_NAME, FN_UNO_PAGE_STYLE, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
144 { UNO_NAME_NUMBERING_IS_NUMBER, FN_UNO_IS_NUMBER, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
145 { UNO_NAME_NUMBERING_LEVEL, FN_UNO_NUM_LEVEL, cppu::UnoType<sal_Int16>::get(), PropertyAttribute::MAYBEVOID, 0},
147 { UNO_NAME_DOCUMENT_INDEX, FN_UNO_DOCUMENT_INDEX, cppu::UnoType<css::text::XDocumentIndex>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
148 { UNO_NAME_TEXT_TABLE, FN_UNO_TEXT_TABLE, cppu::UnoType<css::text::XTextTable>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
149 { UNO_NAME_CELL, FN_UNO_CELL, cppu::UnoType<css::table::XCell>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
150 { UNO_NAME_TEXT_FRAME, FN_UNO_TEXT_FRAME, cppu::UnoType<css::text::XTextFrame>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
151 { UNO_NAME_TEXT_SECTION, FN_UNO_TEXT_SECTION, cppu::UnoType<css::text::XTextSection>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
153 { UNO_NAME_PARA_CONDITIONAL_STYLE_NAME, RES_FRMATR_CONDITIONAL_STYLE_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
155 // TODO add RES_PARATR_LIST_AUTOFMT?
161 { UNO_NAME_PARA_AUTO_STYLE_NAME, RES_AUTO_STYLE, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
162 // added FillProperties for SW, same as FILL_PROPERTIES in svx
163 // but need own defines in Writer due to later association of strings
164 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
165 // This entry is for adding that properties to style import/export
166 // Added for paragraph backgrounds, this is for Paragraph AutoStyles
168 };
169
170 return aAutoParaStyleMap;
171}
172
174{
175 static SfxItemPropertyMapEntry const aCharStyleMap [] =
176 {
211 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
214 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
239 };
240
241 return aCharStyleMap;
242}
243
245{
246 // same as PROPERTY_MAP_TEXTPORTION_EXTENSIONS
247 static SfxItemPropertyMapEntry const aAutoCharStyleMap [] =
248 {
284 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
285 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
310 };
311
312 return aAutoCharStyleMap;
313}
314
316{
317 static SfxItemPropertyMapEntry const aParaStyleMap [] =
318 {
320 // added FillProperties for SW, same as FILL_PROPERTIES in svx
321 // but need own defines in Writer due to later association of strings
322 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
323 // This entry is for adding that properties to style import/export
324 // Added for paragraph backgrounds, this is for Paragraph Styles
326 };
327
328 return aParaStyleMap;
329}
330
332{
333 static SfxItemPropertyMapEntry const aParaStyleMap [] =
334 {
337
338 // added FillProperties for SW, same as FILL_PROPERTIES in svx
339 // but need own defines in Writer due to later association of strings
340 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
341 // This entry is for adding that properties to style import/export
342 // Added for paragraph backgrounds, this is for Paragraph Styles
344 };
345
346 return aParaStyleMap;
347}
348
350{
351 static SfxItemPropertyMapEntry const aFrameStyleMap [] =
352 {
360 // { UNO_NAME_CHAIN_NEXT_NAME, RES_CHAIN, cppu::UnoType<OUString>::get(), PROPERTY_NONE ,MID_CHAIN_NEXTNAME},
361 // { UNO_NAME_CHAIN_PREV_NAME, RES_CHAIN, cppu::UnoType<OUString>::get(), PROPERTY_NONE ,MID_CHAIN_PREVNAME},
369 // #i50322# - add missing map entry for transparency of graphic background
394 // { UNO_NAME_WIDTH, RES_FRM_SIZE, cppu::UnoType<sal_Int32>::get() , PROPERTY_NONE, MID_FRMSIZE_WIDTH },
399 // We keep Surround, as we delivered it with 5.1, although it's identical to text::WrapTextMode
426 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
428 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
429 // #i18732#
431 // #i28701#
438
439 // added FillProperties for SW, same as FILL_PROPERTIES in svx
440 // but need own defines in Writer due to later association of strings
441 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
442 // This entry is for adding that properties to style import/export
444 };
445
446 return aFrameStyleMap;
447}
448
450{
451 static SfxItemPropertyMapEntry const aPageStyleMap [] =
452 {
478
479 //UUU use real WhichIDs for Header, no longer use extra-defined WhichIDs which make handling harder as needed.
480 // The implementation will decide if these are part of Header/Footer or PageStyle depending on the SlotName,
481 // more precisely on the first characters. Thus it is necessary that these are 'Header' for the Header slots
506
507
508 { UNO_NAME_FIRST_IS_SHARED, SID_ATTR_PAGE_SHARED_FIRST, cppu::UnoType<bool>::get(), PROPERTY_NONE, 0 },
509
510 //UUU use real WhichIDs for Footer, see Header (above) for more infos
535
540// { UNO_NAME_REGISTER_MODE_ACTIVE, SID_SWREGISTER_MODE, cppu::UnoType<bool>::get(), PROPERTY_NONE , 0 },
549 { UNO_NAME_HEADER_TEXT, FN_UNO_HEADER, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
550 { UNO_NAME_HEADER_TEXT_LEFT, FN_UNO_HEADER_LEFT, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
551 { UNO_NAME_HEADER_TEXT_RIGHT, FN_UNO_HEADER_RIGHT, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
552 { UNO_NAME_HEADER_TEXT_FIRST, FN_UNO_HEADER_FIRST, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
553 { UNO_NAME_FOOTER_TEXT, FN_UNO_FOOTER, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
554 { UNO_NAME_FOOTER_TEXT_LEFT, FN_UNO_FOOTER_LEFT, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
555 { UNO_NAME_FOOTER_TEXT_RIGHT, FN_UNO_FOOTER_RIGHT, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
556 { UNO_NAME_FOOTER_TEXT_FIRST, FN_UNO_FOOTER_FIRST, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
559 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
560 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
570 // writing grid
583
584 // added FillProperties for SW, same as FILL_PROPERTIES in svx
585 // but need own defines in Writer due to later association of strings
586 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
587 // This entry is for adding that properties to style import/export
591
592 // Added DrawingLayer FillStyle Properties for Header. These need an own unique name,
593 // but reuse the same WhichIDs as the regular fill. The implementation will decide to which
594 // group of fill properties it belongs based on the start of the name (was already done in
595 // the implementation partially), thus all SlotNames *have* to start with 'Header'
602 { UNO_NAME_HEADER_FILLBMP_SIZE_X, XATTR_FILLBMP_SIZEX, cppu::UnoType<sal_Int32>::get() , 0, 0, PropertyMoreFlags::METRIC_ITEM},
603 { UNO_NAME_HEADER_FILLBMP_SIZE_Y, XATTR_FILLBMP_SIZEY, cppu::UnoType<sal_Int32>::get() , 0, 0, PropertyMoreFlags::METRIC_ITEM},
621
622 // Added DrawingLayer FillStyle Properties for Footer, similar as for Header (see there)
629 { UNO_NAME_FOOTER_FILLBMP_SIZE_X, XATTR_FILLBMP_SIZEX, cppu::UnoType<sal_Int32>::get() , 0, 0, PropertyMoreFlags::METRIC_ITEM},
630 { UNO_NAME_FOOTER_FILLBMP_SIZE_Y, XATTR_FILLBMP_SIZEY, cppu::UnoType<sal_Int32>::get() , 0, 0, PropertyMoreFlags::METRIC_ITEM},
648
649 };
650
651 return aPageStyleMap;
652}
653
655{
656 static SfxItemPropertyMapEntry const aTablePropertyMap_Impl[] =
657 {
671 { UNO_NAME_PAGE_DESC_NAME, RES_PAGEDESC, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0xbf},
690 { UNO_LINK_DISPLAY_NAME, FN_PARAM_LINK_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0xbf},
692 { UNO_NAME_TEXT_SECTION, FN_UNO_TEXT_SECTION, cppu::UnoType<css::text::XTextSection>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
697 // #i29550#
701 };
702
703 return aTablePropertyMap_Impl;
704}
705
707{
708 static SfxItemPropertyMapEntry const aRangePropertyMap_Impl[] =
709 {
719 { UNO_NAME_NUMBER_FORMAT, RES_BOXATR_FORMAT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID ,0 },
723 };
724
725 return aRangePropertyMap_Impl;
726}
727
729{
730 static SfxItemPropertyMapEntry const aSectionPropertyMap_Impl[] =
731 {
750 { UNO_LINK_DISPLAY_NAME, FN_PARAM_LINK_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0xbf},
766 { UNO_NAME_DOCUMENT_INDEX, WID_SECT_DOCUMENT_INDEX, cppu::UnoType<css::text::XDocumentIndex>::get(), PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID, 0 },
776 };
777
778 return aSectionPropertyMap_Impl;
779}
780
782{
783 static SfxItemPropertyMapEntry const aFramePropertyMap_Impl[] =
784 { //
785 // TODO: We should consider completely removing SvxBrushItem() stuff
786 // add support for XATTR_FILL_FIRST, XATTR_FILL_LAST
787 // COMMON_FRAME_PROPERTIES currently hosts the RES_BACKGROUND entries from SvxBrushItem
795 //next elements are part of the service description
804 { UNO_NAME_IS_SPLIT_ALLOWED, RES_FLY_SPLIT, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID, 0 },
805
806 // added FillProperties for SW, same as FILL_PROPERTIES in svx
807 // but need own defines in Writer due to later association of strings
808 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
809 // This entry is for adding that properties to FlyFrame import/export
811 };
812
813 return aFramePropertyMap_Impl;
814}
815
817{
818 static SfxItemPropertyMapEntry const aGraphicPropertyMap_Impl[] =
819 {
820 // TODO: We should consider completely removing SvxBrushItem() stuff
821 // add support for XATTR_FILL_FIRST, XATTR_FILL_LAST
822 // COMMON_FRAME_PROPERTIES currently hosts the RES_BACKGROUND entries from SvxBrushItem
850
851 // added FillProperties for SW, same as FILL_PROPERTIES in svx
852 // but need own defines in Writer due to later association of strings
853 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
854 // This entry is for adding that properties to Writer GraphicObject import/export
856 };
857
858 return aGraphicPropertyMap_Impl;
859}
860
862{
863 static SfxItemPropertyMapEntry const aEmbeddedPropertyMap_Impl[] =
864 { //
865 // TODO: We should consider completely removing SvxBrushItem() stuff
866 // add support for XATTR_FILL_FIRST, XATTR_FILL_LAST
867 // COMMON_FRAME_PROPERTIES currently hosts the RES_BACKGROUND entries from SvxBrushItem
876 { UNO_NAME_MODEL, FN_UNO_MODEL, cppu::UnoType<css::frame::XModel>::get(), PropertyAttribute::READONLY|PropertyAttribute::MAYBEVOID, 0},
884 // added FillProperties for SW, same as FILL_PROPERTIES in svx
885 // but need own defines in Writer due to later association of strings
886 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
887 // This entry is for adding that properties to OLE/EmbeddedObject import/export
889 };
890
891 return aEmbeddedPropertyMap_Impl;
892}
893
895{
896 static SfxItemPropertyMapEntry const aIdxMarkMap_Impl[] =
897 {
906 };
907
908 return aIdxMarkMap_Impl;
909}
910
912{
913 static SfxItemPropertyMapEntry const aContentMarkMap_Impl[] =
914 {
918 };
919
920 return aContentMarkMap_Impl;
921}
922
924{
925 static SfxItemPropertyMapEntry const aUserMarkMap_Impl[] =
926 {
931 };
932
933 return aUserMarkMap_Impl;
934}
935
937{
938 // The PropertySet corresponds to the Range without Chart properties
939 static SfxItemPropertyMapEntry const aTableCursorPropertyMap_Impl [] =
940 {
943
944 // attributes from PROPERTY_MAP_TABLE_CELL:
951 { UNO_NAME_NUMBER_FORMAT, RES_BOXATR_FORMAT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID ,0 },
954 { UNO_NAME_TEXT_SECTION, FN_UNO_TEXT_SECTION, cppu::UnoType<css::text::XTextSection>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
957 };
958
959 return aTableCursorPropertyMap_Impl;
960}
961
963{
964 static SfxItemPropertyMapEntry const aBookmarkPropertyMap_Impl [] =
965 {
966 { UNO_LINK_DISPLAY_NAME, FN_PARAM_LINK_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0xbf},
970 };
971
972 return aBookmarkPropertyMap_Impl;
973}
974
976{
977 static SfxItemPropertyMapEntry const aParagraphExtensionsMap_Impl[] =
978 {
980 };
981
982 return aParagraphExtensionsMap_Impl;
983}
984
986{
987 static SfxItemPropertyMapEntry const aTextPortionExtensionMap_Impl[] =
988 {
990 {UNO_NAME_BOOKMARK, FN_UNO_BOOKMARK, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
991 {UNO_NAME_CONTROL_CHARACTER, FN_UNO_CONTROL_CHARACTER, cppu::UnoType<sal_Int16>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, MID_HYPHEN_MIN_LEAD },
992 {UNO_NAME_IS_COLLAPSED, FN_UNO_IS_COLLAPSED, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
993 {UNO_NAME_IS_START, FN_UNO_IS_START, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
994 //REDLINE_PROPERTIES
996 {UNO_NAME_META, FN_UNO_META, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
997 {UNO_NAME_LINEBREAK, FN_UNO_LINEBREAK, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
998 {UNO_NAME_CONTENT_CONTROL, FN_UNO_CONTENT_CONTROL, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
999 };
1000
1001 return aTextPortionExtensionMap_Impl;
1002}
1003
1005{
1006 static SfxItemPropertyMapEntry const aFootnoteMap_Impl[] =
1007 {
1008 {UNO_NAME_REFERENCE_ID, 0, cppu::UnoType<sal_Int16>::get(),PropertyAttribute::READONLY|PropertyAttribute::MAYBEVOID, 0},
1011 };
1012
1013 return aFootnoteMap_Impl;
1014}
1015
1017{
1018 static SfxItemPropertyMapEntry const aLineBreakMap_Impl[] =
1019 {
1022 };
1023
1024 return aLineBreakMap_Impl;
1025}
1026
1028{
1029 static SfxItemPropertyMapEntry const aContentControlMap_Impl[] =
1030 {
1056 { UNO_NAME_DATE_STRING, 0, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0 },
1057 };
1058
1059 return aContentControlMap_Impl;
1060}
1061
1063{
1064 static SfxItemPropertyMapEntry const aRedlineMap_Impl[] =
1065 {
1066 REDLINE_PROPERTIES(PropertyAttribute::READONLY)
1068 {UNO_NAME_REDLINE_START, 0, cppu::UnoType<css::uno::XInterface>::get(), PropertyAttribute::READONLY, 0},
1069 {UNO_NAME_REDLINE_END, 0, cppu::UnoType<css::uno::XInterface>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
1070 };
1071
1072 return aRedlineMap_Impl;
1073}
1074
1076{
1077 static SfxItemPropertyMapEntry aTextDefaultMap_Impl[] =
1078 {
1082 { UNO_NAME_CHAR_STYLE_NAME, RES_TXTATR_CHARFMT, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
1083 { UNO_NAME_IS_SPLIT_ALLOWED, RES_ROW_SPLIT, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
1084 // #i29550#
1086
1087 //text grid enhancement for better CJK support. 2007-04-01
1088 //just export the default page mode property, other properties are not handled in this version
1090 };
1091
1092 return aTextDefaultMap_Impl;
1093}
1094
1096{
1097 static SfxItemPropertyMapEntry const aRedlinePortionMap_Impl[] =
1098 {
1100 {UNO_NAME_BOOKMARK, FN_UNO_BOOKMARK, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
1101 {UNO_NAME_CONTROL_CHARACTER, FN_UNO_CONTROL_CHARACTER, cppu::UnoType<sal_Int16>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, MID_HYPHEN_MIN_LEAD },
1102 {UNO_NAME_IS_COLLAPSED, FN_UNO_IS_COLLAPSED, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
1103 {UNO_NAME_IS_START, FN_UNO_IS_START, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
1106 };
1107
1108 return aRedlinePortionMap_Impl;
1109}
1110
1112{
1114 {
1116 switch( nPropertyId )
1117 {
1119 {
1120 static SfxItemPropertySet aPROPERTY_MAP_TEXT_CURSOR(pEntries);
1121 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_CURSOR;
1122 }
1123 break;
1125 {
1126 static SfxItemPropertySet aPROPERTY_MAP_CHAR_STYLE(pEntries);
1127 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CHAR_STYLE;
1128 }
1129 break;
1131 {
1132 static SfxItemPropertySet aPROPERTY_MAP_PARA_STYLE(pEntries);
1133 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PARA_STYLE;
1134 }
1135 break;
1137 {
1138 static SfxItemPropertySet aPROPERTY_MAP_FRAME_STYLE(pEntries);
1139 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FRAME_STYLE;
1140 }
1141 break;
1143 {
1144 static SfxItemPropertySet aPROPERTY_MAP_PAGE_STYLE(pEntries);
1145 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PAGE_STYLE;
1146 }
1147 break;
1149 {
1150 static SfxItemPropertySet aPROPERTY_MAP_NUM_STYLE(pEntries);
1151 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_NUM_STYLE;
1152 }
1153 break;
1155 {
1156 static SfxItemPropertySet aPROPERTY_MAP_SECTION(pEntries);
1157 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_SECTION;
1158 }
1159 break;
1161 {
1162 static SfxItemPropertySet aPROPERTY_MAP_TEXT_TABLE(pEntries);
1163 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_TABLE;
1164 }
1165 break;
1167 {
1168 static SfxItemPropertySet aPROPERTY_MAP_TABLE_CELL(pEntries);
1169 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TABLE_CELL;
1170 }
1171 break;
1173 {
1174 static SfxItemPropertySet aPROPERTY_MAP_TABLE_RANGE(pEntries);
1175 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TABLE_RANGE;
1176 }
1177 break;
1179 {
1180 static SfxItemPropertySet aPROPERTY_MAP_TEXT_SEARCH(pEntries);
1181 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_SEARCH;
1182 }
1183 break;
1185 {
1186 static SfxItemPropertySet aPROPERTY_MAP_TEXT_FRAME(pEntries);
1187 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_FRAME;
1188 }
1189 break;
1191 {
1192 static SfxItemPropertySet aPROPERTY_MAP_TEXT_GRAPHIC(pEntries);
1193 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_GRAPHIC;
1194 }
1195 break;
1197 {
1198 static SfxItemPropertySet aPROPERTY_MAP_TEXT_PAGE(pEntries);
1199 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_PAGE;
1200 }
1201 break;
1203 {
1204 static SfxItemPropertySet aPROPERTY_MAP_TEXT_SHAPE(pEntries);
1205 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_SHAPE;
1206 }
1207 break;
1209 {
1210 static SfxItemPropertySet aPROPERTY_MAP_INDEX_USER(pEntries);
1211 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_USER;
1212 }
1213 break;
1215 {
1216 static SfxItemPropertySet aPROPERTY_MAP_INDEX_CNTNT(pEntries);
1217 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_CNTNT;
1218 }
1219 break;
1221 {
1222 static SfxItemPropertySet aPROPERTY_MAP_INDEX_IDX(pEntries);
1223 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_IDX;
1224 }
1225 break;
1227 {
1228 static SfxItemPropertySet aPROPERTY_MAP_USER_MARK(pEntries);
1229 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_USER_MARK;
1230 }
1231 break;
1233 {
1234 static SfxItemPropertySet aPROPERTY_MAP_CNTIDX_MARK(pEntries);
1235 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CNTIDX_MARK;
1236 }
1237 break;
1239 {
1240 static SfxItemPropertySet aPROPERTY_MAP_INDEX_MARK(pEntries);
1241 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_MARK;
1242 }
1243 break;
1245 {
1246 static SfxItemPropertySet aPROPERTY_MAP_TEXT_TABLE_ROW(pEntries);
1247 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_TABLE_ROW;
1248 }
1249 break;
1251 {
1252 static SfxItemPropertySet aPROPERTY_MAP_TEXT_SHAPE_DESCRIPTOR(pEntries);
1253 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_SHAPE_DESCRIPTOR;
1254 }
1255 break;
1257 {
1258 static SfxItemPropertySet aPROPERTY_MAP_TEXT_TABLE_CURSOR(pEntries);
1259 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_TABLE_CURSOR;
1260 }
1261 break;
1263 {
1264 static SfxItemPropertySet aPROPERTY_MAP_BOOKMARK(pEntries);
1265 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_BOOKMARK;
1266 }
1267 break;
1269 {
1270 static SfxItemPropertySet aPROPERTY_MAP_FIELDMARK(pEntries);
1271 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FIELDMARK;
1272 }
1273 break;
1275 {
1276 static SfxItemPropertySet aPROPERTY_MAP_PARAGRAPH_EXTENSIONS(pEntries);
1277 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PARAGRAPH_EXTENSIONS;
1278 }
1279 break;
1281 {
1282 static SfxItemPropertySet aPROPERTY_MAP_INDEX_ILLUSTRATIONS(pEntries);
1283 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_ILLUSTRATIONS;
1284 }
1285 break;
1287 {
1288 static SfxItemPropertySet aPROPERTY_MAP_INDEX_OBJECTS(pEntries);
1289 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_OBJECTS;
1290 }
1291 break;
1293 {
1294 static SfxItemPropertySet aPROPERTY_MAP_INDEX_TABLES(pEntries);
1295 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_TABLES;
1296 }
1297 break;
1299 {
1300 static SfxItemPropertySet aPROPERTY_MAP_BIBLIOGRAPHY(pEntries);
1301 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_BIBLIOGRAPHY;
1302 }
1303 break;
1305 {
1306 static SfxItemPropertySet aPROPERTY_MAP_TEXT_DOCUMENT(pEntries);
1307 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_DOCUMENT;
1308 }
1309 break;
1311 {
1312 static SfxItemPropertySet aPROPERTY_MAP_LINK_TARGET(pEntries);
1313 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_LINK_TARGET;
1314 }
1315 break;
1317 {
1318 static SfxItemPropertySet aPROPERTY_MAP_AUTO_TEXT_GROUP(pEntries);
1319 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_AUTO_TEXT_GROUP;
1320 }
1321 break;
1323 {
1324 static SfxItemPropertySet aPROPERTY_MAP_TEXTPORTION_EXTENSIONS(pEntries);
1325 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXTPORTION_EXTENSIONS;
1326 }
1327 break;
1329 {
1330 static SfxItemPropertySet aPROPERTY_MAP_FOOTNOTE(pEntries);
1331 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FOOTNOTE;
1332 }
1333 break;
1335 {
1336 static SfxItemPropertySet aPROPERTY_MAP_PARAGRAPH(pEntries);
1337 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PARAGRAPH;
1338 }
1339 break;
1341 {
1342 static SfxItemPropertySet aPROPERTY_MAP_EMBEDDED_OBJECT(pEntries);
1343 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_EMBEDDED_OBJECT;
1344 }
1345 break;
1347 {
1348 static SfxItemPropertySet aPROPERTY_MAP_REDLINE(pEntries);
1349 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_REDLINE;
1350 }
1351 break;
1353 {
1354 static SfxItemPropertySet aPROPERTY_MAP_TEXT_DEFAULT(pEntries);
1355 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_DEFAULT;
1356 }
1357 break;
1359 {
1360 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATETIME(pEntries);
1361 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATETIME;
1362 }
1363 break;
1365 {
1366 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_USER(pEntries);
1367 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_USER;
1368 }
1369 break;
1371 {
1372 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_SET_EXP(pEntries);
1373 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_SET_EXP;
1374 }
1375 break;
1377 {
1378 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_GET_EXP(pEntries);
1379 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_GET_EXP;
1380 }
1381 break;
1383 {
1384 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_FILE_NAME(pEntries);
1385 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_FILE_NAME;
1386 }
1387 break;
1389 {
1390 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_PAGE_NUM(pEntries);
1391 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_PAGE_NUM;
1392 }
1393 break;
1395 {
1396 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_AUTHOR(pEntries);
1397 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_AUTHOR;
1398 }
1399 break;
1401 {
1402 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_CHAPTER(pEntries);
1403 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_CHAPTER;
1404 }
1405 break;
1407 {
1408 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_GET_REFERENCE(pEntries);
1409 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_GET_REFERENCE;
1410 }
1411 break;
1413 {
1414 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_CONDITIONED_TEXT(pEntries);
1415 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_CONDITIONED_TEXT;
1416 }
1417 break;
1419 {
1420 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_HIDDEN_TEXT(pEntries);
1421 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_HIDDEN_TEXT;
1422 }
1423 break;
1425 {
1426 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_ANNOTATION(pEntries);
1427 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_ANNOTATION;
1428 }
1429 break;
1431 {
1432 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_INPUT(pEntries);
1433 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_INPUT;
1434 }
1435 break;
1437 {
1438 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_MACRO(pEntries);
1439 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_MACRO;
1440 }
1441 break;
1443 {
1444 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DDE(pEntries);
1445 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DDE;
1446 }
1447 break;
1449 {
1450 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_HIDDEN_PARA(pEntries);
1451 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_HIDDEN_PARA;
1452 }
1453 break;
1455 {
1456 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOC_INFO(pEntries);
1457 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOC_INFO;
1458 }
1459 break;
1461 {
1462 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_TEMPLATE_NAME(pEntries);
1463 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_TEMPLATE_NAME;
1464 }
1465 break;
1467 {
1468 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_USER_EXT(pEntries);
1469 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_USER_EXT;
1470 }
1471 break;
1473 {
1474 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_REF_PAGE_SET(pEntries);
1475 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_REF_PAGE_SET;
1476 }
1477 break;
1479 {
1480 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_REF_PAGE_GET(pEntries);
1481 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_REF_PAGE_GET;
1482 }
1483 break;
1485 {
1486 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_JUMP_EDIT(pEntries);
1487 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_JUMP_EDIT;
1488 }
1489 break;
1491 {
1492 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_SCRIPT(pEntries);
1493 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_SCRIPT;
1494 }
1495 break;
1497 {
1498 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE_NEXT_SET(pEntries);
1499 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE_NEXT_SET;
1500 }
1501 break;
1503 {
1504 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE_NUM_SET(pEntries);
1505 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE_NUM_SET;
1506 }
1507 break;
1509 {
1510 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE_SET_NUM(pEntries);
1511 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE_SET_NUM;
1512 }
1513 break;
1515 {
1516 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE(pEntries);
1517 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE;
1518 }
1519 break;
1521 {
1522 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE_NAME(pEntries);
1523 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE_NAME;
1524 }
1525 break;
1527 {
1528 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCSTAT(pEntries);
1529 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCSTAT;
1530 }
1531 break;
1533 {
1534 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_AUTHOR(pEntries);
1535 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_AUTHOR;
1536 }
1537 break;
1539 {
1540 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_DATE_TIME(pEntries);
1541 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_DATE_TIME;
1542 }
1543 break;
1545 {
1546 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_CHANGE_DATE_TIME(pEntries);
1547 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_CHANGE_DATE_TIME;
1548 }
1549 break;
1551 {
1552 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_CREATE_DATE_TIME(pEntries);
1553 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_CREATE_DATE_TIME;
1554 }
1555 break;
1557 {
1558 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_EDIT_TIME(pEntries);
1559 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_EDIT_TIME;
1560 }
1561 break;
1563 {
1564 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_MISC(pEntries);
1565 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_MISC;
1566 }
1567 break;
1569 {
1570 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_REVISION(pEntries);
1571 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_REVISION;
1572 }
1573 break;
1575 {
1576 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_COMBINED_CHARACTERS(pEntries);
1577 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_COMBINED_CHARACTERS;
1578 }
1579 break;
1581 {
1582 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DUMMY_0(pEntries);
1583 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DUMMY_0;
1584 }
1585 break;
1587 {
1588 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_TABLE_FORMULA(pEntries);
1589 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_TABLE_FORMULA;
1590 }
1591 break;
1593 {
1594 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_USER(pEntries);
1595 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_USER;
1596 }
1597 break;
1599 {
1600 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_DDE(pEntries);
1601 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_DDE;
1602 }
1603 break;
1605 {
1606 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_SET_EXP(pEntries);
1607 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_SET_EXP;
1608 }
1609 break;
1611 {
1612 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_DATABASE(pEntries);
1613 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_DATABASE;
1614 }
1615 break;
1617 {
1618 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_DUMMY0(pEntries);
1619 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_DUMMY0;
1620 }
1621 break;
1623 {
1624 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_BIBLIOGRAPHY(pEntries);
1625 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_BIBLIOGRAPHY;
1626 }
1627 break;
1629 {
1630 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_BIBLIOGRAPHY(pEntries);
1631 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_BIBLIOGRAPHY;
1632 }
1633 break;
1634 case PROPERTY_MAP_TEXT:
1635 {
1636 static SfxItemPropertySet aPROPERTY_MAP_TEXT(pEntries);
1637 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT;
1638 }
1639 break;
1641 {
1642 static SfxItemPropertySet aPROPERTY_MAP_REDLINE_PORTION(pEntries);
1643 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_REDLINE_PORTION;
1644 }
1645 break;
1647 {
1648 static SfxItemPropertySet aPROPERTY_MAP_MAILMERGE(pEntries);
1649 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_MAILMERGE;
1650 }
1651 break;
1653 {
1654 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DROPDOWN(pEntries);
1655 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DROPDOWN;
1656 }
1657 break;
1659 {
1660 static SfxItemPropertySet aPROPERTY_MAP_CHART2_DATA_SEQUENCE(pEntries);
1661 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CHART2_DATA_SEQUENCE;
1662 }
1663 break;
1665 {
1666 static SfxItemPropertySet aPROPERTY_MAP_TEXT_VIEW(pEntries);
1667 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_VIEW;
1668 }
1669 break;
1671 {
1672 static SfxItemPropertySet aPROPERTY_MAP_CONDITIONAL_PARA_STYLE(pEntries);
1673 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CONDITIONAL_PARA_STYLE;
1674 }
1675 break;
1677 {
1678 static SfxItemPropertySet aPROPERTY_MAP_CHAR_AUTO_STYLE(pEntries);
1679 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CHAR_AUTO_STYLE;
1680 }
1681 break;
1683 {
1684 static SfxItemPropertySet aPROPERTY_MAP_RUBY_AUTO_STYLE(pEntries);
1685 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_RUBY_AUTO_STYLE;
1686 }
1687 break;
1689 {
1690 static SfxItemPropertySet aPROPERTY_MAP_PARA_AUTO_STYLE(pEntries);
1691 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PARA_AUTO_STYLE;
1692 }
1693 break;
1695 {
1696 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_CUSTOM(pEntries);
1697 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_CUSTOM;
1698 }
1699 break;
1701 {
1702 static SfxItemPropertySet aPROPERTY_MAP_METAFIELD(pEntries);
1703 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_METAFIELD;
1704 }
1705 break;
1707 {
1708 static SfxItemPropertySet aPROPERTY_MAP_TABLE_STYLE(pEntries);
1709 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TABLE_STYLE;
1710 }
1711 break;
1713 {
1714 static SfxItemPropertySet aPROPERTY_MAP_CELL_STYLE(pEntries);
1715 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CELL_STYLE;
1716 }
1717 break;
1719 {
1720 static SfxItemPropertySet aPROPERTY_MAP_LINEBREAK(pEntries);
1721 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_LINEBREAK;
1722 }
1723 break;
1725 {
1726 static SfxItemPropertySet aPROPERTY_MAP_CONTENTCONTROL(pEntries);
1727 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CONTENTCONTROL;
1728 }
1729 break;
1730 }
1731 }
1733}
1734
1735/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
PropFlags nPropertyId
static o3tl::span< const SfxItemPropertyMapEntry > GetParaStylePropertyMap()
Definition: unomap1.cxx:315
static o3tl::span< const SfxItemPropertyMapEntry > GetTextTableCursorPropertyMap()
Definition: unomap1.cxx:936
static o3tl::span< const SfxItemPropertyMapEntry > GetGraphicPropertyMap()
Definition: unomap1.cxx:816
o3tl::span< const SfxItemPropertyMapEntry > GetPropertyMapEntries(sal_uInt16 PropertyId)
Definition: unomap.cxx:74
static o3tl::span< const SfxItemPropertyMapEntry > GetBookmarkPropertyMap()
Definition: unomap1.cxx:962
static o3tl::span< const SfxItemPropertyMapEntry > GetCharStylePropertyMap()
Definition: unomap1.cxx:173
static o3tl::span< const SfxItemPropertyMapEntry > GetParagraphExtensionsPropertyMap()
Definition: unomap1.cxx:975
static o3tl::span< const SfxItemPropertyMapEntry > GetRedlinePropertyMap()
Definition: unomap1.cxx:1062
static o3tl::span< const SfxItemPropertyMapEntry > GetPageStylePropertyMap()
Definition: unomap1.cxx:449
static o3tl::span< const SfxItemPropertyMapEntry > GetAccessibilityTextAttrPropertyMap()
Definition: unomap1.cxx:108
static o3tl::span< const SfxItemPropertyMapEntry > GetUserMarkPropertyMap()
Definition: unomap1.cxx:923
static o3tl::span< const SfxItemPropertyMapEntry > GetTextCursorPropertyMap()
Definition: unomap1.cxx:98
static o3tl::span< const SfxItemPropertyMapEntry > GetTablePropertyMap()
Definition: unomap1.cxx:654
static o3tl::span< const SfxItemPropertyMapEntry > GetParagraphPropertyMap()
Definition: unomap1.cxx:118
static o3tl::span< const SfxItemPropertyMapEntry > GetEmbeddedPropertyMap()
Definition: unomap1.cxx:861
const SfxItemPropertySet * GetPropertySet(sal_uInt16 PropertyId)
Definition: unomap1.cxx:1111
static o3tl::span< const SfxItemPropertyMapEntry > GetRedlinePortionPropertyMap()
Definition: unomap1.cxx:1095
static o3tl::span< const SfxItemPropertyMapEntry > GetContentMarkPropertyMap()
Definition: unomap1.cxx:911
static o3tl::span< const SfxItemPropertyMapEntry > GetFootnotePropertyMap()
Definition: unomap1.cxx:1004
static o3tl::span< const SfxItemPropertyMapEntry > GetContentControlPropertyMap()
Definition: unomap1.cxx:1027
static o3tl::span< const SfxItemPropertyMapEntry > GetConditionalParaStylePropertyMap()
Definition: unomap1.cxx:331
static o3tl::span< const SfxItemPropertyMapEntry > GetRangePropertyMap()
Definition: unomap1.cxx:706
static o3tl::span< SfxItemPropertyMapEntry > GetTextDefaultPropertyMap()
Definition: unomap1.cxx:1075
static o3tl::span< const SfxItemPropertyMapEntry > GetAutoCharStylePropertyMap()
Definition: unomap1.cxx:244
static o3tl::span< const SfxItemPropertyMapEntry > GetAutoParaStylePropertyMap()
Definition: unomap1.cxx:138
SfxItemPropertySet * m_aPropertySetArr[PROPERTY_MAP_END]
Definition: unomap.hxx:337
static o3tl::span< const SfxItemPropertyMapEntry > GetSectionPropertyMap()
Definition: unomap1.cxx:728
static o3tl::span< const SfxItemPropertyMapEntry > GetTextPortionExtensionPropertyMap()
Definition: unomap1.cxx:985
static o3tl::span< const SfxItemPropertyMapEntry > GetIndexMarkPropertyMap()
Definition: unomap1.cxx:894
static o3tl::span< const SfxItemPropertyMapEntry > GetFrameStylePropertyMap()
Definition: unomap1.cxx:349
static o3tl::span< const SfxItemPropertyMapEntry > GetFramePropertyMap()
Definition: unomap1.cxx:781
static o3tl::span< const SfxItemPropertyMapEntry > GetLineBreakPropertyMap()
Definition: unomap1.cxx:1016
css::uno::Type const & get()
#define FN_UNO_NUM_START_VALUE
Definition: cmdid.h:554
#define FN_UNO_VISIBLE_AREA_WIDTH
Definition: cmdid.h:666
#define FN_TABLE_RELATIVE_WIDTH
Definition: cmdid.h:500
#define FN_UNO_TEXT_PORTION_TYPE
Definition: cmdid.h:606
#define FN_UNO_IS_AUTO_UPDATE
Definition: cmdid.h:589
#define FN_UNO_NUM_LEVEL
Definition: cmdid.h:555
#define FN_UNO_PARA_CHAPTER_NUMBERING_LEVEL
Definition: cmdid.h:594
#define FN_UNO_TABLE_BORDER_DISTANCES
Definition: cmdid.h:636
#define FN_UNO_TABLE_COLUMN_RELATIVE_SUM
Definition: cmdid.h:571
#define FN_UNO_PARA_STYLE_CONDITIONS
Definition: cmdid.h:631
#define FN_UNO_FOOTER
Definition: cmdid.h:578
#define FN_EMBEDDED_OBJECT
Definition: cmdid.h:656
#define FN_UNO_IS_START
Definition: cmdid.h:610
#define FN_UNO_TEXT_TABLE
Definition: cmdid.h:560
#define FN_UNO_CONTROL_CHARACTER
Definition: cmdid.h:607
#define FN_PARAM_LINK_DISPLAY_NAME
Definition: cmdid.h:844
#define FN_UNO_CONTENT_CONTROL
Definition: cmdid.h:672
#define FN_UNO_HEADER_FIRST
Definition: cmdid.h:658
#define FN_BOOKMARK_HIDDEN
Definition: cmdid.h:860
#define FN_UNO_TEXT_SECTION
Definition: cmdid.h:564
#define FN_UNO_REPLACEMENT_GRAPHIC
Definition: cmdid.h:640
#define FN_BOOKMARK_CONDITION
Definition: cmdid.h:861
#define FN_UNO_FOOTER_FIRST
Definition: cmdid.h:659
#define FN_UNO_RANGE_COL_LABEL
Definition: cmdid.h:567
#define FN_UNO_IS_NUMBER
Definition: cmdid.h:598
#define FN_UNO_TABLE_TEMPLATE_NAME
Definition: cmdid.h:665
#define FN_UNO_IS_PIXEL_CONTOUR
Definition: cmdid.h:612
#define FN_UNO_BOOKMARK
Definition: cmdid.h:608
#define FN_UNO_CELL
Definition: cmdid.h:561
#define FN_UNO_TABLE_COLUMN_SEPARATORS
Definition: cmdid.h:570
#define FN_UNO_HEADER_LEFT
Definition: cmdid.h:576
#define FN_UNO_TABLE_NAME
Definition: cmdid.h:644
#define FN_UNO_PAGE_STYLE
Definition: cmdid.h:550
#define FN_UNO_TABLE_BORDER
Definition: cmdid.h:569
#define FN_UNO_COMPONENT
Definition: cmdid.h:626
#define FN_UNO_TEXT_FRAME
Definition: cmdid.h:562
#define FN_UNO_CLSID
Definition: cmdid.h:624
#define FN_UNO_IS_COLLAPSED
Definition: cmdid.h:609
#define FN_UNO_MODEL
Definition: cmdid.h:625
#define FN_UNO_CHARFMT_SEQUENCE
Definition: cmdid.h:623
#define FN_NUMBER_NEWSTART
Definition: cmdid.h:489
#define FN_TABLE_IS_RELATIVE_WIDTH
Definition: cmdid.h:502
#define FN_TABLE_HEADLINE_COUNT
Definition: cmdid.h:427
#define FN_UNO_HIDDEN
Definition: cmdid.h:663
#define FN_UNO_STYLE_INTEROP_GRAB_BAG
Definition: cmdid.h:664
#define FN_UNO_IS_AUTOMATIC_CONTOUR
Definition: cmdid.h:611
#define FN_UNO_DOCUMENT_INDEX
Definition: cmdid.h:558
#define FN_UNO_TRANSFORMED_GRAPHIC
Definition: cmdid.h:669
#define FN_UNO_DRAW_ASPECT
Definition: cmdid.h:657
#define FN_UNO_GRAPHIC_PREVIEW
Definition: cmdid.h:670
#define FN_TABLE_WIDTH
Definition: cmdid.h:501
#define FN_UNO_IS_PHYSICAL
Definition: cmdid.h:588
#define FN_TABLE_HEADLINE_REPEAT
Definition: cmdid.h:398
#define FN_PARAM_FTN_INFO
Definition: cmdid.h:808
#define FN_UNO_FOOTER_LEFT
Definition: cmdid.h:579
#define FN_UNO_DISPLAY_NAME
Definition: cmdid.h:590
#define FN_UNO_STREAM_NAME
Definition: cmdid.h:638
#define FN_UNO_FOLLOW_STYLE
Definition: cmdid.h:584
#define FN_UNO_LINK_STYLE
Definition: cmdid.h:621
#define FN_UNO_VISIBLE_AREA_HEIGHT
Definition: cmdid.h:667
#define FN_UNO_ACTUAL_SIZE
Definition: cmdid.h:614
#define FN_UNO_GRAPHIC
Definition: cmdid.h:632
#define FN_UNO_HEADER_RIGHT
Definition: cmdid.h:577
#define FN_UNO_REPLACEMENT_GRAPHIC_URL
Definition: cmdid.h:634
#define FN_UNO_META
Definition: cmdid.h:645
#define FN_UNO_HEADER
Definition: cmdid.h:575
#define FN_UNO_LINEBREAK
Definition: cmdid.h:671
#define FN_UNO_RANGE_ROW_LABEL
Definition: cmdid.h:568
#define FN_UNO_FOOTER_RIGHT
Definition: cmdid.h:580
#define FN_UNO_TABLE_BORDER2
Definition: cmdid.h:660
#define FN_UNO_GRAPHIC_URL
Definition: cmdid.h:615
#define FN_UNO_GRAPHIC_FILTER
Definition: cmdid.h:616
#define FN_UNO_TABLE_CELL_BACKGROUND
Definition: cmdid.h:572
#define FN_PARAM_CONTOUR_PP
Definition: cmdid.h:846
float u
constexpr TypedWhichId< SfxStringItem > RES_FRMATR_STYLE_NAME(134)
constexpr TypedWhichId< SvxFrameDirectionItem > RES_FRAMEDIR(126)
constexpr TypedWhichId< SwFormatEndAtTextEnd > RES_END_AT_TXTEND(124)
constexpr TypedWhichId< SvxCrossedOutItem > RES_CHRATR_CROSSEDOUT(5)
constexpr TypedWhichId< SvxFormatKeepItem > RES_KEEP(116)
constexpr TypedWhichId< SwFormatFootnoteAtTextEnd > RES_FTN_AT_TXTEND(123)
constexpr TypedWhichId< SwFormatURL > RES_URL(117)
constexpr TypedWhichId< SwLuminanceGrf > RES_GRFATR_LUMINANCE(144)
constexpr TypedWhichId< SvxUnderlineItem > RES_CHRATR_UNDERLINE(14)
constexpr TypedWhichId< SvxAutoKernItem > RES_CHRATR_AUTOKERN(17)
constexpr TypedWhichId< SvxShadowItem > RES_CHRATR_SHADOW(41)
constexpr TypedWhichId< SwFormatRowSplit > RES_ROW_SPLIT(128)
constexpr TypedWhichId< SwTransparencyGrf > RES_GRFATR_TRANSPARENCY(151)
constexpr TypedWhichId< SvxShadowedItem > RES_CHRATR_SHADOWED(13)
constexpr TypedWhichId< SwFormatFrameSize > RES_FRM_SIZE(89)
constexpr TypedWhichId< SwFormatCol > RES_COL(115)
constexpr TypedWhichId< SwFormatHoriOrient > RES_HORI_ORIENT(109)
constexpr TypedWhichId< SwChannelRGrf > RES_GRFATR_CHANNELR(146)
constexpr TypedWhichId< SvxShadowItem > RES_SHADOW(113)
constexpr TypedWhichId< SwFormatVertOrient > RES_VERT_ORIENT(108)
constexpr TypedWhichId< SfxBoolItem > RES_RTL_GUTTER(139)
constexpr TypedWhichId< SwContrastGrf > RES_GRFATR_CONTRAST(145)
constexpr TypedWhichId< SvXMLAttrContainerItem > RES_UNKNOWNATR_CONTAINER(RES_UNKNOWNATR_BEGIN)
constexpr TypedWhichId< SwFormatAutoFormat > RES_TXTATR_AUTOFMT(50)
constexpr TypedWhichId< SwFormatLayoutSplit > RES_LAYOUT_SPLIT(119)
constexpr TypedWhichId< SwFormatEditInReadonly > RES_EDIT_IN_READONLY(118)
constexpr TypedWhichId< SfxStringItem > RES_FRMATR_CONDITIONAL_STYLE_NAME(135)
constexpr TypedWhichId< SwFormatPageDesc > RES_PAGEDESC(99)
constexpr TypedWhichId< SvxBrushItem > RES_CHRATR_HIGHLIGHT(42)
constexpr TypedWhichId< SvxBrushItem > RES_BACKGROUND(111)
constexpr TypedWhichId< SwDrawModeGrf > RES_GRFATR_DRAWMODE(152)
constexpr TypedWhichId< SvxContourItem > RES_CHRATR_CONTOUR(4)
constexpr TypedWhichId< SvxCharReliefItem > RES_CHRATR_RELIEF(36)
constexpr TypedWhichId< SvxCharHiddenItem > RES_CHRATR_HIDDEN(37)
constexpr TypedWhichId< SwChannelBGrf > RES_GRFATR_CHANNELB(148)
constexpr TypedWhichId< SvxEscapementItem > RES_CHRATR_ESCAPEMENT(6)
constexpr TypedWhichId< SwInvertGrf > RES_GRFATR_INVERT(150)
constexpr TypedWhichId< SvxTabStopItem > RES_PARATR_TABSTOP(68)
constexpr TypedWhichId< SwTextGridItem > RES_TEXTGRID(121)
constexpr TypedWhichId< SvxCharScaleWidthItem > RES_CHRATR_SCALEW(35)
constexpr TypedWhichId< SvxBrushItem > RES_CHRATR_BACKGROUND(21)
constexpr TypedWhichId< SvxCaseMapItem > RES_CHRATR_CASEMAP(RES_CHRATR_BEGIN)
constexpr TypedWhichId< SwFormatNoBalancedColumns > RES_COLUMNBALANCE(125)
constexpr TypedWhichId< SwHeaderAndFooterEatSpacingItem > RES_HEADER_FOOTER_EAT_SPACING(127)
constexpr TypedWhichId< SfxBoolItem > RES_COLLAPSING_BORDERS(131)
constexpr TypedWhichId< SvxOpaqueItem > RES_OPAQUE(105)
constexpr TypedWhichId< SwFormatWrapInfluenceOnObjPos > RES_WRAP_INFLUENCE_ON_OBJPOS(132)
constexpr TypedWhichId< SvxEmphasisMarkItem > RES_CHRATR_EMPHASIS_MARK(33)
constexpr TypedWhichId< SvxProtectItem > RES_PROTECT(106)
constexpr TypedWhichId< SfxGrabBagItem > RES_FRMATR_GRABBAG(136)
constexpr TypedWhichId< SwFormatCharFormat > RES_TXTATR_CHARFMT(52)
constexpr TypedWhichId< SwMirrorGrf > RES_GRFATR_MIRRORGRF(RES_GRFATR_BEGIN)
constexpr TypedWhichId< SvxBlinkItem > RES_CHRATR_BLINK(18)
constexpr TypedWhichId< SvxOverlineItem > RES_CHRATR_OVERLINE(38)
constexpr TypedWhichId< SwTableBoxNumFormat > RES_BOXATR_FORMAT(RES_BOXATR_BEGIN)
constexpr TypedWhichId< SwChannelGGrf > RES_GRFATR_CHANNELG(147)
constexpr TypedWhichId< SwFormatAutoFormat > RES_AUTO_STYLE(133)
constexpr TypedWhichId< SvxCharRotateItem > RES_CHRATR_ROTATE(32)
constexpr TypedWhichId< SwFormatAnchor > RES_ANCHOR(110)
constexpr TypedWhichId< SvxBoxItem > RES_BOX(112)
constexpr TypedWhichId< SfxBoolItem > RES_DECORATIVE(140)
constexpr TypedWhichId< SvxFormatBreakItem > RES_BREAK(100)
constexpr TypedWhichId< SwRotationGrf > RES_GRFATR_ROTATION(143)
constexpr TypedWhichId< SdrTextVertAdjustItem > RES_TEXT_VERT_ADJUST(137)
constexpr TypedWhichId< SwFormatChain > RES_CHAIN(120)
constexpr TypedWhichId< SvXMLAttrContainerItem > RES_TXTATR_UNKNOWN_CONTAINER(54)
constexpr TypedWhichId< SvxWordLineModeItem > RES_CHRATR_WORDLINEMODE(16)
constexpr TypedWhichId< SwFormatFlySplit > RES_FLY_SPLIT(129)
constexpr TypedWhichId< SfxGrabBagItem > RES_PARATR_GRABBAG(81)
constexpr TypedWhichId< SvxKerningItem > RES_CHRATR_KERNING(9)
constexpr TypedWhichId< SfxUInt16Item > RES_PARATR_OUTLINELEVEL(79)
constexpr TypedWhichId< SwFormatSurround > RES_SURROUND(107)
constexpr TypedWhichId< SvxTwoLinesItem > RES_CHRATR_TWO_LINES(34)
constexpr TypedWhichId< SwFormatFollowTextFlow > RES_FOLLOW_TEXT_FLOW(130)
constexpr TypedWhichId< SwCropGrf > RES_GRFATR_CROPGRF(142)
constexpr TypedWhichId< SvxPaperBinItem > RES_PAPER_BIN(90)
constexpr TypedWhichId< SvxBoxItem > RES_CHRATR_BOX(40)
constexpr TypedWhichId< SvxColorItem > RES_CHRATR_COLOR(3)
constexpr TypedWhichId< SwGammaGrf > RES_GRFATR_GAMMA(149)
constexpr TypedWhichId< SvxLRSpaceItem > RES_LR_SPACE(97)
constexpr TypedWhichId< SvxULSpaceItem > RES_UL_SPACE(98)
constexpr TypedWhichId< SfxBoolItem > RES_BACKGROUND_FULL_SIZE(138)
constexpr TypedWhichId< SvxNoHyphenItem > RES_CHRATR_NOHYPHEN(19)
constexpr TypedWhichId< SvxPrintItem > RES_PRINT(104)
#define PROPERTY_NONE
#define MID_SIZE_HEIGHT
#define MID_SIZE_WIDTH
#define MID_SIZE_SIZE
#define MID_TL_HASCOLOR
#define BOTTOM_BORDER
#define MID_BACK_COLOR
#define MID_LO_MARGIN
#define MID_ESC
#define MID_RELIEF
#define MID_EMPHASIS
#define MID_GRAPHIC_URL
#define MID_GRAPHIC_POSITION
#define MID_PROTECT_POSITION
#define BORDER_DISTANCE
#define TOP_BORDER
#define MID_STD_TAB
#define MID_BORDER_TOP_COLOR
#define MID_SHADOW_TRANSPARENCE
#define LEFT_BORDER_DISTANCE
#define RIGHT_BORDER
#define MID_START_BRACKET
#define MID_BACK_COLOR_R_G_B
#define MID_R_MARGIN
#define MID_PROTECT_CONTENT
#define MID_PROTECT_SIZE
#define MID_COLOR_ALPHA
#define TOP_BORDER_DISTANCE
#define RIGHT_BORDER_DISTANCE
#define MID_BACK_COLOR_TRANSPARENCY
#define MID_TWOLINES
#define MID_SHADING_VALUE
#define MID_HYPHEN_MIN_LEAD
#define MID_GUTTER_MARGIN
#define MID_ROTATE
#define MID_COMPLEX_COLOR
#define BOTTOM_BORDER_DISTANCE
#define MID_NAME
#define MID_TL_COMPLEX_COLOR
#define MID_COLOR_TINT_OR_SHADE
#define MID_BORDER_RIGHT_COLOR
#define MID_FITTOLINE
#define MID_L_MARGIN
#define MID_BORDER_BOTTOM_COLOR
#define MID_TL_STYLE
#define MID_COLOR_THEME_INDEX
#define MID_GRAPHIC_TRANSPARENT
#define MID_UP_MARGIN
#define MID_ESC_HEIGHT
#define MID_GRAPHIC
#define MID_END_BRACKET
#define MID_BACKGROUND_COMPLEX_COLOR
#define MID_TL_COLOR
#define LEFT_BORDER
#define MID_CROSS_OUT
#define MID_GRAPHIC_FILTER
#define MID_BORDER_LEFT_COLOR
#define MID_GRAPHIC_TRANSPARENCY
int i
css::uno::Reference< css::linguistic2::XProofreadingIterator > get(css::uno::Reference< css::uno::XComponentContext > const &context)
#define CONVERT_TWIPS
SwUnoPropertyMapProvider aSwMapProvider
Definition: unomap1.cxx:88
#define PROPERTY_MAP_FLDTYP_GET_EXP
Definition: unomap.hxx:70
#define PROPERTY_MAP_TEXT_TABLE
Definition: unomap.hxx:35
#define PROPERTY_MAP_AUTO_TEXT_GROUP
Definition: unomap.hxx:59
#define PROPERTY_MAP_TEXT_DOCUMENT
Definition: unomap.hxx:57
#define PROPERTY_MAP_TEXT_TABLE_CURSOR
Definition: unomap.hxx:50
#define PROPERTY_MAP_INDEX_USER
Definition: unomap.hxx:42
#define PROPERTY_MAP_TEXT_DEFAULT
Definition: unomap.hxx:65
#define PROPERTY_MAP_FLDTYP_JUMP_EDIT
Definition: unomap.hxx:88
#define PROPERTY_MAP_FLDTYP_DDE
Definition: unomap.hxx:81
#define WID_MAIN_ENTRY
Definition: unomap.hxx:172
#define WID_SECT_DDE_AUTOUPDATE
Definition: unomap.hxx:157
#define PROPERTY_MAP_TABLE_CELL
Definition: unomap.hxx:36
#define PROPERTY_MAP_SECTION
Definition: unomap.hxx:34
#define PROPERTY_MAP_END
Definition: unomap.hxx:132
#define PROPERTY_MAP_FLDTYP_DATETIME
Definition: unomap.hxx:67
#define PROPERTY_MAP_FIELDMARK
Definition: unomap.hxx:128
#define PROPERTY_MAP_FLDTYP_DOC_INFO
Definition: unomap.hxx:83
#define PROPERTY_MAP_TEXT_FRAME
Definition: unomap.hxx:39
#define PROPERTY_MAP_FLDMSTR_USER
Definition: unomap.hxx:106
#define PROPERTY_MAP_INDEX_IDX
Definition: unomap.hxx:44
#define PROPERTY_MAP_REDLINE
Definition: unomap.hxx:64
#define PROPERTY_MAP_TABLE_RANGE
Definition: unomap.hxx:37
#define PROPERTY_MAP_CONTENTCONTROL
Definition: unomap.hxx:130
#define PROPERTY_MAP_FLDTYP_TABLE_FORMULA
Definition: unomap.hxx:105
#define PROPERTY_MAP_FLDTYP_SET_EXP
Definition: unomap.hxx:69
#define PROPERTY_MAP_PARA_AUTO_STYLE
Definition: unomap.hxx:122
#define PROPERTY_MAP_TEXT_CURSOR
Definition: unomap.hxx:28
#define PROPERTY_MAP_FLDTYP_ANNOTATION
Definition: unomap.hxx:78
#define PROPERTY_MAP_MAILMERGE
Definition: unomap.hxx:115
#define WID_SECT_DDE_ELEMENT
Definition: unomap.hxx:152
#define PROPERTY_MAP_EMBEDDED_OBJECT
Definition: unomap.hxx:63
#define WID_SECT_IS_GLOBAL_DOC_SECTION
Definition: unomap.hxx:159
#define OWN_ATTR_FILLBMP_MODE
Definition: unomap.hxx:332
#define WID_SECT_DOCUMENT_INDEX
Definition: unomap.hxx:158
#define PROPERTY_MAP_FLDTYP_FILE_NAME
Definition: unomap.hxx:71
#define PROPERTY_MAP_FLDTYP_CHAPTER
Definition: unomap.hxx:74
#define PROPERTY_MAP_TEXT_TABLE_ROW
Definition: unomap.hxx:48
#define WID_PRIMARY_KEY
Definition: unomap.hxx:165
#define PROPERTY_MAP_FLDTYP_DOCINFO_EDIT_TIME
Definition: unomap.hxx:100
#define WID_ALT_TEXT
Definition: unomap.hxx:167
#define PROPERTY_MAP_FLDTYP_DOCINFO_REVISION
Definition: unomap.hxx:102
#define PROPERTY_MAP_FLDTYP_DATABASE_NEXT_SET
Definition: unomap.hxx:90
#define WID_LEVEL
Definition: unomap.hxx:169
#define PROPERTY_MAP_PAGE_STYLE
Definition: unomap.hxx:32
#define PROPERTY_MAP_PARAGRAPH
Definition: unomap.hxx:62
#define WID_PRIMARY_KEY_READING
Definition: unomap.hxx:225
#define PROPERTY_MAP_CELL_STYLE
Definition: unomap.hxx:127
#define PROPERTY_MAP_BIBLIOGRAPHY
Definition: unomap.hxx:56
#define PROPERTY_MAP_FLDTYP_DOCINFO_CHANGE_DATE_TIME
Definition: unomap.hxx:98
#define PROPERTY_MAP_FLDTYP_DOCINFO_AUTHOR
Definition: unomap.hxx:96
#define WID_SECT_PASSWORD
Definition: unomap.hxx:160
#define PROPERTY_MAP_NUM_STYLE
Definition: unomap.hxx:33
#define PROPERTY_MAP_CHAR_AUTO_STYLE
Definition: unomap.hxx:120
#define PROPERTY_MAP_INDEX_MARK
Definition: unomap.hxx:47
#define WID_USER_IDX_NAME
Definition: unomap.hxx:201
#define PROPERTY_MAP_FLDTYP_DOCINFO_DATE_TIME
Definition: unomap.hxx:97
#define PROPERTY_MAP_USER_MARK
Definition: unomap.hxx:45
#define PROPERTY_MAP_FLDTYP_AUTHOR
Definition: unomap.hxx:73
#define WID_SECT_DDE_TYPE
Definition: unomap.hxx:150
#define PROPERTY_MAP_PARA_STYLE
Definition: unomap.hxx:30
#define PROPERTY_MAP_FLDTYP_MACRO
Definition: unomap.hxx:80
#define PROPERTY_MAP_FLDTYP_GET_REFERENCE
Definition: unomap.hxx:75
#define PROPERTY_MAP_TEXT_PAGE
Definition: unomap.hxx:131
#define PROPERTY_MAP_TEXT_SHAPE_DESCRIPTOR
Definition: unomap.hxx:49
#define PROPERTY_MAP_PARAGRAPH_EXTENSIONS
Definition: unomap.hxx:52
#define WID_SECT_DDE_FILE
Definition: unomap.hxx:151
#define PROPERTY_MAP_LINK_TARGET
Definition: unomap.hxx:58
#define PROPERTY_MAP_TABLE_STYLE
Definition: unomap.hxx:126
#define PROPERTY_MAP_FLDMSTR_BIBLIOGRAPHY
Definition: unomap.hxx:112
#define PROPERTY_MAP_FLDTYP_COMBINED_CHARACTERS
Definition: unomap.hxx:103
#define PROPERTY_MAP_METAFIELD
Definition: unomap.hxx:124
#define PROPERTY_MAP_INDEX_CNTNT
Definition: unomap.hxx:43
#define PROPERTY_MAP_TEXT
Definition: unomap.hxx:113
#define PROPERTY_MAP_TEXT_GRAPHIC
Definition: unomap.hxx:40
#define PROPERTY_MAP_FOOTNOTE
Definition: unomap.hxx:61
#define PROPERTY_MAP_TEXT_SEARCH
Definition: unomap.hxx:38
#define PROPERTY_MAP_FLDMSTR_DDE
Definition: unomap.hxx:107
#define PROPERTY_MAP_RUBY_AUTO_STYLE
Definition: unomap.hxx:121
#define PROPERTY_MAP_BOOKMARK
Definition: unomap.hxx:51
#define PROPERTY_MAP_FLDTYP_DOCSTAT
Definition: unomap.hxx:95
#define WID_SECT_LINK
Definition: unomap.hxx:153
#define PROPERTY_MAP_TEXT_SHAPE
Definition: unomap.hxx:41
#define PROPERTY_MAP_CHAR_STYLE
Definition: unomap.hxx:29
#define WID_SECONDARY_KEY
Definition: unomap.hxx:166
#define PROPERTY_MAP_FLDTYP_USER
Definition: unomap.hxx:68
#define PROPERTY_MAP_FLDTYP_SCRIPT
Definition: unomap.hxx:89
#define PROPERTY_MAP_FLDTYP_DATABASE
Definition: unomap.hxx:93
#define PROPERTY_MAP_TEXTPORTION_EXTENSIONS
Definition: unomap.hxx:60
#define WID_SECT_VISIBLE
Definition: unomap.hxx:154
#define PROPERTY_MAP_FRAME_STYLE
Definition: unomap.hxx:31
#define PROPERTY_MAP_TEXT_VIEW
Definition: unomap.hxx:118
#define PROPERTY_MAP_FLDTYP_USER_EXT
Definition: unomap.hxx:85
#define PROPERTY_MAP_FLDMSTR_DUMMY0
Definition: unomap.hxx:110
#define PROPERTY_MAP_LINEBREAK
Definition: unomap.hxx:129
#define PROPERTY_MAP_FLDTYP_REF_PAGE_GET
Definition: unomap.hxx:87
#define PROPERTY_MAP_FLDTYP_INPUT
Definition: unomap.hxx:79
#define PROPERTY_MAP_INDEX_ILLUSTRATIONS
Definition: unomap.hxx:53
#define PROPERTY_MAP_FLDTYP_HIDDEN_PARA
Definition: unomap.hxx:82
#define PROPERTY_MAP_FLDTYP_REF_PAGE_SET
Definition: unomap.hxx:86
#define PROPERTY_MAP_FLDTYP_DROPDOWN
Definition: unomap.hxx:116
#define PROPERTY_MAP_REDLINE_PORTION
Definition: unomap.hxx:114
#define WID_SECT_REGION
Definition: unomap.hxx:156
#define PROPERTY_MAP_FLDTYP_DOCINFO_CUSTOM
Definition: unomap.hxx:123
#define PROPERTY_MAP_FLDTYP_DATABASE_NAME
Definition: unomap.hxx:94
#define PROPERTY_MAP_CNTIDX_MARK
Definition: unomap.hxx:46
#define PROPERTY_MAP_FLDTYP_DATABASE_SET_NUM
Definition: unomap.hxx:92
#define PROPERTY_MAP_FLDTYP_DOCINFO_CREATE_DATE_TIME
Definition: unomap.hxx:99
#define WID_SECT_CURRENTLY_VISIBLE
Definition: unomap.hxx:161
#define WID_SECT_CONDITION
Definition: unomap.hxx:149
#define PROPERTY_MAP_FLDTYP_PAGE_NUM
Definition: unomap.hxx:72
#define PROPERTY_MAP_INDEX_OBJECTS
Definition: unomap.hxx:54
#define WID_SECT_PROTECTED
Definition: unomap.hxx:155
#define PROPERTY_MAP_FLDTYP_DATABASE_NUM_SET
Definition: unomap.hxx:91
#define PROPERTY_MAP_FLDMSTR_SET_EXP
Definition: unomap.hxx:108
#define WID_TEXT_READING
Definition: unomap.hxx:224
#define PROPERTY_MAP_INDEX_TABLES
Definition: unomap.hxx:55
#define PROPERTY_MAP_FLDTYP_CONDITIONED_TEXT
Definition: unomap.hxx:76
#define PROPERTY_MAP_FLDMSTR_DATABASE
Definition: unomap.hxx:109
#define PROPERTY_MAP_CHART2_DATA_SEQUENCE
Definition: unomap.hxx:117
#define PROPERTY_MAP_FLDTYP_DOCINFO_MISC
Definition: unomap.hxx:101
#define PROPERTY_MAP_CONDITIONAL_PARA_STYLE
Definition: unomap.hxx:119
#define PROPERTY_MAP_FLDTYP_BIBLIOGRAPHY
Definition: unomap.hxx:111
#define WID_SECT_EDIT_IN_READONLY
Definition: unomap.hxx:162
#define PROPERTY_MAP_FLDTYP_HIDDEN_TEXT
Definition: unomap.hxx:77
#define PROPERTY_MAP_FLDTYP_TEMPLATE_NAME
Definition: unomap.hxx:84
#define PROPERTY_MAP_FLDTYP_DUMMY_0
Definition: unomap.hxx:104
#define WID_SECONDARY_KEY_READING
Definition: unomap.hxx:226
#define CJK_FONT_PROPERTIES
#define COMMON_FRAME_PROPERTIES
#define REDLINE_PROPERTIES(readonly)
#define COMMON_TEXT_CONTENT_PROPERTIES
#define TABSTOPS_MAP_ENTRY
#define COMMON_CRSR_PARA_PROPERTIES_WITHOUT_FN
#define COMMON_HYPERLINK_PROPERTIES
#define PROP_DIFF_FONTHEIGHT
#define REDLINE_NODE_PROPERTIES
#define STANDARD_FONT_PROPERTIES
#define COMMON_ACCESSIBILITY_TEXT_ATTRIBUTE
#define COMPLETE_TEXT_CURSOR_MAP
#define COMMON_PARA_STYLE_PROPERTIES
#define COMMON_CRSR_PARA_PROPERTIES_2
#define COMMON_CRSR_PARA_PROPERTIES_WITHOUT_FN_01
#define FILL_PROPERTIES_SW
#define CTL_FONT_PROPERTIES
#define MID_HORIORIENT_RELATION
Definition: unomid.h:39
#define MID_FRMSIZE_REL_WIDTH_RELATION
Definition: unomid.h:87
#define MID_GRID_TYPE
Definition: unomid.h:124
#define MID_FRMSIZE_REL_HEIGHT_RELATION
Definition: unomid.h:88
#define MID_URL_URL
Definition: unomid.h:50
#define MID_GRID_BASEWIDTH
Definition: unomid.h:128
#define MID_GRID_SNAPTOCHARS
Definition: unomid.h:129
#define MID_GRID_PRINT
Definition: unomid.h:126
#define MID_GRID_LINES
Definition: unomid.h:121
#define MID_VERTORIENT_RELATION
Definition: unomid.h:35
#define MID_FRMSIZE_IS_SYNC_HEIGHT_TO_WIDTH
Definition: unomid.h:85
#define MID_NUM_START_AT
Definition: unomid.h:96
#define MID_GRID_STANDARD_MODE
Definition: unomid.h:130
#define MID_LINE_TEXT_DIST
Definition: unomid.h:108
#define MID_URL_TARGET
Definition: unomid.h:51
#define MID_SURROUND_ANCHORONLY
Definition: unomid.h:30
#define MID_FRMSIZE_REL_WIDTH
Definition: unomid.h:72
#define MID_WRAP_INFLUENCE
Definition: unomid.h:148
#define MID_FRMSIZE_SIZE_TYPE
Definition: unomid.h:76
#define MID_GRID_RUBYHEIGHT
Definition: unomid.h:123
#define MID_HORIORIENT_PAGETOGGLE
Definition: unomid.h:41
#define MID_VERTORIENT_POSITION
Definition: unomid.h:36
#define MID_GRID_COLOR
Definition: unomid.h:120
#define MID_FRMSIZE_WIDTH
Definition: unomid.h:74
#define MID_GRID_DISPLAY
Definition: unomid.h:127
#define MID_PREFIX
Definition: unomid.h:99
#define MID_PAGEDESC_PAGENUMOFFSET
Definition: unomid.h:27
#define MID_LINE_RELWIDTH
Definition: unomid.h:106
#define MID_URL_CLIENTMAP
Definition: unomid.h:48
#define MID_LINE_ADJUST
Definition: unomid.h:107
#define MID_URL_SERVERMAP
Definition: unomid.h:49
#define MID_COLLECT
Definition: unomid.h:94
#define MID_SUFFIX
Definition: unomid.h:100
#define MID_FRMSIZE_WIDTH_TYPE
Definition: unomid.h:86
#define MID_SURROUND_SURROUNDTYPE
Definition: unomid.h:29
#define MID_VERTORIENT_ORIENT
Definition: unomid.h:34
#define MID_ANCHOR_PAGENUM
Definition: unomid.h:44
#define MID_HORIORIENT_POSITION
Definition: unomid.h:40
#define MID_URL_HYPERLINKNAME
Definition: unomid.h:47
#define MID_MIRROR_HORZ_ODD_PAGES
Definition: unomid.h:24
#define MID_FRMSIZE_REL_HEIGHT
Definition: unomid.h:71
#define MID_FOLLOW_TEXT_FLOW
Definition: unomid.h:152
#define MID_FTN_LINE_STYLE
Definition: unomid.h:110
#define MID_LINE_COLOR
Definition: unomid.h:105
#define MID_ANCHOR_ANCHORTYPE
Definition: unomid.h:43
#define MID_MIRROR_VERT
Definition: unomid.h:22
#define MID_GRID_BASEHEIGHT
Definition: unomid.h:122
#define MID_LINE_WEIGHT
Definition: unomid.h:104
#define MID_CHAIN_PREVNAME
Definition: unomid.h:56
#define MID_SURROUND_CONTOUR
Definition: unomid.h:31
#define MID_CHAIN_NEXTNAME
Definition: unomid.h:57
#define MID_LINE_FOOTNOTE_DIST
Definition: unomid.h:109
#define MID_OWN_NUM
Definition: unomid.h:97
#define MID_FRMSIZE_HEIGHT
Definition: unomid.h:75
#define MID_FRMSIZE_IS_AUTO_HEIGHT
Definition: unomid.h:77
#define MID_SURROUND_CONTOUROUTSIDE
Definition: unomid.h:32
#define MID_GRID_RUBY_BELOW
Definition: unomid.h:125
#define MID_FRMSIZE_SIZE
Definition: unomid.h:70
#define MID_NUM_TYPE
Definition: unomid.h:98
#define MID_FTN_HEIGHT
Definition: unomid.h:103
#define MID_HORIORIENT_ORIENT
Definition: unomid.h:38
#define MID_MIRROR_HORZ_EVEN_PAGES
Definition: unomid.h:23
#define MID_FRMSIZE_IS_SYNC_WIDTH_TO_HEIGHT
Definition: unomid.h:84
#define MID_COLUMNS
Definition: unomid.h:90
#define MID_ALLOW_OVERLAP
Definition: unomid.h:149
#define MID_RESTART_NUM
Definition: unomid.h:95
#define MID_PAGE_ORIENTATION
#define MID_FILLHATCH
#define MID_PAGE_LAYOUT
#define MID_FILLGRADIENT
#define MID_BITMAP
#define MID_PAGE_NUMTYPE
constexpr OUStringLiteral UNO_NAME_CHAIN_NEXT_NAME
Definition: unoprnms.hxx:255
constexpr OUStringLiteral UNO_NAME_FOOTER_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:523
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_NUMBERING_TYPE
Definition: unoprnms.hxx:552
constexpr OUStringLiteral UNO_NAME_LEVEL
Definition: unoprnms.hxx:296
constexpr OUStringLiteral UNO_NAME_FRAME_WIDTH_PERCENT
Definition: unoprnms.hxx:641
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_TILE
Definition: unoprnms.hxx:689
constexpr OUStringLiteral UNO_NAME_FOOTER_TEXT_LEFT
Definition: unoprnms.hxx:396
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_HEIGHT
Definition: unoprnms.hxx:613
constexpr OUStringLiteral UNO_NAME_BREAK_TYPE
Definition: unoprnms.hxx:254
constexpr OUStringLiteral UNO_NAME_FOOTER_LEFT_BORDER
Definition: unoprnms.hxx:413
constexpr OUStringLiteral UNO_NAME_SIZE_TYPE
Definition: unoprnms.hxx:282
constexpr OUStringLiteral UNO_NAME_OUTLINE_CONTENT_VISIBLE
Definition: unoprnms.hxx:847
constexpr OUStringLiteral UNO_NAME_TAB_INDEX
Definition: unoprnms.hxx:941
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_NUMBERING_PREFIX
Definition: unoprnms.hxx:553
constexpr OUStringLiteral UNO_NAME_FRAME_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:898
constexpr OUStringLiteral UNO_NAME_COMPONENT
Definition: unoprnms.hxx:767
constexpr OUStringLiteral UNO_NAME_TABLE_BORDER2
Definition: unoprnms.hxx:872
constexpr OUStringLiteral UNO_NAME_CLIENT_MAP
Definition: unoprnms.hxx:259
constexpr OUStringLiteral UNO_NAME_HEADER_FILLSTYLE
Definition: unoprnms.hxx:668
constexpr OUStringLiteral UNO_NAME_BACKGROUND_COMPLEX_COLOR
Definition: unoprnms.hxx:199
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_IS_OWN_NUMBERING
Definition: unoprnms.hxx:551
constexpr OUStringLiteral UNO_NAME_CHAR_AUTO_STYLE_NAME
Definition: unoprnms.hxx:818
constexpr OUStringLiteral UNO_NAME_FOOTER_BORDER_DISTANCE
Definition: unoprnms.hxx:417
constexpr OUStringLiteral UNO_NAME_ALLOW_OVERLAP
Definition: unoprnms.hxx:914
constexpr OUStringLiteral UNO_NAME_HEADER_RIGHT_BORDER
Definition: unoprnms.hxx:401
constexpr OUStringLiteral UNO_NAME_SIZE
Definition: unoprnms.hxx:327
constexpr OUStringLiteral UNO_NAME_CHAR_CASE_MAP
Definition: unoprnms.hxx:128
constexpr OUStringLiteral UNO_NAME_NUMBER_FORMAT
Definition: unoprnms.hxx:302
constexpr OUStringLiteral UNO_NAME_CHAR_RELIEF
Definition: unoprnms.hxx:626
constexpr OUStringLiteral UNO_NAME_GRID_BASE_HEIGHT
Definition: unoprnms.hxx:729
constexpr OUStringLiteral UNO_NAME_TEXT_VERT_ADJUST
Definition: unoprnms.hxx:903
constexpr OUStringLiteral UNO_NAME_TAG
Definition: unoprnms.hxx:939
constexpr OUStringLiteral UNO_NAME_FOOTER_SHADOW_FORMAT
Definition: unoprnms.hxx:418
constexpr OUStringLiteral UNO_NAME_CHAR_CONTOURED
Definition: unoprnms.hxx:262
constexpr OUStringLiteral UNO_NAME_HEADER_DYNAMIC_SPACING
Definition: unoprnms.hxx:745
constexpr OUStringLiteral UNO_NAME_CHAR_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:886
constexpr OUStringLiteral UNO_NAME_CHAR_BACKGROUND_COMPLEX_COLOR
Definition: unoprnms.hxx:152
constexpr OUStringLiteral UNO_NAME_PAGE_NUMBER_OFFSET
Definition: unoprnms.hxx:309
constexpr OUStringLiteral UNO_LINK_DISPLAY_NAME
Definition: unoprnms.hxx:488
constexpr OUStringLiteral UNO_NAME_PARA_IS_NUMBERING_RESTART
Definition: unoprnms.hxx:527
constexpr OUStringLiteral UNO_NAME_SHOWING_PLACE_HOLDER
Definition: unoprnms.hxx:918
constexpr OUStringLiteral UNO_NAME_HEADER_LEFT_MARGIN
Definition: unoprnms.hxx:83
constexpr OUStringLiteral UNO_NAME_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:382
constexpr OUStringLiteral UNO_NAME_IS_WIDTH_RELATIVE
Definition: unoprnms.hxx:625
constexpr OUStringLiteral UNO_NAME_HYPER_LINK_TARGET
Definition: unoprnms.hxx:290
constexpr OUStringLiteral UNO_NAME_HEADER_HEIGHT
Definition: unoprnms.hxx:409
constexpr OUStringLiteral UNO_NAME_ALTERNATIVE_TEXT
Definition: unoprnms.hxx:208
constexpr OUStringLiteral UNO_NAME_SECT_LEFT_MARGIN
Definition: unoprnms.hxx:768
constexpr OUStringLiteral UNO_NAME_HEADER_FILLTRANSPARENCEGRADIENTNAME
Definition: unoprnms.hxx:673
constexpr OUStringLiteral UNO_NAME_TEXT_TABLE
Definition: unoprnms.hxx:367
constexpr OUStringLiteral UNO_NAME_TABLE_TEMPLATE_NAME
Definition: unoprnms.hxx:340
constexpr OUStringLiteral UNO_NAME_IS_PIXEL_CONTOUR
Definition: unoprnms.hxx:532
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_SIZE_Y
Definition: unoprnms.hxx:687
constexpr OUStringLiteral UNO_NAME_CHECKBOX
Definition: unoprnms.hxx:919
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_TYPE
Definition: unoprnms.hxx:171
constexpr OUStringLiteral UNO_NAME_ENDNOTE_IS_COLLECT_AT_TEXT_END
Definition: unoprnms.hxx:556
constexpr OUStringLiteral UNO_NAME_ANCHOR_TYPE
Definition: unoprnms.hxx:249
constexpr OUStringLiteral UNO_NAME_PRINT
Definition: unoprnms.hxx:312
constexpr OUStringLiteral UNO_NAME_RIGHT_MARGIN
Definition: unoprnms.hxx:81
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLHATCH
Definition: unoprnms.hxx:699
constexpr OUStringLiteral UNO_NAME_ADJUST_CONTRAST
Definition: unoprnms.hxx:585
constexpr OUStringLiteral UNO_NAME_BACK_TRANSPARENT
Definition: unoprnms.hxx:248
constexpr OUStringLiteral UNO_NAME_HEADER_RIGHT_MARGIN
Definition: unoprnms.hxx:84
constexpr OUStringLiteral UNO_NAME_SERVER_MAP
Definition: unoprnms.hxx:322
constexpr OUStringLiteral UNO_NAME_USER_DEFINED_ATTRIBUTES
Definition: unoprnms.hxx:492
constexpr OUStringLiteral UNO_NAME_ADJUST_GREEN
Definition: unoprnms.hxx:587
constexpr OUStringLiteral UNO_NAME_TEXT_FRAME
Definition: unoprnms.hxx:369
constexpr OUStringLiteral UNO_NAME_CHAIN_PREV_NAME
Definition: unoprnms.hxx:256
constexpr OUStringLiteral UNO_NAME_CHAR_COMPLEX_COLOR
constexpr OUStringLiteral UNO_NAME_CHAR_BORDER_DISTANCE
Definition: unoprnms.hxx:882
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_THEME
constexpr OUStringLiteral UNO_NAME_TEXT_SECTION
Definition: unoprnms.hxx:371
constexpr OUStringLiteral UNO_NAME_FOOTER_IS_SHARED
Definition: unoprnms.hxx:421
constexpr OUStringLiteral UNO_NAME_FOOTER_TEXT
Definition: unoprnms.hxx:395
constexpr OUStringLiteral UNO_NAME_FOOTER_RIGHT_BORDER
Definition: unoprnms.hxx:414
constexpr OUStringLiteral UNO_NAME_IS_AUTO_UPDATE
Definition: unoprnms.hxx:30
constexpr OUStringLiteral UNO_NAME_FILE_LINK
Definition: unoprnms.hxx:179
constexpr OUStringLiteral UNO_NAME_TEXT_WRAP
Definition: unoprnms.hxx:336
constexpr OUStringLiteral UNO_NAME_CHAR_SHADING_VALUE
Definition: unoprnms.hxx:876
constexpr OUStringLiteral UNO_NAME_PICTURE
Definition: unoprnms.hxx:924
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBITMAPNAME
Definition: unoprnms.hxx:661
constexpr OUStringLiteral UNO_NAME_CHAR_SHADOWED
constexpr OUStringLiteral UNO_NAME_HEADER_FILLHATCHNAME
Definition: unoprnms.hxx:667
constexpr OUStringLiteral UNO_NAME_ALIAS
Definition: unoprnms.hxx:938
constexpr OUStringLiteral UNO_NAME_BACK_COLOR_R_G_B
Definition: unoprnms.hxx:743
constexpr OUStringLiteral UNO_NAME_FRAME_ISAUTOMATIC_HEIGHT
Definition: unoprnms.hxx:639
constexpr OUStringLiteral UNO_NAME_FOOTER_BOTTOM_BORDER
Definition: unoprnms.hxx:416
constexpr OUStringLiteral UNO_NAME_HEADER_BACK_COLOR
Definition: unoprnms.hxx:398
constexpr OUStringLiteral UNO_NAME_DATE_FORMAT
Definition: unoprnms.hxx:925
constexpr OUStringLiteral UNO_NAME_CONTOUR_OUTSIDE
Definition: unoprnms.hxx:263
constexpr OUStringLiteral UNO_NAME_CHECKED_STATE
Definition: unoprnms.hxx:921
constexpr OUStringLiteral UNO_NAME_GRID_RUBY_BELOW
Definition: unoprnms.hxx:732
constexpr OUStringLiteral UNO_NAME_MODEL
Definition: unoprnms.hxx:752
constexpr OUStringLiteral UNO_NAME_REFERENCE_ID
Definition: unoprnms.hxx:514
constexpr OUStringLiteral UNO_NAME_BORDER_BOTTOM_COMPLEX_COLOR
Definition: unoprnms.hxx:385
constexpr OUStringLiteral UNO_NAME_FOOTER_LEFT_MARGIN
Definition: unoprnms.hxx:85
constexpr OUStringLiteral UNO_NAME_ENDNOTE_IS_OWN_NUMBERING
Definition: unoprnms.hxx:561
constexpr OUStringLiteral UNO_NAME_TAB_STOP_DISTANCE
Definition: unoprnms.hxx:624
constexpr OUStringLiteral UNO_NAME_NUMBERING_IS_NUMBER
Definition: unoprnms.hxx:169
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT_POSITION
Definition: unoprnms.hxx:288
constexpr OUStringLiteral UNO_NAME_HEADER_BOTTOM_BORDER
Definition: unoprnms.hxx:403
constexpr OUStringLiteral UNO_NAME_ADJUST_BLUE
Definition: unoprnms.hxx:588
constexpr OUStringLiteral UNO_NAME_FOOTER_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:526
constexpr OUStringLiteral UNO_NAME_PARA_CONDITIONAL_STYLE_NAME
Definition: unoprnms.hxx:498
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_LOCATION
Definition: unoprnms.hxx:44
constexpr OUStringLiteral UNO_NAME_FOOTER_RIGHT_MARGIN
Definition: unoprnms.hxx:86
constexpr OUStringLiteral UNO_NAME_CHAR_EMPHASIS
Definition: unoprnms.hxx:157
constexpr OUStringLiteral UNO_NAME_USER_INDEX_NAME
Definition: unoprnms.hxx:440
constexpr OUStringLiteral UNO_NAME_VERT_MIRRORED
Definition: unoprnms.hxx:353
constexpr OUStringLiteral UNO_NAME_HEADER_TEXT
Definition: unoprnms.hxx:392
constexpr OUStringLiteral UNO_NAME_HEADER_FILLTRANSPARENCEGRADIENT
Definition: unoprnms.hxx:671
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLGRADIENT
Definition: unoprnms.hxx:697
constexpr OUStringLiteral UNO_NAME_TABLE_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:906
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_WEIGHT
Definition: unoprnms.hxx:614
constexpr OUStringLiteral UNO_NAME_HEADER_IS_ON
Definition: unoprnms.hxx:410
constexpr OUStringLiteral UNO_NAME_CHART_ROW_AS_LABEL
Definition: unoprnms.hxx:374
constexpr OUStringLiteral UNO_NAME_FOOTER_GRAPHIC_LOCATION
Definition: unoprnms.hxx:57
constexpr OUStringLiteral UNO_NAME_CLEAR
Definition: unoprnms.hxx:915
constexpr OUStringLiteral UNO_NAME_HEADER_ROW_COUNT
Definition: unoprnms.hxx:824
constexpr OUStringLiteral UNO_NAME_HEADER_FILLHATCH
Definition: unoprnms.hxx:666
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_SIZE_X
Definition: unoprnms.hxx:653
constexpr OUStringLiteral UNO_NAME_EDIT_IN_READONLY
Definition: unoprnms.hxx:274
constexpr OUStringLiteral UNO_NAME_KEEP_TOGETHER
Definition: unoprnms.hxx:185
constexpr OUStringLiteral UNO_NAME_CHAR_BORDER_BOTTOM_COMPLEX_COLOR
Definition: unoprnms.hxx:894
constexpr OUStringLiteral UNO_NAME_CHAR_BACK_COLOR
Definition: unoprnms.hxx:150
constexpr OUStringLiteral UNO_NAME_BOTTOM_BORDER
Definition: unoprnms.hxx:379
constexpr OUStringLiteral UNO_NAME_TABLE_BORDER_DISTANCES
Definition: unoprnms.hxx:835
constexpr OUStringLiteral UNO_NAME_FRAME_HEIGHT_PERCENT
Definition: unoprnms.hxx:638
constexpr OUStringLiteral UNO_NAME_FOOTER_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:521
constexpr OUStringLiteral UNO_NAME_CONTOUR_POLY_POLYGON
Definition: unoprnms.hxx:530
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_OFFSET_X
Definition: unoprnms.hxx:678
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT_POSITION
Definition: unoprnms.hxx:354
constexpr OUStringLiteral UNO_NAME_HEADER_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:515
constexpr OUStringLiteral UNO_NAME_LEFT_MARGIN
Definition: unoprnms.hxx:80
constexpr OUStringLiteral UNO_NAME_HEADER_BORDER_DISTANCE
Definition: unoprnms.hxx:404
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE
constexpr OUStringLiteral UNO_NAME_DONT_BALANCE_TEXT_COLUMNS
Definition: unoprnms.hxx:736
constexpr OUStringLiteral UNO_NAME_HEADER_GRAPHIC_URL
Definition: unoprnms.hxx:36
constexpr OUStringLiteral UNO_NAME_PLAIN_TEXT
Definition: unoprnms.hxx:928
constexpr OUStringLiteral UNO_NAME_GRID_DISPLAY
Definition: unoprnms.hxx:734
constexpr OUStringLiteral UNO_NAME_IS_START
Definition: unoprnms.hxx:512
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_RECTANGLE_POINT
Definition: unoprnms.hxx:652
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT
Definition: unoprnms.hxx:284
constexpr OUStringLiteral UNO_NAME_ID
Definition: unoprnms.hxx:940
constexpr OUStringLiteral UNO_NAME_CHAR_OVERLINE_COMPLEX_COLOR
Definition: unoprnms.hxx:845
constexpr OUStringLiteral UNO_NAME_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:384
constexpr OUStringLiteral UNO_NAME_GRID_BASE_WIDTH
Definition: unoprnms.hxx:832
constexpr OUStringLiteral UNO_NAME_FOOTER_GRAPHIC_URL
Definition: unoprnms.hxx:39
constexpr OUStringLiteral UNO_NAME_FOOTER_BODY_DISTANCE
Definition: unoprnms.hxx:419
constexpr OUStringLiteral UNO_NAME_SECT_RIGHT_MARGIN
Definition: unoprnms.hxx:769
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLSTYLE
Definition: unoprnms.hxx:701
constexpr OUStringLiteral UNO_NAME_SHADOW_FORMAT
Definition: unoprnms.hxx:325
constexpr OUStringLiteral UNO_NAME_BORDER_DISTANCE
Definition: unoprnms.hxx:380
constexpr OUStringLiteral UNO_NAME_GRID_PRINT
Definition: unoprnms.hxx:733
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLTRANSPARENCEGRADIENTNAME
Definition: unoprnms.hxx:706
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_DISTANCE
Definition: unoprnms.hxx:620
constexpr OUStringLiteral UNO_NAME_GRID_SNAP_TO_CHARS
Definition: unoprnms.hxx:833
constexpr OUStringLiteral UNO_NAME_DOCUMENT_INDEX
Definition: unoprnms.hxx:361
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_NUMBERING_SUFFIX
Definition: unoprnms.hxx:554
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_STRETCH
Definition: unoprnms.hxx:688
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBACKGROUND
Definition: unoprnms.hxx:659
constexpr OUStringLiteral UNO_NAME_FOOTER_TOP_BORDER
Definition: unoprnms.hxx:415
constexpr OUStringLiteral UNO_NAME_SHADOW_TRANSPARENCE
Definition: unoprnms.hxx:896
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT
Definition: unoprnms.hxx:352
constexpr OUStringLiteral UNO_NAME_DROP_DOWN
Definition: unoprnms.hxx:930
constexpr OUStringLiteral UNO_NAME_FOOTER_BACK_TRANSPARENT
Definition: unoprnms.hxx:412
constexpr OUStringLiteral UNO_NAME_TEXT_COLUMNS
Definition: unoprnms.hxx:247
constexpr OUStringLiteral UNO_NAME_META
Definition: unoprnms.hxx:850
constexpr OUStringLiteral UNO_NAME_IS_LANDSCAPE
Definition: unoprnms.hxx:186
constexpr OUStringLiteral UNO_NAME_IS_COLLAPSED
Definition: unoprnms.hxx:511
constexpr OUStringLiteral UNO_NAME_HEADER_TEXT_LEFT
Definition: unoprnms.hxx:393
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_FILTER
Definition: unoprnms.hxx:43
constexpr OUStringLiteral UNO_NAME_BOOKMARK_CONDITION
Definition: unoprnms.hxx:366
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_ELEMENT
Definition: unoprnms.hxx:173
constexpr OUStringLiteral UNO_NAME_CONTROL_CHARACTER
Definition: unoprnms.hxx:510
constexpr OUStringLiteral UNO_NAME_CHAR_BOTTOM_BORDER
Definition: unoprnms.hxx:881
constexpr OUStringLiteral UNO_NAME_CHAR_ESCAPEMENT_HEIGHT
Definition: unoprnms.hxx:139
constexpr OUStringLiteral UNO_NAME_GRID_RUBY_HEIGHT
Definition: unoprnms.hxx:730
constexpr OUStringLiteral UNO_NAME_HEADER_IS_SHARED
Definition: unoprnms.hxx:408
constexpr OUStringLiteral UNO_NAME_TABLE_BORDER
Definition: unoprnms.hxx:389
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_RESTART_NUMBERING_AT
Definition: unoprnms.hxx:550
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_TRANSPARENCY
Definition: unoprnms.hxx:742
constexpr OUStringLiteral UNO_NAME_CHAR_NO_HYPHENATION
Definition: unoprnms.hxx:131
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_POSITION_OFFSET_Y
Definition: unoprnms.hxx:683
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_SIZE_X
Definition: unoprnms.hxx:686
constexpr OUStringLiteral UNO_NAME_HEADER_GRAPHIC_LOCATION
Definition: unoprnms.hxx:56
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_LOGICAL_SIZE
Definition: unoprnms.hxx:644
constexpr OUStringLiteral UNO_NAME_RELATIVE_WIDTH
Definition: unoprnms.hxx:211
constexpr OUStringLiteral UNO_NAME_REPLACEMENT_GRAPHIC
Definition: unoprnms.hxx:873
constexpr OUStringLiteral UNO_NAME_GUTTER_MARGIN
Definition: unoprnms.hxx:82
constexpr OUStringLiteral UNO_NAME_STREAM_NAME
Definition: unoprnms.hxx:838
constexpr OUStringLiteral UNO_NAME_REDLINE_START
Definition: unoprnms.hxx:602
constexpr OUStringLiteral UNO_NAME_TRANSPARENCY
Definition: unoprnms.hxx:591
constexpr OUStringLiteral UNO_NAME_ENDNOTE_NUMBERING_TYPE
Definition: unoprnms.hxx:562
constexpr OUStringLiteral UNO_NAME_IS_AUTOMATIC_UPDATE
Definition: unoprnms.hxx:174
constexpr OUStringLiteral UNO_NAME_TABLE_COLUMN_RELATIVE_SUM
Definition: unoprnms.hxx:391
constexpr OUStringLiteral UNO_NAME_LIST_ITEMS
Definition: unoprnms.hxx:923
constexpr OUStringLiteral UNO_NAME_CURRENT_DATE
Definition: unoprnms.hxx:927
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBACKGROUND
Definition: unoprnms.hxx:692
constexpr OUStringLiteral UNO_NAME_CHECKED
Definition: unoprnms.hxx:920
constexpr OUStringLiteral UNO_NAME_DATA_BINDING_STORE_ITEM_ID
Definition: unoprnms.hxx:935
constexpr OUStringLiteral UNO_NAME_LINEBREAK
Definition: unoprnms.hxx:916
constexpr OUStringLiteral UNO_NAME_GRID_STANDARD_PAGE_MODE
Definition: unoprnms.hxx:834
constexpr OUStringLiteral UNO_NAME_PAGE_TOGGLE
Definition: unoprnms.hxx:307
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT_RELATION
Definition: unoprnms.hxx:287
constexpr OUStringLiteral UNO_NAME_TOP_BORDER
Definition: unoprnms.hxx:378
constexpr OUStringLiteral UNO_NAME_CHAR_HIDDEN
Definition: unoprnms.hxx:775
constexpr OUStringLiteral UNO_NAME_CELL
Definition: unoprnms.hxx:368
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLGRADIENTNAME
Definition: unoprnms.hxx:698
constexpr OUStringLiteral UNO_NAME_PARA_STYLE_NAME
Definition: unoprnms.hxx:193
constexpr OUStringLiteral UNO_NAME_CHAR_TRANSPARENCE
Definition: unoprnms.hxx:140
constexpr OUStringLiteral UNO_NAME_EMBEDDED_OBJECT
Definition: unoprnms.hxx:856
constexpr OUStringLiteral UNO_NAME_GRAPHIC_CROP
Definition: unoprnms.hxx:359
constexpr OUStringLiteral UNO_NAME_GRAPHIC_ROTATION
Definition: unoprnms.hxx:583
constexpr OUStringLiteral UNO_NAME_TOP_MARGIN
Definition: unoprnms.hxx:343
constexpr OUStringLiteral UNO_NAME_FOOTER_TEXT_RIGHT
Definition: unoprnms.hxx:397
constexpr OUStringLiteral UNO_NAME_CONTENT_PROTECTED
Definition: unoprnms.hxx:264
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_TINT_OR_SHADE
constexpr OUStringLiteral UNO_NAME_FIRST_IS_SHARED
Definition: unoprnms.hxx:868
constexpr OUStringLiteral UNO_NAME_HEADER_FILLCOLOR_2
Definition: unoprnms.hxx:674
constexpr OUStringLiteral UNO_NAME_HEADER_FILLCOLOR
Definition: unoprnms.hxx:658
constexpr OUStringLiteral UNO_NAME_VISIBLE_AREA_WIDTH
Definition: unoprnms.hxx:860
constexpr OUStringLiteral UNO_NAME_CHAR_COMBINE_PREFIX
Definition: unoprnms.hxx:155
constexpr OUStringLiteral UNO_NAME_WRAP_INFLUENCE_ON_POSITION
Definition: unoprnms.hxx:781
constexpr OUStringLiteral UNO_NAME_DATE_LANGUAGE
Definition: unoprnms.hxx:926
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_TEXT_DISTANCE
Definition: unoprnms.hxx:619
constexpr OUStringLiteral UNO_NAME_FOOTER_IS_DYNAMIC_HEIGHT
Definition: unoprnms.hxx:420
constexpr OUStringLiteral UNO_NAME_CHAR_BORDER_RIGHT_COMPLEX_COLOR
Definition: unoprnms.hxx:890
constexpr OUStringLiteral UNO_NAME_HEADER_GRAPHIC
Definition: unoprnms.hxx:35
constexpr OUStringLiteral UNO_NAME_RIGHT_BORDER
Definition: unoprnms.hxx:377
constexpr OUStringLiteral UNO_NAME_APPEARANCE
Definition: unoprnms.hxx:937
constexpr OUStringLiteral UNO_NAME_HEADER_FILLGRADIENTSTEPCOUNT
Definition: unoprnms.hxx:663
constexpr OUStringLiteral UNO_NAME_PAGE_STYLE_LAYOUT
Definition: unoprnms.hxx:190
constexpr OUStringLiteral UNO_NAME_HYPER_LINK_NAME
Definition: unoprnms.hxx:291
constexpr OUStringLiteral UNO_NAME_LOCK
Definition: unoprnms.hxx:942
constexpr OUStringLiteral UNO_NAME_CHART_COLUMN_AS_LABEL
Definition: unoprnms.hxx:375
constexpr OUStringLiteral UNO_NAME_PROTECTION_KEY
Definition: unoprnms.hxx:630
constexpr OUStringLiteral UNO_NAME_COMBO_BOX
Definition: unoprnms.hxx:929
constexpr OUStringLiteral UNO_NAME_WRITING_MODE
Definition: unoprnms.hxx:726
constexpr OUStringLiteral UNO_NAME_IS_GLOBAL_DOCUMENT_SECTION
Definition: unoprnms.hxx:362
constexpr OUStringLiteral UNO_NAME_FOOTER_DYNAMIC_SPACING
Definition: unoprnms.hxx:746
constexpr OUStringLiteral UNO_NAME_LINK_REGION
Definition: unoprnms.hxx:298
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLGRADIENTSTEPCOUNT
Definition: unoprnms.hxx:696
constexpr OUStringLiteral UNO_NAME_CHAR_ROTATION_IS_FIT_TO_LINE
Definition: unoprnms.hxx:622
constexpr OUStringLiteral UNO_NAME_IS_AUTOMATIC_CONTOUR
Definition: unoprnms.hxx:533
constexpr OUStringLiteral UNO_NAME_CLSID
Definition: unoprnms.hxx:766
constexpr OUStringLiteral UNO_NAME_COLLAPSING_BORDERS
Definition: unoprnms.hxx:780
constexpr OUStringLiteral UNO_NAME_ENDNOTE_RESTART_NUMBERING_AT
Definition: unoprnms.hxx:560
constexpr OUStringLiteral UNO_NAME_CHAR_KERNING
Definition: unoprnms.hxx:149
constexpr OUStringLiteral UNO_NAME_HEADER_FILL_TRANSPARENCE
Definition: unoprnms.hxx:669
constexpr OUStringLiteral UNO_NAME_PARA_CHAPTER_NUMBERING_LEVEL
Definition: unoprnms.hxx:497
constexpr OUStringLiteral UNO_NAME_CONTENT_CONTROL
Definition: unoprnms.hxx:917
constexpr OUStringLiteral UNO_NAME_UNCHECKED_STATE
Definition: unoprnms.hxx:922
constexpr OUStringLiteral UNO_NAME_FOOTER_HEIGHT
Definition: unoprnms.hxx:426
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_TILE
Definition: unoprnms.hxx:656
constexpr OUStringLiteral UNO_NAME_TEXT_READING
Definition: unoprnms.hxx:739
constexpr OUStringLiteral UNO_NAME_REGISTER_PARAGRAPH_STYLE
Definition: unoprnms.hxx:316
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_POSITION_OFFSET_Y
Definition: unoprnms.hxx:650
constexpr OUStringLiteral UNO_NAME_HEADER_GRAPHIC_FILTER
Definition: unoprnms.hxx:37
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR
constexpr OUStringLiteral UNO_NAME_CHAR_OVERLINE_HAS_COLOR
Definition: unoprnms.hxx:846
constexpr OUStringLiteral UNO_NAME_BACK_COLOR_TRANSPARENCY
Definition: unoprnms.hxx:744
constexpr OUStringLiteral UNO_NAME_FOLLOW_STYLE
Definition: unoprnms.hxx:27
constexpr OUStringLiteral UNO_NAME_GRID_LINES
Definition: unoprnms.hxx:728
constexpr OUStringLiteral UNO_NAME_GRAPHIC_PREVIEW
Definition: unoprnms.hxx:182
constexpr OUStringLiteral UNO_NAME_REPEAT_HEADLINE
Definition: unoprnms.hxx:215
constexpr OUStringLiteral UNO_NAME_BOOKMARK
Definition: unoprnms.hxx:364
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_IS_COLLECT_AT_TEXT_END
Definition: unoprnms.hxx:546
constexpr OUStringLiteral UNO_NAME_IS_CURRENTLY_VISIBLE
Definition: unoprnms.hxx:737
constexpr OUStringLiteral UNO_NAME_CHAR_SCALE_WIDTH
Definition: unoprnms.hxx:623
constexpr OUStringLiteral UNO_NAME_FOOTER_GRAPHIC
Definition: unoprnms.hxx:38
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_STYLE
Definition: unoprnms.hxx:855
constexpr OUStringLiteral UNO_NAME_NUMBERING_LEVEL
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBITMAP
Definition: unoprnms.hxx:693
constexpr OUStringLiteral UNO_NAME_TABLE_NAME
Definition: unoprnms.hxx:339
constexpr OUStringLiteral UNO_NAME_FOOTER_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:524
constexpr OUStringLiteral UNO_NAME_SIZE_PROTECTED
Definition: unoprnms.hxx:246
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_RELATIVE_WIDTH
Definition: unoprnms.hxx:617
constexpr OUStringLiteral UNO_NAME_PARA_AUTO_STYLE_NAME
Definition: unoprnms.hxx:819
constexpr OUStringLiteral UNO_NAME_HEADER_TEXT_RIGHT
Definition: unoprnms.hxx:394
constexpr OUStringLiteral UNO_NAME_CHAR_BORDER_LEFT_COMPLEX_COLOR
Definition: unoprnms.hxx:888
constexpr OUStringLiteral UNO_NAME_FOOTER_BACK_COLOR
Definition: unoprnms.hxx:411
constexpr OUStringLiteral UNO_NAME_BOOKMARK_HIDDEN
Definition: unoprnms.hxx:365
constexpr OUStringLiteral UNO_NAME_CHAR_STYLE_NAMES
Definition: unoprnms.hxx:762
constexpr OUStringLiteral UNO_NAME_TEXT_PORTION_TYPE
Definition: unoprnms.hxx:509
constexpr OUStringLiteral UNO_NAME_RELATIVE_HEIGHT
Definition: unoprnms.hxx:213
constexpr OUStringLiteral UNO_NAME_FOOTER_IS_ON
Definition: unoprnms.hxx:427
constexpr OUStringLiteral UNO_NAME_TRANSFORMED_GRAPHIC
Definition: unoprnms.hxx:181
constexpr OUStringLiteral UNO_NAME_CHAR_ESCAPEMENT
Definition: unoprnms.hxx:127
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_OFFSET_Y
Definition: unoprnms.hxx:646
constexpr OUStringLiteral UNO_NAME_ADJUST_RED
Definition: unoprnms.hxx:586
constexpr OUStringLiteral UNO_NAME_PAGE_STYLE_NAME
Definition: unoprnms.hxx:189
constexpr OUStringLiteral UNO_NAME_OPAQUE
Definition: unoprnms.hxx:306
constexpr OUStringLiteral UNO_NAME_IS_PROTECTED
Definition: unoprnms.hxx:183
constexpr OUStringLiteral UNO_NAME_CHAR_OVERLINE
Definition: unoprnms.hxx:843
constexpr OUStringLiteral UNO_NAME_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:383
constexpr OUStringLiteral UNO_NAME_PAGE_DESC_NAME
Definition: unoprnms.hxx:308
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_LOGICAL_SIZE
Definition: unoprnms.hxx:677
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBITMAP
Definition: unoprnms.hxx:660
constexpr OUStringLiteral UNO_NAME_HYPER_LINK_U_R_L
Definition: unoprnms.hxx:289
constexpr OUStringLiteral UNO_NAME_HORI_MIRRORED_ON_EVEN_PAGES
Definition: unoprnms.hxx:285
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_OFFSET_Y
Definition: unoprnms.hxx:679
constexpr OUStringLiteral UNO_NAME_TABLE_COLUMN_SEPARATORS
Definition: unoprnms.hxx:390
constexpr OUStringLiteral UNO_NAME_CHAR_STRIKEOUT
Definition: unoprnms.hxx:129
constexpr OUStringLiteral UNO_NAME_HEADER_BODY_DISTANCE
Definition: unoprnms.hxx:406
constexpr OUStringLiteral UNO_NAME_CHAR_BORDER_TOP_COMPLEX_COLOR
Definition: unoprnms.hxx:892
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_MODE
Definition: unoprnms.hxx:690
constexpr OUStringLiteral UNO_NAME_PRIMARY_KEY
Definition: unoprnms.hxx:209
constexpr OUStringLiteral UNO_NAME_HEADER_BACK_TRANSPARENT
Definition: unoprnms.hxx:399
constexpr OUStringLiteral UNO_NAME_NUMBERING_START_VALUE
Definition: unoprnms.hxx:168
constexpr OUStringLiteral UNO_NAME_OUTLINE_LEVEL
Definition: unoprnms.hxx:848
constexpr OUStringLiteral UNO_NAME_BORDER_TOP_COMPLEX_COLOR
Definition: unoprnms.hxx:388
constexpr OUStringLiteral UNO_NAME_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:381
constexpr OUStringLiteral UNO_NAME_CHAR_SHADOW_FORMAT
Definition: unoprnms.hxx:895
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLTRANSPARENCEGRADIENT
Definition: unoprnms.hxx:704
constexpr OUStringLiteral UNO_NAME_GRID_MODE
Definition: unoprnms.hxx:731
constexpr OUStringLiteral UNO_NAME_CHAR_OVERLINE_COLOR
Definition: unoprnms.hxx:844
constexpr OUStringLiteral UNO_NAME_SECONDARY_KEY
Definition: unoprnms.hxx:225
constexpr OUStringLiteral UNO_NAME_CHAR_WORD_MODE
Definition: unoprnms.hxx:358
constexpr OUStringLiteral UNO_NAME_CHAR_ROTATION
Definition: unoprnms.hxx:621
constexpr OUStringLiteral UNO_NAME_SURROUND
Definition: unoprnms.hxx:333
constexpr OUStringLiteral UNO_NAME_CHAR_BACK_TRANSPARENT
Definition: unoprnms.hxx:153
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_RECTANGLE_POINT
Definition: unoprnms.hxx:685
constexpr OUStringLiteral UNO_NAME_HEADER_IS_DYNAMIC_HEIGHT
Definition: unoprnms.hxx:407
constexpr OUStringLiteral UNO_NAME_GRAPHIC_URL
Definition: unoprnms.hxx:48
constexpr OUStringLiteral UNO_NAME_IS_MAIN_ENTRY
Definition: unoprnms.hxx:582
constexpr OUStringLiteral UNO_NAME_SECONDARY_KEY_READING
Definition: unoprnms.hxx:741
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT_RELATION
Definition: unoprnms.hxx:355
constexpr OUStringLiteral UNO_NAME_DRAW_ASPECT
Definition: unoprnms.hxx:859
constexpr OUStringLiteral UNO_NAME_BACK_COLOR
Definition: unoprnms.hxx:198
constexpr OUStringLiteral UNO_NAME_GRAPHIC_COLOR_MODE
constexpr OUStringLiteral UNO_NAME_FOOTER_FILL_TRANSPARENCE
Definition: unoprnms.hxx:702
constexpr OUStringLiteral UNO_NAME_STYLE_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:900
constexpr OUStringLiteral UNO_NAME_HEADER_LEFT_BORDER
Definition: unoprnms.hxx:400
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_URL
Definition: unoprnms.hxx:41
constexpr OUStringLiteral UNO_NAME_BOTTOM_MARGIN
Definition: unoprnms.hxx:344
constexpr OUStringLiteral UNO_NAME_PLACEHOLDER_DOC_PART
Definition: unoprnms.hxx:931
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE_COMPLEX_COLOR
Definition: unoprnms.hxx:125
constexpr OUStringLiteral UNO_NAME_CHAR_COMBINE_SUFFIX
Definition: unoprnms.hxx:156
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_SIZE_Y
Definition: unoprnms.hxx:654
constexpr OUStringLiteral UNO_NAME_GAMMA
Definition: unoprnms.hxx:589
constexpr OUStringLiteral UNO_NAME_ACTUAL_SIZE
Definition: unoprnms.hxx:328
constexpr OUStringLiteral UNO_NAME_SPLIT
Definition: unoprnms.hxx:300
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_IS_RESTART_NUMBERING
Definition: unoprnms.hxx:548
constexpr OUStringLiteral UNO_NAME_FOOTER_GRAPHIC_FILTER
Definition: unoprnms.hxx:40
constexpr OUStringLiteral UNO_NAME_DATA_BINDING_PREFIX_MAPPINGS
Definition: unoprnms.hxx:933
constexpr OUStringLiteral UNO_NAME_DATE_STRING
Definition: unoprnms.hxx:943
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_OFFSET_X
Definition: unoprnms.hxx:645
constexpr OUStringLiteral UNO_NAME_BORDER_RIGHT_COMPLEX_COLOR
Definition: unoprnms.hxx:387
constexpr OUStringLiteral UNO_NAME_ANCHOR_PAGE_NO
Definition: unoprnms.hxx:251
constexpr OUStringLiteral UNO_NAME_RELATIVE_WIDTH_RELATION
Definition: unoprnms.hxx:212
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLCOLOR_2
Definition: unoprnms.hxx:707
constexpr OUStringLiteral UNO_NAME_SURROUND_CONTOUR
Definition: unoprnms.hxx:337
constexpr OUStringLiteral UNO_NAME_CHAR_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:885
constexpr OUStringLiteral UNO_NAME_GRAPHIC_IS_INVERTED
Definition: unoprnms.hxx:590
constexpr OUStringLiteral UNO_NAME_HEADER_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:518
constexpr OUStringLiteral UNO_NAME_HEADER_TOP_BORDER
Definition: unoprnms.hxx:402
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_FILE
Definition: unoprnms.hxx:172
constexpr OUStringLiteral UNO_NAME_ENDNOTE_IS_RESTART_NUMBERING
Definition: unoprnms.hxx:558
constexpr OUStringLiteral UNO_NAME_IS_PHYSICAL
Definition: unoprnms.hxx:29
constexpr OUStringLiteral UNO_NAME_IS_SYNC_WIDTH_TO_HEIGHT
Definition: unoprnms.hxx:244
constexpr OUStringLiteral UNO_NAME_FOOTER_TEXT_FIRST
Definition: unoprnms.hxx:870
constexpr OUStringLiteral UNO_NAME_HEADER_FILLGRADIENTNAME
Definition: unoprnms.hxx:665
constexpr OUStringLiteral UNO_NAME_PARA_STYLE_CONDITIONS
Definition: unoprnms.hxx:814
constexpr OUStringLiteral UNO_NAME_ENDNOTE_NUMBERING_SUFFIX
Definition: unoprnms.hxx:564
constexpr OUStringLiteral UNO_NAME_CHAR_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:883
constexpr OUStringLiteral UNO_NAME_CONDITION
Definition: unoprnms.hxx:260
constexpr OUStringLiteral UNO_NAME_CHAR_FLASH
Definition: unoprnms.hxx:148
constexpr OUStringLiteral UNO_NAME_LINK_STYLE
Definition: unoprnms.hxx:28
constexpr OUStringLiteral UNO_NAME_HIDDEN
Definition: unoprnms.hxx:874
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_STRETCH
Definition: unoprnms.hxx:655
constexpr OUStringLiteral UNO_NAME_IS_SYNC_HEIGHT_TO_WIDTH
Definition: unoprnms.hxx:245
constexpr OUStringLiteral UNO_NAME_GRAPHIC_FILTER
Definition: unoprnms.hxx:45
constexpr OUStringLiteral UNO_NAME_LEFT_BORDER
Definition: unoprnms.hxx:376
constexpr OUStringLiteral UNO_NAME_GRAPHIC
Definition: unoprnms.hxx:180
constexpr OUStringLiteral UNO_NAME_FRAME_WIDTH_ABSOLUTE
Definition: unoprnms.hxx:640
constexpr OUStringLiteral UNO_NAME_CHAR_HIGHLIGHT
Definition: unoprnms.hxx:899
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE_HAS_COLOR
Definition: unoprnms.hxx:126
constexpr OUStringLiteral UNO_NAME_DATE
Definition: unoprnms.hxx:272
constexpr OUStringLiteral UNO_NAME_HEADER_SHADOW_FORMAT
Definition: unoprnms.hxx:405
constexpr OUStringLiteral UNO_NAME_CHAR_CROSSED_OUT
Definition: unoprnms.hxx:130
constexpr OUStringLiteral UNO_NAME_CHAR_LEFT_BORDER
Definition: unoprnms.hxx:878
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLCOLOR
Definition: unoprnms.hxx:691
constexpr OUStringLiteral UNO_NAME_ENDNOTE_NUMBERING_PREFIX
Definition: unoprnms.hxx:563
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBITMAPNAME
Definition: unoprnms.hxx:694
constexpr OUStringLiteral UNO_NAME_SURROUND_ANCHORONLY
Definition: unoprnms.hxx:338
constexpr OUStringLiteral UNO_NAME_WIDTH
Definition: unoprnms.hxx:357
constexpr OUStringLiteral UNO_NAME_RELATIVE_HEIGHT_RELATION
Definition: unoprnms.hxx:214
constexpr OUStringLiteral UNO_NAME_HEADER_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:517
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_POSITION_OFFSET_X
Definition: unoprnms.hxx:681
constexpr OUStringLiteral UNO_NAME_HEADER_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:520
constexpr OUStringLiteral UNO_NAME_WIDTH_TYPE
Definition: unoprnms.hxx:777
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLHATCHNAME
Definition: unoprnms.hxx:700
constexpr OUStringLiteral UNO_NAME_IS_VISIBLE
Definition: unoprnms.hxx:356
constexpr OUStringLiteral UNO_NAME_TEXT_USER_DEFINED_ATTRIBUTES
Definition: unoprnms.hxx:494
constexpr OUStringLiteral UNO_NAME_PRINTER_PAPER_TRAY
Definition: unoprnms.hxx:210
constexpr OUStringLiteral UNO_NAME_CHAR_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:884
constexpr OUStringLiteral UNO_NAME_HEIGHT
Definition: unoprnms.hxx:280
constexpr OUStringLiteral UNO_NAME_DATA_BINDING_XPATH
Definition: unoprnms.hxx:934
constexpr OUStringLiteral UNO_NAME_CHAR_COMBINE_IS_ON
Definition: unoprnms.hxx:154
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_POSITION_OFFSET_X
Definition: unoprnms.hxx:648
constexpr OUStringLiteral UNO_NAME_GRID_COLOR
Definition: unoprnms.hxx:727
constexpr OUStringLiteral UNO_NAME_HORI_MIRRORED_ON_ODD_PAGES
Definition: unoprnms.hxx:286
constexpr OUStringLiteral UNO_NAME_HEADER_TEXT_FIRST
Definition: unoprnms.hxx:869
constexpr OUStringLiteral UNO_NAME_COLOR
Definition: unoprnms.hxx:936
constexpr OUStringLiteral UNO_NAME_IS_FOLLOWING_TEXT_FLOW
Definition: unoprnms.hxx:776
constexpr OUStringLiteral UNO_NAME_PRIMARY_KEY_READING
Definition: unoprnms.hxx:740
constexpr OUStringLiteral UNO_NAME_ADJUST_LUMINANCE
Definition: unoprnms.hxx:584
constexpr OUStringLiteral UNO_NAME_CHAR_AUTO_KERNING
Definition: unoprnms.hxx:122
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_MODE
Definition: unoprnms.hxx:657
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_COLOR
Definition: unoprnms.hxx:615
constexpr OUStringLiteral UNO_NAME_CHAR_TOP_BORDER
Definition: unoprnms.hxx:880
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE_COLOR
Definition: unoprnms.hxx:123
constexpr OUStringLiteral UNO_NAME_CHAR_RIGHT_BORDER
Definition: unoprnms.hxx:879
constexpr OUStringLiteral UNO_NAME_HEADER_FILLGRADIENT
Definition: unoprnms.hxx:664
constexpr OUStringLiteral UNO_NAME_FRAME_HEIGHT_ABSOLUTE
Definition: unoprnms.hxx:637
constexpr OUStringLiteral UNO_NAME_POSITION_PROTECTED
Definition: unoprnms.hxx:207
constexpr OUStringLiteral UNO_NAME_IS_SPLIT_ALLOWED
Definition: unoprnms.hxx:773
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_ADJUST
Definition: unoprnms.hxx:618
constexpr OUStringLiteral UNO_NAME_REDLINE_END
Definition: unoprnms.hxx:603
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC
Definition: unoprnms.hxx:42
constexpr OUStringLiteral UNO_NAME_BORDER_LEFT_COMPLEX_COLOR
Definition: unoprnms.hxx:386
constexpr OUStringLiteral UNO_NAME_DISPLAY_NAME
Definition: unoprnms.hxx:31
constexpr OUStringLiteral UNO_NAME_VISIBLE_AREA_HEIGHT
Definition: unoprnms.hxx:861
constexpr OUStringLiteral UNO_NAME_NUMBERING_TYPE
constexpr OUStringLiteral UNO_NAME_CHAR_STYLE_NAME
constexpr TypedWhichId< XFillBmpPosOffsetYItem > XATTR_FILLBMP_POSOFFSETY(XATTR_FILL_FIRST+18)
constexpr TypedWhichId< XGradientStepCountItem > XATTR_GRADIENTSTEPCOUNT(XATTR_FILL_FIRST+6)
constexpr TypedWhichId< XFillBmpPosItem > XATTR_FILLBMP_POS(XATTR_FILL_FIRST+8)
constexpr TypedWhichId< XFillColorItem > XATTR_FILLCOLOR(XATTR_FILL_FIRST+1)
constexpr TypedWhichId< XFillBmpTileOffsetXItem > XATTR_FILLBMP_TILEOFFSETX(XATTR_FILL_FIRST+14)
constexpr TypedWhichId< XFillTransparenceItem > XATTR_FILLTRANSPARENCE(XATTR_FILL_FIRST+5)
constexpr TypedWhichId< XSecondaryFillColorItem > XATTR_SECONDARYFILLCOLOR(XATTR_FILL_FIRST+12)
constexpr TypedWhichId< SfxMetricItem > XATTR_FILLBMP_SIZEX(XATTR_FILL_FIRST+9)
constexpr TypedWhichId< XFillBmpPosOffsetXItem > XATTR_FILLBMP_POSOFFSETX(XATTR_FILL_FIRST+17)
constexpr TypedWhichId< XFillBmpTileOffsetYItem > XATTR_FILLBMP_TILEOFFSETY(XATTR_FILL_FIRST+15)
constexpr TypedWhichId< XFillBmpSizeYItem > XATTR_FILLBMP_SIZEY(XATTR_FILL_FIRST+10)
constexpr TypedWhichId< XFillBmpStretchItem > XATTR_FILLBMP_STRETCH(XATTR_FILL_FIRST+16)
constexpr TypedWhichId< XFillHatchItem > XATTR_FILLHATCH(XATTR_FILL_FIRST+3)
constexpr TypedWhichId< XFillBmpSizeLogItem > XATTR_FILLBMP_SIZELOG(XATTR_FILL_FIRST+13)
constexpr TypedWhichId< XFillBmpTileItem > XATTR_FILLBMP_TILE(XATTR_FILL_FIRST+7)
constexpr TypedWhichId< XFillBitmapItem > XATTR_FILLBITMAP(XATTR_FILL_FIRST+4)
constexpr TypedWhichId< XFillBackgroundItem > XATTR_FILLBACKGROUND(XATTR_FILL_FIRST+19)
constexpr TypedWhichId< XFillFloatTransparenceItem > XATTR_FILLFLOATTRANSPARENCE(XATTR_FILL_FIRST+11)
constexpr TypedWhichId< XFillStyleItem > XATTR_FILLSTYLE(XATTR_FILL_FIRST)
constexpr TypedWhichId< XFillGradientItem > XATTR_FILLGRADIENT(XATTR_FILL_FIRST+2)