LibreOffice Module sw (master) 1
|
#include <memory>
#include <deque>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/text/XTextField.hpp>
#include <cppuhelper/implbase.hxx>
#include <unobaseclass.hxx>
#include <unocoll.hxx>
Go to the source code of this file.
Classes | |
class | SwXContentControl |
UNO API wrapper around an SwContentControl, exposed as the com.sun.star.text.ContentControl service. More... | |
class | SwXContentControls |
UNO wrapper around SwContentControlManager. More... | |
Typedefs | |
typedef std::deque< css::uno::Reference< css::text::XTextRange > > | TextRangeList_t |
typedef std::deque<css::uno::Reference<css::text::XTextRange> > TextRangeList_t |
Definition at line 38 of file unocontentcontrol.hxx.