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 {
171 { UNO_NAME_NUMBER_FORMAT, RES_BOXATR_FORMAT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID ,0 },
186 { UNO_NAME_TEXT_SECTION, FN_UNO_TEXT_SECTION, cppu::UnoType<css::text::XTextSection>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
188 { UNO_NAME_CELL_NAME, FN_UNO_CELL_NAME, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY,0},
193 { UNO_NAME_PARENT_TEXT, FN_UNO_PARENT_TEXT, cppu::UnoType<text::XText>::get(), PropertyAttribute::MAYBEVOID | PropertyAttribute::READONLY, 0 },
194 { UNO_NAME_HAS_TEXT_CHANGES_ONLY, RES_PRINT, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
196 };
197 m_aMapEntriesArr[nPropertyId] = aCellMap_Impl;
198 }
199 break;
201 {
203 }
204 break;
206 {
208 }
209 break;
211 {
212 static SfxItemPropertyMapEntry const aSearchPropertyMap_Impl[] =
213 {
225 };
226 m_aMapEntriesArr[nPropertyId] = aSearchPropertyMap_Impl;
227 }
228 break;
230 {
232 }
233 break;
235 {
237 }
238 break;
240 {
242 }
243 break;
245 {
246 static SfxItemPropertyMapEntry const aPageMap_Impl[] =
247 {
248 { u"BorderBottom", WID_PAGE_BOTTOM, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
249 { u"BorderLeft", WID_PAGE_LEFT, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
250 { u"BorderRight", WID_PAGE_RIGHT, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
251 { u"BorderTop", WID_PAGE_TOP, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
252 { u"Height", WID_PAGE_HEIGHT, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
253 { u"Width", WID_PAGE_WIDTH, ::cppu::UnoType<sal_Int32>::get(), PropertyAttribute::MAYBEVOID, 0},
254 { u"Number", WID_PAGE_NUMBER, ::cppu::UnoType<sal_Int16>::get(), PropertyAttribute::MAYBEVOID, 0},
255 { u"Orientation", WID_PAGE_ORIENT, ::cppu::UnoType<view::PaperOrientation>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
256 { u"UserDefinedAttributes", WID_PAGE_USERATTRIBS, ::cppu::UnoType<container::XNameContainer>::get(), PropertyAttribute::MAYBEVOID, 0},
257 { u"IsBackgroundDark", WID_PAGE_ISDARK, ::cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY, 0},
258 { u"NavigationOrder", WID_NAVORDER, ::cppu::UnoType<container::XIndexAccess>::get(), PropertyAttribute::MAYBEVOID, 0},
259 { u"BackgroundFullSize", WID_PAGE_BACKFULL, ::cppu::UnoType<bool>::get(), PropertyAttribute::MAYBEVOID, 0},
260 { u"Theme", WID_PAGE_THEME, cppu::UnoType<util::XTheme>::get(), PropertyAttribute::MAYBEVOID, 0}
261 };
262 m_aMapEntriesArr[nPropertyId] = aPageMap_Impl;
263 }
264 break;
266 {
267 static SfxItemPropertyMapEntry const aShapeMap_Impl[] =
268 {
290 // #i26791#
292 // #i28701#
295 // #i28749#
299 PropertyAttribute::READONLY, 0},
303 PROPERTY_NONE, 0},
304 // #i36248#
308 PropertyAttribute::READONLY, 0},
312 PropertyAttribute::READONLY, 0},
313 // #i71182#
314 // missing map entry for property <PageToggle>
324 { UNO_NAME_CHAIN_NAME, RES_CHAIN, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID ,MID_CHAIN_NAME },
325 };
326 m_aMapEntriesArr[nPropertyId] = aShapeMap_Impl;
327 }
328 break;
330 {
332 }
333 break;
335 {
337 }
338 break;
340 {
342 }
343 break;
345 {
346 static SfxItemPropertyMapEntry const aTOXIndexMap_Impl[] =
347 {
378 };
379 m_aMapEntriesArr[nPropertyId] = aTOXIndexMap_Impl;
380 }
381 break;
383 {
384 static SfxItemPropertyMapEntry const aTOXContentMap_Impl[] =
385 {
421 };
422 m_aMapEntriesArr[nPropertyId] = aTOXContentMap_Impl;
423 }
424 break;
426 {
427 static SfxItemPropertyMapEntry const aTOXUserMap_Impl[] =
428 {
468 };
469 m_aMapEntriesArr[nPropertyId] = aTOXUserMap_Impl;
470 }
471 break;
473 {
474 static SfxItemPropertyMapEntry const aTOXTablesMap_Impl[] =
475 {
495 };
496 m_aMapEntriesArr[nPropertyId] = aTOXTablesMap_Impl;
497 }
498 break;
500 {
501 static SfxItemPropertyMapEntry const aTOXObjectsMap_Impl[] =
502 {
525 };
526 m_aMapEntriesArr[nPropertyId] = aTOXObjectsMap_Impl;
527 }
528 break;
530 {
531 static SfxItemPropertyMapEntry const aTOXIllustrationsMap_Impl[] =
532 {
553 };
554 m_aMapEntriesArr[nPropertyId] = aTOXIllustrationsMap_Impl;
555 }
556 break;
558 {
559 static SfxItemPropertyMapEntry const aTableRowPropertyMap_Impl[] =
560 {
573 { UNO_NAME_IS_SPLIT_ALLOWED, RES_ROW_SPLIT, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
574 { UNO_NAME_HAS_TEXT_CHANGES_ONLY, RES_PRINT, cppu::UnoType<bool>::get() , PropertyAttribute::MAYBEVOID, 0},
576 };
577
578 m_aMapEntriesArr[nPropertyId] = aTableRowPropertyMap_Impl;
579 }
580 break;
582 {
584 }
585 break;
587 {
589 }
590 break;
592 {
593 static SfxItemPropertyMapEntry const aFieldmarkMap_Impl[] =
594 {
595 // FIXME: is this supposed to actually exist as UNO property, or is it supposed to be in the "parameters" of the field?
596 { u"Checked", 0, cppu::UnoType<bool>::get(), PROPERTY_NONE, 0},
597 };
598 m_aMapEntriesArr[nPropertyId] = aFieldmarkMap_Impl;
599 }
600 break;
602 {
604 }
605 break;
607 {
608 static SfxItemPropertyMapEntry const aBibliographyMap_Impl[] =
609 {
625 };
626 m_aMapEntriesArr[nPropertyId] = aBibliographyMap_Impl;
627 }
628 break;
630 {
631 static SfxItemPropertyMapEntry const aDocMap_Impl[] =
632 {
652 { UNO_NAME_VBA_DOCOBJ, WID_DOC_VBA_DOCOBJ, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
657 { UNO_NAME_WORD_COUNT, WID_DOC_WORD_COUNT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::READONLY, 0},
658 { UNO_NAME_IS_TEMPLATE, WID_DOC_ISTEMPLATEID, cppu::UnoType<bool>::get(), PropertyAttribute::READONLY, 0},
667 { UNO_NAME_RUNTIME_UID, WID_DOC_RUNTIME_UID, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
669 { u"UndocumentedWriterfilterHack", WID_DOC_WRITERFILTER, cppu::UnoType<bool>::get(), PROPERTY_NONE, 0},
674 };
675 m_aMapEntriesArr[nPropertyId] = aDocMap_Impl;
676 }
677 break;
679 {
680 static SfxItemPropertyMapEntry const aLinkTargetMap_Impl[] =
681 {
682 { UNO_LINK_DISPLAY_BITMAP, 0, cppu::UnoType<css::awt::XBitmap>::get(), PropertyAttribute::READONLY, 0xbf},
683 { UNO_LINK_DISPLAY_NAME, 0, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0xbf},
684 };
685 m_aMapEntriesArr[nPropertyId] = aLinkTargetMap_Impl;
686 }
687 break;
689 {
690 static SfxItemPropertyMapEntry const aAutoTextGroupMap_Impl[] =
691 {
692 { UNO_NAME_FILE_PATH, WID_GROUP_PATH, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
694 };
695 m_aMapEntriesArr[nPropertyId] = aAutoTextGroupMap_Impl;
696 }
697 break;
699 {
701 }
702 break;
704 {
706 }
707 break;
709 {
711 }
712 break;
714 {
716 m_aMapEntriesArr[nPropertyId] = aTextDefaultMap_Impl;
717 for( auto & rEntry : aTextDefaultMap_Impl )
718 {
719 // UNO_NAME_PAGE_DESC_NAME should keep its MAYBEVOID flag
720 if (RES_PAGEDESC != rEntry.nWID || MID_PAGEDESC_PAGEDESCNAME != rEntry.nMemberId)
721 rEntry.nFlags &= ~PropertyAttribute::MAYBEVOID;
722 }
723 }
724 break;
726 {
728 }
729 break;
731 {
732 static SfxItemPropertyMapEntry const aDateTimeFieldPropMap[] =
733 {
741 };
742 m_aMapEntriesArr[nPropertyId] = aDateTimeFieldPropMap;
743 }
744 break;
746 {
747 static SfxItemPropertyMapEntry const aUserFieldPropMap[] =
748 {
754 };
755
756 m_aMapEntriesArr[nPropertyId] = aUserFieldPropMap;
757 }
758 break;
760 {
761 static SfxItemPropertyMapEntry const aSetExpFieldPropMap [] =
762 {
769 // #i69733# wrong name - UNO_NAME_IS_INPUT expanded to "Input" instead of "IsInput"
776 {UNO_NAME_VARIABLE_NAME, FIELD_PROP_PAR1, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
779 };
780 m_aMapEntriesArr[nPropertyId] = aSetExpFieldPropMap;
781 }
782 break;
784 {
785 static SfxItemPropertyMapEntry const aGetExpFieldPropMap [] =
786 {
792 {UNO_NAME_VALUE, FIELD_PROP_DOUBLE, cppu::UnoType<double>::get(), PropertyAttribute::READONLY, 0},
796 };
797 m_aMapEntriesArr[nPropertyId] = aGetExpFieldPropMap;
798 }
799 break;
801 {
802 static SfxItemPropertyMapEntry const aFileNameFieldPropMap [] =
803 {
808 };
809 m_aMapEntriesArr[nPropertyId] = aFileNameFieldPropMap;
810 }
811 break;
813 {
814 static SfxItemPropertyMapEntry const aPageNumFieldPropMap [] =
815 {
821 };
822 m_aMapEntriesArr[nPropertyId] = aPageNumFieldPropMap;
823 }
824 break;
826 {
827 static SfxItemPropertyMapEntry const aAuthorFieldPropMap [] =
828 {
834 };
835 m_aMapEntriesArr[nPropertyId] = aAuthorFieldPropMap;
836 }
837 break;
839 {
840 static SfxItemPropertyMapEntry const aChapterFieldPropMap [] =
841 {
845 };
846 m_aMapEntriesArr[nPropertyId] = aChapterFieldPropMap;
847 }
848 break;
850 {
851 static SfxItemPropertyMapEntry const aGetRefFieldPropMap [] =
852 {
860 };
861 m_aMapEntriesArr[nPropertyId] = aGetRefFieldPropMap;
862 }
863 break;
865 {
866 static SfxItemPropertyMapEntry const aConditionedTextFieldPropMap [] =
867 {
874 };
875 m_aMapEntriesArr[nPropertyId] = aConditionedTextFieldPropMap;
876 }
877 break;
879 {
880 static SfxItemPropertyMapEntry const aHiddenTextFieldPropMap [] =
881 {
887 };
888 m_aMapEntriesArr[nPropertyId] = aHiddenTextFieldPropMap;
889 }
890 break;
892 {
893 static SfxItemPropertyMapEntry const aAnnotationFieldPropMap [] =
894 {
906 };
907 m_aMapEntriesArr[nPropertyId] = aAnnotationFieldPropMap;
908 }
909 break;
911 {
912 static SfxItemPropertyMapEntry const aInputFieldPropMap [] =
913 {
920 };
921 m_aMapEntriesArr[nPropertyId] = aInputFieldPropMap;
922 }
923 break;
925 {
926 static SfxItemPropertyMapEntry const aMacroFieldPropMap [] =
927 {
933 };
934 m_aMapEntriesArr[nPropertyId] = aMacroFieldPropMap;
935 }
936 break;
938 {
939 static SfxItemPropertyMapEntry const aDDEFieldPropMap [] =
940 {
942 };
943 m_aMapEntriesArr[nPropertyId] = aDDEFieldPropMap;
944 }
945 break;
947 {
948 static SfxItemPropertyMapEntry const aDropDownMap [] =
949 {
956 };
957 m_aMapEntriesArr[nPropertyId] = aDropDownMap;
958 }
959 break;
961 {
962 static SfxItemPropertyMapEntry const aHiddenParaFieldPropMap [] =
963 {
967 };
968 m_aMapEntriesArr[nPropertyId] = aHiddenParaFieldPropMap;
969 }
970 break;
972 {
973 static SfxItemPropertyMapEntry const aDocInfoFieldPropMap [] =
974 {
979 };
980 m_aMapEntriesArr[nPropertyId] = aDocInfoFieldPropMap;
981 }
982 break;
984 {
985 static SfxItemPropertyMapEntry const aTmplNameFieldPropMap [] =
986 {
989 };
990 m_aMapEntriesArr[nPropertyId] = aTmplNameFieldPropMap;
991 }
992 break;
994 {
995 static SfxItemPropertyMapEntry const aUsrExtFieldPropMap [] =
996 {
1002 };
1003 m_aMapEntriesArr[nPropertyId]= aUsrExtFieldPropMap;
1004 }
1005 break;
1007 {
1008 static SfxItemPropertyMapEntry const aRefPgSetFieldPropMap [] =
1009 {
1013 };
1014 m_aMapEntriesArr[nPropertyId] = aRefPgSetFieldPropMap;
1015 }
1016 break;
1018 {
1019 static SfxItemPropertyMapEntry const aRefPgGetFieldPropMap [] =
1020 {
1024 };
1025 m_aMapEntriesArr[nPropertyId] = aRefPgGetFieldPropMap;
1026 }
1027 break;
1029 {
1030 static SfxItemPropertyMapEntry const aJumpEdtFieldPropMap [] =
1031 {
1036 };
1037 m_aMapEntriesArr[nPropertyId] = aJumpEdtFieldPropMap;
1038 }
1039 break;
1041 {
1042 static SfxItemPropertyMapEntry const aScriptFieldPropMap [] =
1043 {
1048 };
1049 m_aMapEntriesArr[nPropertyId] = aScriptFieldPropMap;
1050 }
1051 break;
1053 {
1054 static SfxItemPropertyMapEntry const aDBNextSetFieldPropMap [] =
1055 {
1056 // Note: DATA_BASE_NAME and DATA_BASE_URL
1057 // are mapped to the same nMId, because internally we only use
1058 // them as DataSource and it does not matter which one it is.
1059
1066 };
1067 m_aMapEntriesArr[nPropertyId] = aDBNextSetFieldPropMap;
1068 }
1069 break;
1071 {
1072 static SfxItemPropertyMapEntry const aDBNumSetFieldPropMap [] =
1073 {
1074 // Note: DATA_BASE_NAME and DATA_BASE_URL
1075 // are mapped to the same nMId, because internally we only use
1076 // them as DataSource and it does not matter which one it is.
1077
1085 };
1086 m_aMapEntriesArr[nPropertyId] = aDBNumSetFieldPropMap;
1087 }
1088 break;
1090 {
1091 static SfxItemPropertyMapEntry const aDBSetNumFieldPropMap [] =
1092 {
1093 // Note: DATA_BASE_NAME and DATA_BASE_URL
1094 // are mapped to the same nMId, because internally we only use
1095 // them as DataSource and it does not matter which one it is.
1096
1105 };
1106 m_aMapEntriesArr[nPropertyId] = aDBSetNumFieldPropMap;
1107 }
1108 break;
1110 {
1111 static SfxItemPropertyMapEntry const aDBFieldPropMap [] =
1112 {
1120 };
1121 m_aMapEntriesArr[nPropertyId] = aDBFieldPropMap;
1122 }
1123 break;
1125 {
1126 static SfxItemPropertyMapEntry const aDBNameFieldPropMap [] =
1127 {
1128 // Note: DATA_BASE_NAME and DATA_BASE_URL
1129 // are mapped to the same nMId, because internally we only use
1130 // them as DataSource and it does not matter which one it is.
1131
1138 };
1139 m_aMapEntriesArr[nPropertyId] = aDBNameFieldPropMap;
1140 }
1141 break;
1143 {
1144 static SfxItemPropertyMapEntry const aDocstatFieldPropMap [] =
1145 {
1147 // {UNO_NAME_STATISTIC_TYPE_ID,FIELD_PROP_USHORT1, cppu::UnoType<sal_Int16>::get(), PROPERTY_NONE, 0},
1149 };
1150 m_aMapEntriesArr[nPropertyId] = aDocstatFieldPropMap;
1151 }
1152 break;
1154 {
1155 static SfxItemPropertyMapEntry const aDocInfoAuthorPropMap [] =
1156 {
1161 };
1162 m_aMapEntriesArr[nPropertyId] = aDocInfoAuthorPropMap;
1163 }
1164 break;
1166 {
1167 static SfxItemPropertyMapEntry const aDocInfoDateTimePropMap [] =
1168 {
1170 {UNO_NAME_DATE_TIME_VALUE, FIELD_PROP_DOUBLE, cppu::UnoType<double>::get(), PropertyAttribute::READONLY, 0},
1175 };
1176 m_aMapEntriesArr[nPropertyId] = aDocInfoDateTimePropMap;
1177 }
1178 break;
1180 {
1181 static SfxItemPropertyMapEntry const aDocInfoEditTimePropMap [] =
1182 {
1184 {UNO_NAME_DATE_TIME_VALUE, FIELD_PROP_DOUBLE, cppu::UnoType<double>::get(), PropertyAttribute::READONLY, 0},
1189 };
1190 m_aMapEntriesArr[nPropertyId] = aDocInfoEditTimePropMap;
1191 }
1192 break;
1194 {
1195 static SfxItemPropertyMapEntry const aDocInfoStringContentPropMap [] =
1196 {
1201 };
1202 m_aMapEntriesArr[nPropertyId] = aDocInfoStringContentPropMap;
1203 }
1204 break;
1206 {
1207 static SfxItemPropertyMapEntry const aDocInfoCustomPropMap [] =
1208 {
1215 };
1216 m_aMapEntriesArr[nPropertyId] = aDocInfoCustomPropMap;
1217 }
1218 break;
1220 {
1221 static SfxItemPropertyMapEntry const aDocInfoRevisionPropMap [] =
1222 {
1227 };
1228 m_aMapEntriesArr[nPropertyId] = aDocInfoRevisionPropMap;
1229 }
1230 break;
1232 {
1233 static SfxItemPropertyMapEntry const aCombinedCharactersPropMap[] =
1234 {
1237 };
1238 m_aMapEntriesArr[nPropertyId] = aCombinedCharactersPropMap;
1239 }
1240 break;
1242 {
1243 static SfxItemPropertyMapEntry const aTableFormulaPropMap[] =
1244 {
1250 };
1251 m_aMapEntriesArr[nPropertyId] = aTableFormulaPropMap;
1252 }
1253 break;
1255 {
1256 static SfxItemPropertyMapEntry const aEmptyPropMap [] =
1257 {
1259 };
1260 m_aMapEntriesArr[nPropertyId] = aEmptyPropMap;
1261 }
1262 break;
1264 {
1265 static SfxItemPropertyMapEntry const aUserFieldTypePropMap[] =
1266 {
1269 {UNO_NAME_NAME, FIELD_PROP_PAR1, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
1272 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR3, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1273 };
1274 m_aMapEntriesArr[nPropertyId] = aUserFieldTypePropMap;
1275 }
1276 break;
1278 {
1279 static SfxItemPropertyMapEntry const aDDEFieldTypePropMap[] =
1280 {
1287 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR3, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1289 };
1290 m_aMapEntriesArr[nPropertyId] = aDDEFieldTypePropMap;
1291 }
1292 break;
1294 {
1295 static SfxItemPropertyMapEntry const aSetExpFieldTypePropMap[] =
1296 {
1302 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR3, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1303 };
1304 m_aMapEntriesArr[nPropertyId] = aSetExpFieldTypePropMap;
1305 }
1306 break;
1308 {
1309 static SfxItemPropertyMapEntry const aDBFieldTypePropMap [] =
1310 {
1311 // Note: DATA_BASE_NAME and DATA_BASE_URL
1312 // are mapped to the same nMId, because internally we only use
1313 // them as DataSource and it does not matter which one it is.
1314
1316 {UNO_NAME_NAME, FIELD_PROP_PAR3, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
1319 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR4, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1323 };
1324 m_aMapEntriesArr[nPropertyId] = aDBFieldTypePropMap;
1325 }
1326 break;
1328 {
1329 static SfxItemPropertyMapEntry const aStandardFieldMasterMap[] =
1330 {
1333 {UNO_NAME_INSTANCE_NAME, 0, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1334 };
1335 m_aMapEntriesArr[nPropertyId] = aStandardFieldMasterMap;
1336 }
1337 break;
1339 {
1340 static SfxItemPropertyMapEntry const aBibliographyFieldMap[] =
1341 {
1344 };
1345 m_aMapEntriesArr[nPropertyId] = aBibliographyFieldMap;
1346 }
1347 break;
1349 {
1350 static SfxItemPropertyMapEntry const aBibliographyFieldMasterMap[] =
1351 {
1359 {UNO_NAME_INSTANCE_NAME, FIELD_PROP_PAR4, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0},
1360 };
1361 m_aMapEntriesArr[nPropertyId] = aBibliographyFieldMasterMap;
1362 }
1363 break;
1364 case PROPERTY_MAP_TEXT :
1365 {
1366 static SfxItemPropertyMapEntry const aTextMap[] =
1367 {
1369 };
1370 m_aMapEntriesArr[nPropertyId] = aTextMap;
1371 }
1372 break;
1374 {
1375 static SfxItemPropertyMapEntry const aMailMergeMap[] =
1376 {
1380 { UNO_NAME_MODEL, WID_MODEL, cppu::UnoType<css::frame::XModel>::get(), PropertyAttribute::READONLY, 0},
1408 };
1409 m_aMapEntriesArr[nPropertyId] = aMailMergeMap;
1410 }
1411 break;
1413 {
1414 static SfxItemPropertyMapEntry pTextViewMap[] =
1415 {
1416 {UNO_NAME_PAGE_COUNT, WID_PAGE_COUNT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::READONLY, 0},
1417 {UNO_NAME_LINE_COUNT, WID_LINE_COUNT, cppu::UnoType<sal_Int32>::get(), PropertyAttribute::READONLY, 0},
1420 };
1421 m_aMapEntriesArr[nPropertyId] = pTextViewMap;
1422 }
1423 break;
1425 {
1426 static SfxItemPropertyMapEntry const aChart2DataSequenceMap[] =
1427 {
1429 };
1430 m_aMapEntriesArr[nPropertyId] = aChart2DataSequenceMap;
1431 }
1432 break;
1434 {
1435 static SfxItemPropertyMapEntry const aMetaFieldMap[] =
1436 {
1441 };
1442 m_aMapEntriesArr[nPropertyId] = aMetaFieldMap;
1443 }
1444 break;
1446 {
1447 static SfxItemPropertyMapEntry const aTableStyleMap[] =
1448 {
1453 { UNO_NAME_DISPLAY_NAME, 0, cppu::UnoType<OUString>::get(), PropertyAttribute::READONLY, 0 },
1454 };
1455 m_aMapEntriesArr[nPropertyId] = aTableStyleMap;
1456 }
1457 break;
1459 {
1460 static SfxItemPropertyMapEntry const aCellStyleMap[] =
1461 {
1462 // SvxBrushItem
1465 // SvxBoxItem
1479 // SwFormatVertOrient
1481 // SvxFrameDirectionItem
1483 // SvNumberformat
1484 { UNO_NAME_NUMBER_FORMAT, RES_BOXATR_FORMAT, cppu::UnoType<sal_Int32>::get(),PropertyAttribute::MAYBEVOID, 0 },
1485 // SvxAdjustItem
1487 // SvxColorItem
1492 // SvxShadowedItem
1494 // SvxContouredItem
1496 // SvxCrossedOutItem
1498 // SvxUnderlineItem
1503 // standard font
1504 // SvxFontHeightItem
1506 // SvxWeightItem
1507 { UNO_NAME_CHAR_WEIGHT, RES_CHRATR_WEIGHT, cppu::UnoType<float>::get(),PropertyAttribute::MAYBEVOID, MID_WEIGHT },
1508 // SvxPostureItem
1510 // SvxFontItem
1516 // cjk font
1525 // ctl font
1534 };
1535 m_aMapEntriesArr[nPropertyId] = aCellStyleMap;
1536 }
1537 break;
1539 {
1541 }
1542 break;
1544 {
1546 }
1547 break;
1548
1549 default:
1550 OSL_FAIL( "unexpected property map ID" );
1551 }
1552 }
1554}
1555
1556/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
PropFlags nPropertyId
static o3tl::span< const SfxItemPropertyMapEntry > GetParaStylePropertyMap()
Definition: unomap1.cxx:315
o3tl::span< SfxItemPropertyMapEntry const > m_aMapEntriesArr[PROPERTY_MAP_END]
Definition: unomap.hxx:336
static o3tl::span< const SfxItemPropertyMapEntry > GetTextTableCursorPropertyMap()
Definition: unomap1.cxx:936
static o3tl::span< const SfxItemPropertyMapEntry > GetGraphicPropertyMap()
Definition: unomap1.cxx:816
o3tl::span< const SfxItemPropertyMapEntry > GetPropertyMapEntries(sal_uInt16 PropertyId)
Definition: unomap.cxx:74
static o3tl::span< const SfxItemPropertyMapEntry > GetBookmarkPropertyMap()
Definition: unomap1.cxx:962
static o3tl::span< const SfxItemPropertyMapEntry > GetCharStylePropertyMap()
Definition: unomap1.cxx:173
static o3tl::span< const SfxItemPropertyMapEntry > GetParagraphExtensionsPropertyMap()
Definition: unomap1.cxx:975
static o3tl::span< const SfxItemPropertyMapEntry > GetRedlinePropertyMap()
Definition: unomap1.cxx:1062
static o3tl::span< const SfxItemPropertyMapEntry > GetPageStylePropertyMap()
Definition: unomap1.cxx:449
static o3tl::span< const SfxItemPropertyMapEntry > GetAccessibilityTextAttrPropertyMap()
Definition: unomap1.cxx:108
static o3tl::span< const SfxItemPropertyMapEntry > GetUserMarkPropertyMap()
Definition: unomap1.cxx:923
static o3tl::span< const SfxItemPropertyMapEntry > GetTextCursorPropertyMap()
Definition: unomap1.cxx:98
static o3tl::span< const SfxItemPropertyMapEntry > GetTablePropertyMap()
Definition: unomap1.cxx:654
static o3tl::span< const SfxItemPropertyMapEntry > GetParagraphPropertyMap()
Definition: unomap1.cxx:118
static o3tl::span< const SfxItemPropertyMapEntry > GetEmbeddedPropertyMap()
Definition: unomap1.cxx:861
static o3tl::span< const SfxItemPropertyMapEntry > GetRedlinePortionPropertyMap()
Definition: unomap1.cxx:1095
static o3tl::span< const SfxItemPropertyMapEntry > GetContentMarkPropertyMap()
Definition: unomap1.cxx:911
static o3tl::span< const SfxItemPropertyMapEntry > GetFootnotePropertyMap()
Definition: unomap1.cxx:1004
static o3tl::span< const SfxItemPropertyMapEntry > GetContentControlPropertyMap()
Definition: unomap1.cxx:1027
static o3tl::span< const SfxItemPropertyMapEntry > GetConditionalParaStylePropertyMap()
Definition: unomap1.cxx:331
static o3tl::span< const SfxItemPropertyMapEntry > GetRangePropertyMap()
Definition: unomap1.cxx:706
static o3tl::span< SfxItemPropertyMapEntry > GetTextDefaultPropertyMap()
Definition: unomap1.cxx:1075
static o3tl::span< const SfxItemPropertyMapEntry > GetAutoCharStylePropertyMap()
Definition: unomap1.cxx:244
static o3tl::span< const SfxItemPropertyMapEntry > GetAutoParaStylePropertyMap()
Definition: unomap1.cxx:138
static o3tl::span< const SfxItemPropertyMapEntry > GetSectionPropertyMap()
Definition: unomap1.cxx:728
static o3tl::span< const SfxItemPropertyMapEntry > GetTextPortionExtensionPropertyMap()
Definition: unomap1.cxx:985
static o3tl::span< const SfxItemPropertyMapEntry > GetIndexMarkPropertyMap()
Definition: unomap1.cxx:894
static o3tl::span< const SfxItemPropertyMapEntry > GetFrameStylePropertyMap()
Definition: unomap1.cxx:349
static o3tl::span< const SfxItemPropertyMapEntry > GetFramePropertyMap()
Definition: unomap1.cxx:781
static o3tl::span< const SfxItemPropertyMapEntry > GetLineBreakPropertyMap()
Definition: unomap1.cxx:1016
css::uno::Type const & get()
#define FN_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 MID_BORDER_TOP_COLOR
#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_TL_COMPLEX_COLOR
#define MID_WEIGHT
#define MID_COLOR_TINT_OR_SHADE
#define MID_BORDER_RIGHT_COLOR
#define MID_L_MARGIN
#define MID_BORDER_BOTTOM_COLOR
#define MID_TL_STYLE
#define MID_COLOR_THEME_INDEX
#define MID_GRAPHIC_TRANSPARENT
#define MID_UP_MARGIN
#define MID_GRAPHIC
#define MID_BACKGROUND_COMPLEX_COLOR
#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
#define MID_BORDER_LEFT_COLOR
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:255
constexpr OUStringLiteral UNO_NAME_TABLE_FIRST_ROW_START_COLUMN
Definition: unoprnms.hxx:909
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_CHAPTER
Definition: unoprnms.hxx:452
constexpr OUStringLiteral UNO_NAME_DOC_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:897
constexpr OUStringLiteral UNO_NAME_ROW_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:905
constexpr OUStringLiteral UNO_NAME_POSITION_LAYOUT_DIR
Definition: unoprnms.hxx:784
constexpr OUStringLiteral UNO_NAME_BASIC_LIBRARIES
Definition: unoprnms.hxx:747
constexpr OUStringLiteral UNO_NAME_LEVEL
Definition: unoprnms.hxx:296
constexpr OUStringLiteral UNO_NAME_IS_SHOW_FORMULA
Definition: unoprnms.hxx:335
constexpr OUStringLiteral UNO_NAME_SCRIPT_TYPE
Definition: unoprnms.hxx:317
constexpr OUStringLiteral UNO_NAME_TEXT_RANGE
Definition: unoprnms.hxx:87
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_STAR_MATH
Definition: unoprnms.hxx:474
constexpr OUStringLiteral UNO_NAME_SIZE_TYPE
Definition: unoprnms.hxx:282
constexpr OUStringLiteral UNO_NAME_ANCHOR_FRAME
Definition: unoprnms.hxx:252
constexpr OUStringLiteral UNO_NAME_FILE_FORMAT
Definition: unoprnms.hxx:276
constexpr OUStringLiteral UNO_NAME_TOC_BOOKMARK
Definition: unoprnms.hxx:144
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_TEXT_FRAMES
Definition: unoprnms.hxx:470
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY_RELAX
Definition: unoprnms.hxx:221
constexpr OUStringLiteral UNO_NAME_BACKGROUND_COMPLEX_COLOR
Definition: unoprnms.hxx:199
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL7
Definition: unoprnms.hxx:717
constexpr OUStringLiteral UNO_NAME_FULL_NAME
Definition: unoprnms.hxx:279
constexpr OUStringLiteral UNO_NAME_TABLE_FIRST_ROW_END_COLUMN
Definition: unoprnms.hxx:908
constexpr OUStringLiteral UNO_NAME_ALLOW_OVERLAP
Definition: unoprnms.hxx:914
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL4
Definition: unoprnms.hxx:714
constexpr OUStringLiteral UNO_NAME_CHAIN_NAME
Definition: unoprnms.hxx:257
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_PITCH_COMPLEX
Definition: unoprnms.hxx:117
constexpr OUStringLiteral UNO_NAME_LOCALE
Definition: unoprnms.hxx:635
constexpr OUStringLiteral UNO_NAME_IS_DATA_BASE_FORMAT
Definition: unoprnms.hxx:271
constexpr OUStringLiteral UNO_NAME_NUMBER_FORMAT
Definition: unoprnms.hxx:302
constexpr OUStringLiteral UNO_NAME_FORBIDDEN_CHARACTERS
Definition: unoprnms.hxx:606
constexpr OUStringLiteral UNO_NAME_PARA_ID
Definition: unoprnms.hxx:944
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_STYLE_NAME_COMPLEX
Definition: unoprnms.hxx:114
constexpr OUStringLiteral UNO_NAME_CHAR_CONTOURED
Definition: unoprnms.hxx:262
constexpr OUStringLiteral UNO_NAME_TWO_DIGIT_YEAR
Definition: unoprnms.hxx:629
constexpr OUStringLiteral UNO_NAME_RUBY_POSITION
Definition: unoprnms.hxx:612
constexpr OUStringLiteral UNO_NAME_CELL_NAME
Definition: unoprnms.hxx:722
constexpr OUStringLiteral UNO_LINK_DISPLAY_NAME
Definition: unoprnms.hxx:488
constexpr OUStringLiteral UNO_NAME_FILE_PATH
Definition: unoprnms.hxx:495
constexpr OUStringLiteral UNO_NAME_COPIES_TO
Definition: unoprnms.hxx:798
constexpr OUStringLiteral UNO_NAME_SCRIPT_URL
Definition: unoprnms.hxx:778
constexpr OUStringLiteral UNO_NAME_RESULT_SET
Definition: unoprnms.hxx:750
constexpr OUStringLiteral UNO_NAME_OUT_SERVER_PASSWORD
Definition: unoprnms.hxx:801
constexpr OUStringLiteral UNO_NAME_PARA_ID_PARENT
Definition: unoprnms.hxx:945
constexpr OUStringLiteral UNO_NAME_RIGHT_BORDER_DISTANCE
Definition: unoprnms.hxx:382
constexpr OUStringLiteral UNO_NAME_SEND_AS_HTML
Definition: unoprnms.hxx:790
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_OUTLINE
Definition: unoprnms.hxx:451
constexpr OUStringLiteral UNO_NAME_SUBJECT
Definition: unoprnms.hxx:788
constexpr OUStringLiteral UNO_NAME_REFERENCE_FIELD_LANGUAGE
Definition: unoprnms.hxx:315
constexpr OUStringLiteral UNO_NAME_SAVE_FILTER_OPTIONS
Definition: unoprnms.hxx:802
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_MARKS
Definition: unoprnms.hxx:450
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_TYPE
Definition: unoprnms.hxx:171
constexpr OUStringLiteral UNO_NAME_CHAR_LOCALE
Definition: unoprnms.hxx:102
constexpr OUStringLiteral UNO_NAME_ANCHOR_TYPE
Definition: unoprnms.hxx:249
constexpr OUStringLiteral UNO_NAME_RIGHT_MARGIN
Definition: unoprnms.hxx:81
constexpr OUStringLiteral UNO_NAME_REDLINE_DISPLAY_TYPE
Definition: unoprnms.hxx:605
constexpr OUStringLiteral UNO_NAME_BACK_TRANSPARENT
Definition: unoprnms.hxx:248
constexpr OUStringLiteral UNO_NAME_USER_DEFINED_ATTRIBUTES
Definition: unoprnms.hxx:492
constexpr OUStringLiteral UNO_NAME_APPLY_FORM_DESIGN_MODE
Definition: unoprnms.hxx:634
constexpr OUStringLiteral UNO_NAME_HIDE_TAB_LEADER_AND_PAGE_NUMBERS
Definition: unoprnms.hxx:142
constexpr OUStringLiteral UNO_NAME_CHAIN_PREV_NAME
Definition: unoprnms.hxx:256
constexpr OUStringLiteral UNO_NAME_CHAR_COMPLEX_COLOR
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_STAR_CHART
Definition: unoprnms.hxx:475
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_THEME
constexpr OUStringLiteral UNO_NAME_TEXT_SECTION
Definition: unoprnms.hxx:371
constexpr OUStringLiteral UNO_NAME_RUNTIME_UID
Definition: unoprnms.hxx:779
constexpr OUStringLiteral UNO_NAME_INFO_TYPE
Definition: unoprnms.hxx:293
constexpr OUStringLiteral UNO_NAME_REFERENCE_FIELD_SOURCE
Definition: unoprnms.hxx:314
constexpr OUStringLiteral UNO_NAME_TOOLTIP
Definition: unoprnms.hxx:822
constexpr OUStringLiteral UNO_NAME_TEXT_WRAP
Definition: unoprnms.hxx:336
constexpr OUStringLiteral UNO_NAME_SELECTION
Definition: unoprnms.hxx:749
constexpr OUStringLiteral UNO_NAME_PAGE_COUNT
Definition: unoprnms.hxx:805
constexpr OUStringLiteral UNO_NAME_CHAR_SHADOWED
constexpr OUStringLiteral UNO_NAME_SAVE_FILTER_DATA
Definition: unoprnms.hxx:803
constexpr OUStringLiteral UNO_NAME_SEARCH_BACKWARDS
Definition: unoprnms.hxx:217
constexpr OUStringLiteral UNO_NAME_IS_RELATIVE_TABSTOPS
Definition: unoprnms.hxx:482
constexpr OUStringLiteral UNO_NAME_FILE_NAME_PREFIX
Definition: unoprnms.hxx:761
constexpr OUStringLiteral UNO_NAME_CONTOUR_OUTSIDE
Definition: unoprnms.hxx:263
constexpr OUStringLiteral UNO_NAME_USERTEXT
Definition: unoprnms.hxx:347
constexpr OUStringLiteral UNO_NAME_MODEL
Definition: unoprnms.hxx:752
constexpr OUStringLiteral UNO_NAME_BORDER_BOTTOM_COMPLEX_COLOR
Definition: unoprnms.hxx:385
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT_POSITION
Definition: unoprnms.hxx:288
constexpr OUStringLiteral UNO_NAME_CHAPTER_FORMAT
Definition: unoprnms.hxx:258
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_LOCATION
Definition: unoprnms.hxx:44
constexpr OUStringLiteral UNO_NAME_USER_INDEX_NAME
Definition: unoprnms.hxx:440
constexpr OUStringLiteral UNO_NAME_ANCHOR_POSITION
Definition: unoprnms.hxx:738
constexpr OUStringLiteral UNO_NAME_USE_LEVEL_FROM_SOURCE
Definition: unoprnms.hxx:464
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:219
constexpr OUStringLiteral UNO_NAME_DIALOG_LIBRARIES
Definition: unoprnms.hxx:823
constexpr OUStringLiteral UNO_NAME_OFFSET
Definition: unoprnms.hxx:304
constexpr OUStringLiteral UNO_NAME_USE_DASH
Definition: unoprnms.hxx:460
constexpr OUStringLiteral UNO_NAME_BOTTOM_BORDER
Definition: unoprnms.hxx:379
constexpr OUStringLiteral UNO_NAME_URL_CONTENT
Definition: unoprnms.hxx:346
constexpr OUStringLiteral UNO_NAME_MACRO_LIBRARY
Definition: unoprnms.hxx:721
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT_POSITION
Definition: unoprnms.hxx:354
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:458
constexpr OUStringLiteral UNO_NAME_SORT_KEYS
Definition: unoprnms.hxx:569
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT
Definition: unoprnms.hxx:284
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL10
Definition: unoprnms.hxx:711
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY_EXCHANGE
Definition: unoprnms.hxx:224
constexpr OUStringLiteral UNO_NAME_BOTTOM_BORDER_DISTANCE
Definition: unoprnms.hxx:384
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_TABLES
Definition: unoprnms.hxx:469
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL8
Definition: unoprnms.hxx:718
constexpr OUStringLiteral UNO_NAME_DATA_SOURCE_NAME
Definition: unoprnms.hxx:753
constexpr OUStringLiteral UNO_NAME_DAD_COMMAND_TYPE
Definition: unoprnms.hxx:765
constexpr OUStringLiteral UNO_NAME_SAVE_AS_SINGLE_FILE
Definition: unoprnms.hxx:796
constexpr OUStringLiteral UNO_NAME_USE_P_P
Definition: unoprnms.hxx:459
constexpr OUStringLiteral UNO_NAME_DOCUMENT_INDEX_MARKS
Definition: unoprnms.hxx:544
constexpr OUStringLiteral UNO_NAME_BORDER_DISTANCE
Definition: unoprnms.hxx:380
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:505
constexpr OUStringLiteral UNO_NAME_SEQUENCE_VALUE
Definition: unoprnms.hxx:321
constexpr OUStringLiteral UNO_NAME_VALUE
Definition: unoprnms.hxx:349
constexpr OUStringLiteral UNO_NAME_LEVEL_PARAGRAPH_STYLES
Definition: unoprnms.hxx:466
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_EMBEDDED_OBJECTS
Definition: unoprnms.hxx:473
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT
Definition: unoprnms.hxx:352
constexpr OUStringLiteral UNO_NAME_SOURCE_NAME
Definition: unoprnms.hxx:329
constexpr OUStringLiteral UNO_NAME_TEXT_COLUMNS
Definition: unoprnms.hxx:247
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_STYLE_NAME_ASIAN
Definition: unoprnms.hxx:104
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY_ADD
Definition: unoprnms.hxx:220
constexpr OUStringLiteral UNO_NAME_IS_FIXED
Definition: unoprnms.hxx:277
constexpr OUStringLiteral UNO_NAME_DEFAULT_PAGE_MODE
Definition: unoprnms.hxx:875
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_FILTER
Definition: unoprnms.hxx:43
constexpr OUStringLiteral UNO_NAME_ROLE
Definition: unoprnms.hxx:815
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_ELEMENT
Definition: unoprnms.hxx:173
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL3
Definition: unoprnms.hxx:713
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:636
constexpr OUStringLiteral UNO_NAME_DATE_TIME_VALUE
Definition: unoprnms.hxx:573
constexpr OUStringLiteral UNO_NAME_RELATIVE_WIDTH
Definition: unoprnms.hxx:211
constexpr OUStringLiteral UNO_NAME_TEXT_BOX
Definition: unoprnms.hxx:88
constexpr OUStringLiteral UNO_NAME_IS_FIXED_LANGUAGE
Definition: unoprnms.hxx:748
constexpr OUStringLiteral UNO_NAME_CHAR_WEIGHT_COMPLEX
Definition: unoprnms.hxx:119
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_STAR_CALC
Definition: unoprnms.hxx:476
constexpr OUStringLiteral UNO_NAME_IS_AUTOMATIC_UPDATE
Definition: unoprnms.hxx:174
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_PITCH_ASIAN
Definition: unoprnms.hxx:107
constexpr OUStringLiteral UNO_NAME_FILE_NAME_FROM_COLUMN
Definition: unoprnms.hxx:760
constexpr OUStringLiteral UNO_NAME_CONNECTION
Definition: unoprnms.hxx:751
constexpr OUStringLiteral UNO_NAME_AUTHOR
Definition: unoprnms.hxx:253
constexpr OUStringLiteral UNO_NAME_NAME
Definition: unoprnms.hxx:90
constexpr OUStringLiteral UNO_NAME_PAGE_TOGGLE
Definition: unoprnms.hxx:307
constexpr OUStringLiteral UNO_NAME_HORI_ORIENT_RELATION
Definition: unoprnms.hxx:287
constexpr OUStringLiteral UNO_NAME_TOP_BORDER
Definition: unoprnms.hxx:378
constexpr OUStringLiteral UNO_NAME_IS_AUTO_HEIGHT
Definition: unoprnms.hxx:281
constexpr OUStringLiteral UNO_NAME_HINT
Definition: unoprnms.hxx:283
constexpr OUStringLiteral UNO_NAME_SEARCH_STYLES
Definition: unoprnms.hxx:216
constexpr OUStringLiteral UNO_NAME_PLACEHOLDER
Definition: unoprnms.hxx:310
constexpr OUStringLiteral UNO_NAME_INPUT
Definition: unoprnms.hxx:825
constexpr OUStringLiteral UNO_NAME_CHAR_POSTURE
constexpr OUStringLiteral UNO_NAME_PARA_STYLEHEADING
Definition: unoprnms.hxx:709
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY
Definition: unoprnms.hxx:218
constexpr OUStringLiteral UNO_NAME_DATA_COLUMN_NAME
Definition: unoprnms.hxx:270
constexpr OUStringLiteral UNO_NAME_TOP_MARGIN
Definition: unoprnms.hxx:343
constexpr OUStringLiteral UNO_NAME_USER_DATA_TYPE
Definition: unoprnms.hxx:348
constexpr OUStringLiteral UNO_NAME_CURRENT_PRESENTATION
Definition: unoprnms.hxx:506
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_TINT_OR_SHADE
constexpr OUStringLiteral UNO_NAME_IS_HIDDEN
Definition: unoprnms.hxx:627
constexpr OUStringLiteral UNO_NAME_WORD_COUNT
Definition: unoprnms.hxx:445
constexpr OUStringLiteral UNO_NAME_WRAP_INFLUENCE_ON_POSITION
Definition: unoprnms.hxx:781
constexpr OUStringLiteral UNO_NAME_ROW_SPAN
Definition: unoprnms.hxx:826
constexpr OUStringLiteral UNO_NAME_RUBY_ADJUST
Definition: unoprnms.hxx:609
constexpr OUStringLiteral UNO_NAME_RIGHT_BORDER
Definition: unoprnms.hxx:377
constexpr OUStringLiteral UNO_NAME_REFERENCE_FIELD_PART
Definition: unoprnms.hxx:313
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_PARAGRAPH_STYLE
Definition: unoprnms.hxx:483
constexpr OUStringLiteral UNO_NAME_WRITING_MODE
Definition: unoprnms.hxx:726
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_CHAR_SET_ASIAN
Definition: unoprnms.hxx:106
constexpr OUStringLiteral UNO_NAME_RESOLVED
Definition: unoprnms.hxx:913
constexpr OUStringLiteral UNO_NAME_OUTPUT_URL
Definition: unoprnms.hxx:756
constexpr OUStringLiteral UNO_NAME_INFO_FORMAT
Definition: unoprnms.hxx:294
constexpr OUStringLiteral UNO_NAME_IS_COMMA_SEPARATED
Definition: unoprnms.hxx:481
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_STAR_DRAW
Definition: unoprnms.hxx:477
constexpr OUStringLiteral UNO_NAME_REDLINE_PROTECTION_KEY
Definition: unoprnms.hxx:631
constexpr OUStringLiteral UNO_NAME_INDEX_AUTO_MARK_FILE_U_R_L
Definition: unoprnms.hxx:480
constexpr OUStringLiteral UNO_NAME_DATA_TABLE_NAME
Definition: unoprnms.hxx:268
constexpr OUStringLiteral UNO_NAME_CHAR_COLOR
constexpr OUStringLiteral UNO_NAME_BRACKET_BEFORE
Definition: unoprnms.hxx:565
constexpr OUStringLiteral UNO_NAME_LABEL_DISPLAY_TYPE
Definition: unoprnms.hxx:463
constexpr OUStringLiteral UNO_NAME_DATA_BASE_NAME
Definition: unoprnms.hxx:267
constexpr OUStringLiteral UNO_NAME_SEQUENCE_NUMBER
Definition: unoprnms.hxx:513
constexpr OUStringLiteral UNO_NAME_TABLE_LAST_ROW_START_COLUMN
Definition: unoprnms.hxx:911
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL6
Definition: unoprnms.hxx:716
constexpr OUStringLiteral UNO_NAME_VBA_DOCOBJ
Definition: unoprnms.hxx:852
constexpr OUStringLiteral UNO_NAME_DAD_COMMAND
Definition: unoprnms.hxx:764
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_FAMILY_ASIAN
Definition: unoprnms.hxx:105
constexpr OUStringLiteral UNO_NAME_TRANSFORMATION_IN_HORI_L2R
Definition: unoprnms.hxx:783
constexpr OUStringLiteral UNO_NAME_USE_KEY_AS_ENTRY
Definition: unoprnms.hxx:456
constexpr OUStringLiteral UNO_NAME_STARTPOSITION_IN_HORI_L2R
Definition: unoprnms.hxx:786
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_LEVEL_PARAGRAPH_STYLES
Definition: unoprnms.hxx:485
constexpr OUStringLiteral UNO_NAME_RELATIVE_HEIGHT
Definition: unoprnms.hxx:213
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL1
Definition: unoprnms.hxx:710
constexpr OUStringLiteral UNO_NAME_OPAQUE
Definition: unoprnms.hxx:306
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_STYLE_NAME
Definition: unoprnms.hxx:98
constexpr OUStringLiteral UNO_NAME_IS_PROTECTED
Definition: unoprnms.hxx:183
constexpr OUStringLiteral UNO_NAME_IS_TEMPLATE
Definition: unoprnms.hxx:851
constexpr OUStringLiteral UNO_NAME_TOP_BORDER_DISTANCE
Definition: unoprnms.hxx:383
constexpr OUStringLiteral UNO_NAME_FILTER
Definition: unoprnms.hxx:754
constexpr OUStringLiteral UNO_NAME_DOCUMENT_URL
Definition: unoprnms.hxx:755
constexpr OUStringLiteral UNO_NAME_TABLE_COLUMN_SEPARATORS
Definition: unoprnms.hxx:390
constexpr OUStringLiteral UNO_NAME_CHAR_STRIKEOUT
Definition: unoprnms.hxx:129
constexpr OUStringLiteral UNO_NAME_CONTENT
Definition: unoprnms.hxx:261
constexpr OUStringLiteral UNO_NAME_ATTACHMENT_FILTER
Definition: unoprnms.hxx:794
constexpr OUStringLiteral UNO_NAME_MAIN_ENTRY_CHARACTER_STYLE_NAME
Definition: unoprnms.hxx:468
constexpr OUStringLiteral UNO_NAME_USE_COMBINED_ENTRIES
Definition: unoprnms.hxx:457
constexpr OUStringLiteral UNO_NAME_SELITEM
Definition: unoprnms.hxx:772
constexpr OUStringLiteral UNO_NAME_ENDPOSITION_IN_HORI_L2R
Definition: unoprnms.hxx:787
constexpr OUStringLiteral UNO_NAME_BORDER_TOP_COMPLEX_COLOR
Definition: unoprnms.hxx:388
constexpr OUStringLiteral UNO_NAME_WORD_SEPARATOR
Definition: unoprnms.hxx:446
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_OTHER_EMBEDDED_OBJECTS
Definition: unoprnms.hxx:479
constexpr OUStringLiteral UNO_NAME_LEFT_BORDER_DISTANCE
Definition: unoprnms.hxx:381
constexpr OUStringLiteral UNO_NAME_DATA_BASE_URL
Definition: unoprnms.hxx:782
constexpr OUStringLiteral UNO_NAME_RUBY_IS_ABOVE
Definition: unoprnms.hxx:611
constexpr OUStringLiteral UNO_NAME_SHOW_CHANGES
Definition: unoprnms.hxx:486
constexpr OUStringLiteral UNO_NAME_SET_NUMBER
Definition: unoprnms.hxx:324
constexpr OUStringLiteral UNO_NAME_INITIALS
Definition: unoprnms.hxx:871
constexpr OUStringLiteral UNO_NAME_MACRO_NAME
Definition: unoprnms.hxx:299
constexpr OUStringLiteral UNO_NAME_SURROUND
Definition: unoprnms.hxx:333
constexpr OUStringLiteral UNO_NAME_CHAR_HEIGHT_COMPLEX
Definition: unoprnms.hxx:120
constexpr OUStringLiteral UNO_NAME_FIELDS
Definition: unoprnms.hxx:572
constexpr OUStringLiteral UNO_NAME_BRACKET_AFTER
Definition: unoprnms.hxx:566
constexpr OUStringLiteral UNO_NAME_VERT_ORIENT_RELATION
Definition: unoprnms.hxx:355
constexpr OUStringLiteral UNO_LINK_DISPLAY_BITMAP
Definition: unoprnms.hxx:489
constexpr OUStringLiteral UNO_NAME_TOC_NEWLINE
Definition: unoprnms.hxx:145
constexpr OUStringLiteral UNO_NAME_IS_INPUT
Definition: unoprnms.hxx:295
constexpr OUStringLiteral UNO_NAME_BACK_COLOR
Definition: unoprnms.hxx:198
constexpr OUStringLiteral UNO_NAME_USE_ALPHABETICAL_SEPARATORS
Definition: unoprnms.hxx:455
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_FAMILY
Definition: unoprnms.hxx:99
constexpr OUStringLiteral UNO_NAME_STYLE_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:900
constexpr OUStringLiteral UNO_NAME_AUTOMATIC_CONTROL_FOCUS
Definition: unoprnms.hxx:633
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC_URL
Definition: unoprnms.hxx:41
constexpr OUStringLiteral UNO_NAME_BOTTOM_MARGIN
Definition: unoprnms.hxx:344
constexpr OUStringLiteral UNO_NAME_FIELD_CODE
Definition: unoprnms.hxx:816
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE_COMPLEX_COLOR
Definition: unoprnms.hxx:125
constexpr OUStringLiteral UNO_NAME_PARA_ADJUST
Definition: unoprnms.hxx:191
constexpr OUStringLiteral UNO_NAME_PARAGRAPH_COUNT
Definition: unoprnms.hxx:444
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_LABELS
Definition: unoprnms.hxx:453
constexpr OUStringLiteral UNO_NAME_IS_NUMBER_ENTRIES
Definition: unoprnms.hxx:567
constexpr OUStringLiteral UNO_NAME_TAB_IN_TOC
Definition: unoprnms.hxx:143
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_FAMILY_COMPLEX
Definition: unoprnms.hxx:115
constexpr OUStringLiteral UNO_NAME_IS_HIDE_SPELL_MARKS
Definition: unoprnms.hxx:809
constexpr OUStringLiteral UNO_NAME_CHAR_HEIGHT
constexpr OUStringLiteral UNO_NAME_ADDRESS_FROM_COLUMN
Definition: unoprnms.hxx:789
constexpr OUStringLiteral UNO_NAME_BORDER_RIGHT_COMPLEX_COLOR
Definition: unoprnms.hxx:387
constexpr OUStringLiteral UNO_NAME_ANCHOR_PAGE_NO
Definition: unoprnms.hxx:251
constexpr OUStringLiteral UNO_NAME_RELATIVE_WIDTH_RELATION
Definition: unoprnms.hxx:212
constexpr OUStringLiteral UNO_NAME_REVISION
Definition: unoprnms.hxx:441
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_CHAR_SET
Definition: unoprnms.hxx:100
constexpr OUStringLiteral UNO_NAME_SINGLE_PRINT_JOBS
Definition: unoprnms.hxx:759
constexpr OUStringLiteral UNO_NAME_CHARACTER_COUNT
Definition: unoprnms.hxx:447
constexpr OUStringLiteral UNO_NAME_SURROUND_CONTOUR
Definition: unoprnms.hxx:337
constexpr OUStringLiteral UNO_NAME_BUILDID
Definition: unoprnms.hxx:813
constexpr OUStringLiteral UNO_NAME_HIDE_FIELD_TIPS
Definition: unoprnms.hxx:528
constexpr OUStringLiteral UNO_NAME_DDE_COMMAND_FILE
Definition: unoprnms.hxx:172
constexpr OUStringLiteral UNO_NAME_HAS_VALID_SIGNATURES
Definition: unoprnms.hxx:817
constexpr OUStringLiteral UNO_NAME_DATA_COMMAND_TYPE
Definition: unoprnms.hxx:269
constexpr OUStringLiteral UNO_NAME_IS_PHYSICAL
Definition: unoprnms.hxx:29
constexpr OUStringLiteral UNO_NAME_SEARCH_WORDS
Definition: unoprnms.hxx:320
constexpr OUStringLiteral UNO_NAME_USE_UPPER_CASE
Definition: unoprnms.hxx:461
constexpr OUStringLiteral UNO_NAME_LINE_COUNT
Definition: unoprnms.hxx:806
constexpr OUStringLiteral UNO_NAME_CONDITION
Definition: unoprnms.hxx:260
constexpr OUStringLiteral UNO_NAME_PARENT_TEXT
Definition: unoprnms.hxx:423
constexpr OUStringLiteral UNO_NAME_IS_SORT_BY_POSITION
Definition: unoprnms.hxx:568
constexpr OUStringLiteral UNO_NAME_TRUE_CONTENT
Definition: unoprnms.hxx:345
constexpr OUStringLiteral UNO_NAME_HIDDEN
Definition: unoprnms.hxx:874
constexpr OUStringLiteral UNO_NAME_MISC_OBJ_INTEROPGRABBAG
constexpr OUStringLiteral UNO_NAME_CELL_INTEROP_GRAB_BAG
Definition: unoprnms.hxx:904
constexpr OUStringLiteral UNO_NAME_ON
Definition: unoprnms.hxx:305
constexpr OUStringLiteral UNO_NAME_BLIND_COPIES_TO
Definition: unoprnms.hxx:799
constexpr OUStringLiteral UNO_NAME_INSTANCE_NAME
Definition: unoprnms.hxx:508
constexpr OUStringLiteral UNO_NAME_HELP
Definition: unoprnms.hxx:821
constexpr OUStringLiteral UNO_NAME_TOC_PARAGRAPH_OUTLINE_LEVEL
Definition: unoprnms.hxx:146
constexpr OUStringLiteral UNO_NAME_SEND_AS_ATTACHMENT
Definition: unoprnms.hxx:791
constexpr OUStringLiteral UNO_NAME_LEFT_BORDER
Definition: unoprnms.hxx:376
constexpr OUStringLiteral UNO_NAME_PRINT_OPTIONS
Definition: unoprnms.hxx:795
constexpr OUStringLiteral UNO_NAME_FALSE_CONTENT
Definition: unoprnms.hxx:275
constexpr OUStringLiteral UNO_NAME_VARIABLE_NAME
Definition: unoprnms.hxx:350
constexpr OUStringLiteral UNO_NAME_CHAR_UNDERLINE_HAS_COLOR
Definition: unoprnms.hxx:126
constexpr OUStringLiteral UNO_NAME_DATE
Definition: unoprnms.hxx:272
constexpr OUStringLiteral UNO_NAME_RECORD_CHANGES
Definition: unoprnms.hxx:487
constexpr OUStringLiteral UNO_NAME_LABEL_CATEGORY
Definition: unoprnms.hxx:462
constexpr OUStringLiteral UNO_NAME_TABLE_LAST_ROW_END_COLUMN
Definition: unoprnms.hxx:910
constexpr OUStringLiteral UNO_NAME_SURROUND_ANCHORONLY
Definition: unoprnms.hxx:338
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL9
Definition: unoprnms.hxx:719
constexpr OUStringLiteral UNO_NAME_IS_CONDITION_TRUE
Definition: unoprnms.hxx:628
constexpr OUStringLiteral UNO_NAME_RELATIVE_HEIGHT_RELATION
Definition: unoprnms.hxx:214
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_CHAR_SET_COMPLEX
Definition: unoprnms.hxx:116
constexpr OUStringLiteral UNO_NAME_IN_SERVER_PASSWORD
Definition: unoprnms.hxx:800
constexpr OUStringLiteral UNO_NAME_NUMBERING_SEPARATOR
Definition: unoprnms.hxx:500
constexpr OUStringLiteral UNO_NAME_WIDTH_TYPE
Definition: unoprnms.hxx:777
constexpr OUStringLiteral UNO_NAME_SEARCH_REGULAR_EXPRESSION
Definition: unoprnms.hxx:223
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_NAME
Definition: unoprnms.hxx:97
constexpr OUStringLiteral UNO_NAME_VARIABLE_SUBTYPE
Definition: unoprnms.hxx:351
constexpr OUStringLiteral UNO_NAME_IS_VISIBLE
Definition: unoprnms.hxx:356
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL5
Definition: unoprnms.hxx:715
constexpr OUStringLiteral UNO_NAME_HEIGHT
Definition: unoprnms.hxx:280
constexpr OUStringLiteral UNO_NAME_IS_DATE
Definition: unoprnms.hxx:273
constexpr OUStringLiteral UNO_NAME_MAIL_BODY
Definition: unoprnms.hxx:792
constexpr OUStringLiteral UNO_NAME_ADJUST
Definition: unoprnms.hxx:507
constexpr OUStringLiteral UNO_NAME_LOCK_UPDATES
Definition: unoprnms.hxx:804
constexpr OUStringLiteral UNO_NAME_ITEMS
Definition: unoprnms.hxx:771
constexpr OUStringLiteral UNO_NAME_IS_FOLLOWING_TEXT_FLOW
Definition: unoprnms.hxx:776
constexpr OUStringLiteral UNO_NAME_OUTPUT_TYPE
Definition: unoprnms.hxx:757
constexpr OUStringLiteral UNO_NAME_SAVE_FILTER
Definition: unoprnms.hxx:797
constexpr OUStringLiteral UNO_NAME_PLACEHOLDER_TYPE
Definition: unoprnms.hxx:311
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:720
constexpr OUStringLiteral UNO_NAME_SEARCH_SIMILARITY_REMOVE
Definition: unoprnms.hxx:222
constexpr OUStringLiteral UNO_NAME_SEARCH_ALL
Definition: unoprnms.hxx:318
constexpr OUStringLiteral UNO_NAME_TITLE
Definition: unoprnms.hxx:342
constexpr OUStringLiteral UNO_NAME_CHAR_FONT_NAME_COMPLEX
Definition: unoprnms.hxx:112
constexpr OUStringLiteral UNO_NAME_IS_SPLIT_ALLOWED
Definition: unoprnms.hxx:773
constexpr OUStringLiteral UNO_NAME_NUMBERING_RULES
constexpr OUStringLiteral UNO_NAME_HAS_TEXT_CHANGES_ONLY
Definition: unoprnms.hxx:774
constexpr OUStringLiteral UNO_NAME_IS_CONSTANT_SPELLCHECK
Definition: unoprnms.hxx:807
constexpr OUStringLiteral UNO_NAME_IS_EXPRESSION
Definition: unoprnms.hxx:334
constexpr OUStringLiteral UNO_NAME_SUB_TYPE
Definition: unoprnms.hxx:332
constexpr OUStringLiteral UNO_NAME_ESCAPE_PROCESSING
Definition: unoprnms.hxx:758
constexpr OUStringLiteral UNO_NAME_BACK_GRAPHIC
Definition: unoprnms.hxx:42
constexpr OUStringLiteral UNO_NAME_CREATE_FROM_GRAPHIC_OBJECTS
Definition: unoprnms.hxx:471
constexpr OUStringLiteral UNO_NAME_LEVEL_FORMAT
Definition: unoprnms.hxx:465
constexpr OUStringLiteral UNO_NAME_BORDER_LEFT_COMPLEX_COLOR
Definition: unoprnms.hxx:386
constexpr OUStringLiteral UNO_NAME_ATTACHMENT_NAME
Definition: unoprnms.hxx:793
constexpr OUStringLiteral UNO_NAME_DISPLAY_NAME
Definition: unoprnms.hxx:31
constexpr OUStringLiteral UNO_NAME_CHAPTER_NUMBERING_LEVEL
Definition: unoprnms.hxx:499
constexpr OUStringLiteral UNO_NAME_PARA_STYLELEVEL2
Definition: unoprnms.hxx:712
constexpr OUStringLiteral UNO_NAME_NUMBERING_TYPE