LibreOffice Module sw (master) 1
|
#include <svl/itemprop.hxx>
#include <svl/listener.hxx>
#include <svx/fmdpage.hxx>
#include "frmfmt.hxx"
#include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/drawing/XShapes.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase2.hxx>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/drawing/HomogenMatrix3.hpp>
Go to the source code of this file.
Classes | |
class | SwFmDrawPage |
class | SwXShape |
class | SwXGroupShape |
Typedefs | |
typedef cppu::AggImplInheritanceHelper2< SvxFmDrawPage, css::container::XEnumerationAccess, css::beans::XPropertySet > | SwFmDrawPage_Base |
typedef cppu::WeakImplHelper< css::beans::XPropertySet, css::beans::XPropertyState, css::text::XTextContent, css::lang::XServiceInfo, css::lang::XUnoTunnel, css::drawing::XShape > | SwXShapeBaseClass |
typedef cppu::AggImplInheritanceHelper2< SvxFmDrawPage, css::container::XEnumerationAccess, css::beans::XPropertySet> SwFmDrawPage_Base |
Definition at line 48 of file unodraw.hxx.
typedef cppu::WeakImplHelper< css::beans::XPropertySet, css::beans::XPropertyState, css::text::XTextContent, css::lang::XServiceInfo, css::lang::XUnoTunnel, css::drawing::XShape> SwXShapeBaseClass |
Definition at line 129 of file unodraw.hxx.