|
LibreOffice Module svx (master) 1
|
#include <svdpage.hxx>
Public Member Functions | |
| SdrPageGridFrameList () | |
| ~SdrPageGridFrameList () | |
| void | Clear () |
| sal_uInt16 | GetCount () const |
| void | Insert (const SdrPageGridFrame &rGF) |
| SdrPageGridFrame & | operator[] (sal_uInt16 nPos) |
| const SdrPageGridFrame & | operator[] (sal_uInt16 nPos) const |
Private Member Functions | |
| SdrPageGridFrameList (const SdrPageGridFrameList &rSrcList)=delete | |
| void | operator= (const SdrPageGridFrameList &rSrcList)=delete |
| SdrPageGridFrame * | GetObject (sal_uInt16 i) const |
Private Attributes | |
| std::vector< SdrPageGridFrame * > | aList |
Definition at line 296 of file svdpage.hxx.
|
privatedelete |
|
inline |
Definition at line 305 of file svdpage.hxx.
|
inline |
Definition at line 306 of file svdpage.hxx.
References Clear().
| void SdrPageGridFrameList::Clear | ( | ) |
Definition at line 1105 of file svdpage.cxx.
References aList, GetCount(), GetObject(), i, and nCount.
|
inline |
Definition at line 308 of file svdpage.hxx.
Referenced by SdrEditView::AlignMarkedObjects(), Clear(), and SdrPageView::DrawPageViewGrid().
|
inlineprivate |
|
inline |
Definition at line 309 of file svdpage.hxx.
|
privatedelete |
|
inline |
Definition at line 310 of file svdpage.hxx.
References GetObject(), and nPos.
|
inline |
Definition at line 311 of file svdpage.hxx.
References GetObject(), and nPos.
|
private |
Definition at line 298 of file svdpage.hxx.
Referenced by Clear().