LibreOffice Module sw (master) 1
|
#include <frmfmt.hxx>
Public Member Functions | |
CollectTextObjectsHint (std::list< SdrTextObj * > &rTextObjects) | |
virtual | ~CollectTextObjectsHint () override |
Public Member Functions inherited from SfxHint | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () |
SfxHint (SfxHint const &)=default | |
SfxHint (SfxHint &&)=default | |
SfxHint & | operator= (SfxHint const &)=default |
SfxHint & | operator= (SfxHint &&)=default |
SfxHintId | GetId () const |
Public Attributes | |
std::list< SdrTextObj * > & | m_rTextObjects |
Definition at line 381 of file frmfmt.hxx.
|
inline |
Definition at line 384 of file frmfmt.hxx.
References SwCollectTextObjects.
|
overridevirtual |
Definition at line 3465 of file atrfrm.cxx.
std::list<SdrTextObj*>& sw::CollectTextObjectsHint::m_rTextObjects |
Definition at line 383 of file frmfmt.hxx.