LibreOffice Module xmloff (master) 1
Namespaces | Macros | Functions
elementimport.cxx File Reference
#include "elementimport.hxx"
#include <utility>
#include <xmloff/xmlimp.hxx>
#include <xmloff/namespacemap.hxx>
#include "strings.hxx"
#include "callbacks.hxx"
#include <xmloff/xmlnamespace.hxx>
#include "eventimport.hxx"
#include <xmloff/txtstyli.hxx>
#include "formenums.hxx"
#include <xmloff/xmltoken.hxx>
#include "gridcolumnproptranslator.hxx"
#include "property_description.hxx"
#include "property_meta_data.hxx"
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include <com/sun/star/util/Duration.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/awt/ImagePosition.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XPropertyContainer.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <sax/tools/converter.hxx>
#include <tools/urlobj.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <comphelper/extract.hxx>
#include <comphelper/types.hxx>
#include <comphelper/sequence.hxx>
#include <o3tl/string_view.hxx>
#include <algorithm>
Include dependency graph for elementimport.cxx:

Go to the source code of this file.

Namespaces

namespace  xmloff
 

Macros

#define PROPID_VALUE   1
 
#define PROPID_CURRENT_VALUE   2
 
#define PROPID_MIN_VALUE   3
 
#define PROPID_MAX_VALUE   4
 

Functions

const OControlElement::ElementTypexmloff::operator++ (OControlElement::ElementType &_e)
 

Macro Definition Documentation

◆ PROPID_CURRENT_VALUE

#define PROPID_CURRENT_VALUE   2

Definition at line 76 of file elementimport.cxx.

◆ PROPID_MAX_VALUE

#define PROPID_MAX_VALUE   4

Definition at line 78 of file elementimport.cxx.

◆ PROPID_MIN_VALUE

#define PROPID_MIN_VALUE   3

Definition at line 77 of file elementimport.cxx.

◆ PROPID_VALUE

#define PROPID_VALUE   1

Definition at line 75 of file elementimport.cxx.

Variable Documentation

◆ m_nHandle

const sal_Int32 m_nHandle

Definition at line 1363 of file elementimport.cxx.

◆ m_sName

const OUString& m_sName

Definition at line 1415 of file elementimport.cxx.

Referenced by xmloff::OElementImport::handleAttribute().