|
LibreOffice Module sw (master) 1
|
#include <objstmpconsiderwrapinfl.hxx>
Public Member Functions | |
| SwObjsMarkedAsTmpConsiderWrapInfluence () | |
| ~SwObjsMarkedAsTmpConsiderWrapInfluence () | |
| void | Insert (SwAnchoredObject &_rAnchoredObj) |
| void | Remove (SwAnchoredObject &_rAnchoredObj) |
| void | Clear () |
Private Attributes | |
| std::vector< SwAnchoredObject * > | maObjsTmpConsiderWrapInfl |
Definition at line 26 of file objstmpconsiderwrapinfl.hxx.
| SwObjsMarkedAsTmpConsiderWrapInfluence::SwObjsMarkedAsTmpConsiderWrapInfluence | ( | ) |
Definition at line 23 of file objstmpconsiderwrapinfl.cxx.
| SwObjsMarkedAsTmpConsiderWrapInfluence::~SwObjsMarkedAsTmpConsiderWrapInfluence | ( | ) |
Definition at line 27 of file objstmpconsiderwrapinfl.cxx.
References Clear().
| void SwObjsMarkedAsTmpConsiderWrapInfluence::Clear | ( | ) |
Definition at line 48 of file objstmpconsiderwrapinfl.cxx.
References maObjsTmpConsiderWrapInfl, SwAnchoredObject::SetClearedEnvironment(), and SwAnchoredObject::SetTmpConsiderWrapInfluence().
Referenced by ~SwObjsMarkedAsTmpConsiderWrapInfluence().
| void SwObjsMarkedAsTmpConsiderWrapInfluence::Insert | ( | SwAnchoredObject & | _rAnchoredObj | ) |
Definition at line 32 of file objstmpconsiderwrapinfl.cxx.
References maObjsTmpConsiderWrapInfl.
| void SwObjsMarkedAsTmpConsiderWrapInfluence::Remove | ( | SwAnchoredObject & | _rAnchoredObj | ) |
Definition at line 40 of file objstmpconsiderwrapinfl.cxx.
References maObjsTmpConsiderWrapInfl.
|
private |
Definition at line 29 of file objstmpconsiderwrapinfl.hxx.