#include <memory>
#include <deque>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/container/XContentEnumerationAccess.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XTolerantMultiPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <cppuhelper/implbase.hxx>
#include <svl/itemprop.hxx>
#include <svl/listener.hxx>
#include <unocrsr.hxx>
Go to the source code of this file.
|
enum | SwTextPortionType {
PORTION_TEXT,
PORTION_FIELD,
PORTION_FRAME,
PORTION_FOOTNOTE,
PORTION_REFMARK_START,
PORTION_REFMARK_END,
PORTION_TOXMARK_START,
PORTION_TOXMARK_END,
PORTION_BOOKMARK_START,
PORTION_BOOKMARK_END,
PORTION_REDLINE_START,
PORTION_REDLINE_END,
PORTION_RUBY_START,
PORTION_RUBY_END,
PORTION_SOFT_PAGEBREAK,
PORTION_META,
PORTION_FIELD_START,
PORTION_FIELD_SEP,
PORTION_FIELD_END,
PORTION_FIELD_START_END,
PORTION_ANNOTATION,
PORTION_ANNOTATION_END
} |
|
Enumerator |
---|
PORTION_TEXT |
|
PORTION_FIELD |
|
PORTION_FRAME |
|
PORTION_FOOTNOTE |
|
PORTION_REFMARK_START |
|
PORTION_REFMARK_END |
|
PORTION_TOXMARK_START |
|
PORTION_TOXMARK_END |
|
PORTION_BOOKMARK_START |
|
PORTION_BOOKMARK_END |
|
PORTION_REDLINE_START |
|
PORTION_REDLINE_END |
|
PORTION_RUBY_START |
|
PORTION_RUBY_END |
|
PORTION_SOFT_PAGEBREAK |
|
PORTION_META |
|
PORTION_FIELD_START |
|
PORTION_FIELD_SEP |
|
PORTION_FIELD_END |
|
PORTION_FIELD_START_END |
|
PORTION_ANNOTATION |
|
PORTION_ANNOTATION_END |
|
Definition at line 54 of file unoport.hxx.