LibreOffice Module sc (master) 1
|
#include <xiescher.hxx>
Public Member Functions | |
XclImpDrawObjVector () | |
std::vector< XclImpDrawObjRef >::const_iterator | begin () const |
std::vector< XclImpDrawObjRef >::const_iterator | end () const |
void | push_back (const XclImpDrawObjRef &rObj) |
void | InsertGrouped (XclImpDrawObjRef const &xDrawObj) |
Tries to insert the passed object into the last group or appends it. More... | |
std::size_t | GetProgressSize () const |
Returns the needed size on the progress bar for all contained objects. More... | |
Private Attributes | |
std::vector< XclImpDrawObjRef > | mObjs |
Definition at line 212 of file xiescher.hxx.
|
inlineexplicit |
Definition at line 218 of file xiescher.hxx.
|
inline |
Definition at line 220 of file xiescher.hxx.
References mObjs.
|
inline |
Definition at line 221 of file xiescher.hxx.
References mObjs.
std::size_t XclImpDrawObjVector::GetProgressSize | ( | ) | const |
Returns the needed size on the progress bar for all contained objects.
Definition at line 998 of file xiescher.cxx.
References mObjs.
Referenced by XclImpGroupObj::DoGetProgressSize(), and XclImpDrawing::GetProgressSize().
void XclImpDrawObjVector::InsertGrouped | ( | XclImpDrawObjRef const & | xDrawObj | ) |
Tries to insert the passed object into the last group or appends it.
Definition at line 989 of file xiescher.cxx.
References mObjs.
Referenced by XclImpDrawing::ReadObj(), and XclImpGroupObj::TryInsert().
|
inline |
Definition at line 222 of file xiescher.hxx.
References mObjs.
Referenced by XclImpDrawing::AppendRawObject().
|
private |
Definition at line 215 of file xiescher.hxx.
Referenced by begin(), end(), GetProgressSize(), InsertGrouped(), and push_back().