LibreOffice Module svx (master) 1
|
#include <itemsettools.hxx>
Public Member Functions | |
ItemChangeBroadcaster (const SdrObject &rObj) | |
sal_uInt32 | GetRectangleCount () const |
const tools::Rectangle & | GetRectangle (sal_uInt32 nIndex) const |
Private Attributes | |
std::vector< tools::Rectangle > | maRectangles |
Definition at line 34 of file itemsettools.hxx.
|
explicit |
Definition at line 32 of file itemsettools.cxx.
References SdrObjListIter::Count(), DeepNoGroups, SdrObject::GetLastBoundRect(), SdrObject::GetObjIdentifier(), SdrObjGroup::GetSubList(), Group, SdrObjListIter::IsMore(), maRectangles, and SdrObjListIter::Next().
|
inline |
Definition at line 45 of file itemsettools.hxx.
References maRectangles, and nIndex.
Referenced by sdr::properties::BaseProperties::BroadcastItemChange().
|
inline |
Definition at line 41 of file itemsettools.hxx.
References maRectangles.
Referenced by sdr::properties::BaseProperties::BroadcastItemChange().
|
private |
Definition at line 36 of file itemsettools.hxx.
Referenced by GetRectangle(), GetRectangleCount(), and ItemChangeBroadcaster().