LibreOffice Module sc (master)
1
|
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlprmap.hxx>
#include "xmlsubti.hxx"
#include <formula/grammar.hxx>
#include <dociter.hxx>
#include <com/sun/star/sheet/ValidationAlertStyle.hpp>
#include <com/sun/star/sheet/ValidationType.hpp>
#include <com/sun/star/sheet/ConditionOperator.hpp>
#include <memory>
#include <map>
#include <vector>
#include <list>
Go to the source code of this file.
Classes | |
struct | ScMyNamedExpression |
struct | ScMyLabelRange |
struct | ScMyImportValidation |
class | ScXMLImport |
class | ScXMLImport::MutexGuard |
Use this class to manage solar mutex locking instead of calling LockSolarMutex() and UnlockSolarMutex() directly. More... | |
Namespaces | |
com::sun::star::beans | |
com::sun::star::sheet | |
com::sun::star::table | |
com::sun::star::util | |
sax_fastparser | |
sc | |
CAUTION! The following defines must be in the same namespace as the respective type. | |
Typedefs | |
typedef ::std::list< ScMyNamedExpression > | ScMyNamedExpressions |
typedef std::list< ScMyLabelRange > | ScMyLabelRanges |
typedef std::vector< ScMyImportValidation > | ScMyImportValidations |
typedef std::vector<ScMyImportValidation> ScMyImportValidations |
Definition at line 110 of file xmlimprt.hxx.
typedef std::list<ScMyLabelRange> ScMyLabelRanges |
Definition at line 85 of file xmlimprt.hxx.
typedef ::std::list<ScMyNamedExpression> ScMyNamedExpressions |
Definition at line 76 of file xmlimprt.hxx.