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

Go to the source code of this file.

Classes

struct  ScMyDrawPage
 
class  ScMySharedData
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::drawing
 

Typedefs

typedef std::list< css::uno::Reference< css::drawing::XShape > > ScMyTableXShapes
 
typedef std::vector< ScMyTableXShapesScMyTableShapes
 
typedef std::vector< ScMyDrawPageScMyDrawPages
 

Typedef Documentation

◆ ScMyDrawPages

typedef std::vector<ScMyDrawPage> ScMyDrawPages

Definition at line 42 of file XMLExportSharedData.hxx.

◆ ScMyTableShapes

typedef std::vector<ScMyTableXShapes> ScMyTableShapes

Definition at line 41 of file XMLExportSharedData.hxx.

◆ ScMyTableXShapes

typedef std::list< css::uno::Reference<css::drawing::XShape> > ScMyTableXShapes

Definition at line 40 of file XMLExportSharedData.hxx.