LibreOffice Module sc (master) 1
Classes | Namespaces | Typedefs
vbasheetobjects.hxx File Reference
#include <cppuhelper/implbase.hxx>
#include <ooo/vba/excel/XGraphicObjects.hpp>
#include <vbahelper/vbacollectionimpl.hxx>
#include <rtl/ref.hxx>
Include dependency graph for vbasheetobjects.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScVbaSheetObjectsBase
 Base class for collections containing a specific type of drawing object embedded in a sheet (worksheet, chart sheet, or dialog sheet). More...
 
class  ScVbaGraphicObjectsBase
 Base class for collections containing a specific type of graphic object from a sheet. More...
 
class  ScVbaButtons
 Collection containing all button controls from a sheet (not ActiveX controls). More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::container
 
namespace  com::sun::star::frame
 
namespace  com::sun::star::sheet
 

Typedefs

typedef ::rtl::Reference< ScVbaObjectContainerScVbaObjectContainerRef
 
typedef CollTestImplHelper< ov::XCollection > ScVbaSheetObjects_BASE
 
typedef ::cppu::ImplInheritanceHelper< ScVbaSheetObjectsBase, ov::excel::XGraphicObjects > ScVbaGraphicObjects_BASE
 

Typedef Documentation

◆ ScVbaGraphicObjects_BASE

typedef ::cppu::ImplInheritanceHelper< ScVbaSheetObjectsBase, ov::excel::XGraphicObjects > ScVbaGraphicObjects_BASE

Definition at line 68 of file vbasheetobjects.hxx.

◆ ScVbaObjectContainerRef

Definition at line 34 of file vbasheetobjects.hxx.

◆ ScVbaSheetObjects_BASE

typedef CollTestImplHelper< ov::XCollection > ScVbaSheetObjects_BASE

Definition at line 36 of file vbasheetobjects.hxx.