|
LibreOffice Module sc (master) 1
|
#include <docparam.hxx>
Public Member Functions | |
| ScColWidthParam () | |
Public Attributes | |
| SCROW | mnMaxTextRow |
| sal_uInt32 | mnMaxTextLen |
| bool | mbSimpleText |
Definition at line 17 of file docparam.hxx.
| ScColWidthParam::ScColWidthParam | ( | ) |
Definition at line 22 of file docparam.cxx.
| bool ScColWidthParam::mbSimpleText |
Definition at line 21 of file docparam.hxx.
Referenced by ScColumn::GetOptimalColWidth().
| sal_uInt32 ScColWidthParam::mnMaxTextLen |
Definition at line 20 of file docparam.hxx.
| SCROW ScColWidthParam::mnMaxTextRow |
Definition at line 19 of file docparam.hxx.
Referenced by ScColumn::GetOptimalColWidth().