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 | |
com::sun::star | |
com::sun::star::awt | |
com::sun::star::drawing | |
oox | |
oox::core | |
oox::ole | |
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... | |