LibreOffice Module sw (master) 1
|
Public Member Functions | |
Parm (const SwTabCols &rN, const SwTabCols &rO) | |
Public Attributes | |
const SwTabCols & | rNew |
const SwTabCols & | rOld |
tools::Long | nNewWish |
tools::Long | nOldWish |
std::deque< SwTableBox * > | aBoxArr |
SwShareBoxFormats | aShareFormats |
Definition at line 602 of file swtable.cxx.
Definition at line 611 of file swtable.cxx.
std::deque<SwTableBox*> Parm::aBoxArr |
Definition at line 608 of file swtable.cxx.
Referenced by SwTable::SetTabCols().
SwShareBoxFormats Parm::aShareFormats |
Definition at line 609 of file swtable.cxx.
Referenced by lcl_AdjustBox(), lcl_AdjustWidthsInLine(), and lcl_ProcessBoxSet().
tools::Long Parm::nNewWish |
Definition at line 606 of file swtable.cxx.
Referenced by lcl_ProcessBoxSet(), SwTable::NewSetTabCols(), and SwTable::SetTabCols().
tools::Long Parm::nOldWish |
Definition at line 607 of file swtable.cxx.
Referenced by lcl_ProcessBoxSet(), SwTable::NewSetTabCols(), and SwTable::SetTabCols().
const SwTabCols& Parm::rNew |
Definition at line 604 of file swtable.cxx.
Referenced by lcl_ProcessBoxSet(), and SwTable::NewSetTabCols().
const SwTabCols& Parm::rOld |
Definition at line 605 of file swtable.cxx.
Referenced by lcl_ProcessBoxSet(), and SwTable::NewSetTabCols().