LibreOffice Module sw (master)
1
|
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/text/XFlatParagraph.hpp>
#include <com/sun/star/text/XFlatParagraphIterator.hpp>
#include <svl/listener.hxx>
#include "unotextmarkup.hxx"
#include <set>
Go to the source code of this file.
Classes | |
class | SwXFlatParagraph |
class | SwXFlatParagraphIterator |
Namespaces | |
com | |
com::sun | |
com::sun::star | |
com::sun::star::container | |
com::sun::star::text | |
Typedefs | |
typedef ::cppu::ImplInheritanceHelper< SwXTextMarkup, css::beans::XPropertySet, css::text::XFlatParagraph, css::lang::XUnoTunnel > | SwXFlatParagraph_Base |
typedef ::cppu::ImplInheritanceHelper< SwXTextMarkup, css::beans::XPropertySet, css::text::XFlatParagraph, css::lang::XUnoTunnel> SwXFlatParagraph_Base |
Definition at line 44 of file unoflatpara.hxx.