LibreOffice Module xmloff (master) 1
|
#include "XMLTextMarkImportContext.hxx"
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <sax/tools/converter.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/odffields.hxx>
#include <xmloff/xmlement.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <com/sun/star/text/ControlCharacter.hpp>
#include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/text/XTextRangeCompare.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/rdf/XMetadatable.hpp>
#include <com/sun/star/text/XFormField.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <RDFaImportHelper.hxx>
Go to the source code of this file.
Functions | |
static OUString | lcl_getFormFieldmarkName (std::u16string_view name) |
static OUString | lcl_getFieldmarkName (OUString const &name) |
static auto | InsertFieldmark (SvXMLImport &rImport, XMLTextImportHelper &rHelper, bool const isFieldmarkSeparatorMissing) -> void |
static auto | PopFieldmark (XMLTextImportHelper &rHelper) -> void |
Variables | |
SvXMLEnumMapEntry< lcl_MarkType > const | lcl_aMarkTypeMap [] |
|
static |
Definition at line 178 of file XMLTextMarkImportContext.cxx.
References XMLTextMarkImportContext::CreateAndInsertMark(), lcl_getFieldmarkName(), name, ODF_CODE_PARAM, ODF_FORMCHECKBOX, ODF_FORMDROPDOWN, ODF_UNHANDLED, SAL_INFO, SAL_WARN, and type.
Referenced by XMLTextMarkImportContext::endFastElement().
|
static |
Definition at line 144 of file XMLTextMarkImportContext.cxx.
References name, and ODF_FORMTEXT.
Referenced by InsertFieldmark().
|
static |
Definition at line 131 of file XMLTextMarkImportContext.cxx.
References name, ODF_FORMCHECKBOX, ODF_FORMDROPDOWN, and u.
Referenced by XMLTextMarkImportContext::endFastElement().
|
static |
Definition at line 236 of file XMLTextMarkImportContext.cxx.
References SAL_INFO.
Referenced by XMLTextMarkImportContext::endFastElement().
SvXMLEnumMapEntry<lcl_MarkType> const lcl_aMarkTypeMap[] |
Definition at line 115 of file XMLTextMarkImportContext.cxx.
Referenced by XMLTextMarkImportContext::endFastElement().