LibreOffice Module xmloff (master)
1
|
#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 <tools/diagnose_ex.h>
Go to the source code of this file.
Enumerations | |
enum | ValueType { ValueType::Empty, ValueType::String, ValueType::Numeric } |
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 [] |
enum ValueType |
Enumerator | |
---|---|
Empty | |
String | |
Numeric |
Definition at line 1029 of file txtvfldi.cxx.
SvXMLEnumMapEntry<ValueType> const aValueTypeMap[] |
Definition at line 1042 of file txtvfldi.cxx.
constexpr OUStringLiteral sAPI_content = u"Content" |
constexpr OUStringLiteral sAPI_current_presentation = u"CurrentPresentation" |
Definition at line 67 of file txtvfldi.cxx.
Referenced by XMLDatabaseDisplayImportContext::endFastElement(), and XMLVarFieldImportContext::PrepareField().
constexpr OUStringLiteral sAPI_database = u"com.sun.star.text.TextField.Database" |
Definition at line 60 of file txtvfldi.cxx.
Referenced by XMLDatabaseDisplayImportContext::endFastElement().
constexpr char16_t sAPI_fieldmaster_prefix[] = u"com.sun.star.text.FieldMaster." |
#file
export of all variable related text fields (and database display field)
Definition at line 56 of file txtvfldi.cxx.
Referenced by XMLVariableDeclImportContext::FindFieldMaster().
constexpr OUStringLiteral sAPI_get_expression = u"GetExpression" |
Definition at line 57 of file txtvfldi.cxx.
constexpr OUStringLiteral sAPI_is_visible = u"IsVisible" |
Definition at line 66 of file txtvfldi.cxx.
Referenced by XMLDatabaseDisplayImportContext::endFastElement(), and XMLVarFieldImportContext::PrepareField().
constexpr OUStringLiteral sAPI_number_format = u"NumberFormat" |
Definition at line 65 of file txtvfldi.cxx.
Referenced by XMLValueImportHelper::PrepareField(), and XMLSequenceFieldImportContext::PrepareField().
constexpr OUStringLiteral sAPI_set_expression = u"SetExpression" |
Definition at line 58 of file txtvfldi.cxx.
Referenced by XMLVariableDeclImportContext::FindFieldMaster().
constexpr OUStringLiteral sAPI_sub_type = u"SubType" |
Definition at line 64 of file txtvfldi.cxx.
Referenced by XMLVariableDeclImportContext::FindFieldMaster(), XMLExpressionFieldImportContext::PrepareField(), XMLVariableSetFieldImportContext::PrepareField(), XMLVariableInputFieldImportContext::PrepareField(), and XMLVariableDeclImportContext::XMLVariableDeclImportContext().
constexpr OUStringLiteral sAPI_user = u"User" |
Definition at line 59 of file txtvfldi.cxx.
Referenced by XMLVariableDeclImportContext::FindFieldMaster().