LibreOffice Module editeng (master) 1
|
#include <numitem.hxx>
Public Member Functions | |
SvxNodeNum ()=default | |
SvxNodeNum & | operator= (const SvxNodeNum &rCpy) |
sal_uInt8 | GetLevel () const |
void | SetLevel (sal_uInt8 nVal) |
const sal_uInt16 * | GetLevelVal () const |
sal_uInt16 * | GetLevelVal () |
Private Attributes | |
sal_uInt16 | nLevelVal [SVX_MAX_NUM] = {} |
sal_uInt8 | nMyLevel = 0 |
Definition at line 333 of file numitem.hxx.
|
inlineexplicitdefault |
|
inline |
Definition at line 342 of file numitem.hxx.
References nMyLevel.
Referenced by SvxNumRule::MakeNumString().
|
inline |
Definition at line 346 of file numitem.hxx.
References nLevelVal.
|
inline |
Definition at line 345 of file numitem.hxx.
References nLevelVal.
Referenced by SvxNumRule::MakeNumString().
|
inline |
Definition at line 349 of file numitem.hxx.
|
inline |
Definition at line 343 of file numitem.hxx.
References nMyLevel.
|
private |
Definition at line 335 of file numitem.hxx.
Referenced by GetLevelVal(), and operator=().
|
private |
Definition at line 336 of file numitem.hxx.
Referenced by GetLevel(), operator=(), and SetLevel().