LibreOffice Module sw (master) 1
Classes | Typedefs
unocontentcontrol.hxx File Reference
#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>
Include dependency graph for unocontentcontrol.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ TextRangeList_t

typedef std::deque<css::uno::Reference<css::text::XTextRange> > TextRangeList_t

Definition at line 38 of file unocontentcontrol.hxx.