LibreOffice Module sc (master) 1
Classes | Namespaces | Typedefs
XMLExportIterator.hxx File Reference
#include <vector>
#include <list>
#include <com/sun/star/table/CellContentType.hpp>
#include <detfunc.hxx>
#include <detdata.hxx>
#include <cellvalue.hxx>
#include <memory>
Include dependency graph for XMLExportIterator.hxx:
This graph shows which files directly or indirectly include this file:

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< ScMyShapeScMyShapeList
 
typedef std::list< ScMyNoteShapeScMyNoteShapeList
 
typedef std::list< ScMyMergedRangeScMyMergedRangeList
 
typedef ::std::list< ScMyAreaLinkScMyAreaLinkList
 
typedef std::list< ScRangeScMyEmptyDatabaseRangeList
 
typedef ::std::list< ScMyDetectiveObjScMyDetectiveObjList
 
typedef ::std::vector< ScMyDetectiveObjScMyDetectiveObjVec
 
typedef ::std::list< ScMyDetectiveOpScMyDetectiveOpList
 
typedef ::std::vector< ScMyDetectiveOpScMyDetectiveOpVec
 

Typedef Documentation

◆ ScMyAreaLinkList

typedef ::std::list< ScMyAreaLink > ScMyAreaLinkList

Definition at line 166 of file XMLExportIterator.hxx.

◆ ScMyDetectiveObjList

typedef ::std::list< ScMyDetectiveObj > ScMyDetectiveObjList

Definition at line 221 of file XMLExportIterator.hxx.

◆ ScMyDetectiveObjVec

typedef ::std::vector< ScMyDetectiveObj > ScMyDetectiveObjVec

Definition at line 222 of file XMLExportIterator.hxx.

◆ ScMyDetectiveOpList

typedef ::std::list< ScMyDetectiveOp > ScMyDetectiveOpList

Definition at line 255 of file XMLExportIterator.hxx.

◆ ScMyDetectiveOpVec

typedef ::std::vector< ScMyDetectiveOp > ScMyDetectiveOpVec

Definition at line 256 of file XMLExportIterator.hxx.

◆ ScMyEmptyDatabaseRangeList

typedef std::list<ScRange> ScMyEmptyDatabaseRangeList

Definition at line 187 of file XMLExportIterator.hxx.

◆ ScMyMergedRangeList

Definition at line 129 of file XMLExportIterator.hxx.

◆ ScMyNoteShapeList

typedef std::list<ScMyNoteShape> ScMyNoteShapeList

Definition at line 101 of file XMLExportIterator.hxx.

◆ ScMyShapeList

typedef std::list<ScMyShape> ScMyShapeList

Definition at line 73 of file XMLExportIterator.hxx.