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 <comphelper/diagnose_ex.hxx>
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 [] |
SvXMLEnumMapEntry<ValueType> const aValueTypeMap[] |
Definition at line 1042 of file txtvfldi.cxx.
Referenced by XMLValueImportHelper::ProcessAttribute().
|
constexpr |
|
constexpr |
Definition at line 67 of file txtvfldi.cxx.
Referenced by XMLDatabaseDisplayImportContext::endFastElement(), and XMLVarFieldImportContext::PrepareField().
|
constexpr |
Definition at line 60 of file txtvfldi.cxx.
Referenced by XMLDatabaseDisplayImportContext::endFastElement().
|
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().
|
constexpr |
Definition at line 57 of file txtvfldi.cxx.
|
constexpr |
Definition at line 66 of file txtvfldi.cxx.
Referenced by XMLDatabaseDisplayImportContext::endFastElement(), and XMLVarFieldImportContext::PrepareField().
|
constexpr |
Definition at line 65 of file txtvfldi.cxx.
Referenced by XMLValueImportHelper::PrepareField(), and XMLSequenceFieldImportContext::PrepareField().
|
constexpr |
Definition at line 58 of file txtvfldi.cxx.
Referenced by XMLVariableDeclImportContext::FindFieldMaster().
|
constexpr |
Definition at line 64 of file txtvfldi.cxx.
Referenced by XMLVariableDeclImportContext::FindFieldMaster(), XMLExpressionFieldImportContext::PrepareField(), XMLVariableSetFieldImportContext::PrepareField(), XMLVariableInputFieldImportContext::PrepareField(), and XMLVariableDeclImportContext::XMLVariableDeclImportContext().
|
constexpr |
Definition at line 59 of file txtvfldi.cxx.
Referenced by XMLVariableDeclImportContext::FindFieldMaster().