LibreOffice Module xmloff (master)
1
|
#include "elementimport.hxx"
#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 <tools/diagnose_ex.h>
#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>
Go to the source code of this file.
Namespaces | |
xmloff | |
Macros | |
#define | PROPID_VALUE 1 |
#define | PROPID_CURRENT_VALUE 2 |
#define | PROPID_MIN_VALUE 3 |
#define | PROPID_MAX_VALUE 4 |
Functions | |
const OControlElement::ElementType & | xmloff::operator++ (OControlElement::ElementType &_e) |
#define PROPID_CURRENT_VALUE 2 |
Definition at line 76 of file elementimport.cxx.
Referenced by xmloff::OControlImport::handleAttribute(), xmloff::OTextLikeImport::removeRedundantCurrentValue(), and xmloff::OControlImport::startFastElement().
#define PROPID_MAX_VALUE 4 |
Definition at line 78 of file elementimport.cxx.
Referenced by xmloff::OControlImport::handleAttribute(), and xmloff::OControlImport::startFastElement().
#define PROPID_MIN_VALUE 3 |
Definition at line 77 of file elementimport.cxx.
Referenced by xmloff::OControlImport::handleAttribute(), and xmloff::OControlImport::startFastElement().
#define PROPID_VALUE 1 |
Definition at line 75 of file elementimport.cxx.
Referenced by xmloff::OControlImport::handleAttribute(), and xmloff::OControlImport::startFastElement().
const sal_Int32 m_nHandle |
Definition at line 1363 of file elementimport.cxx.
const OUString& m_sName |
Definition at line 1415 of file elementimport.cxx.