LibreOffice Module xmloff (master) 1
Variables
txtvfldi.cxx File Reference
#include <txtvfldi.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/txtimp.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/i18nmap.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/text/SetVariableType.hpp>
#include <com/sun/star/text/XDependentTextField.hpp>
#include <com/sun/star/text/XTextFieldsSupplier.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <sax/tools/converter.hxx>
#include <rtl/ustring.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
Include dependency graph for txtvfldi.cxx:

Go to the source code of this file.

Variables

constexpr char16_t sAPI_fieldmaster_prefix [] = u"com.sun.star.text.FieldMaster."
 #file More...
 
constexpr OUStringLiteral sAPI_get_expression = u"GetExpression"
 
constexpr OUStringLiteral sAPI_set_expression = u"SetExpression"
 
constexpr OUStringLiteral sAPI_user = u"User"
 
constexpr OUStringLiteral sAPI_database = u"com.sun.star.text.TextField.Database"
 
constexpr OUStringLiteral sAPI_content = u"Content"
 
constexpr OUStringLiteral sAPI_sub_type = u"SubType"
 
constexpr OUStringLiteral sAPI_number_format = u"NumberFormat"
 
constexpr OUStringLiteral sAPI_is_visible = u"IsVisible"
 
constexpr OUStringLiteral sAPI_current_presentation = u"CurrentPresentation"
 
SvXMLEnumMapEntry< ValueType > const aValueTypeMap []
 

Variable Documentation

◆ aValueTypeMap

SvXMLEnumMapEntry<ValueType> const aValueTypeMap[]
Initial value:
=
{
{ XML_FLOAT, XML_VALUE_TYPE_FLOAT },
{ XML_CURRENCY, XML_VALUE_TYPE_CURRENCY },
{ XML_PERCENTAGE, XML_VALUE_TYPE_PERCENTAGE },
{ XML_DATE, XML_VALUE_TYPE_DATE },
{ XML_TIME, XML_VALUE_TYPE_TIME },
{ XML_BOOLEAN, XML_VALUE_TYPE_BOOLEAN },
{ XML_STRING, XML_VALUE_TYPE_STRING },
}
ValueType

Definition at line 1042 of file txtvfldi.cxx.

Referenced by XMLValueImportHelper::ProcessAttribute().

◆ sAPI_content

constexpr OUStringLiteral sAPI_content = u"Content"
constexpr

◆ sAPI_current_presentation

constexpr OUStringLiteral sAPI_current_presentation = u"CurrentPresentation"
constexpr

◆ sAPI_database

constexpr OUStringLiteral sAPI_database = u"com.sun.star.text.TextField.Database"
constexpr

Definition at line 60 of file txtvfldi.cxx.

Referenced by XMLDatabaseDisplayImportContext::endFastElement().

◆ sAPI_fieldmaster_prefix

constexpr char16_t sAPI_fieldmaster_prefix[] = u"com.sun.star.text.FieldMaster."
constexpr

#file

export of all variable related text fields (and database display field)

Definition at line 56 of file txtvfldi.cxx.

Referenced by XMLVariableDeclImportContext::FindFieldMaster().

◆ sAPI_get_expression

constexpr OUStringLiteral sAPI_get_expression = u"GetExpression"
constexpr

Definition at line 57 of file txtvfldi.cxx.

◆ sAPI_is_visible

constexpr OUStringLiteral sAPI_is_visible = u"IsVisible"
constexpr

◆ sAPI_number_format

constexpr OUStringLiteral sAPI_number_format = u"NumberFormat"
constexpr

◆ sAPI_set_expression

constexpr OUStringLiteral sAPI_set_expression = u"SetExpression"
constexpr

Definition at line 58 of file txtvfldi.cxx.

Referenced by XMLVariableDeclImportContext::FindFieldMaster().

◆ sAPI_sub_type

constexpr OUStringLiteral sAPI_sub_type = u"SubType"
constexpr

◆ sAPI_user

constexpr OUStringLiteral sAPI_user = u"User"
constexpr

Definition at line 59 of file txtvfldi.cxx.

Referenced by XMLVariableDeclImportContext::FindFieldMaster().