LibreOffice Module oox (master) 1
Classes | Namespaces | Typedefs
oox/source/drawingml/diagram/diagram.hxx File Reference
#include <map>
#include <memory>
#include <vector>
#include <rtl/ustring.hxx>
#include "datamodel.hxx"
#include <oox/drawingml/shape.hxx>
Include dependency graph for oox/source/drawingml/diagram/diagram.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oox::drawingml::DiagramLayout
 
struct  oox::drawingml::DiagramStyle
 
struct  oox::drawingml::DiagramColor
 
class  oox::drawingml::Diagram
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::xml
 
namespace  com::sun::star::xml::dom
 
namespace  oox
 
namespace  oox::drawingml
 

Typedefs

typedef std::shared_ptr< LayoutNode > oox::drawingml::LayoutNodePtr
 
typedef std::shared_ptr< LayoutAtom > oox::drawingml::LayoutAtomPtr
 
typedef std::map< OUString, css::uno::Reference< css::xml::dom::XDocument > > oox::drawingml::DiagramDomMap
 
typedef std::map< OUString, LayoutAtomPtr > oox::drawingml::LayoutAtomMap
 
typedef std::map< const svx::diagram::Point *, ShapePtr > oox::drawingml::PresPointShapeMap
 
typedef std::shared_ptr< DiagramLayout > oox::drawingml::DiagramLayoutPtr
 
typedef std::map< OUString, DiagramStyle > oox::drawingml::DiagramQStyleMap
 
typedef std::map< OUString, DiagramColor > oox::drawingml::DiagramColorMap
 
typedef std::shared_ptr< Diagram > oox::drawingml::DiagramPtr