#include <memory>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XEnumeration.hpp>
#include <cppuhelper/implbase.hxx>
#include <vcl/svapp.hxx>
Go to the source code of this file.
|
| sw |
| Dialog to specify the properties of date form field.
|
|
|
typedef ::cppu::WeakImplHelper< css::lang::XServiceInfo, css::container::XEnumeration > | SwSimpleEnumeration_Base |
|
template<typename T > |
using | sw::UnoImplPtr = std::unique_ptr< T, UnoImplPtrDeleter< T > > |
| Smart pointer class ensuring that the pointed object is deleted with a locked SolarMutex. More...
|
|
|
enum | CursorType {
CursorType::Body,
CursorType::Frame,
CursorType::TableText,
CursorType::Footnote,
CursorType::Header,
CursorType::Footer,
CursorType::Redline,
CursorType::All,
CursorType::Selection,
CursorType::SelectionInTable,
CursorType::Meta,
CursorType::ContentControl
} |
|
Enumerator |
---|
Body |
|
Frame |
|
TableText |
|
Footnote |
|
Header |
|
Footer |
|
Redline |
|
All |
|
Selection |
|
SelectionInTable |
|
Meta |
|
ContentControl |
|
Definition at line 39 of file unobaseclass.hxx.