LibreOffice Module sc (master) 1
|
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlprmap.hxx>
#include "xmlsubti.hxx"
#include <formula/grammar.hxx>
#include <vcl/svapp.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 | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::beans |
namespace | com::sun::star::sheet |
namespace | com::sun::star::table |
namespace | com::sun::star::util |
namespace | sax_fastparser |
namespace | 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.