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 {
208 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
211 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
232 };
233
234 return aCharStyleMap;
235}
236
238{
239 // same as PROPERTY_MAP_TEXTPORTION_EXTENSIONS
240 static SfxItemPropertyMapEntry const aAutoCharStyleMap [] =
241 {
274 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
275 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
296 };
297
298 return aAutoCharStyleMap;
299}
300
302{
303 static SfxItemPropertyMapEntry const aParaStyleMap [] =
304 {
306 // added FillProperties for SW, same as FILL_PROPERTIES in svx
307 // but need own defines in Writer due to later association of strings
308 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
309 // This entry is for adding that properties to style import/export
310 // Added for paragraph backgrounds, this is for Paragraph Styles
312 };
313
314 return aParaStyleMap;
315}
316
318{
319 static SfxItemPropertyMapEntry const aParaStyleMap [] =
320 {
323
324 // added FillProperties for SW, same as FILL_PROPERTIES in svx
325 // but need own defines in Writer due to later association of strings
326 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
327 // This entry is for adding that properties to style import/export
328 // Added for paragraph backgrounds, this is for Paragraph Styles
330 };
331
332 return aParaStyleMap;
333}
334
336{
337 static SfxItemPropertyMapEntry const aFrameStyleMap [] =
338 {
345 // { UNO_NAME_CHAIN_NEXT_NAME, RES_CHAIN, cppu::UnoType<OUString>::get(), PROPERTY_NONE ,MID_CHAIN_NEXTNAME},
346 // { UNO_NAME_CHAIN_PREV_NAME, RES_CHAIN, cppu::UnoType<OUString>::get(), PROPERTY_NONE ,MID_CHAIN_PREVNAME},
354 // #i50322# - add missing map entry for transparency of graphic background
379 // { UNO_NAME_WIDTH, RES_FRM_SIZE, cppu::UnoType<sal_Int32>::get() , PROPERTY_NONE, MID_FRMSIZE_WIDTH },
384 // We keep Surround, as we delivered it with 5.1, although it's identical to text::WrapTextMode
407 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
409 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
410 // #i18732#
412 // #i28701#
419
420 // added FillProperties for SW, same as FILL_PROPERTIES in svx
421 // but need own defines in Writer due to later association of strings
422 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
423 // This entry is for adding that properties to style import/export
425 };
426
427 return aFrameStyleMap;
428}
429
431{
432 static SfxItemPropertyMapEntry const aPageStyleMap [] =
433 {
454
455 //UUU use real WhichIDs for Header, no longer use extra-defined WhichIDs which make handling harder as needed.
456 // The implementation will decide if these are part of Header/Footer or PageStyle depending on the SlotName,
457 // more precisely on the first characters. Thus it is necessary that these are 'Header' for the Header slots
482
483
484 { UNO_NAME_FIRST_IS_SHARED, SID_ATTR_PAGE_SHARED_FIRST, cppu::UnoType<bool>::get(), PROPERTY_NONE, 0 },
485
486 //UUU use real WhichIDs for Footer, see Header (above) for more infos
511
516// { UNO_NAME_REGISTER_MODE_ACTIVE, SID_SWREGISTER_MODE, cppu::UnoType<bool>::get(), PROPERTY_NONE , 0 },
525 { UNO_NAME_HEADER_TEXT, FN_UNO_HEADER, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
526 { UNO_NAME_HEADER_TEXT_LEFT, FN_UNO_HEADER_LEFT, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
527 { UNO_NAME_HEADER_TEXT_RIGHT, FN_UNO_HEADER_RIGHT, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
528 { UNO_NAME_HEADER_TEXT_FIRST, FN_UNO_HEADER_FIRST, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
529 { UNO_NAME_FOOTER_TEXT, FN_UNO_FOOTER, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
530 { UNO_NAME_FOOTER_TEXT_LEFT, FN_UNO_FOOTER_LEFT, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
531 { UNO_NAME_FOOTER_TEXT_RIGHT, FN_UNO_FOOTER_RIGHT, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
532 { UNO_NAME_FOOTER_TEXT_FIRST, FN_UNO_FOOTER_FIRST, cppu::UnoType<css::text::XText>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
535 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
536 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
546 // writing grid
559
560 // added FillProperties for SW, same as FILL_PROPERTIES in svx
561 // but need own defines in Writer due to later association of strings
562 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
563 // This entry is for adding that properties to style import/export
567
568 // Added DrawingLayer FillStyle Properties for Header. These need an own unique name,
569 // but reuse the same WhichIDs as the regular fill. The implementation will decide to which
570 // group of fill properties it belongs based on the start of the name (was already done in
571 // the implementation partially), thus all SlotNames *have* to start with 'Header'
578 { UNO_NAME_HEADER_FILLBMP_SIZE_X, XATTR_FILLBMP_SIZEX, cppu::UnoType<sal_Int32>::get() , 0, 0, PropertyMoreFlags::METRIC_ITEM},
579 { UNO_NAME_HEADER_FILLBMP_SIZE_Y, XATTR_FILLBMP_SIZEY, cppu::UnoType<sal_Int32>::get() , 0, 0, PropertyMoreFlags::METRIC_ITEM},
597
598 // Added DrawingLayer FillStyle Properties for Footer, similar as for Header (see there)
605 { UNO_NAME_FOOTER_FILLBMP_SIZE_X, XATTR_FILLBMP_SIZEX, cppu::UnoType<sal_Int32>::get() , 0, 0, PropertyMoreFlags::METRIC_ITEM},
606 { UNO_NAME_FOOTER_FILLBMP_SIZE_Y, XATTR_FILLBMP_SIZEY, cppu::UnoType<sal_Int32>::get() , 0, 0, PropertyMoreFlags::METRIC_ITEM},
624
625 };
626
627 return aPageStyleMap;
628}
629
631{
632 static SfxItemPropertyMapEntry const aTablePropertyMap_Impl[] =
633 {
646 { UNO_NAME_PAGE_DESC_NAME, RES_PAGEDESC, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0xbf},
665 { UNO_LINK_DISPLAY_NAME, FN_PARAM_LINK_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0xbf},
667 { UNO_NAME_TEXT_SECTION, FN_UNO_TEXT_SECTION, cppu::UnoType<css::text::XTextSection>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
672 // #i29550#
676 };
677
678 return aTablePropertyMap_Impl;
679}
680
682{
683 static SfxItemPropertyMapEntry const aRangePropertyMap_Impl[] =
684 {
693 { UNO_NAME_NUMBER_FORMAT, RES_BOXATR_FORMAT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID ,0 },
697 };
698
699 return aRangePropertyMap_Impl;
700}
701
703{
704 static SfxItemPropertyMapEntry const aSectionPropertyMap_Impl[] =
705 {
723 { UNO_LINK_DISPLAY_NAME, FN_PARAM_LINK_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0xbf},
739 { UNO_NAME_DOCUMENT_INDEX, WID_SECT_DOCUMENT_INDEX, cppu::UnoType<css::text::XDocumentIndex>::get(), PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID, 0 },
749 };
750
751 return aSectionPropertyMap_Impl;
752}
753
755{
756 static SfxItemPropertyMapEntry const aFramePropertyMap_Impl[] =
757 { //
758 // TODO: We should consider completely removing SvxBrushItem() stuff
759 // add support for XATTR_FILL_FIRST, XATTR_FILL_LAST
760 // COMMON_FRAME_PROPERTIES currently hosts the RES_BACKGROUND entries from SvxBrushItem
768 //next elements are part of the service description
777 { UNO_NAME_IS_SPLIT_ALLOWED, RES_FLY_SPLIT, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID, 0 },
778
779 // added FillProperties for SW, same as FILL_PROPERTIES in svx
780 // but need own defines in Writer due to later association of strings
781 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
782 // This entry is for adding that properties to FlyFrame import/export
784 };
785
786 return aFramePropertyMap_Impl;
787}
788
790{
791 static SfxItemPropertyMapEntry const aGraphicPropertyMap_Impl[] =
792 {
793 // TODO: We should consider completely removing SvxBrushItem() stuff
794 // add support for XATTR_FILL_FIRST, XATTR_FILL_LAST
795 // COMMON_FRAME_PROPERTIES currently hosts the RES_BACKGROUND entries from SvxBrushItem
823
824 // added FillProperties for SW, same as FILL_PROPERTIES in svx
825 // but need own defines in Writer due to later association of strings
826 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
827 // This entry is for adding that properties to Writer GraphicObject import/export
829 };
830
831 return aGraphicPropertyMap_Impl;
832}
833
835{
836 static SfxItemPropertyMapEntry const aEmbeddedPropertyMap_Impl[] =
837 { //
838 // TODO: We should consider completely removing SvxBrushItem() stuff
839 // add support for XATTR_FILL_FIRST, XATTR_FILL_LAST
840 // COMMON_FRAME_PROPERTIES currently hosts the RES_BACKGROUND entries from SvxBrushItem
849 { UNO_NAME_MODEL, FN_UNO_MODEL, cppu::UnoType<css::frame::XModel>::get(), PropertyAttribute::READONLY|PropertyAttribute::MAYBEVOID, 0},
857 // added FillProperties for SW, same as FILL_PROPERTIES in svx
858 // but need own defines in Writer due to later association of strings
859 // and uno types (see loop at end of this method and definition of SW_PROP_NMID)
860 // This entry is for adding that properties to OLE/EmbeddedObject import/export
862 };
863
864 return aEmbeddedPropertyMap_Impl;
865}
866
868{
869 static SfxItemPropertyMapEntry const aIdxMarkMap_Impl[] =
870 {
879 };
880
881 return aIdxMarkMap_Impl;
882}
883
885{
886 static SfxItemPropertyMapEntry const aContentMarkMap_Impl[] =
887 {
891 };
892
893 return aContentMarkMap_Impl;
894}
895
897{
898 static SfxItemPropertyMapEntry const aUserMarkMap_Impl[] =
899 {
904 };
905
906 return aUserMarkMap_Impl;
907}
908
910{
911 // The PropertySet corresponds to the Range without Chart properties
912 static SfxItemPropertyMapEntry const aTableCursorPropertyMap_Impl [] =
913 {
916
917 // attributes from PROPERTY_MAP_TABLE_CELL:
923 { UNO_NAME_NUMBER_FORMAT, RES_BOXATR_FORMAT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID ,0 },
926 { UNO_NAME_TEXT_SECTION, FN_UNO_TEXT_SECTION, cppu::UnoType<css::text::XTextSection>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
929 };
930
931 return aTableCursorPropertyMap_Impl;
932}
933
935{
936 static SfxItemPropertyMapEntry const aBookmarkPropertyMap_Impl [] =
937 {
938 { UNO_LINK_DISPLAY_NAME, FN_PARAM_LINK_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0xbf},
942 };
943
944 return aBookmarkPropertyMap_Impl;
945}
946
948{
949 static SfxItemPropertyMapEntry const aParagraphExtensionsMap_Impl[] =
950 {
952 };
953
954 return aParagraphExtensionsMap_Impl;
955}
956
958{
959 static SfxItemPropertyMapEntry const aTextPortionExtensionMap_Impl[] =
960 {
962 {UNO_NAME_BOOKMARK, FN_UNO_BOOKMARK, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
963 {UNO_NAME_CONTROL_CHARACTER, FN_UNO_CONTROL_CHARACTER, cppu::UnoType<sal_Int16>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, MID_HYPHEN_MIN_LEAD },
964 {UNO_NAME_IS_COLLAPSED, FN_UNO_IS_COLLAPSED, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
965 {UNO_NAME_IS_START, FN_UNO_IS_START, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
966 //REDLINE_PROPERTIES
968 {UNO_NAME_META, FN_UNO_META, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
969 {UNO_NAME_LINEBREAK, FN_UNO_LINEBREAK, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
970 {UNO_NAME_CONTENT_CONTROL, FN_UNO_CONTENT_CONTROL, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
971 };
972
973 return aTextPortionExtensionMap_Impl;
974}
975
977{
978 static SfxItemPropertyMapEntry const aFootnoteMap_Impl[] =
979 {
980 {UNO_NAME_REFERENCE_ID, 0, cppu::UnoType<sal_Int16>::get(),PropertyAttribute::READONLY|PropertyAttribute::MAYBEVOID, 0},
983 };
984
985 return aFootnoteMap_Impl;
986}
987
989{
990 static SfxItemPropertyMapEntry const aLineBreakMap_Impl[] =
991 {
994 };
995
996 return aLineBreakMap_Impl;
997}
998
1000{
1001 static SfxItemPropertyMapEntry const aContentControlMap_Impl[] =
1002 {
1028 { UNO_NAME_DATE_STRING, 0, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0 },
1029 };
1030
1031 return aContentControlMap_Impl;
1032}
1033
1035{
1036 static SfxItemPropertyMapEntry const aRedlineMap_Impl[] =
1037 {
1038 REDLINE_PROPERTIES(PropertyAttribute::READONLY)
1040 {UNO_NAME_REDLINE_START, 0, cppu::UnoType<css::uno::XInterface>::get(), PropertyAttribute::READONLY, 0},
1041 {UNO_NAME_REDLINE_END, 0, cppu::UnoType<css::uno::XInterface>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
1042 };
1043
1044 return aRedlineMap_Impl;
1045}
1046
1048{
1049 static SfxItemPropertyMapEntry aTextDefaultMap_Impl[] =
1050 {
1054 { UNO_NAME_CHAR_STYLE_NAME, RES_TXTATR_CHARFMT, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
1055 { UNO_NAME_IS_SPLIT_ALLOWED, RES_ROW_SPLIT, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
1056 // #i29550#
1058
1059 //text grid enhancement for better CJK support. 2007-04-01
1060 //just export the default page mode property, other properties are not handled in this version
1062 };
1063
1064 return aTextDefaultMap_Impl;
1065}
1066
1068{
1069 static SfxItemPropertyMapEntry const aRedlinePortionMap_Impl[] =
1070 {
1072 {UNO_NAME_BOOKMARK, FN_UNO_BOOKMARK, cppu::UnoType<css::text::XTextContent>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
1073 {UNO_NAME_CONTROL_CHARACTER, FN_UNO_CONTROL_CHARACTER, cppu::UnoType<sal_Int16>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, MID_HYPHEN_MIN_LEAD },
1074 {UNO_NAME_IS_COLLAPSED, FN_UNO_IS_COLLAPSED, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
1075 {UNO_NAME_IS_START, FN_UNO_IS_START, cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0 },
1078 };
1079
1080 return aRedlinePortionMap_Impl;
1081}
1082
1084{
1086 {
1088 switch( nPropertyId )
1089 {
1091 {
1092 static SfxItemPropertySet aPROPERTY_MAP_TEXT_CURSOR(pEntries);
1093 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_CURSOR;
1094 }
1095 break;
1097 {
1098 static SfxItemPropertySet aPROPERTY_MAP_CHAR_STYLE(pEntries);
1099 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CHAR_STYLE;
1100 }
1101 break;
1103 {
1104 static SfxItemPropertySet aPROPERTY_MAP_PARA_STYLE(pEntries);
1105 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PARA_STYLE;
1106 }
1107 break;
1109 {
1110 static SfxItemPropertySet aPROPERTY_MAP_FRAME_STYLE(pEntries);
1111 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FRAME_STYLE;
1112 }
1113 break;
1115 {
1116 static SfxItemPropertySet aPROPERTY_MAP_PAGE_STYLE(pEntries);
1117 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PAGE_STYLE;
1118 }
1119 break;
1121 {
1122 static SfxItemPropertySet aPROPERTY_MAP_NUM_STYLE(pEntries);
1123 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_NUM_STYLE;
1124 }
1125 break;
1127 {
1128 static SfxItemPropertySet aPROPERTY_MAP_SECTION(pEntries);
1129 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_SECTION;
1130 }
1131 break;
1133 {
1134 static SfxItemPropertySet aPROPERTY_MAP_TEXT_TABLE(pEntries);
1135 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_TABLE;
1136 }
1137 break;
1139 {
1140 static SfxItemPropertySet aPROPERTY_MAP_TABLE_CELL(pEntries);
1141 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TABLE_CELL;
1142 }
1143 break;
1145 {
1146 static SfxItemPropertySet aPROPERTY_MAP_TABLE_RANGE(pEntries);
1147 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TABLE_RANGE;
1148 }
1149 break;
1151 {
1152 static SfxItemPropertySet aPROPERTY_MAP_TEXT_SEARCH(pEntries);
1153 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_SEARCH;
1154 }
1155 break;
1157 {
1158 static SfxItemPropertySet aPROPERTY_MAP_TEXT_FRAME(pEntries);
1159 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_FRAME;
1160 }
1161 break;
1163 {
1164 static SfxItemPropertySet aPROPERTY_MAP_TEXT_GRAPHIC(pEntries);
1165 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_GRAPHIC;
1166 }
1167 break;
1169 {
1170 static SfxItemPropertySet aPROPERTY_MAP_TEXT_PAGE(pEntries);
1171 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_PAGE;
1172 }
1173 break;
1175 {
1176 static SfxItemPropertySet aPROPERTY_MAP_TEXT_SHAPE(pEntries);
1177 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_SHAPE;
1178 }
1179 break;
1181 {
1182 static SfxItemPropertySet aPROPERTY_MAP_INDEX_USER(pEntries);
1183 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_USER;
1184 }
1185 break;
1187 {
1188 static SfxItemPropertySet aPROPERTY_MAP_INDEX_CNTNT(pEntries);
1189 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_CNTNT;
1190 }
1191 break;
1193 {
1194 static SfxItemPropertySet aPROPERTY_MAP_INDEX_IDX(pEntries);
1195 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_IDX;
1196 }
1197 break;
1199 {
1200 static SfxItemPropertySet aPROPERTY_MAP_USER_MARK(pEntries);
1201 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_USER_MARK;
1202 }
1203 break;
1205 {
1206 static SfxItemPropertySet aPROPERTY_MAP_CNTIDX_MARK(pEntries);
1207 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CNTIDX_MARK;
1208 }
1209 break;
1211 {
1212 static SfxItemPropertySet aPROPERTY_MAP_INDEX_MARK(pEntries);
1213 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_MARK;
1214 }
1215 break;
1217 {
1218 static SfxItemPropertySet aPROPERTY_MAP_TEXT_TABLE_ROW(pEntries);
1219 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_TABLE_ROW;
1220 }
1221 break;
1223 {
1224 static SfxItemPropertySet aPROPERTY_MAP_TEXT_SHAPE_DESCRIPTOR(pEntries);
1225 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_SHAPE_DESCRIPTOR;
1226 }
1227 break;
1229 {
1230 static SfxItemPropertySet aPROPERTY_MAP_TEXT_TABLE_CURSOR(pEntries);
1231 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_TABLE_CURSOR;
1232 }
1233 break;
1235 {
1236 static SfxItemPropertySet aPROPERTY_MAP_BOOKMARK(pEntries);
1237 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_BOOKMARK;
1238 }
1239 break;
1241 {
1242 static SfxItemPropertySet aPROPERTY_MAP_FIELDMARK(pEntries);
1243 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FIELDMARK;
1244 }
1245 break;
1247 {
1248 static SfxItemPropertySet aPROPERTY_MAP_PARAGRAPH_EXTENSIONS(pEntries);
1249 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PARAGRAPH_EXTENSIONS;
1250 }
1251 break;
1253 {
1254 static SfxItemPropertySet aPROPERTY_MAP_INDEX_ILLUSTRATIONS(pEntries);
1255 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_ILLUSTRATIONS;
1256 }
1257 break;
1259 {
1260 static SfxItemPropertySet aPROPERTY_MAP_INDEX_OBJECTS(pEntries);
1261 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_OBJECTS;
1262 }
1263 break;
1265 {
1266 static SfxItemPropertySet aPROPERTY_MAP_INDEX_TABLES(pEntries);
1267 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_INDEX_TABLES;
1268 }
1269 break;
1271 {
1272 static SfxItemPropertySet aPROPERTY_MAP_BIBLIOGRAPHY(pEntries);
1273 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_BIBLIOGRAPHY;
1274 }
1275 break;
1277 {
1278 static SfxItemPropertySet aPROPERTY_MAP_TEXT_DOCUMENT(pEntries);
1279 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_DOCUMENT;
1280 }
1281 break;
1283 {
1284 static SfxItemPropertySet aPROPERTY_MAP_LINK_TARGET(pEntries);
1285 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_LINK_TARGET;
1286 }
1287 break;
1289 {
1290 static SfxItemPropertySet aPROPERTY_MAP_AUTO_TEXT_GROUP(pEntries);
1291 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_AUTO_TEXT_GROUP;
1292 }
1293 break;
1295 {
1296 static SfxItemPropertySet aPROPERTY_MAP_TEXTPORTION_EXTENSIONS(pEntries);
1297 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXTPORTION_EXTENSIONS;
1298 }
1299 break;
1301 {
1302 static SfxItemPropertySet aPROPERTY_MAP_FOOTNOTE(pEntries);
1303 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FOOTNOTE;
1304 }
1305 break;
1307 {
1308 static SfxItemPropertySet aPROPERTY_MAP_PARAGRAPH(pEntries);
1309 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PARAGRAPH;
1310 }
1311 break;
1313 {
1314 static SfxItemPropertySet aPROPERTY_MAP_EMBEDDED_OBJECT(pEntries);
1315 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_EMBEDDED_OBJECT;
1316 }
1317 break;
1319 {
1320 static SfxItemPropertySet aPROPERTY_MAP_REDLINE(pEntries);
1321 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_REDLINE;
1322 }
1323 break;
1325 {
1326 static SfxItemPropertySet aPROPERTY_MAP_TEXT_DEFAULT(pEntries);
1327 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_DEFAULT;
1328 }
1329 break;
1331 {
1332 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATETIME(pEntries);
1333 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATETIME;
1334 }
1335 break;
1337 {
1338 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_USER(pEntries);
1339 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_USER;
1340 }
1341 break;
1343 {
1344 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_SET_EXP(pEntries);
1345 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_SET_EXP;
1346 }
1347 break;
1349 {
1350 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_GET_EXP(pEntries);
1351 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_GET_EXP;
1352 }
1353 break;
1355 {
1356 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_FILE_NAME(pEntries);
1357 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_FILE_NAME;
1358 }
1359 break;
1361 {
1362 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_PAGE_NUM(pEntries);
1363 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_PAGE_NUM;
1364 }
1365 break;
1367 {
1368 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_AUTHOR(pEntries);
1369 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_AUTHOR;
1370 }
1371 break;
1373 {
1374 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_CHAPTER(pEntries);
1375 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_CHAPTER;
1376 }
1377 break;
1379 {
1380 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_GET_REFERENCE(pEntries);
1381 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_GET_REFERENCE;
1382 }
1383 break;
1385 {
1386 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_CONDITIONED_TEXT(pEntries);
1387 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_CONDITIONED_TEXT;
1388 }
1389 break;
1391 {
1392 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_HIDDEN_TEXT(pEntries);
1393 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_HIDDEN_TEXT;
1394 }
1395 break;
1397 {
1398 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_ANNOTATION(pEntries);
1399 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_ANNOTATION;
1400 }
1401 break;
1403 {
1404 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_INPUT(pEntries);
1405 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_INPUT;
1406 }
1407 break;
1409 {
1410 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_MACRO(pEntries);
1411 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_MACRO;
1412 }
1413 break;
1415 {
1416 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DDE(pEntries);
1417 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DDE;
1418 }
1419 break;
1421 {
1422 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_HIDDEN_PARA(pEntries);
1423 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_HIDDEN_PARA;
1424 }
1425 break;
1427 {
1428 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOC_INFO(pEntries);
1429 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOC_INFO;
1430 }
1431 break;
1433 {
1434 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_TEMPLATE_NAME(pEntries);
1435 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_TEMPLATE_NAME;
1436 }
1437 break;
1439 {
1440 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_USER_EXT(pEntries);
1441 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_USER_EXT;
1442 }
1443 break;
1445 {
1446 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_REF_PAGE_SET(pEntries);
1447 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_REF_PAGE_SET;
1448 }
1449 break;
1451 {
1452 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_REF_PAGE_GET(pEntries);
1453 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_REF_PAGE_GET;
1454 }
1455 break;
1457 {
1458 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_JUMP_EDIT(pEntries);
1459 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_JUMP_EDIT;
1460 }
1461 break;
1463 {
1464 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_SCRIPT(pEntries);
1465 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_SCRIPT;
1466 }
1467 break;
1469 {
1470 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE_NEXT_SET(pEntries);
1471 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE_NEXT_SET;
1472 }
1473 break;
1475 {
1476 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE_NUM_SET(pEntries);
1477 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE_NUM_SET;
1478 }
1479 break;
1481 {
1482 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE_SET_NUM(pEntries);
1483 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE_SET_NUM;
1484 }
1485 break;
1487 {
1488 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE(pEntries);
1489 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE;
1490 }
1491 break;
1493 {
1494 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DATABASE_NAME(pEntries);
1495 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DATABASE_NAME;
1496 }
1497 break;
1499 {
1500 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCSTAT(pEntries);
1501 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCSTAT;
1502 }
1503 break;
1505 {
1506 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_AUTHOR(pEntries);
1507 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_AUTHOR;
1508 }
1509 break;
1511 {
1512 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_DATE_TIME(pEntries);
1513 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_DATE_TIME;
1514 }
1515 break;
1517 {
1518 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_CHANGE_DATE_TIME(pEntries);
1519 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_CHANGE_DATE_TIME;
1520 }
1521 break;
1523 {
1524 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_CREATE_DATE_TIME(pEntries);
1525 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_CREATE_DATE_TIME;
1526 }
1527 break;
1529 {
1530 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_EDIT_TIME(pEntries);
1531 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_EDIT_TIME;
1532 }
1533 break;
1535 {
1536 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_MISC(pEntries);
1537 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_MISC;
1538 }
1539 break;
1541 {
1542 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_REVISION(pEntries);
1543 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_REVISION;
1544 }
1545 break;
1547 {
1548 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_COMBINED_CHARACTERS(pEntries);
1549 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_COMBINED_CHARACTERS;
1550 }
1551 break;
1553 {
1554 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DUMMY_0(pEntries);
1555 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DUMMY_0;
1556 }
1557 break;
1559 {
1560 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_TABLE_FORMULA(pEntries);
1561 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_TABLE_FORMULA;
1562 }
1563 break;
1565 {
1566 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_USER(pEntries);
1567 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_USER;
1568 }
1569 break;
1571 {
1572 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_DDE(pEntries);
1573 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_DDE;
1574 }
1575 break;
1577 {
1578 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_SET_EXP(pEntries);
1579 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_SET_EXP;
1580 }
1581 break;
1583 {
1584 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_DATABASE(pEntries);
1585 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_DATABASE;
1586 }
1587 break;
1589 {
1590 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_DUMMY0(pEntries);
1591 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_DUMMY0;
1592 }
1593 break;
1595 {
1596 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_BIBLIOGRAPHY(pEntries);
1597 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_BIBLIOGRAPHY;
1598 }
1599 break;
1601 {
1602 static SfxItemPropertySet aPROPERTY_MAP_FLDMSTR_BIBLIOGRAPHY(pEntries);
1603 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDMSTR_BIBLIOGRAPHY;
1604 }
1605 break;
1606 case PROPERTY_MAP_TEXT:
1607 {
1608 static SfxItemPropertySet aPROPERTY_MAP_TEXT(pEntries);
1609 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT;
1610 }
1611 break;
1613 {
1614 static SfxItemPropertySet aPROPERTY_MAP_REDLINE_PORTION(pEntries);
1615 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_REDLINE_PORTION;
1616 }
1617 break;
1619 {
1620 static SfxItemPropertySet aPROPERTY_MAP_MAILMERGE(pEntries);
1621 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_MAILMERGE;
1622 }
1623 break;
1625 {
1626 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DROPDOWN(pEntries);
1627 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DROPDOWN;
1628 }
1629 break;
1631 {
1632 static SfxItemPropertySet aPROPERTY_MAP_CHART2_DATA_SEQUENCE(pEntries);
1633 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CHART2_DATA_SEQUENCE;
1634 }
1635 break;
1637 {
1638 static SfxItemPropertySet aPROPERTY_MAP_TEXT_VIEW(pEntries);
1639 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TEXT_VIEW;
1640 }
1641 break;
1643 {
1644 static SfxItemPropertySet aPROPERTY_MAP_CONDITIONAL_PARA_STYLE(pEntries);
1645 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CONDITIONAL_PARA_STYLE;
1646 }
1647 break;
1649 {
1650 static SfxItemPropertySet aPROPERTY_MAP_CHAR_AUTO_STYLE(pEntries);
1651 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CHAR_AUTO_STYLE;
1652 }
1653 break;
1655 {
1656 static SfxItemPropertySet aPROPERTY_MAP_RUBY_AUTO_STYLE(pEntries);
1657 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_RUBY_AUTO_STYLE;
1658 }
1659 break;
1661 {
1662 static SfxItemPropertySet aPROPERTY_MAP_PARA_AUTO_STYLE(pEntries);
1663 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_PARA_AUTO_STYLE;
1664 }
1665 break;
1667 {
1668 static SfxItemPropertySet aPROPERTY_MAP_FLDTYP_DOCINFO_CUSTOM(pEntries);
1669 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_FLDTYP_DOCINFO_CUSTOM;
1670 }
1671 break;
1673 {
1674 static SfxItemPropertySet aPROPERTY_MAP_METAFIELD(pEntries);
1675 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_METAFIELD;
1676 }
1677 break;
1679 {
1680 static SfxItemPropertySet aPROPERTY_MAP_TABLE_STYLE(pEntries);
1681 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_TABLE_STYLE;
1682 }
1683 break;
1685 {
1686 static SfxItemPropertySet aPROPERTY_MAP_CELL_STYLE(pEntries);
1687 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CELL_STYLE;
1688 }
1689 break;
1691 {
1692 static SfxItemPropertySet aPROPERTY_MAP_LINEBREAK(pEntries);
1693 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_LINEBREAK;
1694 }
1695 break;
1697 {
1698 static SfxItemPropertySet aPROPERTY_MAP_CONTENTCONTROL(pEntries);
1699 m_aPropertySetArr[nPropertyId] = &aPROPERTY_MAP_CONTENTCONTROL;
1700 }
1701 break;
1702 }
1703 }
1705}
1706
1707/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
PropFlags nPropertyId
static o3tl::span< const SfxItemPropertyMapEntry > GetParaStylePropertyMap()
Definition: unomap1.cxx:301
static o3tl::span< const SfxItemPropertyMapEntry > GetTextTableCursorPropertyMap()
Definition: unomap1.cxx:909
static o3tl::span< const SfxItemPropertyMapEntry > GetGraphicPropertyMap()
Definition: unomap1.cxx:789
o3tl::span< const SfxItemPropertyMapEntry > GetPropertyMapEntries(sal_uInt16 PropertyId)
Definition: unomap.cxx:74
static o3tl::span< const SfxItemPropertyMapEntry > GetBookmarkPropertyMap()
Definition: unomap1.cxx:934
static o3tl::span< const SfxItemPropertyMapEntry > GetCharStylePropertyMap()
Definition: unomap1.cxx:173
static o3tl::span< const SfxItemPropertyMapEntry > GetParagraphExtensionsPropertyMap()
Definition: unomap1.cxx:947
static o3tl::span< const SfxItemPropertyMapEntry > GetRedlinePropertyMap()
Definition: unomap1.cxx:1034
static o3tl::span< const SfxItemPropertyMapEntry > GetPageStylePropertyMap()
Definition: unomap1.cxx:430
static o3tl::span< const SfxItemPropertyMapEntry > GetAccessibilityTextAttrPropertyMap()
Definition: unomap1.cxx:108
static o3tl::span< const SfxItemPropertyMapEntry > GetUserMarkPropertyMap()
Definition: unomap1.cxx:896
static o3tl::span< const SfxItemPropertyMapEntry > GetTextCursorPropertyMap()
Definition: unomap1.cxx:98
static o3tl::span< const SfxItemPropertyMapEntry > GetTablePropertyMap()
Definition: unomap1.cxx:630
static o3tl::span< const SfxItemPropertyMapEntry > GetParagraphPropertyMap()
Definition: unomap1.cxx:118
static o3tl::span< const SfxItemPropertyMapEntry > GetEmbeddedPropertyMap()
Definition: unomap1.cxx:834
const SfxItemPropertySet * GetPropertySet(sal_uInt16 PropertyId)
Definition: unomap1.cxx:1083
static o3tl::span< const SfxItemPropertyMapEntry > GetRedlinePortionPropertyMap()
Definition: unomap1.cxx:1067
static o3tl::span< const SfxItemPropertyMapEntry > GetContentMarkPropertyMap()
Definition: unomap1.cxx:884
static o3tl::span< const SfxItemPropertyMapEntry > GetFootnotePropertyMap()
Definition: unomap1.cxx:976
static o3tl::span< const SfxItemPropertyMapEntry > GetContentControlPropertyMap()
Definition: unomap1.cxx:999
static o3tl::span< const SfxItemPropertyMapEntry > GetConditionalParaStylePropertyMap()
Definition: unomap1.cxx:317
static o3tl::span< const SfxItemPropertyMapEntry > GetRangePropertyMap()
Definition: unomap1.cxx:681
static o3tl::span< SfxItemPropertyMapEntry > GetTextDefaultPropertyMap()
Definition: unomap1.cxx:1047
static o3tl::span< const SfxItemPropertyMapEntry > GetAutoCharStylePropertyMap()
Definition: unomap1.cxx:237
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:702
static o3tl::span< const SfxItemPropertyMapEntry > GetTextPortionExtensionPropertyMap()
Definition: unomap1.cxx:957
static o3tl::span< const SfxItemPropertyMapEntry > GetIndexMarkPropertyMap()
Definition: unomap1.cxx:867
static o3tl::span< const SfxItemPropertyMapEntry > GetFrameStylePropertyMap()
Definition: unomap1.cxx:335
static o3tl::span< const SfxItemPropertyMapEntry > GetFramePropertyMap()
Definition: unomap1.cxx:754
static o3tl::span< const SfxItemPropertyMapEntry > GetLineBreakPropertyMap()
Definition: unomap1.cxx:988
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_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_COLOR_TINT_OR_SHADE
#define MID_FITTOLINE
#define MID_L_MARGIN
#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_TL_COLOR
#define LEFT_BORDER
#define MID_CROSS_OUT
#define MID_GRAPHIC_FILTER
#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:249
constexpr OUStringLiteral UNO_NAME_FOOTER_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:514
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_NUMBERING_TYPE
Definition: unoprnms.hxx:545
constexpr OUStringLiteral UNO_NAME_LEVEL
Definition: unoprnms.hxx:290
constexpr OUStringLiteral UNO_NAME_FRAME_WIDTH_PERCENT
Definition: unoprnms.hxx:634
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_TILE
Definition: unoprnms.hxx:682
constexpr OUStringLiteral UNO_NAME_FOOTER_TEXT_LEFT
Definition: unoprnms.hxx:387
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_HEIGHT
Definition: unoprnms.hxx:606
constexpr OUStringLiteral UNO_NAME_BREAK_TYPE
Definition: unoprnms.hxx:248
constexpr OUStringLiteral UNO_NAME_FOOTER_LEFT_BORDER
Definition: unoprnms.hxx:404
constexpr OUStringLiteral UNO_NAME_SIZE_TYPE
Definition: unoprnms.hxx:276
constexpr OUStringLiteral UNO_NAME_OUTLINE_CONTENT_VISIBLE
Definition: unoprnms.hxx:839
constexpr OUStringLiteral UNO_NAME_TAB_INDEX
Definition: unoprnms.hxx:924
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_NUMBERING_PREFIX
Definition: unoprnms.hxx:546
constexpr OUStringLiteral UNO_NAME_FRAME_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:882
constexpr OUStringLiteral UNO_NAME_COMPONENT
Definition: unoprnms.hxx:760
constexpr OUStringLiteral UNO_NAME_TABLE_BORDER2
Definition: unoprnms.hxx:864
constexpr OUStringLiteral UNO_NAME_CLIENT_MAP
Definition: unoprnms.hxx:253
constexpr OUStringLiteral UNO_NAME_HEADER_FILLSTYLE
Definition: unoprnms.hxx:661
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_IS_OWN_NUMBERING
Definition: unoprnms.hxx:544
constexpr OUStringLiteral UNO_NAME_CHAR_AUTO_STYLE_NAME
Definition: unoprnms.hxx:811
constexpr OUStringLiteral UNO_NAME_FOOTER_BORDER_DISTANCE
Definition: unoprnms.hxx:408
constexpr OUStringLiteral UNO_NAME_ALLOW_OVERLAP
Definition: unoprnms.hxx:897
constexpr OUStringLiteral UNO_NAME_HEADER_RIGHT_BORDER
Definition: unoprnms.hxx:392
constexpr OUStringLiteral UNO_NAME_SIZE
Definition: unoprnms.hxx:321
constexpr OUStringLiteral UNO_NAME_CHAR_CASE_MAP
Definition: unoprnms.hxx:126
constexpr OUStringLiteral UNO_NAME_NUMBER_FORMAT
Definition: unoprnms.hxx:296
constexpr OUStringLiteral UNO_NAME_CHAR_RELIEF
Definition: unoprnms.hxx:619
constexpr OUStringLiteral UNO_NAME_GRID_BASE_HEIGHT
Definition: unoprnms.hxx:722
constexpr OUStringLiteral UNO_NAME_TEXT_VERT_ADJUST
Definition: unoprnms.hxx:886
constexpr OUStringLiteral UNO_NAME_TAG
Definition: unoprnms.hxx:922
constexpr OUStringLiteral UNO_NAME_FOOTER_SHADOW_FORMAT
Definition: unoprnms.hxx:409
constexpr OUStringLiteral UNO_NAME_CHAR_CONTOURED
Definition: unoprnms.hxx:256
constexpr OUStringLiteral UNO_NAME_HEADER_DYNAMIC_SPACING
Definition: unoprnms.hxx:738
constexpr OUStringLiteral UNO_NAME_CHAR_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:878
constexpr OUStringLiteral UNO_NAME_PAGE_NUMBER_OFFSET
Definition: unoprnms.hxx:303
constexpr OUStringLiteral UNO_LINK_DISPLAY_NAME
Definition: unoprnms.hxx:479
constexpr OUStringLiteral UNO_NAME_PARA_IS_NUMBERING_RESTART
Definition: unoprnms.hxx:518
constexpr OUStringLiteral UNO_NAME_SHOWING_PLACE_HOLDER
Definition: unoprnms.hxx:901
constexpr OUStringLiteral UNO_NAME_HEADER_LEFT_MARGIN
Definition: unoprnms.hxx:83
constexpr OUStringLiteral UNO_NAME_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:377
constexpr OUStringLiteral UNO_NAME_IS_WIDTH_RELATIVE
Definition: unoprnms.hxx:618
constexpr OUStringLiteral UNO_NAME_HYPER_LINK_TARGET
Definition: unoprnms.hxx:284
constexpr OUStringLiteral UNO_NAME_HEADER_HEIGHT
Definition: unoprnms.hxx:400
constexpr OUStringLiteral UNO_NAME_ALTERNATIVE_TEXT
Definition: unoprnms.hxx:201
constexpr OUStringLiteral UNO_NAME_SECT_LEFT_MARGIN
Definition: unoprnms.hxx:761
constexpr OUStringLiteral UNO_NAME_HEADER_FILLTRANSPARENCEGRADIENTNAME
Definition: unoprnms.hxx:666
constexpr OUStringLiteral UNO_NAME_TEXT_TABLE
Definition: unoprnms.hxx:362
constexpr OUStringLiteral UNO_NAME_TABLE_TEMPLATE_NAME
Definition: unoprnms.hxx:335
constexpr OUStringLiteral UNO_NAME_IS_PIXEL_CONTOUR
Definition: unoprnms.hxx:523
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_SIZE_Y
Definition: unoprnms.hxx:680
constexpr OUStringLiteral UNO_NAME_CHECKBOX
Definition: unoprnms.hxx:902
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_TYPE
Definition: unoprnms.hxx:167
constexpr OUStringLiteral UNO_NAME_ENDNOTE_IS_COLLECT_AT_TEXT_END
Definition: unoprnms.hxx:549
constexpr OUStringLiteral UNO_NAME_ANCHOR_TYPE
Definition: unoprnms.hxx:243
constexpr OUStringLiteral UNO_NAME_PRINT
Definition: unoprnms.hxx:306
constexpr OUStringLiteral UNO_NAME_RIGHT_MARGIN
Definition: unoprnms.hxx:81
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLHATCH
Definition: unoprnms.hxx:692
constexpr OUStringLiteral UNO_NAME_ADJUST_CONTRAST
Definition: unoprnms.hxx:578
constexpr OUStringLiteral UNO_NAME_BACK_TRANSPARENT
Definition: unoprnms.hxx:242
constexpr OUStringLiteral UNO_NAME_HEADER_RIGHT_MARGIN
Definition: unoprnms.hxx:84
constexpr OUStringLiteral UNO_NAME_SERVER_MAP
Definition: unoprnms.hxx:316
constexpr OUStringLiteral UNO_NAME_USER_DEFINED_ATTRIBUTES
Definition: unoprnms.hxx:483
constexpr OUStringLiteral UNO_NAME_ADJUST_GREEN
Definition: unoprnms.hxx:580
constexpr OUStringLiteral UNO_NAME_TEXT_FRAME
Definition: unoprnms.hxx:364
constexpr OUStringLiteral UNO_NAME_CHAIN_PREV_NAME
Definition: unoprnms.hxx:250
constexpr OUStringLiteral UNO_NAME_CHAR_COMPLEX_COLOR
constexpr OUStringLiteral UNO_NAME_CHAR_BORDER_DISTANCE
Definition: unoprnms.hxx:874
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_THEME
constexpr OUStringLiteral UNO_NAME_TEXT_SECTION
Definition: unoprnms.hxx:366
constexpr OUStringLiteral UNO_NAME_FOOTER_IS_SHARED
Definition: unoprnms.hxx:412
constexpr OUStringLiteral UNO_NAME_FOOTER_TEXT
Definition: unoprnms.hxx:386
constexpr OUStringLiteral UNO_NAME_FOOTER_RIGHT_BORDER
Definition: unoprnms.hxx:405
constexpr OUStringLiteral UNO_NAME_IS_AUTO_UPDATE
Definition: unoprnms.hxx:30
constexpr OUStringLiteral UNO_NAME_FILE_LINK
Definition: unoprnms.hxx:175
constexpr OUStringLiteral UNO_NAME_TEXT_WRAP
Definition: unoprnms.hxx:331
constexpr OUStringLiteral UNO_NAME_CHAR_SHADING_VALUE
Definition: unoprnms.hxx:868
constexpr OUStringLiteral UNO_NAME_PICTURE
Definition: unoprnms.hxx:907
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBITMAPNAME
Definition: unoprnms.hxx:654
constexpr OUStringLiteral UNO_NAME_CHAR_SHADOWED
constexpr OUStringLiteral UNO_NAME_HEADER_FILLHATCHNAME
Definition: unoprnms.hxx:660
constexpr OUStringLiteral UNO_NAME_ALIAS
Definition: unoprnms.hxx:921
constexpr OUStringLiteral UNO_NAME_BACK_COLOR_R_G_B
Definition: unoprnms.hxx:736
constexpr OUStringLiteral UNO_NAME_FRAME_ISAUTOMATIC_HEIGHT
Definition: unoprnms.hxx:632
constexpr OUStringLiteral UNO_NAME_FOOTER_BOTTOM_BORDER
Definition: unoprnms.hxx:407
constexpr OUStringLiteral UNO_NAME_HEADER_BACK_COLOR
Definition: unoprnms.hxx:389
constexpr OUStringLiteral UNO_NAME_DATE_FORMAT
Definition: unoprnms.hxx:908
constexpr OUStringLiteral UNO_NAME_CONTOUR_OUTSIDE
Definition: unoprnms.hxx:257
constexpr OUStringLiteral UNO_NAME_CHECKED_STATE
Definition: unoprnms.hxx:904
constexpr OUStringLiteral UNO_NAME_GRID_RUBY_BELOW
Definition: unoprnms.hxx:725
constexpr OUStringLiteral UNO_NAME_MODEL
Definition: unoprnms.hxx:745
constexpr OUStringLiteral UNO_NAME_REFERENCE_ID
Definition: unoprnms.hxx:505
constexpr OUStringLiteral UNO_NAME_FOOTER_LEFT_MARGIN
Definition: unoprnms.hxx:85
constexpr OUStringLiteral UNO_NAME_ENDNOTE_IS_OWN_NUMBERING
Definition: unoprnms.hxx:554
constexpr OUStringLiteral UNO_NAME_TAB_STOP_DISTANCE
Definition: unoprnms.hxx:617
constexpr OUStringLiteral UNO_NAME_NUMBERING_IS_NUMBER
Definition: unoprnms.hxx:165
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT_POSITION
Definition: unoprnms.hxx:282
constexpr OUStringLiteral UNO_NAME_HEADER_BOTTOM_BORDER
Definition: unoprnms.hxx:394
constexpr OUStringLiteral UNO_NAME_ADJUST_BLUE
Definition: unoprnms.hxx:581
constexpr OUStringLiteral UNO_NAME_FOOTER_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:517
constexpr OUStringLiteral UNO_NAME_PARA_CONDITIONAL_STYLE_NAME
Definition: unoprnms.hxx:489
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:153
constexpr OUStringLiteral UNO_NAME_USER_INDEX_NAME
Definition: unoprnms.hxx:431
constexpr OUStringLiteral UNO_NAME_VERT_MIRRORED
Definition: unoprnms.hxx:348
constexpr OUStringLiteral UNO_NAME_HEADER_TEXT
Definition: unoprnms.hxx:383
constexpr OUStringLiteral UNO_NAME_HEADER_FILLTRANSPARENCEGRADIENT
Definition: unoprnms.hxx:664
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLGRADIENT
Definition: unoprnms.hxx:690
constexpr OUStringLiteral UNO_NAME_TABLE_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:889
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_WEIGHT
Definition: unoprnms.hxx:607
constexpr OUStringLiteral UNO_NAME_HEADER_IS_ON
Definition: unoprnms.hxx:401
constexpr OUStringLiteral UNO_NAME_CHART_ROW_AS_LABEL
Definition: unoprnms.hxx:369
constexpr OUStringLiteral UNO_NAME_FOOTER_GRAPHIC_LOCATION
Definition: unoprnms.hxx:57
constexpr OUStringLiteral UNO_NAME_CLEAR
Definition: unoprnms.hxx:898
constexpr OUStringLiteral UNO_NAME_HEADER_ROW_COUNT
Definition: unoprnms.hxx:817
constexpr OUStringLiteral UNO_NAME_HEADER_FILLHATCH
Definition: unoprnms.hxx:659
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_SIZE_X
Definition: unoprnms.hxx:646
constexpr OUStringLiteral UNO_NAME_EDIT_IN_READONLY
Definition: unoprnms.hxx:268
constexpr OUStringLiteral UNO_NAME_KEEP_TOGETHER
Definition: unoprnms.hxx:181
constexpr OUStringLiteral UNO_NAME_CHAR_BACK_COLOR
Definition: unoprnms.hxx:148
constexpr OUStringLiteral UNO_NAME_BOTTOM_BORDER
Definition: unoprnms.hxx:374
constexpr OUStringLiteral UNO_NAME_TABLE_BORDER_DISTANCES
Definition: unoprnms.hxx:828
constexpr OUStringLiteral UNO_NAME_FRAME_HEIGHT_PERCENT
Definition: unoprnms.hxx:631
constexpr OUStringLiteral UNO_NAME_FOOTER_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:512
constexpr OUStringLiteral UNO_NAME_CONTOUR_POLY_POLYGON
Definition: unoprnms.hxx:521
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_OFFSET_X
Definition: unoprnms.hxx:671
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT_POSITION
Definition: unoprnms.hxx:349
constexpr OUStringLiteral UNO_NAME_HEADER_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:506
constexpr OUStringLiteral UNO_NAME_LEFT_MARGIN
Definition: unoprnms.hxx:80
constexpr OUStringLiteral UNO_NAME_HEADER_BORDER_DISTANCE
Definition: unoprnms.hxx:395
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE
constexpr OUStringLiteral UNO_NAME_DONT_BALANCE_TEXT_COLUMNS
Definition: unoprnms.hxx:729
constexpr OUStringLiteral UNO_NAME_HEADER_GRAPHIC_URL
Definition: unoprnms.hxx:36
constexpr OUStringLiteral UNO_NAME_PLAIN_TEXT
Definition: unoprnms.hxx:911
constexpr OUStringLiteral UNO_NAME_GRID_DISPLAY
Definition: unoprnms.hxx:727
constexpr OUStringLiteral UNO_NAME_IS_START
Definition: unoprnms.hxx:503
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_RECTANGLE_POINT
Definition: unoprnms.hxx:645
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT
Definition: unoprnms.hxx:278
constexpr OUStringLiteral UNO_NAME_ID
Definition: unoprnms.hxx:923
constexpr OUStringLiteral UNO_NAME_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:379
constexpr OUStringLiteral UNO_NAME_GRID_BASE_WIDTH
Definition: unoprnms.hxx:825
constexpr OUStringLiteral UNO_NAME_FOOTER_GRAPHIC_URL
Definition: unoprnms.hxx:39
constexpr OUStringLiteral UNO_NAME_FOOTER_BODY_DISTANCE
Definition: unoprnms.hxx:410
constexpr OUStringLiteral UNO_NAME_SECT_RIGHT_MARGIN
Definition: unoprnms.hxx:762
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLSTYLE
Definition: unoprnms.hxx:694
constexpr OUStringLiteral UNO_NAME_SHADOW_FORMAT
Definition: unoprnms.hxx:319
constexpr OUStringLiteral UNO_NAME_BORDER_DISTANCE
Definition: unoprnms.hxx:375
constexpr OUStringLiteral UNO_NAME_GRID_PRINT
Definition: unoprnms.hxx:726
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLTRANSPARENCEGRADIENTNAME
Definition: unoprnms.hxx:699
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_DISTANCE
Definition: unoprnms.hxx:613
constexpr OUStringLiteral UNO_NAME_GRID_SNAP_TO_CHARS
Definition: unoprnms.hxx:826
constexpr OUStringLiteral UNO_NAME_DOCUMENT_INDEX
Definition: unoprnms.hxx:356
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_NUMBERING_SUFFIX
Definition: unoprnms.hxx:547
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_STRETCH
Definition: unoprnms.hxx:681
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBACKGROUND
Definition: unoprnms.hxx:652
constexpr OUStringLiteral UNO_NAME_FOOTER_TOP_BORDER
Definition: unoprnms.hxx:406
constexpr OUStringLiteral UNO_NAME_SHADOW_TRANSPARENCE
Definition: unoprnms.hxx:880
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT
Definition: unoprnms.hxx:347
constexpr OUStringLiteral UNO_NAME_DROP_DOWN
Definition: unoprnms.hxx:913
constexpr OUStringLiteral UNO_NAME_FOOTER_BACK_TRANSPARENT
Definition: unoprnms.hxx:403
constexpr OUStringLiteral UNO_NAME_TEXT_COLUMNS
Definition: unoprnms.hxx:241
constexpr OUStringLiteral UNO_NAME_META
Definition: unoprnms.hxx:842
constexpr OUStringLiteral UNO_NAME_IS_LANDSCAPE
Definition: unoprnms.hxx:182
constexpr OUStringLiteral UNO_NAME_IS_COLLAPSED
Definition: unoprnms.hxx:502
constexpr OUStringLiteral UNO_NAME_HEADER_TEXT_LEFT
Definition: unoprnms.hxx:384
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_FILTER
Definition: unoprnms.hxx:43
constexpr OUStringLiteral UNO_NAME_BOOKMARK_CONDITION
Definition: unoprnms.hxx:361
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_ELEMENT
Definition: unoprnms.hxx:169
constexpr OUStringLiteral UNO_NAME_CONTROL_CHARACTER
Definition: unoprnms.hxx:501
constexpr OUStringLiteral UNO_NAME_CHAR_BOTTOM_BORDER
Definition: unoprnms.hxx:873
constexpr OUStringLiteral UNO_NAME_CHAR_ESCAPEMENT_HEIGHT
Definition: unoprnms.hxx:137
constexpr OUStringLiteral UNO_NAME_GRID_RUBY_HEIGHT
Definition: unoprnms.hxx:723
constexpr OUStringLiteral UNO_NAME_HEADER_IS_SHARED
Definition: unoprnms.hxx:399
constexpr OUStringLiteral UNO_NAME_TABLE_BORDER
Definition: unoprnms.hxx:380
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_RESTART_NUMBERING_AT
Definition: unoprnms.hxx:543
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_TRANSPARENCY
Definition: unoprnms.hxx:735
constexpr OUStringLiteral UNO_NAME_CHAR_NO_HYPHENATION
Definition: unoprnms.hxx:129
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_POSITION_OFFSET_Y
Definition: unoprnms.hxx:676
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_SIZE_X
Definition: unoprnms.hxx:679
constexpr OUStringLiteral UNO_NAME_HEADER_GRAPHIC_LOCATION
Definition: unoprnms.hxx:56
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_LOGICAL_SIZE
Definition: unoprnms.hxx:637
constexpr OUStringLiteral UNO_NAME_RELATIVE_WIDTH
Definition: unoprnms.hxx:205
constexpr OUStringLiteral UNO_NAME_REPLACEMENT_GRAPHIC
Definition: unoprnms.hxx:865
constexpr OUStringLiteral UNO_NAME_GUTTER_MARGIN
Definition: unoprnms.hxx:82
constexpr OUStringLiteral UNO_NAME_STREAM_NAME
Definition: unoprnms.hxx:831
constexpr OUStringLiteral UNO_NAME_REDLINE_START
Definition: unoprnms.hxx:595
constexpr OUStringLiteral UNO_NAME_TRANSPARENCY
Definition: unoprnms.hxx:584
constexpr OUStringLiteral UNO_NAME_ENDNOTE_NUMBERING_TYPE
Definition: unoprnms.hxx:555
constexpr OUStringLiteral UNO_NAME_IS_AUTOMATIC_UPDATE
Definition: unoprnms.hxx:170
constexpr OUStringLiteral UNO_NAME_TABLE_COLUMN_RELATIVE_SUM
Definition: unoprnms.hxx:382
constexpr OUStringLiteral UNO_NAME_LIST_ITEMS
Definition: unoprnms.hxx:906
constexpr OUStringLiteral UNO_NAME_CURRENT_DATE
Definition: unoprnms.hxx:910
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBACKGROUND
Definition: unoprnms.hxx:685
constexpr OUStringLiteral UNO_NAME_CHECKED
Definition: unoprnms.hxx:903
constexpr OUStringLiteral UNO_NAME_DATA_BINDING_STORE_ITEM_ID
Definition: unoprnms.hxx:918
constexpr OUStringLiteral UNO_NAME_LINEBREAK
Definition: unoprnms.hxx:899
constexpr OUStringLiteral UNO_NAME_GRID_STANDARD_PAGE_MODE
Definition: unoprnms.hxx:827
constexpr OUStringLiteral UNO_NAME_PAGE_TOGGLE
Definition: unoprnms.hxx:301
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT_RELATION
Definition: unoprnms.hxx:281
constexpr OUStringLiteral UNO_NAME_TOP_BORDER
Definition: unoprnms.hxx:373
constexpr OUStringLiteral UNO_NAME_CHAR_HIDDEN
Definition: unoprnms.hxx:768
constexpr OUStringLiteral UNO_NAME_CELL
Definition: unoprnms.hxx:363
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLGRADIENTNAME
Definition: unoprnms.hxx:691
constexpr OUStringLiteral UNO_NAME_PARA_STYLE_NAME
Definition: unoprnms.hxx:189
constexpr OUStringLiteral UNO_NAME_CHAR_TRANSPARENCE
Definition: unoprnms.hxx:138
constexpr OUStringLiteral UNO_NAME_EMBEDDED_OBJECT
Definition: unoprnms.hxx:848
constexpr OUStringLiteral UNO_NAME_GRAPHIC_CROP
Definition: unoprnms.hxx:354
constexpr OUStringLiteral UNO_NAME_GRAPHIC_ROTATION
Definition: unoprnms.hxx:576
constexpr OUStringLiteral UNO_NAME_TOP_MARGIN
Definition: unoprnms.hxx:338
constexpr OUStringLiteral UNO_NAME_FOOTER_TEXT_RIGHT
Definition: unoprnms.hxx:388
constexpr OUStringLiteral UNO_NAME_CONTENT_PROTECTED
Definition: unoprnms.hxx:258
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_TINT_OR_SHADE
constexpr OUStringLiteral UNO_NAME_FIRST_IS_SHARED
Definition: unoprnms.hxx:860
constexpr OUStringLiteral UNO_NAME_HEADER_FILLCOLOR_2
Definition: unoprnms.hxx:667
constexpr OUStringLiteral UNO_NAME_HEADER_FILLCOLOR
Definition: unoprnms.hxx:651
constexpr OUStringLiteral UNO_NAME_VISIBLE_AREA_WIDTH
Definition: unoprnms.hxx:852
constexpr OUStringLiteral UNO_NAME_CHAR_COMBINE_PREFIX
Definition: unoprnms.hxx:151
constexpr OUStringLiteral UNO_NAME_WRAP_INFLUENCE_ON_POSITION
Definition: unoprnms.hxx:774
constexpr OUStringLiteral UNO_NAME_DATE_LANGUAGE
Definition: unoprnms.hxx:909
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_TEXT_DISTANCE
Definition: unoprnms.hxx:612
constexpr OUStringLiteral UNO_NAME_FOOTER_IS_DYNAMIC_HEIGHT
Definition: unoprnms.hxx:411
constexpr OUStringLiteral UNO_NAME_HEADER_GRAPHIC
Definition: unoprnms.hxx:35
constexpr OUStringLiteral UNO_NAME_RIGHT_BORDER
Definition: unoprnms.hxx:372
constexpr OUStringLiteral UNO_NAME_APPEARANCE
Definition: unoprnms.hxx:920
constexpr OUStringLiteral UNO_NAME_HEADER_FILLGRADIENTSTEPCOUNT
Definition: unoprnms.hxx:656
constexpr OUStringLiteral UNO_NAME_PAGE_STYLE_LAYOUT
Definition: unoprnms.hxx:186
constexpr OUStringLiteral UNO_NAME_HYPER_LINK_NAME
Definition: unoprnms.hxx:285
constexpr OUStringLiteral UNO_NAME_LOCK
Definition: unoprnms.hxx:925
constexpr OUStringLiteral UNO_NAME_CHART_COLUMN_AS_LABEL
Definition: unoprnms.hxx:370
constexpr OUStringLiteral UNO_NAME_PROTECTION_KEY
Definition: unoprnms.hxx:623
constexpr OUStringLiteral UNO_NAME_COMBO_BOX
Definition: unoprnms.hxx:912
constexpr OUStringLiteral UNO_NAME_WRITING_MODE
Definition: unoprnms.hxx:719
constexpr OUStringLiteral UNO_NAME_IS_GLOBAL_DOCUMENT_SECTION
Definition: unoprnms.hxx:357
constexpr OUStringLiteral UNO_NAME_FOOTER_DYNAMIC_SPACING
Definition: unoprnms.hxx:739
constexpr OUStringLiteral UNO_NAME_LINK_REGION
Definition: unoprnms.hxx:292
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLGRADIENTSTEPCOUNT
Definition: unoprnms.hxx:689
constexpr OUStringLiteral UNO_NAME_CHAR_ROTATION_IS_FIT_TO_LINE
Definition: unoprnms.hxx:615
constexpr OUStringLiteral UNO_NAME_IS_AUTOMATIC_CONTOUR
Definition: unoprnms.hxx:524
constexpr OUStringLiteral UNO_NAME_CLSID
Definition: unoprnms.hxx:759
constexpr OUStringLiteral UNO_NAME_COLLAPSING_BORDERS
Definition: unoprnms.hxx:773
constexpr OUStringLiteral UNO_NAME_ENDNOTE_RESTART_NUMBERING_AT
Definition: unoprnms.hxx:553
constexpr OUStringLiteral UNO_NAME_CHAR_KERNING
Definition: unoprnms.hxx:147
constexpr OUStringLiteral UNO_NAME_HEADER_FILL_TRANSPARENCE
Definition: unoprnms.hxx:662
constexpr OUStringLiteral UNO_NAME_PARA_CHAPTER_NUMBERING_LEVEL
Definition: unoprnms.hxx:488
constexpr OUStringLiteral UNO_NAME_CONTENT_CONTROL
Definition: unoprnms.hxx:900
constexpr OUStringLiteral UNO_NAME_UNCHECKED_STATE
Definition: unoprnms.hxx:905
constexpr OUStringLiteral UNO_NAME_FOOTER_HEIGHT
Definition: unoprnms.hxx:417
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_TILE
Definition: unoprnms.hxx:649
constexpr OUStringLiteral UNO_NAME_TEXT_READING
Definition: unoprnms.hxx:732
constexpr OUStringLiteral UNO_NAME_REGISTER_PARAGRAPH_STYLE
Definition: unoprnms.hxx:310
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_POSITION_OFFSET_Y
Definition: unoprnms.hxx:643
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:838
constexpr OUStringLiteral UNO_NAME_BACK_COLOR_TRANSPARENCY
Definition: unoprnms.hxx:737
constexpr OUStringLiteral UNO_NAME_FOLLOW_STYLE
Definition: unoprnms.hxx:27
constexpr OUStringLiteral UNO_NAME_GRID_LINES
Definition: unoprnms.hxx:721
constexpr OUStringLiteral UNO_NAME_GRAPHIC_PREVIEW
Definition: unoprnms.hxx:178
constexpr OUStringLiteral UNO_NAME_REPEAT_HEADLINE
Definition: unoprnms.hxx:209
constexpr OUStringLiteral UNO_NAME_BOOKMARK
Definition: unoprnms.hxx:359
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_IS_COLLECT_AT_TEXT_END
Definition: unoprnms.hxx:539
constexpr OUStringLiteral UNO_NAME_IS_CURRENTLY_VISIBLE
Definition: unoprnms.hxx:730
constexpr OUStringLiteral UNO_NAME_CHAR_SCALE_WIDTH
Definition: unoprnms.hxx:616
constexpr OUStringLiteral UNO_NAME_FOOTER_GRAPHIC
Definition: unoprnms.hxx:38
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_STYLE
Definition: unoprnms.hxx:847
constexpr OUStringLiteral UNO_NAME_NUMBERING_LEVEL
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBITMAP
Definition: unoprnms.hxx:686
constexpr OUStringLiteral UNO_NAME_TABLE_NAME
Definition: unoprnms.hxx:334
constexpr OUStringLiteral UNO_NAME_FOOTER_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:515
constexpr OUStringLiteral UNO_NAME_SIZE_PROTECTED
Definition: unoprnms.hxx:240
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_RELATIVE_WIDTH
Definition: unoprnms.hxx:610
constexpr OUStringLiteral UNO_NAME_PARA_AUTO_STYLE_NAME
Definition: unoprnms.hxx:812
constexpr OUStringLiteral UNO_NAME_HEADER_TEXT_RIGHT
Definition: unoprnms.hxx:385
constexpr OUStringLiteral UNO_NAME_FOOTER_BACK_COLOR
Definition: unoprnms.hxx:402
constexpr OUStringLiteral UNO_NAME_BOOKMARK_HIDDEN
Definition: unoprnms.hxx:360
constexpr OUStringLiteral UNO_NAME_CHAR_STYLE_NAMES
Definition: unoprnms.hxx:755
constexpr OUStringLiteral UNO_NAME_TEXT_PORTION_TYPE
Definition: unoprnms.hxx:500
constexpr OUStringLiteral UNO_NAME_RELATIVE_HEIGHT
Definition: unoprnms.hxx:207
constexpr OUStringLiteral UNO_NAME_FOOTER_IS_ON
Definition: unoprnms.hxx:418
constexpr OUStringLiteral UNO_NAME_TRANSFORMED_GRAPHIC
Definition: unoprnms.hxx:177
constexpr OUStringLiteral UNO_NAME_CHAR_ESCAPEMENT
Definition: unoprnms.hxx:125
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_OFFSET_Y
Definition: unoprnms.hxx:639
constexpr OUStringLiteral UNO_NAME_ADJUST_RED
Definition: unoprnms.hxx:579
constexpr OUStringLiteral UNO_NAME_PAGE_STYLE_NAME
Definition: unoprnms.hxx:185
constexpr OUStringLiteral UNO_NAME_OPAQUE
Definition: unoprnms.hxx:300
constexpr OUStringLiteral UNO_NAME_IS_PROTECTED
Definition: unoprnms.hxx:179
constexpr OUStringLiteral UNO_NAME_CHAR_OVERLINE
Definition: unoprnms.hxx:836
constexpr OUStringLiteral UNO_NAME_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:378
constexpr OUStringLiteral UNO_NAME_PAGE_DESC_NAME
Definition: unoprnms.hxx:302
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_LOGICAL_SIZE
Definition: unoprnms.hxx:670
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBITMAP
Definition: unoprnms.hxx:653
constexpr OUStringLiteral UNO_NAME_HYPER_LINK_U_R_L
Definition: unoprnms.hxx:283
constexpr OUStringLiteral UNO_NAME_HORI_MIRRORED_ON_EVEN_PAGES
Definition: unoprnms.hxx:279
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_OFFSET_Y
Definition: unoprnms.hxx:672
constexpr OUStringLiteral UNO_NAME_TABLE_COLUMN_SEPARATORS
Definition: unoprnms.hxx:381
constexpr OUStringLiteral UNO_NAME_CHAR_STRIKEOUT
Definition: unoprnms.hxx:127
constexpr OUStringLiteral UNO_NAME_HEADER_BODY_DISTANCE
Definition: unoprnms.hxx:397
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_MODE
Definition: unoprnms.hxx:683
constexpr OUStringLiteral UNO_NAME_PRIMARY_KEY
Definition: unoprnms.hxx:202
constexpr OUStringLiteral UNO_NAME_HEADER_BACK_TRANSPARENT
Definition: unoprnms.hxx:390
constexpr OUStringLiteral UNO_NAME_NUMBERING_START_VALUE
Definition: unoprnms.hxx:164
constexpr OUStringLiteral UNO_NAME_OUTLINE_LEVEL
Definition: unoprnms.hxx:840
constexpr OUStringLiteral UNO_NAME_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:376
constexpr OUStringLiteral UNO_NAME_CHAR_SHADOW_FORMAT
Definition: unoprnms.hxx:879
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLTRANSPARENCEGRADIENT
Definition: unoprnms.hxx:697
constexpr OUStringLiteral UNO_NAME_GRID_MODE
Definition: unoprnms.hxx:724
constexpr OUStringLiteral UNO_NAME_CHAR_OVERLINE_COLOR
Definition: unoprnms.hxx:837
constexpr OUStringLiteral UNO_NAME_SECONDARY_KEY
Definition: unoprnms.hxx:219
constexpr OUStringLiteral UNO_NAME_CHAR_WORD_MODE
Definition: unoprnms.hxx:353
constexpr OUStringLiteral UNO_NAME_CHAR_ROTATION
Definition: unoprnms.hxx:614
constexpr OUStringLiteral UNO_NAME_SURROUND
Definition: unoprnms.hxx:328
constexpr OUStringLiteral UNO_NAME_CHAR_BACK_TRANSPARENT
Definition: unoprnms.hxx:149
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_RECTANGLE_POINT
Definition: unoprnms.hxx:678
constexpr OUStringLiteral UNO_NAME_HEADER_IS_DYNAMIC_HEIGHT
Definition: unoprnms.hxx:398
constexpr OUStringLiteral UNO_NAME_GRAPHIC_URL
Definition: unoprnms.hxx:48
constexpr OUStringLiteral UNO_NAME_IS_MAIN_ENTRY
Definition: unoprnms.hxx:575
constexpr OUStringLiteral UNO_NAME_SECONDARY_KEY_READING
Definition: unoprnms.hxx:734
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT_RELATION
Definition: unoprnms.hxx:350
constexpr OUStringLiteral UNO_NAME_DRAW_ASPECT
Definition: unoprnms.hxx:851
constexpr OUStringLiteral UNO_NAME_BACK_COLOR
Definition: unoprnms.hxx:194
constexpr OUStringLiteral UNO_NAME_GRAPHIC_COLOR_MODE
constexpr OUStringLiteral UNO_NAME_FOOTER_FILL_TRANSPARENCE
Definition: unoprnms.hxx:695
constexpr OUStringLiteral UNO_NAME_STYLE_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:884
constexpr OUStringLiteral UNO_NAME_HEADER_LEFT_BORDER
Definition: unoprnms.hxx:391
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_URL
Definition: unoprnms.hxx:41
constexpr OUStringLiteral UNO_NAME_BOTTOM_MARGIN
Definition: unoprnms.hxx:339
constexpr OUStringLiteral UNO_NAME_PLACEHOLDER_DOC_PART
Definition: unoprnms.hxx:914
constexpr OUStringLiteral UNO_NAME_CHAR_COMBINE_SUFFIX
Definition: unoprnms.hxx:152
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_SIZE_Y
Definition: unoprnms.hxx:647
constexpr OUStringLiteral UNO_NAME_GAMMA
Definition: unoprnms.hxx:582
constexpr OUStringLiteral UNO_NAME_ACTUAL_SIZE
Definition: unoprnms.hxx:322
constexpr OUStringLiteral UNO_NAME_SPLIT
Definition: unoprnms.hxx:294
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_IS_RESTART_NUMBERING
Definition: unoprnms.hxx:541
constexpr OUStringLiteral UNO_NAME_FOOTER_GRAPHIC_FILTER
Definition: unoprnms.hxx:40
constexpr OUStringLiteral UNO_NAME_DATA_BINDING_PREFIX_MAPPINGS
Definition: unoprnms.hxx:916
constexpr OUStringLiteral UNO_NAME_DATE_STRING
Definition: unoprnms.hxx:926
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_OFFSET_X
Definition: unoprnms.hxx:638
constexpr OUStringLiteral UNO_NAME_ANCHOR_PAGE_NO
Definition: unoprnms.hxx:245
constexpr OUStringLiteral UNO_NAME_RELATIVE_WIDTH_RELATION
Definition: unoprnms.hxx:206
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLCOLOR_2
Definition: unoprnms.hxx:700
constexpr OUStringLiteral UNO_NAME_SURROUND_CONTOUR
Definition: unoprnms.hxx:332
constexpr OUStringLiteral UNO_NAME_CHAR_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:877
constexpr OUStringLiteral UNO_NAME_GRAPHIC_IS_INVERTED
Definition: unoprnms.hxx:583
constexpr OUStringLiteral UNO_NAME_HEADER_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:509
constexpr OUStringLiteral UNO_NAME_HEADER_TOP_BORDER
Definition: unoprnms.hxx:393
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_FILE
Definition: unoprnms.hxx:168
constexpr OUStringLiteral UNO_NAME_ENDNOTE_IS_RESTART_NUMBERING
Definition: unoprnms.hxx:551
constexpr OUStringLiteral UNO_NAME_IS_PHYSICAL
Definition: unoprnms.hxx:29
constexpr OUStringLiteral UNO_NAME_IS_SYNC_WIDTH_TO_HEIGHT
Definition: unoprnms.hxx:238
constexpr OUStringLiteral UNO_NAME_FOOTER_TEXT_FIRST
Definition: unoprnms.hxx:862
constexpr OUStringLiteral UNO_NAME_HEADER_FILLGRADIENTNAME
Definition: unoprnms.hxx:658
constexpr OUStringLiteral UNO_NAME_PARA_STYLE_CONDITIONS
Definition: unoprnms.hxx:807
constexpr OUStringLiteral UNO_NAME_ENDNOTE_NUMBERING_SUFFIX
Definition: unoprnms.hxx:557
constexpr OUStringLiteral UNO_NAME_CHAR_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:875
constexpr OUStringLiteral UNO_NAME_CONDITION
Definition: unoprnms.hxx:254
constexpr OUStringLiteral UNO_NAME_CHAR_FLASH
Definition: unoprnms.hxx:146
constexpr OUStringLiteral UNO_NAME_LINK_STYLE
Definition: unoprnms.hxx:28
constexpr OUStringLiteral UNO_NAME_HIDDEN
Definition: unoprnms.hxx:866
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_STRETCH
Definition: unoprnms.hxx:648
constexpr OUStringLiteral UNO_NAME_IS_SYNC_HEIGHT_TO_WIDTH
Definition: unoprnms.hxx:239
constexpr OUStringLiteral UNO_NAME_GRAPHIC_FILTER
Definition: unoprnms.hxx:45
constexpr OUStringLiteral UNO_NAME_LEFT_BORDER
Definition: unoprnms.hxx:371
constexpr OUStringLiteral UNO_NAME_GRAPHIC
Definition: unoprnms.hxx:176
constexpr OUStringLiteral UNO_NAME_FRAME_WIDTH_ABSOLUTE
Definition: unoprnms.hxx:633
constexpr OUStringLiteral UNO_NAME_CHAR_HIGHLIGHT
Definition: unoprnms.hxx:883
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE_HAS_COLOR
Definition: unoprnms.hxx:124
constexpr OUStringLiteral UNO_NAME_DATE
Definition: unoprnms.hxx:266
constexpr OUStringLiteral UNO_NAME_HEADER_SHADOW_FORMAT
Definition: unoprnms.hxx:396
constexpr OUStringLiteral UNO_NAME_CHAR_CROSSED_OUT
Definition: unoprnms.hxx:128
constexpr OUStringLiteral UNO_NAME_CHAR_LEFT_BORDER
Definition: unoprnms.hxx:870
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLCOLOR
Definition: unoprnms.hxx:684
constexpr OUStringLiteral UNO_NAME_ENDNOTE_NUMBERING_PREFIX
Definition: unoprnms.hxx:556
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBITMAPNAME
Definition: unoprnms.hxx:687
constexpr OUStringLiteral UNO_NAME_SURROUND_ANCHORONLY
Definition: unoprnms.hxx:333
constexpr OUStringLiteral UNO_NAME_WIDTH
Definition: unoprnms.hxx:352
constexpr OUStringLiteral UNO_NAME_RELATIVE_HEIGHT_RELATION
Definition: unoprnms.hxx:208
constexpr OUStringLiteral UNO_NAME_HEADER_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:508
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLBMP_POSITION_OFFSET_X
Definition: unoprnms.hxx:674
constexpr OUStringLiteral UNO_NAME_HEADER_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:511
constexpr OUStringLiteral UNO_NAME_WIDTH_TYPE
Definition: unoprnms.hxx:770
constexpr OUStringLiteral UNO_NAME_FOOTER_FILLHATCHNAME
Definition: unoprnms.hxx:693
constexpr OUStringLiteral UNO_NAME_IS_VISIBLE
Definition: unoprnms.hxx:351
constexpr OUStringLiteral UNO_NAME_TEXT_USER_DEFINED_ATTRIBUTES
Definition: unoprnms.hxx:485
constexpr OUStringLiteral UNO_NAME_PRINTER_PAPER_TRAY
Definition: unoprnms.hxx:203
constexpr OUStringLiteral UNO_NAME_CHAR_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:876
constexpr OUStringLiteral UNO_NAME_HEIGHT
Definition: unoprnms.hxx:274
constexpr OUStringLiteral UNO_NAME_DATA_BINDING_XPATH
Definition: unoprnms.hxx:917
constexpr OUStringLiteral UNO_NAME_CHAR_COMBINE_IS_ON
Definition: unoprnms.hxx:150
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_POSITION_OFFSET_X
Definition: unoprnms.hxx:641
constexpr OUStringLiteral UNO_NAME_GRID_COLOR
Definition: unoprnms.hxx:720
constexpr OUStringLiteral UNO_NAME_HORI_MIRRORED_ON_ODD_PAGES
Definition: unoprnms.hxx:280
constexpr OUStringLiteral UNO_NAME_HEADER_TEXT_FIRST
Definition: unoprnms.hxx:861
constexpr OUStringLiteral UNO_NAME_COLOR
Definition: unoprnms.hxx:919
constexpr OUStringLiteral UNO_NAME_IS_FOLLOWING_TEXT_FLOW
Definition: unoprnms.hxx:769
constexpr OUStringLiteral UNO_NAME_PRIMARY_KEY_READING
Definition: unoprnms.hxx:733
constexpr OUStringLiteral UNO_NAME_ADJUST_LUMINANCE
Definition: unoprnms.hxx:577
constexpr OUStringLiteral UNO_NAME_CHAR_AUTO_KERNING
Definition: unoprnms.hxx:122
constexpr OUStringLiteral UNO_NAME_HEADER_FILLBMP_MODE
Definition: unoprnms.hxx:650
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_COLOR
Definition: unoprnms.hxx:608
constexpr OUStringLiteral UNO_NAME_CHAR_TOP_BORDER
Definition: unoprnms.hxx:872
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE_COLOR
Definition: unoprnms.hxx:123
constexpr OUStringLiteral UNO_NAME_CHAR_RIGHT_BORDER
Definition: unoprnms.hxx:871
constexpr OUStringLiteral UNO_NAME_HEADER_FILLGRADIENT
Definition: unoprnms.hxx:657
constexpr OUStringLiteral UNO_NAME_FRAME_HEIGHT_ABSOLUTE
Definition: unoprnms.hxx:630
constexpr OUStringLiteral UNO_NAME_POSITION_PROTECTED
Definition: unoprnms.hxx:200
constexpr OUStringLiteral UNO_NAME_IS_SPLIT_ALLOWED
Definition: unoprnms.hxx:766
constexpr OUStringLiteral UNO_NAME_FOOTNOTE_LINE_ADJUST
Definition: unoprnms.hxx:611
constexpr OUStringLiteral UNO_NAME_REDLINE_END
Definition: unoprnms.hxx:596
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC
Definition: unoprnms.hxx:42
constexpr OUStringLiteral UNO_NAME_DISPLAY_NAME
Definition: unoprnms.hxx:31
constexpr OUStringLiteral UNO_NAME_VISIBLE_AREA_HEIGHT
Definition: unoprnms.hxx:853
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)