LibreOffice Module sw (master) 1
unomap.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 <com/sun/star/awt/FontSlant.hpp>
23#include <com/sun/star/awt/Point.hpp>
24#include <com/sun/star/awt/XBitmap.hpp>
25#include <com/sun/star/beans/NamedValue.hpp>
26#include <com/sun/star/beans/PropertyAttribute.hpp>
27#include <com/sun/star/beans/PropertyValue.hpp>
28#include <com/sun/star/beans/PropertyValues.hpp>
29#include <com/sun/star/container/XIndexReplace.hpp>
30#include <com/sun/star/frame/XModel.hpp>
31#include <com/sun/star/graphic/XGraphic.hpp>
32#include <com/sun/star/i18n/XForbiddenCharacters.hpp>
33#include <com/sun/star/sdbc/XConnection.hpp>
34#include <com/sun/star/sdbc/XResultSet.hpp>
35#include <com/sun/star/style/GraphicLocation.hpp>
36#include <com/sun/star/table/BorderLine.hpp>
37#include <com/sun/star/text/PageNumberType.hpp>
38#include <com/sun/star/text/TableColumnSeparator.hpp>
39#include <com/sun/star/text/TextContentAnchorType.hpp>
40#include <com/sun/star/text/WrapTextMode.hpp>
41#include <com/sun/star/text/XDependentTextField.hpp>
42#include <com/sun/star/text/XDocumentIndexMark.hpp>
43#include <com/sun/star/text/XTextColumns.hpp>
44#include <com/sun/star/text/XTextFrame.hpp>
45#include <com/sun/star/text/XTextSection.hpp>
46#include <com/sun/star/util/Date.hpp>
47#include <com/sun/star/util/DateTime.hpp>
48#include <com/sun/star/util/XTheme.hpp>
49#include <com/sun/star/util/XComplexColor.hpp>
50#include <com/sun/star/view/PaperOrientation.hpp>
51#include <com/sun/star/script/XLibraryContainer.hpp>
52#include <com/sun/star/drawing/HomogenMatrix3.hpp>
53#include <osl/diagnose.h>
54#include <unomap.hxx>
55#include <unoprnms.hxx>
56#include <unomid.h>
57#include <cmdid.h>
58#include <unofldmid.h>
59#include <editeng/memberids.h>
60#include <editeng/unoprnms.hxx>
61#include <svl/itemprop.hxx>
62#include "unomapproperties.hxx"
63
64using namespace ::com::sun::star;
65using namespace ::com::sun::star::lang;
66using namespace ::com::sun::star::uno;
67using namespace ::com::sun::star::beans;
68
69#define COMMON_FLDTYP_PROPERTIES \
70 { UNO_NAME_IS_FIELD_USED, FIELD_PROP_IS_FIELD_USED, cppu::UnoType<float>::get(), PropertyAttribute::READONLY, 0},\
71 { UNO_NAME_IS_FIELD_DISPLAYED, FIELD_PROP_IS_FIELD_DISPLAYED, cppu::UnoType<sal_Int16>::get(), PropertyAttribute::READONLY, 0},\
72 { UNO_NAME_TITLE, FIELD_PROP_TITLE, cppu::UnoType<OUString>::get(), PROPERTY_NONE, 0},\
73
75{
76 OSL_ENSURE(nPropertyId < PROPERTY_MAP_END, "Id ?" );
77 if( m_aMapEntriesArr[ nPropertyId ].empty() )
78 {
79 switch(nPropertyId)
80 {
82 {
84 }
85 break;
87 {
89 }
90 break;
92 {
94 }
95 break;
97 {
99 }
100 break;
102 {
104 }
105 break;
107 {
109 }
110 break;
112 {
113 static SfxItemPropertyMapEntry const aAutoRubyStyleMap [] =
114 {
118 };
119 m_aMapEntriesArr[nPropertyId] = aAutoRubyStyleMap;
120 }
121 break;
123 {
125 }
126 break;
128 {
130 }
131 break;
133 {
135 }
136 break;
138 {
140 }
141 break;
143 {
144 static SfxItemPropertyMapEntry const aNumStyleMap [] =
145 {
147 { UNO_NAME_IS_PHYSICAL, FN_UNO_IS_PHYSICAL, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
148 { UNO_NAME_DISPLAY_NAME, FN_UNO_DISPLAY_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
151 };
152 m_aMapEntriesArr[nPropertyId] = aNumStyleMap;
153 }
154 break;
156 {
158 }
159 break;
161 {
162 static SfxItemPropertyMapEntry const aCellMap_Impl[] =
163 {
170 { UNO_NAME_NUMBER_FORMAT, RES_BOXATR_FORMAT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID ,0 },
181 { UNO_NAME_TEXT_SECTION, FN_UNO_TEXT_SECTION, cppu::UnoType<css::text::XTextSection>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
183 { UNO_NAME_CELL_NAME, FN_UNO_CELL_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY,0},
188 { UNO_NAME_PARENT_TEXT, FN_UNO_PARENT_TEXT, cppu::UnoType<text::XText>::get(), PropertyAttribute::MAYBEVOID | PropertyAttribute::READONLY, 0 },
189 { UNO_NAME_HAS_TEXT_CHANGES_ONLY, RES_PRINT, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
191 };
192 m_aMapEntriesArr[nPropertyId] = aCellMap_Impl;
193 }
194 break;
196 {
198 }
199 break;
201 {
203 }
204 break;
206 {
207 static SfxItemPropertyMapEntry const aSearchPropertyMap_Impl[] =
208 {
220 };
221 m_aMapEntriesArr[nPropertyId] = aSearchPropertyMap_Impl;
222 }
223 break;
225 {
227 }
228 break;
230 {
232 }
233 break;
235 {
237 }
238 break;
240 {
241 static SfxItemPropertyMapEntry const aPageMap_Impl[] =
242 {
243 { u"BorderBottom", WID_PAGE_BOTTOM, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
244 { u"BorderLeft", WID_PAGE_LEFT, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
245 { u"BorderRight", WID_PAGE_RIGHT, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
246 { u"BorderTop", WID_PAGE_TOP, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
247 { u"Height", WID_PAGE_HEIGHT, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
248 { u"Width", WID_PAGE_WIDTH, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
249 { u"Number", WID_PAGE_NUMBER, ::cppu::UnoType<sal_Int16>::get(), PropertyAttribute::MAYBEVOID, 0},
250 { u"Orientation", WID_PAGE_ORIENT, ::cppu::UnoType<view::PaperOrientation>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
251 { u"UserDefinedAttributes", WID_PAGE_USERATTRIBS, ::cppu::UnoType<container::XNameContainer>::get(), PropertyAttribute::MAYBEVOID, 0},
252 { u"IsBackgroundDark", WID_PAGE_ISDARK, ::cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
253 { u"NavigationOrder", WID_NAVORDER, ::cppu::UnoType<container::XIndexAccess>::get(), PropertyAttribute::MAYBEVOID, 0},
254 { u"BackgroundFullSize", WID_PAGE_BACKFULL, ::cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID, 0},
255 { u"Theme", WID_PAGE_THEME, cppu::UnoType<util::XTheme>::get(), PropertyAttribute::MAYBEVOID, 0}
256 };
257 m_aMapEntriesArr[nPropertyId] = aPageMap_Impl;
258 }
259 break;
261 {
262 static SfxItemPropertyMapEntry const aShapeMap_Impl[] =
263 {
285 // #i26791#
287 // #i28701#
290 // #i28749#
294 PropertyAttribute::READONLY, 0},
298 PROPERTY_NONE, 0},
299 // #i36248#
303 PropertyAttribute::READONLY, 0},
307 PropertyAttribute::READONLY, 0},
308 // #i71182#
309 // missing map entry for property <PageToggle>
319 { UNO_NAME_CHAIN_NAME, RES_CHAIN, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID ,MID_CHAIN_NAME },
320 };
321 m_aMapEntriesArr[nPropertyId] = aShapeMap_Impl;
322 }
323 break;
325 {
327 }
328 break;
330 {
332 }
333 break;
335 {
337 }
338 break;
340 {
341 static SfxItemPropertyMapEntry const aTOXIndexMap_Impl[] =
342 {
372 };
373 m_aMapEntriesArr[nPropertyId] = aTOXIndexMap_Impl;
374 }
375 break;
377 {
378 static SfxItemPropertyMapEntry const aTOXContentMap_Impl[] =
379 {
414 };
415 m_aMapEntriesArr[nPropertyId] = aTOXContentMap_Impl;
416 }
417 break;
419 {
420 static SfxItemPropertyMapEntry const aTOXUserMap_Impl[] =
421 {
460 };
461 m_aMapEntriesArr[nPropertyId] = aTOXUserMap_Impl;
462 }
463 break;
465 {
466 static SfxItemPropertyMapEntry const aTOXTablesMap_Impl[] =
467 {
486 };
487 m_aMapEntriesArr[nPropertyId] = aTOXTablesMap_Impl;
488 }
489 break;
491 {
492 static SfxItemPropertyMapEntry const aTOXObjectsMap_Impl[] =
493 {
515 };
516 m_aMapEntriesArr[nPropertyId] = aTOXObjectsMap_Impl;
517 }
518 break;
520 {
521 static SfxItemPropertyMapEntry const aTOXIllustrationsMap_Impl[] =
522 {
542 };
543 m_aMapEntriesArr[nPropertyId] = aTOXIllustrationsMap_Impl;
544 }
545 break;
547 {
548 static SfxItemPropertyMapEntry const aTableRowPropertyMap_Impl[] =
549 {
561 { UNO_NAME_IS_SPLIT_ALLOWED, RES_ROW_SPLIT, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
562 { UNO_NAME_HAS_TEXT_CHANGES_ONLY, RES_PRINT, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
564 };
565
566 m_aMapEntriesArr[nPropertyId] = aTableRowPropertyMap_Impl;
567 }
568 break;
570 {
572 }
573 break;
575 {
577 }
578 break;
580 {
581 static SfxItemPropertyMapEntry const aFieldmarkMap_Impl[] =
582 {
583 // FIXME: is this supposed to actually exist as UNO property, or is it supposed to be in the "parameters" of the field?
584 { u"Checked", 0, cppu::UnoType<bool>::get(), PROPERTY_NONE, 0},
585 };
586 m_aMapEntriesArr[nPropertyId] = aFieldmarkMap_Impl;
587 }
588 break;
590 {
592 }
593 break;
595 {
596 static SfxItemPropertyMapEntry const aBibliographyMap_Impl[] =
597 {
612 };
613 m_aMapEntriesArr[nPropertyId] = aBibliographyMap_Impl;
614 }
615 break;
617 {
618 static SfxItemPropertyMapEntry const aDocMap_Impl[] =
619 {
639 { UNO_NAME_VBA_DOCOBJ, WID_DOC_VBA_DOCOBJ, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
644 { UNO_NAME_WORD_COUNT, WID_DOC_WORD_COUNT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::READONLY, 0},
645 { UNO_NAME_IS_TEMPLATE, WID_DOC_ISTEMPLATEID, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
654 { UNO_NAME_RUNTIME_UID, WID_DOC_RUNTIME_UID, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
656 { u"UndocumentedWriterfilterHack", WID_DOC_WRITERFILTER, cppu::UnoType<bool>::get(), PROPERTY_NONE, 0},
661 };
662 m_aMapEntriesArr[nPropertyId] = aDocMap_Impl;
663 }
664 break;
666 {
667 static SfxItemPropertyMapEntry const aLinkTargetMap_Impl[] =
668 {
669 { UNO_LINK_DISPLAY_BITMAP, 0, cppu::UnoType<css::awt::XBitmap>::get(), PropertyAttribute::READONLY, 0xbf},
670 { UNO_LINK_DISPLAY_NAME, 0, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0xbf},
671 };
672 m_aMapEntriesArr[nPropertyId] = aLinkTargetMap_Impl;
673 }
674 break;
676 {
677 static SfxItemPropertyMapEntry const aAutoTextGroupMap_Impl[] =
678 {
679 { UNO_NAME_FILE_PATH, WID_GROUP_PATH, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
681 };
682 m_aMapEntriesArr[nPropertyId] = aAutoTextGroupMap_Impl;
683 }
684 break;
686 {
688 }
689 break;
691 {
693 }
694 break;
696 {
698 }
699 break;
701 {
703 m_aMapEntriesArr[nPropertyId] = aTextDefaultMap_Impl;
704 for( auto & rEntry : aTextDefaultMap_Impl )
705 {
706 // UNO_NAME_PAGE_DESC_NAME should keep its MAYBEVOID flag
707 if (RES_PAGEDESC != rEntry.nWID || MID_PAGEDESC_PAGEDESCNAME != rEntry.nMemberId)
708 rEntry.nFlags &= ~PropertyAttribute::MAYBEVOID;
709 }
710 }
711 break;
713 {
715 }
716 break;
718 {
719 static SfxItemPropertyMapEntry const aDateTimeFieldPropMap[] =
720 {
728 };
729 m_aMapEntriesArr[nPropertyId] = aDateTimeFieldPropMap;
730 }
731 break;
733 {
734 static SfxItemPropertyMapEntry const aUserFieldPropMap[] =
735 {
741 };
742
743 m_aMapEntriesArr[nPropertyId] = aUserFieldPropMap;
744 }
745 break;
747 {
748 static SfxItemPropertyMapEntry const aSetExpFieldPropMap [] =
749 {
756 // #i69733# wrong name - UNO_NAME_IS_INPUT expanded to "Input" instead of "IsInput"
763 {UNO_NAME_VARIABLE_NAME, FIELD_PROP_PAR1, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
766 };
767 m_aMapEntriesArr[nPropertyId] = aSetExpFieldPropMap;
768 }
769 break;
771 {
772 static SfxItemPropertyMapEntry const aGetExpFieldPropMap [] =
773 {
779 {UNO_NAME_VALUE, FIELD_PROP_DOUBLE, cppu::UnoType<double>::get(), PropertyAttribute::READONLY, 0},
783 };
784 m_aMapEntriesArr[nPropertyId] = aGetExpFieldPropMap;
785 }
786 break;
788 {
789 static SfxItemPropertyMapEntry const aFileNameFieldPropMap [] =
790 {
795 };
796 m_aMapEntriesArr[nPropertyId] = aFileNameFieldPropMap;
797 }
798 break;
800 {
801 static SfxItemPropertyMapEntry const aPageNumFieldPropMap [] =
802 {
808 };
809 m_aMapEntriesArr[nPropertyId] = aPageNumFieldPropMap;
810 }
811 break;
813 {
814 static SfxItemPropertyMapEntry const aAuthorFieldPropMap [] =
815 {
821 };
822 m_aMapEntriesArr[nPropertyId] = aAuthorFieldPropMap;
823 }
824 break;
826 {
827 static SfxItemPropertyMapEntry const aChapterFieldPropMap [] =
828 {
832 };
833 m_aMapEntriesArr[nPropertyId] = aChapterFieldPropMap;
834 }
835 break;
837 {
838 static SfxItemPropertyMapEntry const aGetRefFieldPropMap [] =
839 {
847 };
848 m_aMapEntriesArr[nPropertyId] = aGetRefFieldPropMap;
849 }
850 break;
852 {
853 static SfxItemPropertyMapEntry const aConditionedTextFieldPropMap [] =
854 {
861 };
862 m_aMapEntriesArr[nPropertyId] = aConditionedTextFieldPropMap;
863 }
864 break;
866 {
867 static SfxItemPropertyMapEntry const aHiddenTextFieldPropMap [] =
868 {
874 };
875 m_aMapEntriesArr[nPropertyId] = aHiddenTextFieldPropMap;
876 }
877 break;
879 {
880 static SfxItemPropertyMapEntry const aAnnotationFieldPropMap [] =
881 {
893 };
894 m_aMapEntriesArr[nPropertyId] = aAnnotationFieldPropMap;
895 }
896 break;
898 {
899 static SfxItemPropertyMapEntry const aInputFieldPropMap [] =
900 {
907 };
908 m_aMapEntriesArr[nPropertyId] = aInputFieldPropMap;
909 }
910 break;
912 {
913 static SfxItemPropertyMapEntry const aMacroFieldPropMap [] =
914 {
920 };
921 m_aMapEntriesArr[nPropertyId] = aMacroFieldPropMap;
922 }
923 break;
925 {
926 static SfxItemPropertyMapEntry const aDDEFieldPropMap [] =
927 {
929 };
930 m_aMapEntriesArr[nPropertyId] = aDDEFieldPropMap;
931 }
932 break;
934 {
935 static SfxItemPropertyMapEntry const aDropDownMap [] =
936 {
943 };
944 m_aMapEntriesArr[nPropertyId] = aDropDownMap;
945 }
946 break;
948 {
949 static SfxItemPropertyMapEntry const aHiddenParaFieldPropMap [] =
950 {
954 };
955 m_aMapEntriesArr[nPropertyId] = aHiddenParaFieldPropMap;
956 }
957 break;
959 {
960 static SfxItemPropertyMapEntry const aDocInfoFieldPropMap [] =
961 {
966 };
967 m_aMapEntriesArr[nPropertyId] = aDocInfoFieldPropMap;
968 }
969 break;
971 {
972 static SfxItemPropertyMapEntry const aTmplNameFieldPropMap [] =
973 {
976 };
977 m_aMapEntriesArr[nPropertyId] = aTmplNameFieldPropMap;
978 }
979 break;
981 {
982 static SfxItemPropertyMapEntry const aUsrExtFieldPropMap [] =
983 {
989 };
990 m_aMapEntriesArr[nPropertyId]= aUsrExtFieldPropMap;
991 }
992 break;
994 {
995 static SfxItemPropertyMapEntry const aRefPgSetFieldPropMap [] =
996 {
1000 };
1001 m_aMapEntriesArr[nPropertyId] = aRefPgSetFieldPropMap;
1002 }
1003 break;
1005 {
1006 static SfxItemPropertyMapEntry const aRefPgGetFieldPropMap [] =
1007 {
1011 };
1012 m_aMapEntriesArr[nPropertyId] = aRefPgGetFieldPropMap;
1013 }
1014 break;
1016 {
1017 static SfxItemPropertyMapEntry const aJumpEdtFieldPropMap [] =
1018 {
1023 };
1024 m_aMapEntriesArr[nPropertyId] = aJumpEdtFieldPropMap;
1025 }
1026 break;
1028 {
1029 static SfxItemPropertyMapEntry const aScriptFieldPropMap [] =
1030 {
1035 };
1036 m_aMapEntriesArr[nPropertyId] = aScriptFieldPropMap;
1037 }
1038 break;
1040 {
1041 static SfxItemPropertyMapEntry const aDBNextSetFieldPropMap [] =
1042 {
1043 // Note: DATA_BASE_NAME and DATA_BASE_URL
1044 // are mapped to the same nMId, because internally we only use
1045 // them as DataSource and it does not matter which one it is.
1046
1053 };
1054 m_aMapEntriesArr[nPropertyId] = aDBNextSetFieldPropMap;
1055 }
1056 break;
1058 {
1059 static SfxItemPropertyMapEntry const aDBNumSetFieldPropMap [] =
1060 {
1061 // Note: DATA_BASE_NAME and DATA_BASE_URL
1062 // are mapped to the same nMId, because internally we only use
1063 // them as DataSource and it does not matter which one it is.
1064
1072 };
1073 m_aMapEntriesArr[nPropertyId] = aDBNumSetFieldPropMap;
1074 }
1075 break;
1077 {
1078 static SfxItemPropertyMapEntry const aDBSetNumFieldPropMap [] =
1079 {
1080 // Note: DATA_BASE_NAME and DATA_BASE_URL
1081 // are mapped to the same nMId, because internally we only use
1082 // them as DataSource and it does not matter which one it is.
1083
1092 };
1093 m_aMapEntriesArr[nPropertyId] = aDBSetNumFieldPropMap;
1094 }
1095 break;
1097 {
1098 static SfxItemPropertyMapEntry const aDBFieldPropMap [] =
1099 {
1107 };
1108 m_aMapEntriesArr[nPropertyId] = aDBFieldPropMap;
1109 }
1110 break;
1112 {
1113 static SfxItemPropertyMapEntry const aDBNameFieldPropMap [] =
1114 {
1115 // Note: DATA_BASE_NAME and DATA_BASE_URL
1116 // are mapped to the same nMId, because internally we only use
1117 // them as DataSource and it does not matter which one it is.
1118
1125 };
1126 m_aMapEntriesArr[nPropertyId] = aDBNameFieldPropMap;
1127 }
1128 break;
1130 {
1131 static SfxItemPropertyMapEntry const aDocstatFieldPropMap [] =
1132 {
1134 // {UNO_NAME_STATISTIC_TYPE_ID,FIELD_PROP_USHORT1, cppu::UnoType<sal_Int16>::get(), PROPERTY_NONE, 0},
1136 };
1137 m_aMapEntriesArr[nPropertyId] = aDocstatFieldPropMap;
1138 }
1139 break;
1141 {
1142 static SfxItemPropertyMapEntry const aDocInfoAuthorPropMap [] =
1143 {
1148 };
1149 m_aMapEntriesArr[nPropertyId] = aDocInfoAuthorPropMap;
1150 }
1151 break;
1153 {
1154 static SfxItemPropertyMapEntry const aDocInfoDateTimePropMap [] =
1155 {
1157 {UNO_NAME_DATE_TIME_VALUE, FIELD_PROP_DOUBLE, cppu::UnoType<double>::get(), PropertyAttribute::READONLY, 0},
1162 };
1163 m_aMapEntriesArr[nPropertyId] = aDocInfoDateTimePropMap;
1164 }
1165 break;
1167 {
1168 static SfxItemPropertyMapEntry const aDocInfoEditTimePropMap [] =
1169 {
1171 {UNO_NAME_DATE_TIME_VALUE, FIELD_PROP_DOUBLE, cppu::UnoType<double>::get(), PropertyAttribute::READONLY, 0},
1176 };
1177 m_aMapEntriesArr[nPropertyId] = aDocInfoEditTimePropMap;
1178 }
1179 break;
1181 {
1182 static SfxItemPropertyMapEntry const aDocInfoStringContentPropMap [] =
1183 {
1188 };
1189 m_aMapEntriesArr[nPropertyId] = aDocInfoStringContentPropMap;
1190 }
1191 break;
1193 {
1194 static SfxItemPropertyMapEntry const aDocInfoCustomPropMap [] =
1195 {
1202 };
1203 m_aMapEntriesArr[nPropertyId] = aDocInfoCustomPropMap;
1204 }
1205 break;
1207 {
1208 static SfxItemPropertyMapEntry const aDocInfoRevisionPropMap [] =
1209 {
1214 };
1215 m_aMapEntriesArr[nPropertyId] = aDocInfoRevisionPropMap;
1216 }
1217 break;
1219 {
1220 static SfxItemPropertyMapEntry const aCombinedCharactersPropMap[] =
1221 {
1224 };
1225 m_aMapEntriesArr[nPropertyId] = aCombinedCharactersPropMap;
1226 }
1227 break;
1229 {
1230 static SfxItemPropertyMapEntry const aTableFormulaPropMap[] =
1231 {
1237 };
1238 m_aMapEntriesArr[nPropertyId] = aTableFormulaPropMap;
1239 }
1240 break;
1242 {
1243 static SfxItemPropertyMapEntry const aEmptyPropMap [] =
1244 {
1246 };
1247 m_aMapEntriesArr[nPropertyId] = aEmptyPropMap;
1248 }
1249 break;
1251 {
1252 static SfxItemPropertyMapEntry const aUserFieldTypePropMap[] =
1253 {
1256 {UNO_NAME_NAME, FIELD_PROP_PAR1, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
1259 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR3, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1260 };
1261 m_aMapEntriesArr[nPropertyId] = aUserFieldTypePropMap;
1262 }
1263 break;
1265 {
1266 static SfxItemPropertyMapEntry const aDDEFieldTypePropMap[] =
1267 {
1274 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR3, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1276 };
1277 m_aMapEntriesArr[nPropertyId] = aDDEFieldTypePropMap;
1278 }
1279 break;
1281 {
1282 static SfxItemPropertyMapEntry const aSetExpFieldTypePropMap[] =
1283 {
1289 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR3, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1290 };
1291 m_aMapEntriesArr[nPropertyId] = aSetExpFieldTypePropMap;
1292 }
1293 break;
1295 {
1296 static SfxItemPropertyMapEntry const aDBFieldTypePropMap [] =
1297 {
1298 // Note: DATA_BASE_NAME and DATA_BASE_URL
1299 // are mapped to the same nMId, because internally we only use
1300 // them as DataSource and it does not matter which one it is.
1301
1303 {UNO_NAME_NAME, FIELD_PROP_PAR3, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
1306 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR4, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1310 };
1311 m_aMapEntriesArr[nPropertyId] = aDBFieldTypePropMap;
1312 }
1313 break;
1315 {
1316 static SfxItemPropertyMapEntry const aStandardFieldMasterMap[] =
1317 {
1320 {UNO_NAME_INSTANCE_NAME, 0, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1321 };
1322 m_aMapEntriesArr[nPropertyId] = aStandardFieldMasterMap;
1323 }
1324 break;
1326 {
1327 static SfxItemPropertyMapEntry const aBibliographyFieldMap[] =
1328 {
1331 };
1332 m_aMapEntriesArr[nPropertyId] = aBibliographyFieldMap;
1333 }
1334 break;
1336 {
1337 static SfxItemPropertyMapEntry const aBibliographyFieldMasterMap[] =
1338 {
1346 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR4, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1347 };
1348 m_aMapEntriesArr[nPropertyId] = aBibliographyFieldMasterMap;
1349 }
1350 break;
1351 case PROPERTY_MAP_TEXT :
1352 {
1353 static SfxItemPropertyMapEntry const aTextMap[] =
1354 {
1356 };
1357 m_aMapEntriesArr[nPropertyId] = aTextMap;
1358 }
1359 break;
1361 {
1362 static SfxItemPropertyMapEntry const aMailMergeMap[] =
1363 {
1367 { UNO_NAME_MODEL, WID_MODEL, cppu::UnoType<css::frame::XModel>::get(), PropertyAttribute::READONLY, 0},
1395 };
1396 m_aMapEntriesArr[nPropertyId] = aMailMergeMap;
1397 }
1398 break;
1400 {
1401 static SfxItemPropertyMapEntry pTextViewMap[] =
1402 {
1403 {UNO_NAME_PAGE_COUNT, WID_PAGE_COUNT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::READONLY, 0},
1404 {UNO_NAME_LINE_COUNT, WID_LINE_COUNT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::READONLY, 0},
1407 };
1408 m_aMapEntriesArr[nPropertyId] = pTextViewMap;
1409 }
1410 break;
1412 {
1413 static SfxItemPropertyMapEntry const aChart2DataSequenceMap[] =
1414 {
1416 };
1417 m_aMapEntriesArr[nPropertyId] = aChart2DataSequenceMap;
1418 }
1419 break;
1421 {
1422 static SfxItemPropertyMapEntry const aMetaFieldMap[] =
1423 {
1428 };
1429 m_aMapEntriesArr[nPropertyId] = aMetaFieldMap;
1430 }
1431 break;
1433 {
1434 static SfxItemPropertyMapEntry const aTableStyleMap[] =
1435 {
1440 { UNO_NAME_DISPLAY_NAME, 0, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0 },
1441 };
1442 m_aMapEntriesArr[nPropertyId] = aTableStyleMap;
1443 }
1444 break;
1446 {
1447 static SfxItemPropertyMapEntry const aCellStyleMap[] =
1448 {
1449 // SvxBrushItem
1451 // SvxBoxItem
1461 // SwFormatVertOrient
1463 // SvxFrameDirectionItem
1465 // SvNumberformat
1466 { UNO_NAME_NUMBER_FORMAT, RES_BOXATR_FORMAT, cppu::UnoType<sal_Int32>::get(),PropertyAttribute::MAYBEVOID, 0 },
1467 // SvxAdjustItem
1469 // SvxColorItem
1474 // SvxShadowedItem
1476 // SvxContouredItem
1478 // SvxCrossedOutItem
1480 // SvxUnderlineItem
1484 // standard font
1485 // SvxFontHeightItem
1487 // SvxWeightItem
1488 { UNO_NAME_CHAR_WEIGHT, RES_CHRATR_WEIGHT, cppu::UnoType<float>::get(),PropertyAttribute::MAYBEVOID, MID_WEIGHT },
1489 // SvxPostureItem
1491 // SvxFontItem
1497 // cjk font
1506 // ctl font
1515 };
1516 m_aMapEntriesArr[nPropertyId] = aCellStyleMap;
1517 }
1518 break;
1520 {
1522 }
1523 break;
1525 {
1527 }
1528 break;
1529
1530 default:
1531 OSL_FAIL( "unexpected property map ID" );
1532 }
1533 }
1535}
1536
1537/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
PropFlags nPropertyId
static o3tl::span< const SfxItemPropertyMapEntry > GetParaStylePropertyMap()
Definition: unomap1.cxx:301
o3tl::span< SfxItemPropertyMapEntry const > m_aMapEntriesArr[PROPERTY_MAP_END]
Definition: unomap.hxx:336
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
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
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_TEXT_RANGE
Definition: cmdid.h:840
#define FN_UNO_CELL_ROW_SPAN
Definition: cmdid.h:635
#define FN_UNO_NUM_RULES
Definition: cmdid.h:556
#define FN_UNO_ROW_HEIGHT
Definition: cmdid.h:573
#define FN_UNO_PARENT_TEXT
Definition: cmdid.h:582
#define FN_ANCHOR_POSITION
Definition: cmdid.h:848
#define FN_UNO_TEXT_SECTION
Definition: cmdid.h:564
#define FN_SHAPE_TRANSFORMATION_IN_HORI_L2R
Definition: cmdid.h:854
#define FN_UNO_CELL_NAME
Definition: cmdid.h:617
#define FN_UNO_TABLE_COLUMN_SEPARATORS
Definition: cmdid.h:570
#define FN_SHAPE_ENDPOSITION_IN_HORI_L2R
Definition: cmdid.h:857
#define FN_UNO_ROW_AUTO_HEIGHT
Definition: cmdid.h:574
#define FN_UNO_HIDDEN
Definition: cmdid.h:663
#define FN_UNO_STYLE_INTEROP_GRAB_BAG
Definition: cmdid.h:664
#define FN_UNO_IS_PHYSICAL
Definition: cmdid.h:588
#define FN_UNO_DISPLAY_NAME
Definition: cmdid.h:590
#define FN_SHAPE_STARTPOSITION_IN_HORI_L2R
Definition: cmdid.h:856
#define FN_TEXT_BOX
Definition: cmdid.h:859
#define FN_SHAPE_POSITION_LAYOUT_DIR
Definition: cmdid.h:855
float u
constexpr TypedWhichId< SvxFrameDirectionItem > RES_FRAMEDIR(126)
constexpr TypedWhichId< SvxFontHeightItem > RES_CHRATR_CTL_FONTSIZE(28)
constexpr TypedWhichId< SvxCrossedOutItem > RES_CHRATR_CROSSEDOUT(5)
constexpr TypedWhichId< SvxFontItem > RES_CHRATR_CJK_FONT(22)
constexpr TypedWhichId< SvxUnderlineItem > RES_CHRATR_UNDERLINE(14)
constexpr TypedWhichId< SvxFontHeightItem > RES_CHRATR_FONTSIZE(8)
constexpr TypedWhichId< SwFormatRowSplit > RES_ROW_SPLIT(128)
constexpr TypedWhichId< SvxLanguageItem > RES_CHRATR_LANGUAGE(10)
constexpr TypedWhichId< SvxWeightItem > RES_CHRATR_WEIGHT(15)
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< SvxFontHeightItem > RES_CHRATR_CJK_FONTSIZE(23)
constexpr TypedWhichId< SwFormatVertOrient > RES_VERT_ORIENT(108)
constexpr TypedWhichId< SvxFontItem > RES_CHRATR_CTL_FONT(27)
constexpr TypedWhichId< SvXMLAttrContainerItem > RES_UNKNOWNATR_CONTAINER(RES_UNKNOWNATR_BEGIN)
constexpr TypedWhichId< SwFormatPageDesc > RES_PAGEDESC(99)
constexpr TypedWhichId< SvxBrushItem > RES_BACKGROUND(111)
constexpr TypedWhichId< SvxWeightItem > RES_CHRATR_CTL_WEIGHT(31)
constexpr TypedWhichId< SvxAdjustItem > RES_PARATR_ADJUST(64)
constexpr TypedWhichId< SvxContourItem > RES_CHRATR_CONTOUR(4)
constexpr TypedWhichId< SvxPostureItem > RES_CHRATR_CTL_POSTURE(30)
constexpr TypedWhichId< SvxOpaqueItem > RES_OPAQUE(105)
constexpr TypedWhichId< SwFormatWrapInfluenceOnObjPos > RES_WRAP_INFLUENCE_ON_OBJPOS(132)
constexpr TypedWhichId< SvxPostureItem > RES_CHRATR_POSTURE(11)
constexpr TypedWhichId< SvxProtectItem > RES_PROTECT(106)
constexpr TypedWhichId< SfxGrabBagItem > RES_FRMATR_GRABBAG(136)
constexpr TypedWhichId< SwTableBoxNumFormat > RES_BOXATR_FORMAT(RES_BOXATR_BEGIN)
constexpr TypedWhichId< SwFormatAnchor > RES_ANCHOR(110)
constexpr TypedWhichId< SvxBoxItem > RES_BOX(112)
constexpr TypedWhichId< SwFormatChain > RES_CHAIN(120)
constexpr TypedWhichId< SvxWeightItem > RES_CHRATR_CJK_WEIGHT(26)
constexpr TypedWhichId< SvxFontItem > RES_CHRATR_FONT(7)
constexpr TypedWhichId< SwFormatSurround > RES_SURROUND(107)
constexpr TypedWhichId< SwFormatFollowTextFlow > RES_FOLLOW_TEXT_FLOW(130)
constexpr TypedWhichId< SvxPostureItem > RES_CHRATR_CJK_POSTURE(25)
constexpr TypedWhichId< SwFormatRuby > RES_TXTATR_CJK_RUBY(53)
constexpr TypedWhichId< SvxColorItem > RES_CHRATR_COLOR(3)
constexpr TypedWhichId< SvxLRSpaceItem > RES_LR_SPACE(97)
constexpr TypedWhichId< SvxULSpaceItem > RES_UL_SPACE(98)
constexpr TypedWhichId< SvxPrintItem > RES_PRINT(104)
#define PROPERTY_NONE
#define MID_TL_HASCOLOR
#define BOTTOM_BORDER
#define MID_PARA_ADJUST
#define MID_BACK_COLOR
#define MID_LO_MARGIN
#define MID_LANG_LOCALE
#define MID_FONT_PITCH
#define MID_GRAPHIC_URL
#define MID_GRAPHIC_POSITION
#define MID_FONT_CHAR_SET
#define BORDER_DISTANCE
#define TOP_BORDER
#define LEFT_BORDER_DISTANCE
#define RIGHT_BORDER
#define MID_POSTURE
#define MID_R_MARGIN
#define MID_PROTECT_CONTENT
#define MID_FONTHEIGHT
#define TOP_BORDER_DISTANCE
#define RIGHT_BORDER_DISTANCE
#define MID_FONT_FAMILY
#define MID_COMPLEX_COLOR
#define BOTTOM_BORDER_DISTANCE
#define MID_WEIGHT
#define MID_COLOR_TINT_OR_SHADE
#define MID_L_MARGIN
#define MID_TL_STYLE
#define MID_COLOR_THEME_INDEX
#define MID_GRAPHIC_TRANSPARENT
#define MID_UP_MARGIN
#define MID_GRAPHIC
#define MID_TL_COLOR
#define LEFT_BORDER
#define MID_CROSS_OUT
#define MID_FONT_FAMILY_NAME
#define MID_FONT_STYLE_NAME
#define MID_GRAPHIC_FILTER
css::uno::Reference< css::linguistic2::XProofreadingIterator > get(css::uno::Reference< css::uno::XComponentContext > const &context)
#define CONVERT_TWIPS
#define FIELD_PROP_BOOL1
Definition: unofldmid.h:28
#define FIELD_PROP_GRABBAG
Definition: unofldmid.h:44
#define FIELD_PROP_DATE_TIME
Definition: unofldmid.h:38
#define FIELD_PROP_DATE
Definition: unofldmid.h:30
#define FIELD_PROP_STRINGS
Definition: unofldmid.h:42
#define FIELD_PROP_PAR3
Definition: unofldmid.h:25
#define FIELD_PROP_PROP_SEQ
Definition: unofldmid.h:39
#define FIELD_PROP_PAR5
Definition: unofldmid.h:43
#define FIELD_PROP_BOOL2
Definition: unofldmid.h:29
#define FIELD_PROP_LOCALE
Definition: unofldmid.h:40
#define FIELD_PROP_SUBTYPE
Definition: unofldmid.h:27
#define FIELD_PROP_USHORT1
Definition: unofldmid.h:31
#define FIELD_PROP_USHORT2
Definition: unofldmid.h:32
#define FIELD_PROP_FORMAT
Definition: unofldmid.h:26
#define FIELD_PROP_PAR6
Definition: unofldmid.h:51
#define FIELD_PROP_DOUBLE
Definition: unofldmid.h:34
#define FIELD_PROP_BOOL4
Definition: unofldmid.h:41
#define FIELD_PROP_TEXT
Definition: unofldmid.h:49
#define FIELD_PROP_BOOL3
Definition: unofldmid.h:35
#define FIELD_PROP_SHORT1
Definition: unofldmid.h:37
#define FIELD_PROP_PAR1
Definition: unofldmid.h:23
#define FIELD_PROP_PAR4
Definition: unofldmid.h:36
#define FIELD_PROP_BYTE1
Definition: unofldmid.h:33
#define FIELD_PROP_PAR2
Definition: unofldmid.h:24
#define COMMON_FLDTYP_PROPERTIES
Definition: unomap.cxx:69
#define PROPERTY_MAP_FLDTYP_GET_EXP
Definition: unomap.hxx:70
#define WID_CREATE_FROM_STAR_MATH
Definition: unomap.hxx:194
#define PROPERTY_MAP_TEXT_TABLE
Definition: unomap.hxx:35
#define WID_PARA_LEV2
Definition: unomap.hxx:205
#define PROPERTY_MAP_AUTO_TEXT_GROUP
Definition: unomap.hxx:59
#define WID_GROUP_TITLE
Definition: unomap.hxx:301
#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 WID_LEVEL_PARAGRAPH_STYLES
Definition: unomap.hxx:186
#define PROPERTY_MAP_FLDTYP_JUMP_EDIT
Definition: unomap.hxx:88
#define WID_PAGE_BACKFULL
Definition: unomap.hxx:322
#define WID_MAIL_BODY
Definition: unomap.hxx:277
#define PROPERTY_MAP_FLDTYP_DDE
Definition: unomap.hxx:81
#define WID_INDEX_MARKS
Definition: unomap.hxx:215
#define WID_CREATE_FROM_CHAPTER
Definition: unomap.hxx:173
#define WID_CREATE_FROM_LABELS
Definition: unomap.hxx:174
#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 WID_FILE_NAME_FROM_COLUMN
Definition: unomap.hxx:271
#define PROPERTY_MAP_FLDTYP_DOC_INFO
Definition: unomap.hxx:83
#define WID_CREATE_FROM_PARAGRAPH_STYLE
Definition: unomap.hxx:230
#define PROPERTY_MAP_TEXT_FRAME
Definition: unomap.hxx:39
#define WID_PARA_LEV10
Definition: unomap.hxx:213
#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 WID_GROUP_PATH
Definition: unomap.hxx:300
#define PROPERTY_MAP_TABLE_RANGE
Definition: unomap.hxx:37
#define WID_SEND_AS_ATTACHMENT
Definition: unomap.hxx:276
#define WID_DOC_BASIC_LIBRARIES
Definition: unomap.hxx:247
#define WID_DOC_DEFAULT_PAGE_MODE
Definition: unomap.hxx:255
#define WID_DOC_CHAR_COUNT
Definition: unomap.hxx:233
#define PROPERTY_MAP_CONTENTCONTROL
Definition: unomap.hxx:130
#define WID_DOC_HAS_VALID_SIGNATURES
Definition: unomap.hxx:250
#define PROPERTY_MAP_FLDTYP_TABLE_FORMULA
Definition: unomap.hxx:105
#define PROPERTY_MAP_FLDTYP_SET_EXP
Definition: unomap.hxx:69
#define WID_MODEL
Definition: unomap.hxx:261
#define PROPERTY_MAP_PARA_AUTO_STYLE
Definition: unomap.hxx:122
#define WID_HIDE_TABLEADER_PAGENUMBERS
Definition: unomap.hxx:187
#define PROPERTY_MAP_TEXT_CURSOR
Definition: unomap.hxx:28
#define WID_BACKWARDS
Definition: unomap.hxx:136
#define PROPERTY_MAP_FLDTYP_ANNOTATION
Definition: unomap.hxx:78
#define PROPERTY_MAP_MAILMERGE
Definition: unomap.hxx:115
#define PROPERTY_MAP_EMBEDDED_OBJECT
Definition: unomap.hxx:63
#define WID_SEARCH_ALL
Definition: unomap.hxx:146
#define WID_REGULAR_EXPRESSION
Definition: unomap.hxx:137
#define WID_SAVE_AS_SINGLE_FILE
Definition: unomap.hxx:281
#define WID_DOC_PARA_COUNT
Definition: unomap.hxx:234
#define PROPERTY_MAP_FLDTYP_FILE_NAME
Definition: unomap.hxx:71
#define PROPERTY_MAP_FLDTYP_CHAPTER
Definition: unomap.hxx:74
#define WID_PAGE_RIGHT
Definition: unomap.hxx:313
#define WID_STYLES
Definition: unomap.hxx:140
#define WID_PARA_LEV4
Definition: unomap.hxx:207
#define PROPERTY_MAP_TEXT_TABLE_ROW
Definition: unomap.hxx:48
#define WID_PARA_LEV9
Definition: unomap.hxx:212
#define WID_IS_CONSTANT_SPELLCHECK
Definition: unomap.hxx:292
#define PROPERTY_MAP_FLDTYP_DOCINFO_EDIT_TIME
Definition: unomap.hxx:100
#define WID_SIMILARITY
Definition: unomap.hxx:141
#define PROPERTY_MAP_FLDTYP_DOCINFO_REVISION
Definition: unomap.hxx:102
#define PROPERTY_MAP_FLDTYP_DATABASE_NEXT_SET
Definition: unomap.hxx:90
#define WID_PAGE_THEME
Definition: unomap.hxx:324
#define WID_LEVEL
Definition: unomap.hxx:169
#define WID_DOC_BUILDID
Definition: unomap.hxx:253
#define WID_MAIN_ENTRY_CHARACTER_STYLE_NAME
Definition: unomap.hxx:189
#define PROPERTY_MAP_PAGE_STYLE
Definition: unomap.hxx:32
#define PROPERTY_MAP_PARAGRAPH
Definition: unomap.hxx:62
#define WID_TOC_PARAGRAPH_OUTLINE_LEVEL
Definition: unomap.hxx:229
#define WID_SIMILARITY_REMOVE
Definition: unomap.hxx:145
#define WID_DOC_CHANGES_SHOW
Definition: unomap.hxx:237
#define WID_PAGE_TOP
Definition: unomap.hxx:314
#define PROPERTY_MAP_CELL_STYLE
Definition: unomap.hxx:127
#define WID_IS_COMMA_SEPARATED
Definition: unomap.hxx:214
#define WID_DOC_RUNTIME_UID
Definition: unomap.hxx:248
#define WID_SIMILARITY_RELAX
Definition: unomap.hxx:142
#define PROPERTY_MAP_BIBLIOGRAPHY
Definition: unomap.hxx:56
#define WID_PARA_LEV6
Definition: unomap.hxx:209
#define PROPERTY_MAP_FLDTYP_DOCINFO_AUTHOR
Definition: unomap.hxx:96
#define WID_SAVE_FILTER
Definition: unomap.hxx:282
#define WID_DOCUMENT_URL
Definition: unomap.hxx:265
#define WID_DOC_HIDE_TIPS
Definition: unomap.hxx:240
#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_IS_RELATIVE_TABSTOPS
Definition: unomap.hxx:216
#define WID_USER_IDX_NAME
Definition: unomap.hxx:201
#define WID_IN_SERVER_PASSWORD
Definition: unomap.hxx:285
#define WID_DATA_COMMAND_TYPE
Definition: unomap.hxx:267
#define PROPERTY_MAP_FLDTYP_DOCINFO_DATE_TIME
Definition: unomap.hxx:97
#define PROPERTY_MAP_USER_MARK
Definition: unomap.hxx:45
#define WID_SINGLE_PRINT_JOBS
Definition: unomap.hxx:270
#define WID_DOC_VBA_DOCOBJ
Definition: unomap.hxx:297
#define WID_DOC_TWO_DIGIT_YEAR
Definition: unomap.hxx:244
#define PROPERTY_MAP_FLDTYP_AUTHOR
Definition: unomap.hxx:73
#define WID_CREATE_FROM_OTHER_EMBEDDED_OBJECTS
Definition: unomap.hxx:200
#define WID_NAVORDER
Definition: unomap.hxx:321
#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 WID_CREATE_FROM_MARKS
Definition: unomap.hxx:170
#define PROPERTY_MAP_ACCESSIBILITY_TEXT_ATTRIBUTE
Definition: unomap.hxx:125
#define PROPERTY_MAP_PARAGRAPH_EXTENSIONS
Definition: unomap.hxx:52
#define WID_USE_ALPHABETICAL_SEPARATORS
Definition: unomap.hxx:175
#define WID_PAGE_USERATTRIBS
Definition: unomap.hxx:319
#define WID_ADDRESS_FROM_COLUMN
Definition: unomap.hxx:274
#define WID_DOC_WRITERFILTER
Definition: unomap.hxx:252
#define WID_PARA_LEV1
Definition: unomap.hxx:204
#define PROPERTY_MAP_LINK_TARGET
Definition: unomap.hxx:58
#define WID_CREATE_FROM_GRAPHIC_OBJECTS
Definition: unomap.hxx:192
#define WID_DOC_AUTOMATIC_CONTROL_FOCUS
Definition: unomap.hxx:245
#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 WID_PAGE_WIDTH
Definition: unomap.hxx:315
#define WID_USE_DASH
Definition: unomap.hxx:180
#define WID_SAVE_FILTER_DATA
Definition: unomap.hxx:288
#define WID_TAB_IN_TOC
Definition: unomap.hxx:188
#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 WID_COPIES_TO
Definition: unomap.hxx:283
#define PROPERTY_MAP_FOOTNOTE
Definition: unomap.hxx:61
#define PROPERTY_MAP_TEXT_SEARCH
Definition: unomap.hxx:38
#define WID_CONNECTION
Definition: unomap.hxx:260
#define WID_PARA_LEV3
Definition: unomap.hxx:206
#define PROPERTY_MAP_FLDMSTR_DDE
Definition: unomap.hxx:107
#define WID_PARA_HEAD
Definition: unomap.hxx:202
#define WID_CREATE_FROM_EMBEDDED_OBJECTS
Definition: unomap.hxx:193
#define WID_CREATE_FROM_OUTLINE
Definition: unomap.hxx:171
#define WID_PAGE_HEIGHT
Definition: unomap.hxx:316
#define WID_PARA_LEV5
Definition: unomap.hxx:208
#define WID_CREATE_FROM_TEXT_FRAMES
Definition: unomap.hxx:191
#define WID_ATTACHMENT_NAME
Definition: unomap.hxx:278
#define WID_DOC_CHANGES_PASSWORD
Definition: unomap.hxx:243
#define PROPERTY_MAP_RUBY_AUTO_STYLE
Definition: unomap.hxx:121
#define WID_IDX_LOCALE
Definition: unomap.hxx:220
#define WID_PARA_LEV7
Definition: unomap.hxx:210
#define PROPERTY_MAP_BOOKMARK
Definition: unomap.hxx:51
#define WID_USE_UPPER_CASE
Definition: unomap.hxx:181
#define PROPERTY_MAP_FLDTYP_DOCSTAT
Definition: unomap.hxx:95
#define WID_PAGE_COUNT
Definition: unomap.hxx:290
#define PROPERTY_MAP_TEXT_SHAPE
Definition: unomap.hxx:41
#define PROPERTY_MAP_CHAR_STYLE
Definition: unomap.hxx:29
#define WID_FILE_NAME_PREFIX
Definition: unomap.hxx:272
#define WID_SIMILARITY_ADD
Definition: unomap.hxx:144
#define WID_SAVE_FILTER_OPTIONS
Definition: unomap.hxx:287
#define PROPERTY_MAP_FLDTYP_USER
Definition: unomap.hxx:68
#define PROPERTY_MAP_FLDTYP_SCRIPT
Definition: unomap.hxx:89
#define WID_PAGE_LEFT
Definition: unomap.hxx:312
#define WID_FILTER
Definition: unomap.hxx:264
#define PROPERTY_MAP_FLDTYP_DATABASE
Definition: unomap.hxx:93
#define WID_IS_HIDE_SPELL_MARKS
Definition: unomap.hxx:293
#define PROPERTY_MAP_TEXTPORTION_EXTENSIONS
Definition: unomap.hxx:60
#define WID_CREATE_FROM_STAR_CHART
Definition: unomap.hxx:197
#define WID_OUTPUT_TYPE
Definition: unomap.hxx:268
#define WID_SELECTION
Definition: unomap.hxx:258
#define WID_PRINT_OPTIONS
Definition: unomap.hxx:280
#define WID_DOC_FORBIDDEN_CHARS
Definition: unomap.hxx:242
#define PROPERTY_MAP_FRAME_STYLE
Definition: unomap.hxx:31
#define WID_PAGE_ORIENT
Definition: unomap.hxx:318
#define WID_DATA_COMMAND
Definition: unomap.hxx:263
#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 WID_PAGE_BOTTOM
Definition: unomap.hxx:311
#define PROPERTY_MAP_INDEX_ILLUSTRATIONS
Definition: unomap.hxx:53
#define PROPERTY_MAP_FLDTYP_HIDDEN_PARA
Definition: unomap.hxx:82
#define WID_ESCAPE_PROCESSING
Definition: unomap.hxx:269
#define PROPERTY_MAP_FLDTYP_REF_PAGE_SET
Definition: unomap.hxx:86
#define WID_CREATE_FROM_PARAGRAPH_STYLES
Definition: unomap.hxx:217
#define PROPERTY_MAP_FLDTYP_DROPDOWN
Definition: unomap.hxx:116
#define WID_OUTPUT_URL
Definition: unomap.hxx:266
#define WID_USE_COMBINED_ENTRIES
Definition: unomap.hxx:177
#define WID_RESULT_SET
Definition: unomap.hxx:259
#define PROPERTY_MAP_REDLINE_PORTION
Definition: unomap.hxx:114
#define WID_LINE_COUNT
Definition: unomap.hxx:291
#define PROPERTY_MAP_FLDTYP_DOCINFO_CUSTOM
Definition: unomap.hxx:123
#define WID_CREATE_FROM_TABLES
Definition: unomap.hxx:190
#define PROPERTY_MAP_FLDTYP_DATABASE_NAME
Definition: unomap.hxx:94
#define WID_DOC_REDLINE_DISPLAY
Definition: unomap.hxx:241
#define WID_DOC_LOCK_UPDATES
Definition: unomap.hxx:249
#define WID_USE_LEVEL_FROM_SOURCE
Definition: unomap.hxx:184
#define WID_SEND_AS_HTML
Definition: unomap.hxx:275
#define WID_SIMILARITY_EXCHANGE
Definition: unomap.hxx:143
#define PROPERTY_MAP_CNTIDX_MARK
Definition: unomap.hxx:46
#define PROPERTY_MAP_FLDTYP_DATABASE_SET_NUM
Definition: unomap.hxx:92
#define WID_LEVEL_FORMAT
Definition: unomap.hxx:185
#define PROPERTY_MAP_FLDTYP_PAGE_NUM
Definition: unomap.hxx:72
#define PROPERTY_MAP_INDEX_OBJECTS
Definition: unomap.hxx:54
#define WID_PAGE_NUMBER
Definition: unomap.hxx:317
#define WID_OUT_SERVER_PASSWORD
Definition: unomap.hxx:286
#define WID_CREATE_FROM_STAR_DRAW
Definition: unomap.hxx:199
#define WID_ATTACHMENT_FILTER
Definition: unomap.hxx:279
#define WID_LABEL_DISPLAY_TYPE
Definition: unomap.hxx:183
#define PROPERTY_MAP_FLDTYP_DATABASE_NUM_SET
Definition: unomap.hxx:91
#define WID_PAGE_ISDARK
Definition: unomap.hxx:320
#define WID_DOC_APPLY_FORM_DESIGN_MODE
Definition: unomap.hxx:246
#define WID_MAIL_SUBJECT
Definition: unomap.hxx:273
#define PROPERTY_MAP_FLDMSTR_SET_EXP
Definition: unomap.hxx:108
#define WID_LABEL_CATEGORY
Definition: unomap.hxx:182
#define WID_PARA_SEP
Definition: unomap.hxx:203
#define WID_DOC_ISTEMPLATEID
Definition: unomap.hxx:254
#define WID_IDX_SORT_ALGORITHM
Definition: unomap.hxx:221
#define PROPERTY_MAP_INDEX_TABLES
Definition: unomap.hxx:55
#define PROPERTY_MAP_FLDTYP_CONDITIONED_TEXT
Definition: unomap.hxx:76
#define WID_DOC_AUTO_MARK_URL
Definition: unomap.hxx:239
#define WID_DATA_SOURCE_NAME
Definition: unomap.hxx:262
#define PROPERTY_MAP_FLDMSTR_DATABASE
Definition: unomap.hxx:109
#define WID_CASE_SENSITIVE
Definition: unomap.hxx:138
#define WID_IS_CASE_SENSITIVE
Definition: unomap.hxx:178
#define WID_USE_P_P
Definition: unomap.hxx:179
#define WID_PARA_LEV8
Definition: unomap.hxx:211
#define WID_DOC_DIALOG_LIBRARIES
Definition: unomap.hxx:296
#define WID_CREATE_FROM_STAR_CALC
Definition: unomap.hxx:198
#define PROPERTY_MAP_CHART2_DATA_SEQUENCE
Definition: unomap.hxx:117
#define WID_TOC_NEWLINE
Definition: unomap.hxx:228
#define PROPERTY_MAP_FLDTYP_DOCINFO_MISC
Definition: unomap.hxx:101
#define WID_TOC_BOOKMARK
Definition: unomap.hxx:227
#define PROPERTY_MAP_CONDITIONAL_PARA_STYLE
Definition: unomap.hxx:119
#define PROPERTY_MAP_FLDTYP_BIBLIOGRAPHY
Definition: unomap.hxx:111
#define WID_BLIND_COPIES_TO
Definition: unomap.hxx:284
#define WID_DOC_WORD_SEPARATOR
Definition: unomap.hxx:236
#define WID_PROTECTED
Definition: unomap.hxx:195
#define WID_DOC_WORD_COUNT
Definition: unomap.hxx:235
#define PROPERTY_MAP_FLDTYP_HIDDEN_TEXT
Definition: unomap.hxx:77
#define WID_USE_KEY_AS_ENTRY
Definition: unomap.hxx:176
#define WID_DOC_CHANGES_RECORD
Definition: unomap.hxx:238
#define WID_WORDS
Definition: unomap.hxx:135
#define PROPERTY_MAP_FLDTYP_TEMPLATE_NAME
Definition: unomap.hxx:84
#define PROPERTY_MAP_FLDTYP_DUMMY_0
Definition: unomap.hxx:104
#define WID_DOC_INTEROP_GRAB_BAG
Definition: unomap.hxx:251
#define BASE_INDEX_PROPERTIES_
#define REDLINE_NODE_PROPERTIES
#define MID_HORIORIENT_RELATION
Definition: unomid.h:39
#define MID_FRMSIZE_REL_WIDTH_RELATION
Definition: unomid.h:87
#define MID_PAGEDESC_PAGEDESCNAME
Definition: unomid.h:26
#define MID_FRMSIZE_REL_HEIGHT_RELATION
Definition: unomid.h:88
#define MID_RUBY_POSITION
Definition: unomid.h:117
#define MID_ANCHOR_ANCHORFRAME
Definition: unomid.h:45
#define MID_VERTORIENT_RELATION
Definition: unomid.h:35
#define MID_RUBY_ABOVE
Definition: unomid.h:116
#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_RUBY_ADJUST
Definition: unomid.h:114
#define MID_HORIORIENT_PAGETOGGLE
Definition: unomid.h:41
#define MID_VERTORIENT_POSITION
Definition: unomid.h:36
#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_FRMSIZE_REL_HEIGHT
Definition: unomid.h:71
#define MID_FOLLOW_TEXT_FLOW
Definition: unomid.h:152
#define MID_ANCHOR_ANCHORTYPE
Definition: unomid.h:43
#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_SURROUND_CONTOUROUTSIDE
Definition: unomid.h:32
#define MID_TEXT_BOX
Definition: unomid.h:154
#define MID_TEXT_BOX_CONTENT
Definition: unomid.h:155
#define MID_HORIORIENT_ORIENT
Definition: unomid.h:38
#define MID_CHAIN_NAME
Definition: unomid.h:58
#define MID_COLUMNS
Definition: unomid.h:90
#define MID_ALLOW_OVERLAP
Definition: unomid.h:149
constexpr OUStringLiteral UNO_NAME_CHAIN_NEXT_NAME
Definition: unoprnms.hxx:249
constexpr OUStringLiteral UNO_NAME_TABLE_FIRST_ROW_START_COLUMN
Definition: unoprnms.hxx:892
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_CHAPTER
Definition: unoprnms.hxx:443
constexpr OUStringLiteral UNO_NAME_DOC_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:881
constexpr OUStringLiteral UNO_NAME_ROW_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:888
constexpr OUStringLiteral UNO_NAME_POSITION_LAYOUT_DIR
Definition: unoprnms.hxx:777
constexpr OUStringLiteral UNO_NAME_BASIC_LIBRARIES
Definition: unoprnms.hxx:740
constexpr OUStringLiteral UNO_NAME_LEVEL
Definition: unoprnms.hxx:290
constexpr OUStringLiteral UNO_NAME_IS_SHOW_FORMULA
Definition: unoprnms.hxx:330
constexpr OUStringLiteral UNO_NAME_SCRIPT_TYPE
Definition: unoprnms.hxx:311
constexpr OUStringLiteral UNO_NAME_TEXT_RANGE
Definition: unoprnms.hxx:87
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_STAR_MATH
Definition: unoprnms.hxx:465
constexpr OUStringLiteral UNO_NAME_SIZE_TYPE
Definition: unoprnms.hxx:276
constexpr OUStringLiteral UNO_NAME_ANCHOR_FRAME
Definition: unoprnms.hxx:246
constexpr OUStringLiteral UNO_NAME_FILE_FORMAT
Definition: unoprnms.hxx:270
constexpr OUStringLiteral UNO_NAME_TOC_BOOKMARK
Definition: unoprnms.hxx:142
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_TEXT_FRAMES
Definition: unoprnms.hxx:461
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY_RELAX
Definition: unoprnms.hxx:215
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL7
Definition: unoprnms.hxx:710
constexpr OUStringLiteral UNO_NAME_FULL_NAME
Definition: unoprnms.hxx:273
constexpr OUStringLiteral UNO_NAME_TABLE_FIRST_ROW_END_COLUMN
Definition: unoprnms.hxx:891
constexpr OUStringLiteral UNO_NAME_ALLOW_OVERLAP
Definition: unoprnms.hxx:897
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL4
Definition: unoprnms.hxx:707
constexpr OUStringLiteral UNO_NAME_CHAIN_NAME
Definition: unoprnms.hxx:251
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_PITCH_COMPLEX
Definition: unoprnms.hxx:117
constexpr OUStringLiteral UNO_NAME_LOCALE
Definition: unoprnms.hxx:628
constexpr OUStringLiteral UNO_NAME_IS_DATA_BASE_FORMAT
Definition: unoprnms.hxx:265
constexpr OUStringLiteral UNO_NAME_NUMBER_FORMAT
Definition: unoprnms.hxx:296
constexpr OUStringLiteral UNO_NAME_FORBIDDEN_CHARACTERS
Definition: unoprnms.hxx:599
constexpr OUStringLiteral UNO_NAME_PARA_ID
Definition: unoprnms.hxx:927
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_STYLE_NAME_COMPLEX
Definition: unoprnms.hxx:114
constexpr OUStringLiteral UNO_NAME_CHAR_CONTOURED
Definition: unoprnms.hxx:256
constexpr OUStringLiteral UNO_NAME_TWO_DIGIT_YEAR
Definition: unoprnms.hxx:622
constexpr OUStringLiteral UNO_NAME_RUBY_POSITION
Definition: unoprnms.hxx:605
constexpr OUStringLiteral UNO_NAME_CELL_NAME
Definition: unoprnms.hxx:715
constexpr OUStringLiteral UNO_LINK_DISPLAY_NAME
Definition: unoprnms.hxx:479
constexpr OUStringLiteral UNO_NAME_FILE_PATH
Definition: unoprnms.hxx:486
constexpr OUStringLiteral UNO_NAME_COPIES_TO
Definition: unoprnms.hxx:791
constexpr OUStringLiteral UNO_NAME_SCRIPT_URL
Definition: unoprnms.hxx:771
constexpr OUStringLiteral UNO_NAME_RESULT_SET
Definition: unoprnms.hxx:743
constexpr OUStringLiteral UNO_NAME_OUT_SERVER_PASSWORD
Definition: unoprnms.hxx:794
constexpr OUStringLiteral UNO_NAME_PARA_ID_PARENT
Definition: unoprnms.hxx:928
constexpr OUStringLiteral UNO_NAME_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:377
constexpr OUStringLiteral UNO_NAME_SEND_AS_HTML
Definition: unoprnms.hxx:783
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_OUTLINE
Definition: unoprnms.hxx:442
constexpr OUStringLiteral UNO_NAME_SUBJECT
Definition: unoprnms.hxx:781
constexpr OUStringLiteral UNO_NAME_REFERENCE_FIELD_LANGUAGE
Definition: unoprnms.hxx:309
constexpr OUStringLiteral UNO_NAME_SAVE_FILTER_OPTIONS
Definition: unoprnms.hxx:795
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_MARKS
Definition: unoprnms.hxx:441
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_TYPE
Definition: unoprnms.hxx:167
constexpr OUStringLiteral UNO_NAME_CHAR_LOCALE
Definition: unoprnms.hxx:102
constexpr OUStringLiteral UNO_NAME_ANCHOR_TYPE
Definition: unoprnms.hxx:243
constexpr OUStringLiteral UNO_NAME_RIGHT_MARGIN
Definition: unoprnms.hxx:81
constexpr OUStringLiteral UNO_NAME_REDLINE_DISPLAY_TYPE
Definition: unoprnms.hxx:598
constexpr OUStringLiteral UNO_NAME_BACK_TRANSPARENT
Definition: unoprnms.hxx:242
constexpr OUStringLiteral UNO_NAME_USER_DEFINED_ATTRIBUTES
Definition: unoprnms.hxx:483
constexpr OUStringLiteral UNO_NAME_APPLY_FORM_DESIGN_MODE
Definition: unoprnms.hxx:627
constexpr OUStringLiteral UNO_NAME_HIDE_TAB_LEADER_AND_PAGE_NUMBERS
Definition: unoprnms.hxx:140
constexpr OUStringLiteral UNO_NAME_CHAIN_PREV_NAME
Definition: unoprnms.hxx:250
constexpr OUStringLiteral UNO_NAME_CHAR_COMPLEX_COLOR
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_STAR_CHART
Definition: unoprnms.hxx:466
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_THEME
constexpr OUStringLiteral UNO_NAME_TEXT_SECTION
Definition: unoprnms.hxx:366
constexpr OUStringLiteral UNO_NAME_RUNTIME_UID
Definition: unoprnms.hxx:772
constexpr OUStringLiteral UNO_NAME_INFO_TYPE
Definition: unoprnms.hxx:287
constexpr OUStringLiteral UNO_NAME_REFERENCE_FIELD_SOURCE
Definition: unoprnms.hxx:308
constexpr OUStringLiteral UNO_NAME_TOOLTIP
Definition: unoprnms.hxx:815
constexpr OUStringLiteral UNO_NAME_TEXT_WRAP
Definition: unoprnms.hxx:331
constexpr OUStringLiteral UNO_NAME_SELECTION
Definition: unoprnms.hxx:742
constexpr OUStringLiteral UNO_NAME_PAGE_COUNT
Definition: unoprnms.hxx:798
constexpr OUStringLiteral UNO_NAME_CHAR_SHADOWED
constexpr OUStringLiteral UNO_NAME_SAVE_FILTER_DATA
Definition: unoprnms.hxx:796
constexpr OUStringLiteral UNO_NAME_SEARCH_BACKWARDS
Definition: unoprnms.hxx:211
constexpr OUStringLiteral UNO_NAME_IS_RELATIVE_TABSTOPS
Definition: unoprnms.hxx:473
constexpr OUStringLiteral UNO_NAME_FILE_NAME_PREFIX
Definition: unoprnms.hxx:754
constexpr OUStringLiteral UNO_NAME_CONTOUR_OUTSIDE
Definition: unoprnms.hxx:257
constexpr OUStringLiteral UNO_NAME_USERTEXT
Definition: unoprnms.hxx:342
constexpr OUStringLiteral UNO_NAME_MODEL
Definition: unoprnms.hxx:745
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT_POSITION
Definition: unoprnms.hxx:282
constexpr OUStringLiteral UNO_NAME_CHAPTER_FORMAT
Definition: unoprnms.hxx:252
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_LOCATION
Definition: unoprnms.hxx:44
constexpr OUStringLiteral UNO_NAME_USER_INDEX_NAME
Definition: unoprnms.hxx:431
constexpr OUStringLiteral UNO_NAME_ANCHOR_POSITION
Definition: unoprnms.hxx:731
constexpr OUStringLiteral UNO_NAME_USE_LEVEL_FROM_SOURCE
Definition: unoprnms.hxx:455
constexpr OUStringLiteral UNO_NAME_CHAR_HEIGHT_ASIAN
Definition: unoprnms.hxx:110
constexpr OUStringLiteral UNO_NAME_CHAR_POSTURE_COMPLEX
Definition: unoprnms.hxx:118
constexpr OUStringLiteral UNO_NAME_SEARCH_CASE_SENSITIVE
Definition: unoprnms.hxx:213
constexpr OUStringLiteral UNO_NAME_DIALOG_LIBRARIES
Definition: unoprnms.hxx:816
constexpr OUStringLiteral UNO_NAME_OFFSET
Definition: unoprnms.hxx:298
constexpr OUStringLiteral UNO_NAME_USE_DASH
Definition: unoprnms.hxx:451
constexpr OUStringLiteral UNO_NAME_BOTTOM_BORDER
Definition: unoprnms.hxx:374
constexpr OUStringLiteral UNO_NAME_URL_CONTENT
Definition: unoprnms.hxx:341
constexpr OUStringLiteral UNO_NAME_MACRO_LIBRARY
Definition: unoprnms.hxx:714
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT_POSITION
Definition: unoprnms.hxx:349
constexpr OUStringLiteral UNO_NAME_LEFT_MARGIN
Definition: unoprnms.hxx:80
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE
constexpr OUStringLiteral UNO_NAME_CHAR_POSTURE_ASIAN
Definition: unoprnms.hxx:108
constexpr OUStringLiteral UNO_NAME_IS_CASE_SENSITIVE
Definition: unoprnms.hxx:449
constexpr OUStringLiteral UNO_NAME_SORT_KEYS
Definition: unoprnms.hxx:562
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT
Definition: unoprnms.hxx:278
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL10
Definition: unoprnms.hxx:704
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY_EXCHANGE
Definition: unoprnms.hxx:218
constexpr OUStringLiteral UNO_NAME_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:379
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_TABLES
Definition: unoprnms.hxx:460
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL8
Definition: unoprnms.hxx:711
constexpr OUStringLiteral UNO_NAME_DATA_SOURCE_NAME
Definition: unoprnms.hxx:746
constexpr OUStringLiteral UNO_NAME_DAD_COMMAND_TYPE
Definition: unoprnms.hxx:758
constexpr OUStringLiteral UNO_NAME_SAVE_AS_SINGLE_FILE
Definition: unoprnms.hxx:789
constexpr OUStringLiteral UNO_NAME_USE_P_P
Definition: unoprnms.hxx:450
constexpr OUStringLiteral UNO_NAME_DOCUMENT_INDEX_MARKS
Definition: unoprnms.hxx:537
constexpr OUStringLiteral UNO_NAME_BORDER_DISTANCE
Definition: unoprnms.hxx:375
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_NAME_ASIAN
Definition: unoprnms.hxx:103
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_PITCH
Definition: unoprnms.hxx:101
constexpr OUStringLiteral UNO_NAME_DEPENDENT_TEXT_FIELDS
Definition: unoprnms.hxx:496
constexpr OUStringLiteral UNO_NAME_SEQUENCE_VALUE
Definition: unoprnms.hxx:315
constexpr OUStringLiteral UNO_NAME_VALUE
Definition: unoprnms.hxx:344
constexpr OUStringLiteral UNO_NAME_LEVEL_PARAGRAPH_STYLES
Definition: unoprnms.hxx:457
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_EMBEDDED_OBJECTS
Definition: unoprnms.hxx:464
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT
Definition: unoprnms.hxx:347
constexpr OUStringLiteral UNO_NAME_SOURCE_NAME
Definition: unoprnms.hxx:323
constexpr OUStringLiteral UNO_NAME_TEXT_COLUMNS
Definition: unoprnms.hxx:241
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_STYLE_NAME_ASIAN
Definition: unoprnms.hxx:104
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY_ADD
Definition: unoprnms.hxx:214
constexpr OUStringLiteral UNO_NAME_IS_FIXED
Definition: unoprnms.hxx:271
constexpr OUStringLiteral UNO_NAME_DEFAULT_PAGE_MODE
Definition: unoprnms.hxx:867
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_FILTER
Definition: unoprnms.hxx:43
constexpr OUStringLiteral UNO_NAME_ROLE
Definition: unoprnms.hxx:808
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_ELEMENT
Definition: unoprnms.hxx:169
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL3
Definition: unoprnms.hxx:706
constexpr OUStringLiteral UNO_NAME_CHAR_WEIGHT_ASIAN
Definition: unoprnms.hxx:109
constexpr OUStringLiteral UNO_NAME_TEXT_BOX_CONTENT
Definition: unoprnms.hxx:89
constexpr OUStringLiteral UNO_NAME_SORT_ALGORITHM
Definition: unoprnms.hxx:629
constexpr OUStringLiteral UNO_NAME_DATE_TIME_VALUE
Definition: unoprnms.hxx:566
constexpr OUStringLiteral UNO_NAME_RELATIVE_WIDTH
Definition: unoprnms.hxx:205
constexpr OUStringLiteral UNO_NAME_TEXT_BOX
Definition: unoprnms.hxx:88
constexpr OUStringLiteral UNO_NAME_IS_FIXED_LANGUAGE
Definition: unoprnms.hxx:741
constexpr OUStringLiteral UNO_NAME_CHAR_WEIGHT_COMPLEX
Definition: unoprnms.hxx:119
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_STAR_CALC
Definition: unoprnms.hxx:467
constexpr OUStringLiteral UNO_NAME_IS_AUTOMATIC_UPDATE
Definition: unoprnms.hxx:170
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_PITCH_ASIAN
Definition: unoprnms.hxx:107
constexpr OUStringLiteral UNO_NAME_FILE_NAME_FROM_COLUMN
Definition: unoprnms.hxx:753
constexpr OUStringLiteral UNO_NAME_CONNECTION
Definition: unoprnms.hxx:744
constexpr OUStringLiteral UNO_NAME_AUTHOR
Definition: unoprnms.hxx:247
constexpr OUStringLiteral UNO_NAME_NAME
Definition: unoprnms.hxx:90
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_IS_AUTO_HEIGHT
Definition: unoprnms.hxx:275
constexpr OUStringLiteral UNO_NAME_HINT
Definition: unoprnms.hxx:277
constexpr OUStringLiteral UNO_NAME_SEARCH_STYLES
Definition: unoprnms.hxx:210
constexpr OUStringLiteral UNO_NAME_PLACEHOLDER
Definition: unoprnms.hxx:304
constexpr OUStringLiteral UNO_NAME_INPUT
Definition: unoprnms.hxx:818
constexpr OUStringLiteral UNO_NAME_CHAR_POSTURE
constexpr OUStringLiteral UNO_NAME_PARA_STYLEHEADING
Definition: unoprnms.hxx:702
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY
Definition: unoprnms.hxx:212
constexpr OUStringLiteral UNO_NAME_DATA_COLUMN_NAME
Definition: unoprnms.hxx:264
constexpr OUStringLiteral UNO_NAME_TOP_MARGIN
Definition: unoprnms.hxx:338
constexpr OUStringLiteral UNO_NAME_USER_DATA_TYPE
Definition: unoprnms.hxx:343
constexpr OUStringLiteral UNO_NAME_CURRENT_PRESENTATION
Definition: unoprnms.hxx:497
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_TINT_OR_SHADE
constexpr OUStringLiteral UNO_NAME_IS_HIDDEN
Definition: unoprnms.hxx:620
constexpr OUStringLiteral UNO_NAME_WORD_COUNT
Definition: unoprnms.hxx:436
constexpr OUStringLiteral UNO_NAME_WRAP_INFLUENCE_ON_POSITION
Definition: unoprnms.hxx:774
constexpr OUStringLiteral UNO_NAME_ROW_SPAN
Definition: unoprnms.hxx:819
constexpr OUStringLiteral UNO_NAME_RUBY_ADJUST
Definition: unoprnms.hxx:602
constexpr OUStringLiteral UNO_NAME_RIGHT_BORDER
Definition: unoprnms.hxx:372
constexpr OUStringLiteral UNO_NAME_REFERENCE_FIELD_PART
Definition: unoprnms.hxx:307
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_PARAGRAPH_STYLE
Definition: unoprnms.hxx:474
constexpr OUStringLiteral UNO_NAME_WRITING_MODE
Definition: unoprnms.hxx:719
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_CHAR_SET_ASIAN
Definition: unoprnms.hxx:106
constexpr OUStringLiteral UNO_NAME_RESOLVED
Definition: unoprnms.hxx:896
constexpr OUStringLiteral UNO_NAME_OUTPUT_URL
Definition: unoprnms.hxx:749
constexpr OUStringLiteral UNO_NAME_INFO_FORMAT
Definition: unoprnms.hxx:288
constexpr OUStringLiteral UNO_NAME_IS_COMMA_SEPARATED
Definition: unoprnms.hxx:472
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_STAR_DRAW
Definition: unoprnms.hxx:468
constexpr OUStringLiteral UNO_NAME_REDLINE_PROTECTION_KEY
Definition: unoprnms.hxx:624
constexpr OUStringLiteral UNO_NAME_INDEX_AUTO_MARK_FILE_U_R_L
Definition: unoprnms.hxx:471
constexpr OUStringLiteral UNO_NAME_DATA_TABLE_NAME
Definition: unoprnms.hxx:262
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR
constexpr OUStringLiteral UNO_NAME_BRACKET_BEFORE
Definition: unoprnms.hxx:558
constexpr OUStringLiteral UNO_NAME_LABEL_DISPLAY_TYPE
Definition: unoprnms.hxx:454
constexpr OUStringLiteral UNO_NAME_DATA_BASE_NAME
Definition: unoprnms.hxx:261
constexpr OUStringLiteral UNO_NAME_SEQUENCE_NUMBER
Definition: unoprnms.hxx:504
constexpr OUStringLiteral UNO_NAME_TABLE_LAST_ROW_START_COLUMN
Definition: unoprnms.hxx:894
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL6
Definition: unoprnms.hxx:709
constexpr OUStringLiteral UNO_NAME_VBA_DOCOBJ
Definition: unoprnms.hxx:844
constexpr OUStringLiteral UNO_NAME_DAD_COMMAND
Definition: unoprnms.hxx:757
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_FAMILY_ASIAN
Definition: unoprnms.hxx:105
constexpr OUStringLiteral UNO_NAME_TRANSFORMATION_IN_HORI_L2R
Definition: unoprnms.hxx:776
constexpr OUStringLiteral UNO_NAME_USE_KEY_AS_ENTRY
Definition: unoprnms.hxx:447
constexpr OUStringLiteral UNO_NAME_STARTPOSITION_IN_HORI_L2R
Definition: unoprnms.hxx:779
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_LEVEL_PARAGRAPH_STYLES
Definition: unoprnms.hxx:476
constexpr OUStringLiteral UNO_NAME_RELATIVE_HEIGHT
Definition: unoprnms.hxx:207
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL1
Definition: unoprnms.hxx:703
constexpr OUStringLiteral UNO_NAME_OPAQUE
Definition: unoprnms.hxx:300
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_STYLE_NAME
Definition: unoprnms.hxx:98
constexpr OUStringLiteral UNO_NAME_IS_PROTECTED
Definition: unoprnms.hxx:179
constexpr OUStringLiteral UNO_NAME_IS_TEMPLATE
Definition: unoprnms.hxx:843
constexpr OUStringLiteral UNO_NAME_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:378
constexpr OUStringLiteral UNO_NAME_FILTER
Definition: unoprnms.hxx:747
constexpr OUStringLiteral UNO_NAME_DOCUMENT_URL
Definition: unoprnms.hxx:748
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_CONTENT
Definition: unoprnms.hxx:255
constexpr OUStringLiteral UNO_NAME_ATTACHMENT_FILTER
Definition: unoprnms.hxx:787
constexpr OUStringLiteral UNO_NAME_MAIN_ENTRY_CHARACTER_STYLE_NAME
Definition: unoprnms.hxx:459
constexpr OUStringLiteral UNO_NAME_USE_COMBINED_ENTRIES
Definition: unoprnms.hxx:448
constexpr OUStringLiteral UNO_NAME_SELITEM
Definition: unoprnms.hxx:765
constexpr OUStringLiteral UNO_NAME_ENDPOSITION_IN_HORI_L2R
Definition: unoprnms.hxx:780
constexpr OUStringLiteral UNO_NAME_WORD_SEPARATOR
Definition: unoprnms.hxx:437
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_OTHER_EMBEDDED_OBJECTS
Definition: unoprnms.hxx:470
constexpr OUStringLiteral UNO_NAME_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:376
constexpr OUStringLiteral UNO_NAME_DATA_BASE_URL
Definition: unoprnms.hxx:775
constexpr OUStringLiteral UNO_NAME_RUBY_IS_ABOVE
Definition: unoprnms.hxx:604
constexpr OUStringLiteral UNO_NAME_SHOW_CHANGES
Definition: unoprnms.hxx:477
constexpr OUStringLiteral UNO_NAME_SET_NUMBER
Definition: unoprnms.hxx:318
constexpr OUStringLiteral UNO_NAME_INITIALS
Definition: unoprnms.hxx:863
constexpr OUStringLiteral UNO_NAME_MACRO_NAME
Definition: unoprnms.hxx:293
constexpr OUStringLiteral UNO_NAME_SURROUND
Definition: unoprnms.hxx:328
constexpr OUStringLiteral UNO_NAME_CHAR_HEIGHT_COMPLEX
Definition: unoprnms.hxx:120
constexpr OUStringLiteral UNO_NAME_FIELDS
Definition: unoprnms.hxx:565
constexpr OUStringLiteral UNO_NAME_BRACKET_AFTER
Definition: unoprnms.hxx:559
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT_RELATION
Definition: unoprnms.hxx:350
constexpr OUStringLiteral UNO_LINK_DISPLAY_BITMAP
Definition: unoprnms.hxx:480
constexpr OUStringLiteral UNO_NAME_TOC_NEWLINE
Definition: unoprnms.hxx:143
constexpr OUStringLiteral UNO_NAME_IS_INPUT
Definition: unoprnms.hxx:289
constexpr OUStringLiteral UNO_NAME_BACK_COLOR
Definition: unoprnms.hxx:194
constexpr OUStringLiteral UNO_NAME_USE_ALPHABETICAL_SEPARATORS
Definition: unoprnms.hxx:446
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_FAMILY
Definition: unoprnms.hxx:99
constexpr OUStringLiteral UNO_NAME_STYLE_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:884
constexpr OUStringLiteral UNO_NAME_AUTOMATIC_CONTROL_FOCUS
Definition: unoprnms.hxx:626
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_FIELD_CODE
Definition: unoprnms.hxx:809
constexpr OUStringLiteral UNO_NAME_PARA_ADJUST
Definition: unoprnms.hxx:187
constexpr OUStringLiteral UNO_NAME_PARAGRAPH_COUNT
Definition: unoprnms.hxx:435
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_LABELS
Definition: unoprnms.hxx:444
constexpr OUStringLiteral UNO_NAME_IS_NUMBER_ENTRIES
Definition: unoprnms.hxx:560
constexpr OUStringLiteral UNO_NAME_TAB_IN_TOC
Definition: unoprnms.hxx:141
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_FAMILY_COMPLEX
Definition: unoprnms.hxx:115
constexpr OUStringLiteral UNO_NAME_IS_HIDE_SPELL_MARKS
Definition: unoprnms.hxx:802
constexpr OUStringLiteral UNO_NAME_CHAR_HEIGHT
constexpr OUStringLiteral UNO_NAME_ADDRESS_FROM_COLUMN
Definition: unoprnms.hxx:782
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_REVISION
Definition: unoprnms.hxx:432
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_CHAR_SET
Definition: unoprnms.hxx:100
constexpr OUStringLiteral UNO_NAME_SINGLE_PRINT_JOBS
Definition: unoprnms.hxx:752
constexpr OUStringLiteral UNO_NAME_CHARACTER_COUNT
Definition: unoprnms.hxx:438
constexpr OUStringLiteral UNO_NAME_SURROUND_CONTOUR
Definition: unoprnms.hxx:332
constexpr OUStringLiteral UNO_NAME_BUILDID
Definition: unoprnms.hxx:806
constexpr OUStringLiteral UNO_NAME_HIDE_FIELD_TIPS
Definition: unoprnms.hxx:519
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_FILE
Definition: unoprnms.hxx:168
constexpr OUStringLiteral UNO_NAME_HAS_VALID_SIGNATURES
Definition: unoprnms.hxx:810
constexpr OUStringLiteral UNO_NAME_DATA_COMMAND_TYPE
Definition: unoprnms.hxx:263
constexpr OUStringLiteral UNO_NAME_IS_PHYSICAL
Definition: unoprnms.hxx:29
constexpr OUStringLiteral UNO_NAME_SEARCH_WORDS
Definition: unoprnms.hxx:314
constexpr OUStringLiteral UNO_NAME_USE_UPPER_CASE
Definition: unoprnms.hxx:452
constexpr OUStringLiteral UNO_NAME_LINE_COUNT
Definition: unoprnms.hxx:799
constexpr OUStringLiteral UNO_NAME_CONDITION
Definition: unoprnms.hxx:254
constexpr OUStringLiteral UNO_NAME_PARENT_TEXT
Definition: unoprnms.hxx:414
constexpr OUStringLiteral UNO_NAME_IS_SORT_BY_POSITION
Definition: unoprnms.hxx:561
constexpr OUStringLiteral UNO_NAME_TRUE_CONTENT
Definition: unoprnms.hxx:340
constexpr OUStringLiteral UNO_NAME_HIDDEN
Definition: unoprnms.hxx:866
constexpr OUStringLiteral UNO_NAME_MISC_OBJ_INTEROPGRABBAG
constexpr OUStringLiteral UNO_NAME_CELL_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:887
constexpr OUStringLiteral UNO_NAME_ON
Definition: unoprnms.hxx:299
constexpr OUStringLiteral UNO_NAME_BLIND_COPIES_TO
Definition: unoprnms.hxx:792
constexpr OUStringLiteral UNO_NAME_INSTANCE_NAME
Definition: unoprnms.hxx:499
constexpr OUStringLiteral UNO_NAME_HELP
Definition: unoprnms.hxx:814
constexpr OUStringLiteral UNO_NAME_TOC_PARAGRAPH_OUTLINE_LEVEL
Definition: unoprnms.hxx:144
constexpr OUStringLiteral UNO_NAME_SEND_AS_ATTACHMENT
Definition: unoprnms.hxx:784
constexpr OUStringLiteral UNO_NAME_LEFT_BORDER
Definition: unoprnms.hxx:371
constexpr OUStringLiteral UNO_NAME_PRINT_OPTIONS
Definition: unoprnms.hxx:788
constexpr OUStringLiteral UNO_NAME_FALSE_CONTENT
Definition: unoprnms.hxx:269
constexpr OUStringLiteral UNO_NAME_VARIABLE_NAME
Definition: unoprnms.hxx:345
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_RECORD_CHANGES
Definition: unoprnms.hxx:478
constexpr OUStringLiteral UNO_NAME_LABEL_CATEGORY
Definition: unoprnms.hxx:453
constexpr OUStringLiteral UNO_NAME_TABLE_LAST_ROW_END_COLUMN
Definition: unoprnms.hxx:893
constexpr OUStringLiteral UNO_NAME_SURROUND_ANCHORONLY
Definition: unoprnms.hxx:333
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL9
Definition: unoprnms.hxx:712
constexpr OUStringLiteral UNO_NAME_IS_CONDITION_TRUE
Definition: unoprnms.hxx:621
constexpr OUStringLiteral UNO_NAME_RELATIVE_HEIGHT_RELATION
Definition: unoprnms.hxx:208
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_CHAR_SET_COMPLEX
Definition: unoprnms.hxx:116
constexpr OUStringLiteral UNO_NAME_IN_SERVER_PASSWORD
Definition: unoprnms.hxx:793
constexpr OUStringLiteral UNO_NAME_NUMBERING_SEPARATOR
Definition: unoprnms.hxx:491
constexpr OUStringLiteral UNO_NAME_WIDTH_TYPE
Definition: unoprnms.hxx:770
constexpr OUStringLiteral UNO_NAME_SEARCH_REGULAR_EXPRESSION
Definition: unoprnms.hxx:217
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_NAME
Definition: unoprnms.hxx:97
constexpr OUStringLiteral UNO_NAME_VARIABLE_SUBTYPE
Definition: unoprnms.hxx:346
constexpr OUStringLiteral UNO_NAME_IS_VISIBLE
Definition: unoprnms.hxx:351
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL5
Definition: unoprnms.hxx:708
constexpr OUStringLiteral UNO_NAME_HEIGHT
Definition: unoprnms.hxx:274
constexpr OUStringLiteral UNO_NAME_IS_DATE
Definition: unoprnms.hxx:267
constexpr OUStringLiteral UNO_NAME_MAIL_BODY
Definition: unoprnms.hxx:785
constexpr OUStringLiteral UNO_NAME_ADJUST
Definition: unoprnms.hxx:498
constexpr OUStringLiteral UNO_NAME_LOCK_UPDATES
Definition: unoprnms.hxx:797
constexpr OUStringLiteral UNO_NAME_ITEMS
Definition: unoprnms.hxx:764
constexpr OUStringLiteral UNO_NAME_IS_FOLLOWING_TEXT_FLOW
Definition: unoprnms.hxx:769
constexpr OUStringLiteral UNO_NAME_OUTPUT_TYPE
Definition: unoprnms.hxx:750
constexpr OUStringLiteral UNO_NAME_SAVE_FILTER
Definition: unoprnms.hxx:790
constexpr OUStringLiteral UNO_NAME_PLACEHOLDER_TYPE
Definition: unoprnms.hxx:305
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE_COLOR
Definition: unoprnms.hxx:123
constexpr OUStringLiteral UNO_NAME_CHAR_WEIGHT
constexpr OUStringLiteral UNO_NAME_PARA_STYLESEPARATOR
Definition: unoprnms.hxx:713
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY_REMOVE
Definition: unoprnms.hxx:216
constexpr OUStringLiteral UNO_NAME_SEARCH_ALL
Definition: unoprnms.hxx:312
constexpr OUStringLiteral UNO_NAME_TITLE
Definition: unoprnms.hxx:337
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_NAME_COMPLEX
Definition: unoprnms.hxx:112
constexpr OUStringLiteral UNO_NAME_IS_SPLIT_ALLOWED
Definition: unoprnms.hxx:766
constexpr OUStringLiteral UNO_NAME_NUMBERING_RULES
constexpr OUStringLiteral UNO_NAME_HAS_TEXT_CHANGES_ONLY
Definition: unoprnms.hxx:767
constexpr OUStringLiteral UNO_NAME_IS_CONSTANT_SPELLCHECK
Definition: unoprnms.hxx:800
constexpr OUStringLiteral UNO_NAME_IS_EXPRESSION
Definition: unoprnms.hxx:329
constexpr OUStringLiteral UNO_NAME_SUB_TYPE
Definition: unoprnms.hxx:327
constexpr OUStringLiteral UNO_NAME_ESCAPE_PROCESSING
Definition: unoprnms.hxx:751
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC
Definition: unoprnms.hxx:42
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_GRAPHIC_OBJECTS
Definition: unoprnms.hxx:462
constexpr OUStringLiteral UNO_NAME_LEVEL_FORMAT
Definition: unoprnms.hxx:456
constexpr OUStringLiteral UNO_NAME_ATTACHMENT_NAME
Definition: unoprnms.hxx:786
constexpr OUStringLiteral UNO_NAME_DISPLAY_NAME
Definition: unoprnms.hxx:31
constexpr OUStringLiteral UNO_NAME_CHAPTER_NUMBERING_LEVEL
Definition: unoprnms.hxx:490
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL2
Definition: unoprnms.hxx:705
constexpr OUStringLiteral UNO_NAME_NUMBERING_TYPE