LibreOffice Module xmloff (master) 1
Functions | Variables
txtflde.cxx File Reference
#include <comphelper/propertyvalue.hxx>
#include <txtflde.hxx>
#include <xmloff/XMLEventExport.hxx>
#include <xmloff/families.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/numehelp.hxx>
#include <xmloff/xmlement.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/maptype.hxx>
#include "XMLTextCharStyleNamesElementExport.hxx"
#include <sax/tools/converter.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/text/UserDataPart.hpp>
#include <com/sun/star/text/PageNumberType.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/text/ReferenceFieldPart.hpp>
#include <com/sun/star/text/ReferenceFieldSource.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/text/XTextField.hpp>
#include <com/sun/star/text/XDependentTextField.hpp>
#include <com/sun/star/text/XTextFieldsSupplier.hpp>
#include <com/sun/star/text/SetVariableType.hpp>
#include <com/sun/star/text/PlaceholderType.hpp>
#include <com/sun/star/text/FilenameDisplayFormat.hpp>
#include <com/sun/star/text/ChapterFormat.hpp>
#include <com/sun/star/text/TemplateDisplayFormat.hpp>
#include <com/sun/star/container/XNameReplace.hpp>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/text/BibliographyDataType.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/rdf/XMetadatable.hpp>
#include <comphelper/sequence.hxx>
#include <o3tl/any.hxx>
#include <o3tl/safeint.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/debug.hxx>
#include <rtl/math.hxx>
#include <sal/log.hxx>
#include <vector>
Include dependency graph for txtflde.cxx:

Go to the source code of this file.

Functions

static bool GetBoolProperty (const OUString &, const Reference< XPropertySet > &)
 
static bool GetOptionalBoolProperty (const OUString &, const Reference< XPropertySet > &, const Reference< XPropertySetInfo > &, bool bDefault)
 
static double GetDoubleProperty (const OUString &, const Reference< XPropertySet > &)
 
static OUString GetStringProperty (const OUString &, const Reference< XPropertySet > &)
 
static sal_Int32 GetIntProperty (const OUString &, const Reference< XPropertySet > &)
 
static sal_Int16 GetInt16Property (const OUString &, const Reference< XPropertySet > &)
 
static sal_Int8 GetInt8Property (const OUString &, const Reference< XPropertySet > &)
 
static util::DateTime GetDateTimeProperty (const OUString &sPropName, const Reference< XPropertySet > &xPropSet)
 
static Sequence< OUString > GetStringSequenceProperty (const OUString &sPropName, const Reference< XPropertySet > &xPropSet)
 
constexpr OUStringLiteral gsServicePrefix (u"com.sun.star.text.textfield.")
 
constexpr OUStringLiteral gsFieldMasterPrefix (u"com.sun.star.text.FieldMaster.")
 
constexpr OUStringLiteral gsPresentationServicePrefix (u"com.sun.star.presentation.TextField.")
 
constexpr OUStringLiteral gsPropertyAdjust (u"Adjust")
 
constexpr OUStringLiteral gsPropertyAuthor (u"Author")
 
constexpr OUStringLiteral gsPropertyChapterFormat (u"ChapterFormat")
 
constexpr OUStringLiteral gsPropertyChapterNumberingLevel (u"ChapterNumberingLevel")
 
constexpr OUStringLiteral gsPropertyCharStyleNames (u"CharStyleNames")
 
constexpr OUStringLiteral gsPropertyCondition (u"Condition")
 
constexpr OUStringLiteral gsPropertyContent (u"Content")
 
constexpr OUStringLiteral gsPropertyDataBaseName (u"DataBaseName")
 
constexpr OUStringLiteral gsPropertyDataBaseURL (u"DataBaseURL")
 
constexpr OUStringLiteral gsPropertyDataColumnName (u"DataColumnName")
 
constexpr OUStringLiteral gsPropertyDataCommandType (u"DataCommandType")
 
constexpr OUStringLiteral gsPropertyDataTableName (u"DataTableName")
 
constexpr OUStringLiteral gsPropertyDateTime (u"DateTime")
 
constexpr OUStringLiteral gsPropertyDateTimeValue (u"DateTimeValue")
 
constexpr OUStringLiteral gsPropertyDDECommandElement (u"DDECommandElement")
 
constexpr OUStringLiteral gsPropertyDDECommandFile (u"DDECommandFile")
 
constexpr OUStringLiteral gsPropertyDDECommandType (u"DDECommandType")
 
constexpr OUStringLiteral gsPropertyDependentTextFields (u"DependentTextFields")
 
constexpr OUStringLiteral gsPropertyFalseContent (u"FalseContent")
 
constexpr OUStringLiteral gsPropertyFields (u"Fields")
 
constexpr OUStringLiteral gsPropertyFieldSubType (u"UserDataType")
 
constexpr OUStringLiteral gsPropertyFileFormat (u"FileFormat")
 
constexpr OUStringLiteral gsPropertyFullName (u"FullName")
 
constexpr OUStringLiteral gsPropertyHint (u"Hint")
 
constexpr OUStringLiteral gsPropertyInitials (u"Initials")
 
constexpr OUStringLiteral gsPropertyInstanceName (u"InstanceName")
 
constexpr OUStringLiteral gsPropertyIsAutomaticUpdate (u"IsAutomaticUpdate")
 
constexpr OUStringLiteral gsPropertyIsConditionTrue (u"IsConditionTrue")
 
constexpr OUStringLiteral gsPropertyIsDataBaseFormat (u"DataBaseFormat")
 
constexpr OUStringLiteral gsPropertyIsDate (u"IsDate")
 
constexpr OUStringLiteral gsPropertyIsExpression (u"IsExpression")
 
constexpr OUStringLiteral gsPropertyIsFixed (u"IsFixed")
 
constexpr OUStringLiteral gsPropertyIsFixedLanguage (u"IsFixedLanguage")
 
constexpr OUStringLiteral gsPropertyIsHidden (u"IsHidden")
 
constexpr OUStringLiteral gsPropertyIsInput (u"Input")
 
constexpr OUStringLiteral gsPropertyIsShowFormula (u"IsShowFormula")
 
constexpr OUStringLiteral gsPropertyIsVisible (u"IsVisible")
 
constexpr OUStringLiteral gsPropertyItems (u"Items")
 
constexpr OUStringLiteral gsPropertyLevel (u"Level")
 
constexpr OUStringLiteral gsPropertyMeasureKind (u"Kind")
 
constexpr OUStringLiteral gsPropertyName (u"Name")
 
constexpr OUStringLiteral gsPropertyNumberFormat (u"NumberFormat")
 
constexpr OUStringLiteral gsPropertyNumberingSeparator (u"NumberingSeparator")
 
constexpr OUStringLiteral gsPropertyNumberingType (u"NumberingType")
 
constexpr OUStringLiteral gsPropertyOffset (u"Offset")
 
constexpr OUStringLiteral gsPropertyOn (u"On")
 
constexpr OUStringLiteral gsPropertyPlaceholderType (u"PlaceHolderType")
 
constexpr OUStringLiteral gsPropertyReferenceFieldPart (u"ReferenceFieldPart")
 
constexpr OUStringLiteral gsPropertyReferenceFieldSource (u"ReferenceFieldSource")
 
constexpr OUStringLiteral gsPropertyReferenceFieldLanguage (u"ReferenceFieldLanguage")
 
constexpr OUStringLiteral gsPropertyScriptType (u"ScriptType")
 
constexpr OUStringLiteral gsPropertySelectedItem (u"SelectedItem")
 
constexpr OUStringLiteral gsPropertySequenceNumber (u"SequenceNumber")
 
constexpr OUStringLiteral gsPropertySequenceValue (u"SequenceValue")
 
constexpr OUStringLiteral gsPropertySetNumber (u"SetNumber")
 
constexpr OUStringLiteral gsPropertySourceName (u"SourceName")
 
constexpr OUStringLiteral gsPropertySubType (u"SubType")
 
constexpr OUStringLiteral gsPropertyTargetFrame (u"TargetFrame")
 
constexpr OUStringLiteral gsPropertyTrueContent (u"TrueContent")
 
constexpr OUStringLiteral gsPropertyURL (u"URL")
 
constexpr OUStringLiteral gsPropertyURLContent (u"URLContent")
 
constexpr OUStringLiteral gsPropertyUserText (u"UserText")
 
constexpr OUStringLiteral gsPropertyValue (u"Value")
 
constexpr OUStringLiteral gsPropertyVariableName (u"VariableName")
 
constexpr OUStringLiteral gsPropertyHelp (u"Help")
 
constexpr OUStringLiteral gsPropertyTooltip (u"Tooltip")
 
constexpr OUStringLiteral gsPropertyTextRange (u"TextRange")
 

Variables

char const FIELD_SERVICE_SENDER [] = "ExtendedUser"
 
char const FIELD_SERVICE_AUTHOR [] = "Author"
 
char const FIELD_SERVICE_JUMPEDIT [] = "JumpEdit"
 
char const FIELD_SERVICE_GETEXP [] = "GetExpression"
 
char const FIELD_SERVICE_SETEXP [] = "SetExpression"
 
char const FIELD_SERVICE_USER [] = "User"
 
char const FIELD_SERVICE_INPUT [] = "Input"
 
char const FIELD_SERVICE_USERINPUT [] = "InputUser"
 
char const FIELD_SERVICE_DATETIME [] = "DateTime"
 
char const FIELD_SERVICE_PAGENUMBER [] = "PageNumber"
 
char const FIELD_SERVICE_DB_NEXT [] = "DatabaseNextSet"
 
char const FIELD_SERVICE_DB_SELECT [] = "DatabaseNumberOfSet"
 
char const FIELD_SERVICE_DB_NUMBER [] = "DatabaseSetNumber"
 
char const FIELD_SERVICE_DB_DISPLAY [] = "Database"
 
char const FIELD_SERVICE_DB_NAME [] = "DatabaseName"
 
char const FIELD_SERVICE_CONDITIONAL_TEXT [] = "ConditionalText"
 
char const FIELD_SERVICE_HIDDEN_TEXT [] = "HiddenText"
 
char const FIELD_SERVICE_HIDDEN_PARAGRAPH [] = "HiddenParagraph"
 
char const FIELD_SERVICE_DOC_INFO_CHANGE_AUTHOR [] = "DocInfo.ChangeAuthor"
 
char const FIELD_SERVICE_DOC_INFO_CHANGE_AUTHOR2 [] = "docinfo.ChangeAuthor"
 
char const FIELD_SERVICE_DOC_INFO_CHANGE_DATE_TIME [] = "DocInfo.ChangeDateTime"
 
char const FIELD_SERVICE_DOC_INFO_CHANGE_DATE_TIME2 [] = "docinfo.ChangeDateTime"
 
char const FIELD_SERVICE_DOC_INFO_EDIT_TIME [] = "DocInfo.EditTime"
 
char const FIELD_SERVICE_DOC_INFO_EDIT_TIME2 [] = "docinfo.EditTime"
 
char const FIELD_SERVICE_DOC_INFO_DESCRIPTION [] = "DocInfo.Description"
 
char const FIELD_SERVICE_DOC_INFO_DESCRIPTION2 [] = "docinfo.Description"
 
char const FIELD_SERVICE_DOC_INFO_CREATE_AUTHOR [] = "DocInfo.CreateAuthor"
 
char const FIELD_SERVICE_DOC_INFO_CREATE_AUTHOR2 [] = "docinfo.CreateAuthor"
 
char const FIELD_SERVICE_DOC_INFO_CREATE_DATE_TIME [] = "DocInfo.CreateDateTime"
 
char const FIELD_SERVICE_DOC_INFO_CREATE_DATE_TIME2 [] = "docinfo.CreateDateTime"
 
char const FIELD_SERVICE_DOC_INFO_CUSTOM [] = "DocInfo.Custom"
 
char const FIELD_SERVICE_DOC_INFO_CUSTOM2 [] = "docinfo.Custom"
 
char const FIELD_SERVICE_DOC_INFO_PRINT_AUTHOR [] = "DocInfo.PrintAuthor"
 
char const FIELD_SERVICE_DOC_INFO_PRINT_AUTHOR2 [] = "docinfo.PrintAuthor"
 
char const FIELD_SERVICE_DOC_INFO_PRINT_DATE_TIME [] = "DocInfo.PrintDateTime"
 
char const FIELD_SERVICE_DOC_INFO_PRINT_DATE_TIME2 [] = "docinfo.PrintDateTime"
 
char const FIELD_SERVICE_DOC_INFO_KEY_WORDS [] = "DocInfo.KeyWords"
 
char const FIELD_SERVICE_DOC_INFO_KEY_WORDS2 [] = "docinfo.KeyWords"
 
char const FIELD_SERVICE_DOC_INFO_SUBJECT [] = "DocInfo.Subject"
 
char const FIELD_SERVICE_DOC_INFO_SUBJECT2 [] = "docinfo.Subject"
 
char const FIELD_SERVICE_DOC_INFO_TITLE [] = "DocInfo.Title"
 
char const FIELD_SERVICE_DOC_INFO_TITLE2 [] = "docinfo.Title"
 
char const FIELD_SERVICE_DOC_INFO_REVISION [] = "DocInfo.Revision"
 
char const FIELD_SERVICE_DOC_INFO_REVISION2 [] = "docinfo.Revision"
 
char const FIELD_SERVICE_FILE_NAME [] = "FileName"
 
char const FIELD_SERVICE_CHAPTER [] = "Chapter"
 
char const FIELD_SERVICE_TEMPLATE_NAME [] = "TemplateName"
 
char const FIELD_SERVICE_PAGE_COUNT [] = "PageCount"
 
char const FIELD_SERVICE_PARAGRAPH_COUNT [] = "ParagraphCount"
 
char const FIELD_SERVICE_WORD_COUNT [] = "WordCount"
 
char const FIELD_SERVICE_CHARACTER_COUNT [] = "CharacterCount"
 
char const FIELD_SERVICE_TABLE_COUNT [] = "TableCount"
 
char const FIELD_SERVICE_GRAPHIC_COUNT [] = "GraphicObjectCount"
 
char const FIELD_SERVICE_OBJECT_COUNT [] = "EmbeddedObjectCount"
 
char const FIELD_SERVICE_REFERENCE_PAGE_SET [] = "ReferencePageSet"
 
char const FIELD_SERVICE_REFERENCE_PAGE_GET [] = "ReferencePageGet"
 
char const FIELD_SERVICE_SHEET_NAME [] = "SheetName"
 
char const FIELD_SERVICE_PAGE_NAME [] = "PageName"
 
char const FIELD_SERVICE_MACRO [] = "Macro"
 
char const FIELD_SERVICE_GET_REFERENCE [] = "GetReference"
 
char const FIELD_SERVICE_DDE [] = "DDE"
 
char const FIELD_SERVICE_URL [] = "URL"
 
char const FIELD_SERVICE_BIBLIOGRAPHY [] = "Bibliography"
 
char const FIELD_SERVICE_SCRIPT [] = "Script"
 
char const FIELD_SERVICE_ANNOTATION [] = "Annotation"
 
char const FIELD_SERVICE_COMBINED_CHARACTERS [] = "CombinedCharacters"
 
char const FIELD_SERVICE_META [] = "MetadataField"
 
char const FIELD_SERVICE_MEASURE [] = "Measure"
 
char const FIELD_SERVICE_TABLE_FORMULA [] = "TableFormula"
 
char const FIELD_SERVICE_DROP_DOWN [] = "DropDown"
 
SvXMLEnumStringMapEntry< FieldIdEnum > const aFieldServiceNameMapping []
 
SvXMLEnumMapEntry< sal_Int16 > const aBibliographyDataTypeMap []
 

Function Documentation

◆ GetBoolProperty()

bool GetBoolProperty ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet 
)
static

◆ GetDateTimeProperty()

util::DateTime GetDateTimeProperty ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet 
)
static

Definition at line 3538 of file txtflde.cxx.

References Any.

Referenced by XMLTextFieldExport::ExportFieldHelper().

◆ GetDoubleProperty()

double GetDoubleProperty ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet 
)
static

Definition at line 3488 of file txtflde.cxx.

References Any.

Referenced by XMLTextFieldExport::ExportFieldHelper().

◆ GetInt16Property()

sal_Int16 GetInt16Property ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet 
)
static

◆ GetInt8Property()

sal_Int8 GetInt8Property ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet 
)
static

Definition at line 3528 of file txtflde.cxx.

References Any.

Referenced by XMLTextFieldExport::ExportFieldHelper().

◆ GetIntProperty()

sal_Int32 GetIntProperty ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet 
)
static

◆ GetOptionalBoolProperty()

bool GetOptionalBoolProperty ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet,
const Reference< XPropertySetInfo > &  xPropSetInfo,
bool  bDefault 
)
static

◆ GetStringProperty()

OUString GetStringProperty ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet 
)
static

◆ GetStringSequenceProperty()

Sequence< OUString > GetStringSequenceProperty ( const OUString &  sPropName,
const Reference< XPropertySet > &  xPropSet 
)
static

Definition at line 3548 of file txtflde.cxx.

References Any.

Referenced by XMLTextFieldExport::ExportFieldHelper().

◆ gsFieldMasterPrefix()

constexpr OUStringLiteral gsFieldMasterPrefix ( u"com.sun.star.text.FieldMaster."  )
constexpr

◆ gsPresentationServicePrefix()

constexpr OUStringLiteral gsPresentationServicePrefix ( u"com.sun.star.presentation.TextField."  )
constexpr

◆ gsPropertyAdjust()

constexpr OUStringLiteral gsPropertyAdjust ( u"Adjust"  )
constexpr

◆ gsPropertyAuthor()

constexpr OUStringLiteral gsPropertyAuthor ( u"Author"  )
constexpr

◆ gsPropertyChapterFormat()

constexpr OUStringLiteral gsPropertyChapterFormat ( u"ChapterFormat"  )
constexpr

◆ gsPropertyChapterNumberingLevel()

constexpr OUStringLiteral gsPropertyChapterNumberingLevel ( u"ChapterNumberingLevel"  )
constexpr

◆ gsPropertyCharStyleNames()

constexpr OUStringLiteral gsPropertyCharStyleNames ( u"CharStyleNames"  )
constexpr

◆ gsPropertyCondition()

constexpr OUStringLiteral gsPropertyCondition ( u"Condition"  )
constexpr

◆ gsPropertyContent()

constexpr OUStringLiteral gsPropertyContent ( u"Content"  )
constexpr

◆ gsPropertyDataBaseName()

constexpr OUStringLiteral gsPropertyDataBaseName ( u"DataBaseName"  )
constexpr

◆ gsPropertyDataBaseURL()

constexpr OUStringLiteral gsPropertyDataBaseURL ( u"DataBaseURL"  )
constexpr

◆ gsPropertyDataColumnName()

constexpr OUStringLiteral gsPropertyDataColumnName ( u"DataColumnName"  )
constexpr

◆ gsPropertyDataCommandType()

constexpr OUStringLiteral gsPropertyDataCommandType ( u"DataCommandType"  )
constexpr

◆ gsPropertyDataTableName()

constexpr OUStringLiteral gsPropertyDataTableName ( u"DataTableName"  )
constexpr

◆ gsPropertyDateTime()

constexpr OUStringLiteral gsPropertyDateTime ( u"DateTime"  )
constexpr

◆ gsPropertyDateTimeValue()

constexpr OUStringLiteral gsPropertyDateTimeValue ( u"DateTimeValue"  )
constexpr

◆ gsPropertyDDECommandElement()

constexpr OUStringLiteral gsPropertyDDECommandElement ( u"DDECommandElement"  )
constexpr

◆ gsPropertyDDECommandFile()

constexpr OUStringLiteral gsPropertyDDECommandFile ( u"DDECommandFile"  )
constexpr

◆ gsPropertyDDECommandType()

constexpr OUStringLiteral gsPropertyDDECommandType ( u"DDECommandType"  )
constexpr

◆ gsPropertyDependentTextFields()

constexpr OUStringLiteral gsPropertyDependentTextFields ( u"DependentTextFields"  )
constexpr

◆ gsPropertyFalseContent()

constexpr OUStringLiteral gsPropertyFalseContent ( u"FalseContent"  )
constexpr

◆ gsPropertyFields()

constexpr OUStringLiteral gsPropertyFields ( u"Fields"  )
constexpr

◆ gsPropertyFieldSubType()

constexpr OUStringLiteral gsPropertyFieldSubType ( u"UserDataType"  )
constexpr

◆ gsPropertyFileFormat()

constexpr OUStringLiteral gsPropertyFileFormat ( u"FileFormat"  )
constexpr

◆ gsPropertyFullName()

constexpr OUStringLiteral gsPropertyFullName ( u"FullName"  )
constexpr

◆ gsPropertyHelp()

constexpr OUStringLiteral gsPropertyHelp ( u"Help"  )
constexpr

◆ gsPropertyHint()

constexpr OUStringLiteral gsPropertyHint ( u"Hint"  )
constexpr

◆ gsPropertyInitials()

constexpr OUStringLiteral gsPropertyInitials ( u"Initials"  )
constexpr

◆ gsPropertyInstanceName()

constexpr OUStringLiteral gsPropertyInstanceName ( u"InstanceName"  )
constexpr

◆ gsPropertyIsAutomaticUpdate()

constexpr OUStringLiteral gsPropertyIsAutomaticUpdate ( u"IsAutomaticUpdate"  )
constexpr

◆ gsPropertyIsConditionTrue()

constexpr OUStringLiteral gsPropertyIsConditionTrue ( u"IsConditionTrue"  )
constexpr

◆ gsPropertyIsDataBaseFormat()

constexpr OUStringLiteral gsPropertyIsDataBaseFormat ( u"DataBaseFormat"  )
constexpr

◆ gsPropertyIsDate()

constexpr OUStringLiteral gsPropertyIsDate ( u"IsDate"  )
constexpr

◆ gsPropertyIsExpression()

constexpr OUStringLiteral gsPropertyIsExpression ( u"IsExpression"  )
constexpr

◆ gsPropertyIsFixed()

constexpr OUStringLiteral gsPropertyIsFixed ( u"IsFixed"  )
constexpr

◆ gsPropertyIsFixedLanguage()

constexpr OUStringLiteral gsPropertyIsFixedLanguage ( u"IsFixedLanguage"  )
constexpr

◆ gsPropertyIsHidden()

constexpr OUStringLiteral gsPropertyIsHidden ( u"IsHidden"  )
constexpr

◆ gsPropertyIsInput()

constexpr OUStringLiteral gsPropertyIsInput ( u"Input"  )
constexpr

◆ gsPropertyIsShowFormula()

constexpr OUStringLiteral gsPropertyIsShowFormula ( u"IsShowFormula"  )
constexpr

◆ gsPropertyIsVisible()

constexpr OUStringLiteral gsPropertyIsVisible ( u"IsVisible"  )
constexpr

◆ gsPropertyItems()

constexpr OUStringLiteral gsPropertyItems ( u"Items"  )
constexpr

◆ gsPropertyLevel()

constexpr OUStringLiteral gsPropertyLevel ( u"Level"  )
constexpr

◆ gsPropertyMeasureKind()

constexpr OUStringLiteral gsPropertyMeasureKind ( u"Kind"  )
constexpr

◆ gsPropertyName()

constexpr OUStringLiteral gsPropertyName ( u"Name"  )
constexpr

◆ gsPropertyNumberFormat()

constexpr OUStringLiteral gsPropertyNumberFormat ( u"NumberFormat"  )
constexpr

◆ gsPropertyNumberingSeparator()

constexpr OUStringLiteral gsPropertyNumberingSeparator ( u"NumberingSeparator"  )
constexpr

◆ gsPropertyNumberingType()

constexpr OUStringLiteral gsPropertyNumberingType ( u"NumberingType"  )
constexpr

◆ gsPropertyOffset()

constexpr OUStringLiteral gsPropertyOffset ( u"Offset"  )
constexpr

◆ gsPropertyOn()

constexpr OUStringLiteral gsPropertyOn ( u"On"  )
constexpr

◆ gsPropertyPlaceholderType()

constexpr OUStringLiteral gsPropertyPlaceholderType ( u"PlaceHolderType"  )
constexpr

◆ gsPropertyReferenceFieldLanguage()

constexpr OUStringLiteral gsPropertyReferenceFieldLanguage ( u"ReferenceFieldLanguage"  )
constexpr

◆ gsPropertyReferenceFieldPart()

constexpr OUStringLiteral gsPropertyReferenceFieldPart ( u"ReferenceFieldPart"  )
constexpr

◆ gsPropertyReferenceFieldSource()

constexpr OUStringLiteral gsPropertyReferenceFieldSource ( u"ReferenceFieldSource"  )
constexpr

◆ gsPropertyScriptType()

constexpr OUStringLiteral gsPropertyScriptType ( u"ScriptType"  )
constexpr

◆ gsPropertySelectedItem()

constexpr OUStringLiteral gsPropertySelectedItem ( u"SelectedItem"  )
constexpr

◆ gsPropertySequenceNumber()

constexpr OUStringLiteral gsPropertySequenceNumber ( u"SequenceNumber"  )
constexpr

◆ gsPropertySequenceValue()

constexpr OUStringLiteral gsPropertySequenceValue ( u"SequenceValue"  )
constexpr

◆ gsPropertySetNumber()

constexpr OUStringLiteral gsPropertySetNumber ( u"SetNumber"  )
constexpr

◆ gsPropertySourceName()

constexpr OUStringLiteral gsPropertySourceName ( u"SourceName"  )
constexpr

◆ gsPropertySubType()

constexpr OUStringLiteral gsPropertySubType ( u"SubType"  )
constexpr

◆ gsPropertyTargetFrame()

constexpr OUStringLiteral gsPropertyTargetFrame ( u"TargetFrame"  )
constexpr

◆ gsPropertyTextRange()

constexpr OUStringLiteral gsPropertyTextRange ( u"TextRange"  )
constexpr

◆ gsPropertyTooltip()

constexpr OUStringLiteral gsPropertyTooltip ( u"Tooltip"  )
constexpr

◆ gsPropertyTrueContent()

constexpr OUStringLiteral gsPropertyTrueContent ( u"TrueContent"  )
constexpr

◆ gsPropertyURL()

constexpr OUStringLiteral gsPropertyURL ( u"URL"  )
constexpr

◆ gsPropertyURLContent()

constexpr OUStringLiteral gsPropertyURLContent ( u"URLContent"  )
constexpr

◆ gsPropertyUserText()

constexpr OUStringLiteral gsPropertyUserText ( u"UserText"  )
constexpr

◆ gsPropertyValue()

constexpr OUStringLiteral gsPropertyValue ( u"Value"  )
constexpr

◆ gsPropertyVariableName()

constexpr OUStringLiteral gsPropertyVariableName ( u"VariableName"  )
constexpr

◆ gsServicePrefix()

constexpr OUStringLiteral gsServicePrefix ( u"com.sun.star.text.textfield."  )
constexpr

Variable Documentation

◆ aBibliographyDataTypeMap

SvXMLEnumMapEntry<sal_Int16> const aBibliographyDataTypeMap[]
Initial value:
=
{
{ XML_ARTICLE, BibliographyDataType::ARTICLE },
{ XML_BOOK, BibliographyDataType::BOOK },
{ XML_BOOKLET, BibliographyDataType::BOOKLET },
{ XML_CONFERENCE, BibliographyDataType::CONFERENCE },
{ XML_CUSTOM1, BibliographyDataType::CUSTOM1 },
{ XML_CUSTOM2, BibliographyDataType::CUSTOM2 },
{ XML_CUSTOM3, BibliographyDataType::CUSTOM3 },
{ XML_CUSTOM4, BibliographyDataType::CUSTOM4 },
{ XML_CUSTOM5, BibliographyDataType::CUSTOM5 },
{ XML_EMAIL, BibliographyDataType::EMAIL },
{ XML_INBOOK, BibliographyDataType::INBOOK },
{ XML_INCOLLECTION, BibliographyDataType::INCOLLECTION },
{ XML_INPROCEEDINGS, BibliographyDataType::INPROCEEDINGS },
{ XML_JOURNAL, BibliographyDataType::JOURNAL },
{ XML_MANUAL, BibliographyDataType::MANUAL },
{ XML_MASTERSTHESIS, BibliographyDataType::MASTERSTHESIS },
{ XML_MISC, BibliographyDataType::MISC },
{ XML_PHDTHESIS, BibliographyDataType::PHDTHESIS },
{ XML_PROCEEDINGS, BibliographyDataType::PROCEEDINGS },
{ XML_TECHREPORT, BibliographyDataType::TECHREPORT },
{ XML_UNPUBLISHED, BibliographyDataType::UNPUBLISHED },
{ XML_WWW, BibliographyDataType::WWW },
}

Definition at line 2649 of file txtflde.cxx.

Referenced by XMLTextFieldExport::ProcessBibliographyData().

◆ aFieldServiceNameMapping

SvXMLEnumStringMapEntry<FieldIdEnum> const aFieldServiceNameMapping[]

Definition at line 182 of file txtflde.cxx.

Referenced by XMLTextFieldExport::MapFieldName().

◆ FIELD_SERVICE_ANNOTATION

char const FIELD_SERVICE_ANNOTATION[] = "Annotation"

Definition at line 150 of file txtflde.cxx.

◆ FIELD_SERVICE_AUTHOR

char const FIELD_SERVICE_AUTHOR[] = "Author"

Definition at line 87 of file txtflde.cxx.

◆ FIELD_SERVICE_BIBLIOGRAPHY

char const FIELD_SERVICE_BIBLIOGRAPHY[] = "Bibliography"

Definition at line 148 of file txtflde.cxx.

◆ FIELD_SERVICE_CHAPTER

char const FIELD_SERVICE_CHAPTER[] = "Chapter"

Definition at line 131 of file txtflde.cxx.

◆ FIELD_SERVICE_CHARACTER_COUNT

char const FIELD_SERVICE_CHARACTER_COUNT[] = "CharacterCount"

Definition at line 136 of file txtflde.cxx.

◆ FIELD_SERVICE_COMBINED_CHARACTERS

char const FIELD_SERVICE_COMBINED_CHARACTERS[] = "CombinedCharacters"

Definition at line 151 of file txtflde.cxx.

◆ FIELD_SERVICE_CONDITIONAL_TEXT

char const FIELD_SERVICE_CONDITIONAL_TEXT[] = "ConditionalText"

Definition at line 101 of file txtflde.cxx.

◆ FIELD_SERVICE_DATETIME

char const FIELD_SERVICE_DATETIME[] = "DateTime"

Definition at line 94 of file txtflde.cxx.

◆ FIELD_SERVICE_DB_DISPLAY

char const FIELD_SERVICE_DB_DISPLAY[] = "Database"

Definition at line 99 of file txtflde.cxx.

◆ FIELD_SERVICE_DB_NAME

char const FIELD_SERVICE_DB_NAME[] = "DatabaseName"

Definition at line 100 of file txtflde.cxx.

◆ FIELD_SERVICE_DB_NEXT

char const FIELD_SERVICE_DB_NEXT[] = "DatabaseNextSet"

Definition at line 96 of file txtflde.cxx.

◆ FIELD_SERVICE_DB_NUMBER

char const FIELD_SERVICE_DB_NUMBER[] = "DatabaseSetNumber"

Definition at line 98 of file txtflde.cxx.

◆ FIELD_SERVICE_DB_SELECT

char const FIELD_SERVICE_DB_SELECT[] = "DatabaseNumberOfSet"

Definition at line 97 of file txtflde.cxx.

◆ FIELD_SERVICE_DDE

char const FIELD_SERVICE_DDE[] = "DDE"

Definition at line 146 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CHANGE_AUTHOR

char const FIELD_SERVICE_DOC_INFO_CHANGE_AUTHOR[] = "DocInfo.ChangeAuthor"

Definition at line 104 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CHANGE_AUTHOR2

char const FIELD_SERVICE_DOC_INFO_CHANGE_AUTHOR2[] = "docinfo.ChangeAuthor"

Definition at line 105 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CHANGE_DATE_TIME

char const FIELD_SERVICE_DOC_INFO_CHANGE_DATE_TIME[] = "DocInfo.ChangeDateTime"

Definition at line 106 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CHANGE_DATE_TIME2

char const FIELD_SERVICE_DOC_INFO_CHANGE_DATE_TIME2[] = "docinfo.ChangeDateTime"

Definition at line 107 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CREATE_AUTHOR

char const FIELD_SERVICE_DOC_INFO_CREATE_AUTHOR[] = "DocInfo.CreateAuthor"

Definition at line 112 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CREATE_AUTHOR2

char const FIELD_SERVICE_DOC_INFO_CREATE_AUTHOR2[] = "docinfo.CreateAuthor"

Definition at line 113 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CREATE_DATE_TIME

char const FIELD_SERVICE_DOC_INFO_CREATE_DATE_TIME[] = "DocInfo.CreateDateTime"

Definition at line 114 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CREATE_DATE_TIME2

char const FIELD_SERVICE_DOC_INFO_CREATE_DATE_TIME2[] = "docinfo.CreateDateTime"

Definition at line 115 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CUSTOM

char const FIELD_SERVICE_DOC_INFO_CUSTOM[] = "DocInfo.Custom"

Definition at line 116 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_CUSTOM2

char const FIELD_SERVICE_DOC_INFO_CUSTOM2[] = "docinfo.Custom"

Definition at line 117 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_DESCRIPTION

char const FIELD_SERVICE_DOC_INFO_DESCRIPTION[] = "DocInfo.Description"

Definition at line 110 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_DESCRIPTION2

char const FIELD_SERVICE_DOC_INFO_DESCRIPTION2[] = "docinfo.Description"

Definition at line 111 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_EDIT_TIME

char const FIELD_SERVICE_DOC_INFO_EDIT_TIME[] = "DocInfo.EditTime"

Definition at line 108 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_EDIT_TIME2

char const FIELD_SERVICE_DOC_INFO_EDIT_TIME2[] = "docinfo.EditTime"

Definition at line 109 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_KEY_WORDS

char const FIELD_SERVICE_DOC_INFO_KEY_WORDS[] = "DocInfo.KeyWords"

Definition at line 122 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_KEY_WORDS2

char const FIELD_SERVICE_DOC_INFO_KEY_WORDS2[] = "docinfo.KeyWords"

Definition at line 123 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_PRINT_AUTHOR

char const FIELD_SERVICE_DOC_INFO_PRINT_AUTHOR[] = "DocInfo.PrintAuthor"

Definition at line 118 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_PRINT_AUTHOR2

char const FIELD_SERVICE_DOC_INFO_PRINT_AUTHOR2[] = "docinfo.PrintAuthor"

Definition at line 119 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_PRINT_DATE_TIME

char const FIELD_SERVICE_DOC_INFO_PRINT_DATE_TIME[] = "DocInfo.PrintDateTime"

Definition at line 120 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_PRINT_DATE_TIME2

char const FIELD_SERVICE_DOC_INFO_PRINT_DATE_TIME2[] = "docinfo.PrintDateTime"

Definition at line 121 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_REVISION

char const FIELD_SERVICE_DOC_INFO_REVISION[] = "DocInfo.Revision"

Definition at line 128 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_REVISION2

char const FIELD_SERVICE_DOC_INFO_REVISION2[] = "docinfo.Revision"

Definition at line 129 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_SUBJECT

char const FIELD_SERVICE_DOC_INFO_SUBJECT[] = "DocInfo.Subject"

Definition at line 124 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_SUBJECT2

char const FIELD_SERVICE_DOC_INFO_SUBJECT2[] = "docinfo.Subject"

Definition at line 125 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_TITLE

char const FIELD_SERVICE_DOC_INFO_TITLE[] = "DocInfo.Title"

Definition at line 126 of file txtflde.cxx.

◆ FIELD_SERVICE_DOC_INFO_TITLE2

char const FIELD_SERVICE_DOC_INFO_TITLE2[] = "docinfo.Title"

Definition at line 127 of file txtflde.cxx.

◆ FIELD_SERVICE_DROP_DOWN

char const FIELD_SERVICE_DROP_DOWN[] = "DropDown"

Definition at line 155 of file txtflde.cxx.

◆ FIELD_SERVICE_FILE_NAME

char const FIELD_SERVICE_FILE_NAME[] = "FileName"

Definition at line 130 of file txtflde.cxx.

◆ FIELD_SERVICE_GET_REFERENCE

char const FIELD_SERVICE_GET_REFERENCE[] = "GetReference"

Definition at line 145 of file txtflde.cxx.

◆ FIELD_SERVICE_GETEXP

char const FIELD_SERVICE_GETEXP[] = "GetExpression"

Definition at line 89 of file txtflde.cxx.

◆ FIELD_SERVICE_GRAPHIC_COUNT

char const FIELD_SERVICE_GRAPHIC_COUNT[] = "GraphicObjectCount"

Definition at line 138 of file txtflde.cxx.

◆ FIELD_SERVICE_HIDDEN_PARAGRAPH

char const FIELD_SERVICE_HIDDEN_PARAGRAPH[] = "HiddenParagraph"

Definition at line 103 of file txtflde.cxx.

◆ FIELD_SERVICE_HIDDEN_TEXT

char const FIELD_SERVICE_HIDDEN_TEXT[] = "HiddenText"

Definition at line 102 of file txtflde.cxx.

◆ FIELD_SERVICE_INPUT

char const FIELD_SERVICE_INPUT[] = "Input"

Definition at line 92 of file txtflde.cxx.

◆ FIELD_SERVICE_JUMPEDIT

char const FIELD_SERVICE_JUMPEDIT[] = "JumpEdit"

Definition at line 88 of file txtflde.cxx.

◆ FIELD_SERVICE_MACRO

char const FIELD_SERVICE_MACRO[] = "Macro"

Definition at line 144 of file txtflde.cxx.

◆ FIELD_SERVICE_MEASURE

char const FIELD_SERVICE_MEASURE[] = "Measure"

Definition at line 153 of file txtflde.cxx.

◆ FIELD_SERVICE_META

char const FIELD_SERVICE_META[] = "MetadataField"

Definition at line 152 of file txtflde.cxx.

◆ FIELD_SERVICE_OBJECT_COUNT

char const FIELD_SERVICE_OBJECT_COUNT[] = "EmbeddedObjectCount"

Definition at line 139 of file txtflde.cxx.

◆ FIELD_SERVICE_PAGE_COUNT

char const FIELD_SERVICE_PAGE_COUNT[] = "PageCount"

Definition at line 133 of file txtflde.cxx.

◆ FIELD_SERVICE_PAGE_NAME

char const FIELD_SERVICE_PAGE_NAME[] = "PageName"

Definition at line 143 of file txtflde.cxx.

◆ FIELD_SERVICE_PAGENUMBER

char const FIELD_SERVICE_PAGENUMBER[] = "PageNumber"

Definition at line 95 of file txtflde.cxx.

◆ FIELD_SERVICE_PARAGRAPH_COUNT

char const FIELD_SERVICE_PARAGRAPH_COUNT[] = "ParagraphCount"

Definition at line 134 of file txtflde.cxx.

◆ FIELD_SERVICE_REFERENCE_PAGE_GET

char const FIELD_SERVICE_REFERENCE_PAGE_GET[] = "ReferencePageGet"

Definition at line 141 of file txtflde.cxx.

◆ FIELD_SERVICE_REFERENCE_PAGE_SET

char const FIELD_SERVICE_REFERENCE_PAGE_SET[] = "ReferencePageSet"

Definition at line 140 of file txtflde.cxx.

◆ FIELD_SERVICE_SCRIPT

char const FIELD_SERVICE_SCRIPT[] = "Script"

Definition at line 149 of file txtflde.cxx.

◆ FIELD_SERVICE_SENDER

char const FIELD_SERVICE_SENDER[] = "ExtendedUser"

Definition at line 86 of file txtflde.cxx.

◆ FIELD_SERVICE_SETEXP

char const FIELD_SERVICE_SETEXP[] = "SetExpression"

Definition at line 90 of file txtflde.cxx.

◆ FIELD_SERVICE_SHEET_NAME

char const FIELD_SERVICE_SHEET_NAME[] = "SheetName"

Definition at line 142 of file txtflde.cxx.

◆ FIELD_SERVICE_TABLE_COUNT

char const FIELD_SERVICE_TABLE_COUNT[] = "TableCount"

Definition at line 137 of file txtflde.cxx.

◆ FIELD_SERVICE_TABLE_FORMULA

char const FIELD_SERVICE_TABLE_FORMULA[] = "TableFormula"

Definition at line 154 of file txtflde.cxx.

◆ FIELD_SERVICE_TEMPLATE_NAME

char const FIELD_SERVICE_TEMPLATE_NAME[] = "TemplateName"

Definition at line 132 of file txtflde.cxx.

◆ FIELD_SERVICE_URL

char const FIELD_SERVICE_URL[] = "URL"

Definition at line 147 of file txtflde.cxx.

◆ FIELD_SERVICE_USER

char const FIELD_SERVICE_USER[] = "User"

Definition at line 91 of file txtflde.cxx.

◆ FIELD_SERVICE_USERINPUT

char const FIELD_SERVICE_USERINPUT[] = "InputUser"

Definition at line 93 of file txtflde.cxx.

◆ FIELD_SERVICE_WORD_COUNT

char const FIELD_SERVICE_WORD_COUNT[] = "WordCount"

Definition at line 135 of file txtflde.cxx.