LibreOffice Module sc (master)
1
|
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase1.hxx>
Go to the source code of this file.
Classes | |
class | ScShapeObj |
Namespaces | |
com::sun::star | |
com::sun::star::uno | |
com::sun::star::drawing | |
Typedefs | |
typedef ::cppu::WeakImplHelper< css::beans::XPropertySet, css::beans::XPropertyState, css::text::XTextContent, css::document::XEventsSupplier, css::lang::XServiceInfo > | ScShapeObj_Base |
typedef ::cppu::ImplHelper1< css::text::XText > | ScShapeObj_TextBase |
typedef ::cppu::ImplHelper1< css::container::XChild > | ScShapeObj_ChildBase |
typedef ::cppu::WeakImplHelper< css::beans::XPropertySet , css::beans::XPropertyState , css::text::XTextContent , css::document::XEventsSupplier , css::lang::XServiceInfo > ScShapeObj_Base |
Definition at line 45 of file shapeuno.hxx.
typedef ::cppu::ImplHelper1< css::container::XChild > ScShapeObj_ChildBase |
Definition at line 59 of file shapeuno.hxx.
typedef ::cppu::ImplHelper1< css::text::XText > ScShapeObj_TextBase |
Definition at line 57 of file shapeuno.hxx.