|
LibreOffice Module sc (master) 1
|
#include <column.hxx>
Public Member Functions | |
| ScNeededSizeOptions () | |
Public Attributes | |
| const ScPatternAttr * | pPattern |
| bool | bFormula |
| bool | bSkipMerged |
| bool | bGetFont |
| bool | bTotalSize |
Definition at line 101 of file column.hxx.
| ScNeededSizeOptions::ScNeededSizeOptions | ( | ) |
Definition at line 77 of file column.cxx.
| bool ScNeededSizeOptions::bFormula |
Definition at line 104 of file column.hxx.
Referenced by ScColumn::GetNeededSize(), ScColumn::GetOptimalColWidth(), and ScTable::MaybeAddExtraColumn().
| bool ScNeededSizeOptions::bGetFont |
Definition at line 106 of file column.hxx.
Referenced by ScColumn::GetNeededSize(), and ScColumn::GetOptimalColWidth().
| bool ScNeededSizeOptions::bSkipMerged |
Definition at line 105 of file column.hxx.
Referenced by ScTable::GetNeededSize(), ScColumn::GetNeededSize(), and ScTable::MaybeAddExtraColumn().
| bool ScNeededSizeOptions::bTotalSize |
Definition at line 107 of file column.hxx.
Referenced by ScTable::GetNeededSize(), ScColumn::GetNeededSize(), and ScTable::MaybeAddExtraColumn().
| const ScPatternAttr* ScNeededSizeOptions::pPattern |
Definition at line 103 of file column.hxx.
Referenced by ScColumn::GetNeededSize(), ScColumn::GetOptimalColWidth(), and ScColumn::GetOptimalHeight().