LibreOffice Module sw (master) 1
|
#include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <cppuhelper/weakref.hxx>
#include <sal/types.h>
#include <svl/poolitem.hxx>
#include <unotools/weakref.hxx>
#include "calbck.hxx"
#include "swdllapi.h"
Go to the source code of this file.
Classes | |
class | SwFormatContentControl |
SfxPoolItem subclass that wraps an SwContentControl. More... | |
class | SwContentControlListItem |
Represents one list item in a content control dropdown list. More... | |
class | SwContentControl |
Stores the properties of a content control. More... | |
Namespaces | |
namespace | vcl |
Enumerations | |
enum class | SwContentControlType { RICH_TEXT , CHECKBOX , DROP_DOWN_LIST , PICTURE , DATE , PLAIN_TEXT , COMBO_BOX } |
|
strong |
Enumerator | |
---|---|
RICH_TEXT | |
CHECKBOX | |
DROP_DOWN_LIST | |
PICTURE | |
DATE | |
PLAIN_TEXT | |
COMBO_BOX |
Definition at line 42 of file formatcontentcontrol.hxx.