1*cdf0e10cSrcweir /************************************************************************* 2*cdf0e10cSrcweir * 3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir * 5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir * 7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir * 9*cdf0e10cSrcweir * This file is part of OpenOffice.org. 10*cdf0e10cSrcweir * 11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir * only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir * 15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir * 21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir * version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir * for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir * 26*cdf0e10cSrcweir ************************************************************************/ 27*cdf0e10cSrcweir 28*cdf0e10cSrcweir #ifndef _EXTENSIONS_FORMSCTRLR_FORMSTRINGS_HXX_ 29*cdf0e10cSrcweir #define _EXTENSIONS_FORMSCTRLR_FORMSTRINGS_HXX_ 30*cdf0e10cSrcweir 31*cdf0e10cSrcweir #include "stringdefine.hxx" 32*cdf0e10cSrcweir 33*cdf0e10cSrcweir //............................................................................ 34*cdf0e10cSrcweir namespace pcr 35*cdf0e10cSrcweir { 36*cdf0e10cSrcweir //............................................................................ 37*cdf0e10cSrcweir 38*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULTCONTROL, "DefaultControl" ); 39*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_INTROSPECTEDOBJECT, "IntrospectedObject" ); 40*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CURRENTPAGE, "CurrentPage" ); 41*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CONTROLCONTEXT, "ControlContext" ); 42*cdf0e10cSrcweir 43*cdf0e10cSrcweir // properties 44*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CLASSID, "ClassId" ); 45*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CONTROLLABEL, "LabelControl"); 46*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LABEL, "Label"); 47*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TABINDEX, "TabIndex"); 48*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_WHEEL_BEHAVIOR, "MouseWheelBehavior"); 49*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TAG, "Tag"); 50*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_NAME, "Name"); 51*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_VALUE, "Value"); 52*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TEXT, "Text"); 53*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_NAVIGATION, "NavigationBarMode"); 54*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CYCLE, "Cycle"); 55*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CONTROLSOURCE, "DataField"); 56*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_INPUT_REQUIRED, "InputRequired"); 57*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ENABLED, "Enabled"); 58*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ENABLE_VISIBLE, "EnableVisible" ); 59*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_READONLY, "ReadOnly"); 60*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ISREADONLY, "IsReadOnly"); 61*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FILTER, "Filter"); 62*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_WIDTH, "Width"); 63*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_MULTILINE, "MultiLine"); 64*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_WORDBREAK, "WordBreak"); 65*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TARGET_URL, "TargetURL"); 66*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TARGET_FRAME, "TargetFrame"); 67*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_MAXTEXTLEN, "MaxTextLen"); 68*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_EDITMASK, "EditMask"); 69*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SPIN, "Spin"); 70*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TRISTATE, "TriState"); 71*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_HIDDEN_VALUE, "HiddenValue"); 72*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BUTTONTYPE, "ButtonType"); 73*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XFORMS_BUTTONTYPE, "XFormsButtonType"); 74*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_STRINGITEMLIST, "StringItemList"); 75*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_TEXT, "DefaultText"); 76*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_STATE, "DefaultState"); 77*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FORMATKEY, "FormatKey"); 78*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FORMATSSUPPLIER, "FormatsSupplier"); 79*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SUBMIT_ACTION, "SubmitAction"); 80*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SUBMIT_TARGET, "SubmitTarget"); 81*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SUBMIT_METHOD, "SubmitMethod"); 82*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SUBMIT_ENCODING, "SubmitEncoding"); 83*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_IMAGE_URL, "ImageURL"); 84*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_EMPTY_IS_NULL, "ConvertEmptyToNull"); 85*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LISTSOURCETYPE, "ListSourceType"); 86*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LISTSOURCE, "ListSource"); 87*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_SELECT_SEQ, "DefaultSelection"); 88*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_MULTISELECTION, "MultiSelection"); 89*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ALIGN, "Align"); 90*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_VERTICAL_ALIGN, "VerticalAlign"); 91*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_DATE, "DefaultDate"); 92*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_TIME, "DefaultTime"); 93*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_VALUE, "DefaultValue"); 94*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DECIMAL_ACCURACY, "DecimalAccuracy"); 95*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_REFVALUE, "RefValue"); 96*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_UNCHECKEDREFVALUE, "SecondaryRefValue"); 97*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_VALUEMIN, "ValueMin"); 98*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_VALUEMAX, "ValueMax"); 99*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_STRICTFORMAT, "StrictFormat"); 100*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ALLOWADDITIONS, "AllowInserts"); 101*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ALLOWEDITS, "AllowUpdates"); 102*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ALLOWDELETIONS, "AllowDeletes"); 103*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_MASTERFIELDS, "MasterFields"); 104*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LITERALMASK, "LiteralMask"); 105*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_VALUESTEP, "ValueStep"); 106*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHOWTHOUSANDSEP, "ShowThousandsSeparator"); 107*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CURRENCYSYMBOL, "CurrencySymbol"); 108*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DATEFORMAT, "DateFormat"); 109*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DATEMIN, "DateMin"); 110*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DATEMAX, "DateMax"); 111*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TIMEFORMAT, "TimeFormat"); 112*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TIMEMIN, "TimeMin"); 113*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TIMEMAX, "TimeMax"); 114*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LINECOUNT, "LineCount"); 115*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BOUNDCOLUMN, "BoundColumn"); 116*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BACKGROUNDCOLOR, "BackgroundColor"); 117*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FILLCOLOR, "FillColor"); 118*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TEXTCOLOR, "TextColor"); 119*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LINECOLOR, "LineColor"); 120*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BORDER, "Border"); 121*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ICONSIZE, "IconSize"); 122*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DROPDOWN, "Dropdown"); 123*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_HSCROLL, "HScroll"); 124*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_VSCROLL, "VScroll"); 125*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHOW_SCROLLBARS, "ShowScrollbars"); 126*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TABSTOP, "Tabstop"); 127*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_AUTOCOMPLETE, "Autocomplete"); 128*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_PRINTABLE, "Printable"); 129*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ECHO_CHAR, "EchoChar"); 130*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ROWHEIGHT, "RowHeight"); 131*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_HELPTEXT, "HelpText"); 132*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT, "FontDescriptor"); 133*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_NAME, "FontName"); 134*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_STYLENAME, "FontStyleName"); 135*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_FAMILY, "FontFamily"); 136*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_CHARSET, "FontCharset"); 137*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_HEIGHT, "FontHeight"); 138*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_WEIGHT, "FontWeight"); 139*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_SLANT, "FontSlant"); 140*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_UNDERLINE, "FontUnderline"); 141*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_STRIKEOUT, "FontStrikeout"); 142*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_RELIEF, "FontRelief"); 143*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FONT_EMPHASIS_MARK, "FontEmphasisMark"); 144*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TEXTLINECOLOR, "TextLineColor"); 145*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_HELPURL, "HelpURL"); 146*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_RECORDMARKER, "HasRecordMarker"); 147*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_EFFECTIVE_DEFAULT, "EffectiveDefault"); 148*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_EFFECTIVE_MIN, "EffectiveMin"); 149*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_EFFECTIVE_MAX, "EffectiveMax"); 150*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FILTERPROPOSAL, "UseFilterValueProposal"); 151*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CURRSYM_POSITION, "PrependCurrencySymbol"); 152*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_COMMAND, "Command"); 153*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_COMMANDTYPE, "CommandType"); 154*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_INSERTONLY, "IgnoreResult"); 155*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ESCAPE_PROCESSING, "EscapeProcessing"); 156*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TITLE, "Title"); 157*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SORT, "Order"); 158*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DATASOURCE, "DataSourceName"); 159*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DETAILFIELDS, "DetailFields"); 160*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULTBUTTON, "DefaultButton"); 161*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LISTINDEX, "ListIndex"); 162*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_HEIGHT, "Height"); 163*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_HASNAVIGATION, "HasNavigationBar"); 164*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_POSITIONX, "PositionX"); 165*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_POSITIONY, "PositionY"); 166*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_STEP, "Step"); 167*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_WORDLINEMODE, "FontWordLineMode"); 168*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_PROGRESSVALUE, "ProgressValue"); 169*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_PROGRESSVALUE_MIN, "ProgressValueMin"); 170*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_PROGRESSVALUE_MAX, "ProgressValueMax"); 171*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SCROLLVALUE, "ScrollValue"); 172*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_SCROLLVALUE, "DefaultScrollValue"); 173*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SCROLLVALUE_MIN, "ScrollValueMin"); 174*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SCROLLVALUE_MAX, "ScrollValueMax"); 175*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LINEINCREMENT, "LineIncrement"); 176*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BLOCKINCREMENT, "BlockIncrement"); 177*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_VISIBLESIZE, "VisibleSize"); 178*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ORIENTATION, "Orientation"); 179*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_IMAGEPOSITION, "ImagePosition"); 180*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ACTIVE_CONNECTION, "ActiveConnection"); 181*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ACTIVECOMMAND, "ActiveCommand"); 182*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DATE, "Date"); 183*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_STATE, "State"); 184*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TIME, "Time"); 185*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SCALEIMAGE, "ScaleImage"); 186*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SCALE_MODE, "ScaleMode"); 187*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_PUSHBUTTONTYPE, "PushButtonType"); 188*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_EFFECTIVE_VALUE, "EffectiveValue"); 189*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SELECTEDITEMS, "SelectedItems"); 190*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_REPEAT, "Repeat"); 191*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_REPEAT_DELAY, "RepeatDelay"); 192*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SYMBOLCOLOR, "SymbolColor"); 193*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SPINVALUE, "SpinValue"); 194*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SPINVALUE_MIN, "SpinValueMin"); 195*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SPINVALUE_MAX, "SpinValueMax"); 196*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_SPINVALUE, "DefaultSpinValue"); 197*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SPININCREMENT, "SpinIncrement"); 198*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHOW_POSITION, "ShowPosition" ); 199*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHOW_NAVIGATION, "ShowNavigation" ); 200*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHOW_RECORDACTIONS, "ShowRecordActions" ); 201*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHOW_FILTERSORT, "ShowFilterSort" ); 202*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LINEEND_FORMAT, "LineEndFormat"); 203*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_DECORATION, "Decoration" ); 204*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_NOLABEL, "NoLabel" ); 205*cdf0e10cSrcweir 206*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SELECTION_TYPE, "SelectionType"); 207*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ROOT_DISPLAYED, "RootDisplayed"); 208*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHOWS_HANDLES, "ShowsHandles"); 209*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHOWS_ROOT_HANDLES, "ShowsRootHandles"); 210*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_EDITABLE, "Editable"); 211*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_INVOKES_STOP_NOT_EDITING, "InvokesStopNodeEditing"); 212*cdf0e10cSrcweir 213*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_HARDLINEBREAKS, "HardLineBreaks"); 214*cdf0e10cSrcweir 215*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TOGGLE, "Toggle" ); 216*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_FOCUSONCLICK, "FocusOnClick" ); 217*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_HIDEINACTIVESELECTION, "HideInactiveSelection" ); 218*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_VISUALEFFECT, "VisualEffect" ); 219*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BORDERCOLOR, "BorderColor" ); 220*cdf0e10cSrcweir 221*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ADDRESS, "Address"); 222*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_REFERENCE_SHEET, "ReferenceSheet"); 223*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_UI_REPRESENTATION, "UserInterfaceRepresentation"); 224*cdf0e10cSrcweir 225*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XML_DATA_MODEL, "XMLDataModel" ); 226*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BINDING_NAME, "BindingName" ); 227*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BIND_EXPRESSION, "BindingExpression" ); 228*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LIST_BINDING, "ListBinding" ); 229*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_REQUIRED, "RequiredExpression" ); 230*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_RELEVANT, "RelevantExpression" ); 231*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_READONLY, "ReadonlyExpression" ); 232*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_CONSTRAINT, "ConstraintExpression" ); 233*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_CALCULATION, "CalculateExpression" ); 234*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_DATA_TYPE, "Type" ); 235*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_WHITESPACES, "WhiteSpace" ); 236*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_PATTERN, "Pattern" ); 237*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_LENGTH, "Length" ); 238*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_LENGTH, "MinLength" ); 239*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_LENGTH, "MaxLength" ); 240*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_TOTAL_DIGITS, "TotalDigits" ); 241*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_FRACTION_DIGITS, "FractionDigits" ); 242*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_INCLUSIVE_INT, "MaxInclusiveInt" ); 243*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_EXCLUSIVE_INT, "MaxExclusiveInt" ); 244*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_INCLUSIVE_INT, "MinInclusiveInt" ); 245*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_EXCLUSIVE_INT, "MinExclusiveInt" ); 246*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_INCLUSIVE_DOUBLE, "MaxInclusiveDouble" ); 247*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_EXCLUSIVE_DOUBLE, "MaxExclusiveDouble" ); 248*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_INCLUSIVE_DOUBLE, "MinInclusiveDouble" ); 249*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_EXCLUSIVE_DOUBLE, "MinExclusiveDouble" ); 250*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_INCLUSIVE_DATE, "MaxInclusiveDate" ); 251*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_EXCLUSIVE_DATE, "MaxExclusiveDate" ); 252*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_INCLUSIVE_DATE, "MinInclusiveDate" ); 253*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_EXCLUSIVE_DATE, "MinExclusiveDate" ); 254*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_INCLUSIVE_TIME, "MaxInclusiveTime" ); 255*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_EXCLUSIVE_TIME, "MaxExclusiveTime" ); 256*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_INCLUSIVE_TIME, "MinInclusiveTime" ); 257*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_EXCLUSIVE_TIME, "MinExclusiveTime" ); 258*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_INCLUSIVE_DATE_TIME, "MaxInclusiveDateTime" ); 259*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MAX_EXCLUSIVE_DATE_TIME, "MaxExclusiveDateTime" ); 260*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_INCLUSIVE_DATE_TIME, "MinInclusiveDateTime" ); 261*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_XSD_MIN_EXCLUSIVE_DATE_TIME, "MinExclusiveDateTime" ); 262*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SUBMISSION_ID, "SubmissionID" ); 263*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BINDING_ID, "BindingID" ); 264*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ID, "ID" ); 265*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_WRITING_MODE, "WritingMode" ); 266*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TEXT_ANCHOR_TYPE, "TextAnchorType" ); 267*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_SHEET_ANCHOR_TYPE, "SheetAnchorType" ); 268*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ANCHOR_TYPE, "AnchorType" ); 269*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ANCHOR, "Anchor" ); 270*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_IS_VISIBLE, "IsVisible" ); 271*cdf0e10cSrcweir 272*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_MODEL, "Model" ); 273*cdf0e10cSrcweir 274*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_CELL_EXCHANGE_TYPE, "ExchangeSelectionIndex"); 275*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_BOUND_CELL, "BoundCell"); 276*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_LIST_CELL_RANGE, "CellRange"); 277*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_AUTOLINEBREAK, "AutomaticLineBreak"); 278*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_TEXTTYPE, "TextType"); 279*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_RICHTEXT, "RichText"); 280*cdf0e10cSrcweir PCR_CONSTASCII_STRING( PROPERTY_ROWSET, "RowSet"); 281*cdf0e10cSrcweir 282*cdf0e10cSrcweir // services 283*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_COMPONENT_GROUPBOX, "com.sun.star.form.component.GroupBox" ); 284*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_COMPONENT_FIXEDTEXT, "com.sun.star.form.component.FixedText" ); 285*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_COMPONENT_FORMATTEDFIELD,"com.sun.star.form.component.FormattedField" ); 286*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_DATABASE_CONTEXT, "com.sun.star.sdb.DatabaseContext" ); 287*cdf0e10cSrcweir 288*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_TEXT_DOCUMENT, "com.sun.star.text.TextDocument" ); 289*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_WEB_DOCUMENT, "com.sun.star.text.WebDocument" ); 290*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_SPREADSHEET_DOCUMENT, "com.sun.star.sheet.SpreadsheetDocument" ); 291*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_DRAWING_DOCUMENT, "com.sun.star.drawing.DrawingDocument" ); 292*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_PRESENTATION_DOCUMENT, "com.sun.star.presentation.PresentationDocument" ); 293*cdf0e10cSrcweir 294*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_SHEET_CELL_BINDING, "com.sun.star.table.CellValueBinding" ); 295*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_SHEET_CELL_INT_BINDING, "com.sun.star.table.ListPositionCellBinding" ); 296*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_SHEET_CELLRANGE_LISTSOURCE, "com.sun.star.table.CellRangeListSource" ); 297*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_ADDRESS_CONVERSION, "com.sun.star.table.CellAddressConversion" ); 298*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_RANGEADDRESS_CONVERSION, "com.sun.star.table.CellRangeAddressConversion" ); 299*cdf0e10cSrcweir 300*cdf0e10cSrcweir PCR_CONSTASCII_STRING( SERVICE_DESKTOP, "com.sun.star.frame.Desktop" ); 301*cdf0e10cSrcweir 302*cdf0e10cSrcweir //............................................................................ 303*cdf0e10cSrcweir } // namespace pcr 304*cdf0e10cSrcweir //............................................................................ 305*cdf0e10cSrcweir 306*cdf0e10cSrcweir #endif // _EXTENSIONS_FORMSCTRLR_FORMSTRINGS_HXX_ 307*cdf0e10cSrcweir 308