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

Go to the source code of this file.

Classes

class  SdrHint
 
class  SdrModel
 

Namespaces

namespace  comphelper
 class SvxPropertySetInfoPool
 
namespace  sfx2
 
namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  model
 

Enumerations

enum class  SdrHintKind {
  LayerChange ,
  LayerOrderChange ,
  PageOrderChange ,
  ObjectChange ,
  ObjectInserted ,
  ObjectRemoved ,
  ModelCleared ,
  RefDeviceChange ,
  DefaultTabChange ,
  SwitchToPage ,
  BeginEdit ,
  EndEdit
}
 

Variables

constexpr const sal_Unicode DEGREE_CHAR = u'\x00B0'
 

Enumeration Type Documentation

◆ SdrHintKind

enum class SdrHintKind
strong
Enumerator
LayerChange 
LayerOrderChange 
PageOrderChange 
ObjectChange 
ObjectInserted 
ObjectRemoved 
ModelCleared 
RefDeviceChange 
DefaultTabChange 
SwitchToPage 
BeginEdit 
EndEdit 

Definition at line 102 of file svdmodel.hxx.

Variable Documentation

◆ DEGREE_CHAR

constexpr const sal_Unicode DEGREE_CHAR = u'\x00B0'
constexpr

Definition at line 99 of file svdmodel.hxx.

Referenced by SdrModel::GetAngleString(), and SdrAngleItem::GetPresentation().