|
LibreOffice Module svx (master) 1
|
Public Member Functions | |
| SvxShapeImpl (SvxShape &_rAntiImpl) | |
Public Attributes | |
| std::optional< SfxItemSet > | mxItemSet |
| SdrObjKind | mnObjId |
| SvxShapeMaster * | mpMaster |
| bool | mbDisposing |
| ::unotools::WeakReference< SdrObject > | mxCreatedObj |
| CL, OD 2005-07-19 #i52126# - this is initially 0 and set when a SvxShape::Create() call is executed. More... | |
| ::comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maDisposeListeners |
| svx::PropertyChangeNotifier | maPropertyNotifier |
Definition at line 113 of file unoshape.cxx.
|
inline |
Definition at line 131 of file unoshape.cxx.
References NONE.
| ::comphelper::OInterfaceContainerHelper4<css::lang::XEventListener> SvxShapeImpl::maDisposeListeners |
Definition at line 128 of file unoshape.cxx.
| svx::PropertyChangeNotifier SvxShapeImpl::maPropertyNotifier |
Definition at line 129 of file unoshape.cxx.
| bool SvxShapeImpl::mbDisposing |
Definition at line 118 of file unoshape.cxx.
| SdrObjKind SvxShapeImpl::mnObjId |
Definition at line 116 of file unoshape.cxx.
| SvxShapeMaster* SvxShapeImpl::mpMaster |
Definition at line 117 of file unoshape.cxx.
| ::unotools::WeakReference< SdrObject > SvxShapeImpl::mxCreatedObj |
CL, OD 2005-07-19 #i52126# - this is initially 0 and set when a SvxShape::Create() call is executed.
It is then set to the created SdrObject so a multiple call to SvxShape::Create() with same SdrObject is prohibited.
Definition at line 125 of file unoshape.cxx.
| std::optional<SfxItemSet> SvxShapeImpl::mxItemSet |
Definition at line 115 of file unoshape.cxx.