LibreOffice Module sc (master) 1
|
#include <address.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <vector>
#include <list>
#include <memory>
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< ScMyTableXShapes > | ScMyTableShapes |
typedef std::vector< ScMyDrawPage > | ScMyDrawPages |
typedef std::vector<ScMyDrawPage> ScMyDrawPages |
Definition at line 42 of file XMLExportSharedData.hxx.
typedef std::vector<ScMyTableXShapes> ScMyTableShapes |
Definition at line 41 of file XMLExportSharedData.hxx.
typedef std::list< css::uno::Reference<css::drawing::XShape> > ScMyTableXShapes |
Definition at line 40 of file XMLExportSharedData.hxx.