diff options
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 140 |
1 files changed, 70 insertions, 70 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index f340cadd2eb5..fa4c6541d00a 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -295,78 +295,78 @@ static Sequence<OUString> GetStringSequenceProperty( // service names -const OUStringLiteral gsServicePrefix("com.sun.star.text.textfield."); -const OUStringLiteral gsFieldMasterPrefix("com.sun.star.text.FieldMaster."); -const OUStringLiteral gsPresentationServicePrefix("com.sun.star.presentation.TextField."); +const OUStringLiteral gsServicePrefix(u"com.sun.star.text.textfield."); +const OUStringLiteral gsFieldMasterPrefix(u"com.sun.star.text.FieldMaster."); +const OUStringLiteral gsPresentationServicePrefix(u"com.sun.star.presentation.TextField."); // property names -const OUStringLiteral gsPropertyAdjust("Adjust"); -const OUStringLiteral gsPropertyAuthor("Author"); -const OUStringLiteral gsPropertyChapterFormat("ChapterFormat"); -const OUStringLiteral gsPropertyChapterNumberingLevel("ChapterNumberingLevel"); -const OUStringLiteral gsPropertyCharStyleNames("CharStyleNames"); -const OUStringLiteral gsPropertyCondition("Condition"); -const OUStringLiteral gsPropertyContent("Content"); -const OUStringLiteral gsPropertyDataBaseName("DataBaseName"); -const OUStringLiteral gsPropertyDataBaseURL("DataBaseURL"); -const OUStringLiteral gsPropertyDataColumnName("DataColumnName"); -const OUStringLiteral gsPropertyDataCommandType("DataCommandType"); -const OUStringLiteral gsPropertyDataTableName("DataTableName"); -const OUStringLiteral gsPropertyDateTime("DateTime"); -const OUStringLiteral gsPropertyDateTimeValue("DateTimeValue"); -const OUStringLiteral gsPropertyDDECommandElement("DDECommandElement"); -const OUStringLiteral gsPropertyDDECommandFile("DDECommandFile"); -const OUStringLiteral gsPropertyDDECommandType("DDECommandType"); -const OUStringLiteral gsPropertyDependentTextFields("DependentTextFields"); -const OUStringLiteral gsPropertyFalseContent("FalseContent"); -const OUStringLiteral gsPropertyFields("Fields"); -const OUStringLiteral gsPropertyFieldSubType("UserDataType"); -const OUStringLiteral gsPropertyFileFormat("FileFormat"); -const OUStringLiteral gsPropertyFullName("FullName"); -const OUStringLiteral gsPropertyHint("Hint"); -const OUStringLiteral gsPropertyInitials("Initials"); -const OUStringLiteral gsPropertyInstanceName("InstanceName"); -const OUStringLiteral gsPropertyIsAutomaticUpdate("IsAutomaticUpdate"); -const OUStringLiteral gsPropertyIsConditionTrue("IsConditionTrue"); -const OUStringLiteral gsPropertyIsDataBaseFormat("DataBaseFormat"); -const OUStringLiteral gsPropertyIsDate("IsDate"); -const OUStringLiteral gsPropertyIsExpression("IsExpression"); -const OUStringLiteral gsPropertyIsFixed("IsFixed"); -const OUStringLiteral gsPropertyIsFixedLanguage("IsFixedLanguage"); -const OUStringLiteral gsPropertyIsHidden("IsHidden"); -const OUStringLiteral gsPropertyIsInput("Input"); -const OUStringLiteral gsPropertyIsShowFormula("IsShowFormula"); -const OUStringLiteral gsPropertyIsVisible("IsVisible"); -const OUStringLiteral gsPropertyItems("Items"); -const OUStringLiteral gsPropertyLevel("Level"); -const OUStringLiteral gsPropertyMeasureKind("Kind"); -const OUStringLiteral gsPropertyName("Name"); -const OUStringLiteral gsPropertyNumberFormat("NumberFormat"); -const OUStringLiteral gsPropertyNumberingSeparator("NumberingSeparator"); -const OUStringLiteral gsPropertyNumberingType("NumberingType"); -const OUStringLiteral gsPropertyOffset("Offset"); -const OUStringLiteral gsPropertyOn("On"); -const OUStringLiteral gsPropertyPlaceholderType("PlaceHolderType"); -const OUStringLiteral gsPropertyReferenceFieldPart("ReferenceFieldPart"); -const OUStringLiteral gsPropertyReferenceFieldSource("ReferenceFieldSource"); -const OUStringLiteral gsPropertyReferenceFieldLanguage("ReferenceFieldLanguage"); -const OUStringLiteral gsPropertyScriptType("ScriptType"); -const OUStringLiteral gsPropertySelectedItem("SelectedItem"); -const OUStringLiteral gsPropertySequenceNumber("SequenceNumber"); -const OUStringLiteral gsPropertySequenceValue("SequenceValue"); -const OUStringLiteral gsPropertySetNumber("SetNumber"); -const OUStringLiteral gsPropertySourceName("SourceName"); -const OUStringLiteral gsPropertySubType("SubType"); -const OUStringLiteral gsPropertyTargetFrame("TargetFrame"); -const OUStringLiteral gsPropertyTrueContent("TrueContent"); -const OUStringLiteral gsPropertyURL("URL"); -const OUStringLiteral gsPropertyURLContent("URLContent"); -const OUStringLiteral gsPropertyUserText("UserText"); -const OUStringLiteral gsPropertyValue("Value"); -const OUStringLiteral gsPropertyVariableName("VariableName"); -const OUStringLiteral gsPropertyHelp("Help"); -const OUStringLiteral gsPropertyTooltip("Tooltip"); -const OUStringLiteral gsPropertyTextRange("TextRange"); +const OUStringLiteral gsPropertyAdjust(u"Adjust"); +const OUStringLiteral gsPropertyAuthor(u"Author"); +const OUStringLiteral gsPropertyChapterFormat(u"ChapterFormat"); +const OUStringLiteral gsPropertyChapterNumberingLevel(u"ChapterNumberingLevel"); +const OUStringLiteral gsPropertyCharStyleNames(u"CharStyleNames"); +const OUStringLiteral gsPropertyCondition(u"Condition"); +const OUStringLiteral gsPropertyContent(u"Content"); +const OUStringLiteral gsPropertyDataBaseName(u"DataBaseName"); +const OUStringLiteral gsPropertyDataBaseURL(u"DataBaseURL"); +const OUStringLiteral gsPropertyDataColumnName(u"DataColumnName"); +const OUStringLiteral gsPropertyDataCommandType(u"DataCommandType"); +const OUStringLiteral gsPropertyDataTableName(u"DataTableName"); +const OUStringLiteral gsPropertyDateTime(u"DateTime"); +const OUStringLiteral gsPropertyDateTimeValue(u"DateTimeValue"); +const OUStringLiteral gsPropertyDDECommandElement(u"DDECommandElement"); +const OUStringLiteral gsPropertyDDECommandFile(u"DDECommandFile"); +const OUStringLiteral gsPropertyDDECommandType(u"DDECommandType"); +const OUStringLiteral gsPropertyDependentTextFields(u"DependentTextFields"); +const OUStringLiteral gsPropertyFalseContent(u"FalseContent"); +const OUStringLiteral gsPropertyFields(u"Fields"); +const OUStringLiteral gsPropertyFieldSubType(u"UserDataType"); +const OUStringLiteral gsPropertyFileFormat(u"FileFormat"); +const OUStringLiteral gsPropertyFullName(u"FullName"); +const OUStringLiteral gsPropertyHint(u"Hint"); +const OUStringLiteral gsPropertyInitials(u"Initials"); +const OUStringLiteral gsPropertyInstanceName(u"InstanceName"); +const OUStringLiteral gsPropertyIsAutomaticUpdate(u"IsAutomaticUpdate"); +const OUStringLiteral gsPropertyIsConditionTrue(u"IsConditionTrue"); +const OUStringLiteral gsPropertyIsDataBaseFormat(u"DataBaseFormat"); +const OUStringLiteral gsPropertyIsDate(u"IsDate"); +const OUStringLiteral gsPropertyIsExpression(u"IsExpression"); +const OUStringLiteral gsPropertyIsFixed(u"IsFixed"); +const OUStringLiteral gsPropertyIsFixedLanguage(u"IsFixedLanguage"); +const OUStringLiteral gsPropertyIsHidden(u"IsHidden"); +const OUStringLiteral gsPropertyIsInput(u"Input"); +const OUStringLiteral gsPropertyIsShowFormula(u"IsShowFormula"); +const OUStringLiteral gsPropertyIsVisible(u"IsVisible"); +const OUStringLiteral gsPropertyItems(u"Items"); +const OUStringLiteral gsPropertyLevel(u"Level"); +const OUStringLiteral gsPropertyMeasureKind(u"Kind"); +const OUStringLiteral gsPropertyName(u"Name"); +const OUStringLiteral gsPropertyNumberFormat(u"NumberFormat"); +const OUStringLiteral gsPropertyNumberingSeparator(u"NumberingSeparator"); +const OUStringLiteral gsPropertyNumberingType(u"NumberingType"); +const OUStringLiteral gsPropertyOffset(u"Offset"); +const OUStringLiteral gsPropertyOn(u"On"); +const OUStringLiteral gsPropertyPlaceholderType(u"PlaceHolderType"); +const OUStringLiteral gsPropertyReferenceFieldPart(u"ReferenceFieldPart"); +const OUStringLiteral gsPropertyReferenceFieldSource(u"ReferenceFieldSource"); +const OUStringLiteral gsPropertyReferenceFieldLanguage(u"ReferenceFieldLanguage"); +const OUStringLiteral gsPropertyScriptType(u"ScriptType"); +const OUStringLiteral gsPropertySelectedItem(u"SelectedItem"); +const OUStringLiteral gsPropertySequenceNumber(u"SequenceNumber"); +const OUStringLiteral gsPropertySequenceValue(u"SequenceValue"); +const OUStringLiteral gsPropertySetNumber(u"SetNumber"); +const OUStringLiteral gsPropertySourceName(u"SourceName"); +const OUStringLiteral gsPropertySubType(u"SubType"); +const OUStringLiteral gsPropertyTargetFrame(u"TargetFrame"); +const OUStringLiteral gsPropertyTrueContent(u"TrueContent"); +const OUStringLiteral gsPropertyURL(u"URL"); +const OUStringLiteral gsPropertyURLContent(u"URLContent"); +const OUStringLiteral gsPropertyUserText(u"UserText"); +const OUStringLiteral gsPropertyValue(u"Value"); +const OUStringLiteral gsPropertyVariableName(u"VariableName"); +const OUStringLiteral gsPropertyHelp(u"Help"); +const OUStringLiteral gsPropertyTooltip(u"Tooltip"); +const OUStringLiteral gsPropertyTextRange(u"TextRange"); XMLTextFieldExport::XMLTextFieldExport( SvXMLExport& rExp, std::unique_ptr<XMLPropertyState> pCombinedCharState) |