LibreOffice Module sc (master) 1
Classes | Namespaces | Typedefs
vbasheetobject.hxx File Reference
#include <ooo/vba/excel/XButton.hpp>
#include <ooo/vba/excel/XControlObject.hpp>
#include <ooo/vba/excel/XSheetObject.hpp>
#include <cppuhelper/implbase.hxx>
#include <vbahelper/vbahelperinterface.hxx>
#include "vbapalette.hxx"
Include dependency graph for vbasheetobject.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScVbaButtonCharacters
 Simple implementation of the Characters symbol for drawing button objects. More...
 
class  ScVbaSheetObjectBase
 Base class for drawing objects embedded in sheets. More...
 
class  ScVbaControlObjectBase
 
class  ScVbaButton
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::container
 
namespace  com::sun::star::drawing
 

Typedefs

typedef InheritedHelperInterfaceWeakImpl< ov::excel::XCharacters > ScVbaButtonCharacters_BASE
 
typedef InheritedHelperInterfaceWeakImpl< ov::excel::XSheetObject > ScVbaSheetObject_BASE
 
typedef ::cppu::ImplInheritanceHelper< ScVbaSheetObjectBase, ov::excel::XControlObject > ScVbaControlObject_BASE
 
typedef ::cppu::ImplInheritanceHelper< ScVbaControlObjectBase, ov::excel::XButton > ScVbaButton_BASE
 

Typedef Documentation

◆ ScVbaButton_BASE

typedef ::cppu::ImplInheritanceHelper< ScVbaControlObjectBase, ov::excel::XButton > ScVbaButton_BASE

Definition at line 168 of file vbasheetobject.hxx.

◆ ScVbaButtonCharacters_BASE

Definition at line 34 of file vbasheetobject.hxx.

◆ ScVbaControlObject_BASE

typedef ::cppu::ImplInheritanceHelper< ScVbaSheetObjectBase, ov::excel::XControlObject > ScVbaControlObject_BASE

Definition at line 130 of file vbasheetobject.hxx.

◆ ScVbaSheetObject_BASE

typedef InheritedHelperInterfaceWeakImpl< ov::excel::XSheetObject > ScVbaSheetObject_BASE

Definition at line 79 of file vbasheetobject.hxx.