LibreOffice Module sc (master) 1
|
#include <vector>
#include <list>
#include <com/sun/star/table/CellContentType.hpp>
#include <detfunc.hxx>
#include <detdata.hxx>
#include <cellvalue.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
class | ScMyIteratorBase |
struct | ScMyShape |
class | ScMyShapesContainer |
struct | ScMyNoteShape |
class | ScMyNoteShapesContainer |
struct | ScMyMergedRange |
class | ScMyMergedRangesContainer |
struct | ScMyAreaLink |
class | ScMyAreaLinksContainer |
class | ScMyEmptyDatabaseRangesContainer |
struct | ScMyDetectiveObj |
class | ScMyDetectiveObjContainer |
struct | ScMyDetectiveOp |
class | ScMyDetectiveOpContainer |
struct | ScMyCell |
class | ScMyNotEmptyCellsIterator |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::drawing |
namespace | com::sun::star::sheet |
namespace | com::sun::star::table |
Typedefs | |
typedef std::list< ScMyShape > | ScMyShapeList |
typedef std::list< ScMyNoteShape > | ScMyNoteShapeList |
typedef std::list< ScMyMergedRange > | ScMyMergedRangeList |
typedef ::std::list< ScMyAreaLink > | ScMyAreaLinkList |
typedef std::list< ScRange > | ScMyEmptyDatabaseRangeList |
typedef ::std::list< ScMyDetectiveObj > | ScMyDetectiveObjList |
typedef ::std::vector< ScMyDetectiveObj > | ScMyDetectiveObjVec |
typedef ::std::list< ScMyDetectiveOp > | ScMyDetectiveOpList |
typedef ::std::vector< ScMyDetectiveOp > | ScMyDetectiveOpVec |
typedef ::std::list< ScMyAreaLink > ScMyAreaLinkList |
Definition at line 166 of file XMLExportIterator.hxx.
typedef ::std::list< ScMyDetectiveObj > ScMyDetectiveObjList |
Definition at line 221 of file XMLExportIterator.hxx.
typedef ::std::vector< ScMyDetectiveObj > ScMyDetectiveObjVec |
Definition at line 222 of file XMLExportIterator.hxx.
typedef ::std::list< ScMyDetectiveOp > ScMyDetectiveOpList |
Definition at line 255 of file XMLExportIterator.hxx.
typedef ::std::vector< ScMyDetectiveOp > ScMyDetectiveOpVec |
Definition at line 256 of file XMLExportIterator.hxx.
typedef std::list<ScRange> ScMyEmptyDatabaseRangeList |
Definition at line 187 of file XMLExportIterator.hxx.
typedef std::list<ScMyMergedRange> ScMyMergedRangeList |
Definition at line 129 of file XMLExportIterator.hxx.
typedef std::list<ScMyNoteShape> ScMyNoteShapeList |
Definition at line 101 of file XMLExportIterator.hxx.
typedef std::list<ScMyShape> ScMyShapeList |
Definition at line 73 of file XMLExportIterator.hxx.