LibreOffice Module vcl (master)
1
|
#include <textdat2.hxx>
Public Member Functions | |
TEParaPortions () | |
~TEParaPortions () | |
sal_uInt32 | Count () const |
TEParaPortion * | GetObject (sal_uInt32 nIndex) |
void | Insert (TEParaPortion *pObject, sal_uInt32 nPos) |
void | Remove (sal_uInt32 nPos) |
Private Attributes | |
std::vector< std::unique_ptr< TEParaPortion > > | mvData |
Definition at line 212 of file textdat2.hxx.
|
inline |
Definition at line 218 of file textdat2.hxx.
TEParaPortions::~TEParaPortions | ( | ) |
Definition at line 266 of file textdata.cxx.
|
inline |
Definition at line 221 of file textdat2.hxx.
|
inline |
Definition at line 222 of file textdat2.hxx.
|
inline |
Definition at line 223 of file textdat2.hxx.
|
inline |
Definition at line 224 of file textdat2.hxx.
Referenced by TextUndoDelPara::Redo().
|
private |
Definition at line 215 of file textdat2.hxx.