LibreOffice Module oox (master) 1
|
#include <map>
#include <memory>
#include <vector>
#include <com/sun/star/uno/Reference.hxx>
#include <oox/dllapi.h>
#include <oox/ole/oleobjecthelper.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
Go to the source code of this file.
Classes | |
struct | oox::vml::OleObjectInfo |
Contains information about an OLE object embedded in a draw page. More... | |
struct | oox::vml::ControlInfo |
Contains information about a form control embedded in a draw page. More... | |
class | oox::vml::Drawing |
Represents the collection of VML shapes for a complete draw page. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | com::sun::star::drawing |
namespace | oox |
namespace | oox::core |
namespace | oox::ole |
namespace | oox::vml |
Enumerations | |
enum | oox::vml::DrawingType { oox::vml::VMLDRAWING_WORD , oox::vml::VMLDRAWING_EXCEL , oox::vml::VMLDRAWING_POWERPOINT } |
Enumerates different types of VML drawings. More... | |