#include <functional>
#include <memory>
#include <com/sun/star/uno/Sequence.hxx>
#include <editeng/forbiddencharacterstable.hxx>
#include <editeng/outliner.hxx>
#include <rtl/ustring.hxx>
#include <tools/weakbase.h>
#include <svl/SfxBroadcaster.hxx>
#include <tools/degree.hxx>
#include <tools/fldunit.hxx>
#include <tools/fract.hxx>
#include <svl/hint.hxx>
#include <o3tl/enumarray.hxx>
#include <svl/style.hxx>
#include <svx/xtable.hxx>
#include <svx/svdtypes.hxx>
#include <svx/svxdllapi.h>
#include <rtl/ref.hxx>
#include <deque>
#include <unordered_set>
Go to the source code of this file.
|
enum | SdrHintKind {
SdrHintKind::LayerChange,
SdrHintKind::LayerOrderChange,
SdrHintKind::PageOrderChange,
SdrHintKind::ObjectChange,
SdrHintKind::ObjectInserted,
SdrHintKind::ObjectRemoved,
SdrHintKind::ModelCleared,
SdrHintKind::RefDeviceChange,
SdrHintKind::DefaultTabChange,
SdrHintKind::SwitchToPage,
SdrHintKind::BeginEdit,
SdrHintKind::EndEdit
} |
|
#define DEGREE_CHAR u'\x00B0' /* U+00B0 DEGREE SIGN */ |
Enumerator |
---|
LayerChange |
|
LayerOrderChange |
|
PageOrderChange |
|
ObjectChange |
|
ObjectInserted |
|
ObjectRemoved |
|
ModelCleared |
|
RefDeviceChange |
|
DefaultTabChange |
|
SwitchToPage |
|
BeginEdit |
|
EndEdit |
|
Definition at line 93 of file svdmodel.hxx.