LibreOffice Module sw (master)
1
|
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/document/XEmbeddedObjectSupplier2.hpp>
#include <com/sun/star/text/XTextFrame.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/util/XModifyListener.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <cppuhelper/implbase.hxx>
#include <svl/listener.hxx>
#include "flyenum.hxx"
#include "frmfmt.hxx"
#include "unotext.hxx"
#include <memory>
Go to the source code of this file.
Classes | |
class | SwXFrame |
class | SwXTextFrame |
class | SwXTextGraphicObject |
class | SwXTextEmbeddedObject |
class | SwXOLEListener |
Namespaces | |
com::sun::star::frame | |
Typedefs | |
typedef cppu::ImplInheritanceHelper< SwXFrame, css::text::XTextFrame, css::container::XEnumerationAccess, css::document::XEventsSupplier > | SwXTextFrameBaseClass |
typedef cppu::ImplInheritanceHelper< SwXFrame, css::document::XEventsSupplier > | SwXTextGraphicObjectBaseClass |
typedef cppu::ImplInheritanceHelper< SwXFrame, css::document::XEmbeddedObjectSupplier2, css::document::XEventsSupplier > | SwXTextEmbeddedObjectBaseClass |
typedef cppu::ImplInheritanceHelper< SwXFrame, css::document::XEmbeddedObjectSupplier2, css::document::XEventsSupplier> SwXTextEmbeddedObjectBaseClass |
Definition at line 274 of file unoframe.hxx.
typedef cppu::ImplInheritanceHelper< SwXFrame, css::text::XTextFrame, css::container::XEnumerationAccess, css::document::XEventsSupplier> SwXTextFrameBaseClass |
Definition at line 172 of file unoframe.hxx.
typedef cppu::ImplInheritanceHelper< SwXFrame, css::document::XEventsSupplier> SwXTextGraphicObjectBaseClass |
Definition at line 246 of file unoframe.hxx.