LibreOffice Module sc (master) 1
|
#include <fillinfo.hxx>
Public Member Functions | |
RowInfo ()=default | |
RowInfo (const RowInfo &)=delete | |
const RowInfo & | operator= (const RowInfo &)=delete |
ScCellInfo & | cellInfo (SCCOL nCol) |
const ScCellInfo & | cellInfo (SCCOL nCol) const |
ScBasicCellInfo & | basicCellInfo (SCCOL nCol) |
const ScBasicCellInfo & | basicCellInfo (SCCOL nCol) const |
void | allocCellInfo (SCCOL startCol, SCCOL endCol) |
void | freeCellInfo () |
Public Attributes | |
sal_uInt16 | nHeight |
SCROW | nRowNo |
SCCOL | nRotMaxCol |
bool | bEmptyBack:1 |
bool | bAutoFilter:1 |
bool | bPivotButton:1 |
bool | bChanged:1 |
bool | bPivotToggle:1 |
Private Attributes | |
ScCellInfo * | pCellInfo |
ScBasicCellInfo * | pBasicCellInfo |
SCCOL | nStartCol |
SCCOL | nEndCol |
Definition at line 191 of file fillinfo.hxx.
|
default |
|
delete |
Definition at line 223 of file fillinfo.hxx.
References nEndCol, nStartCol, pBasicCellInfo, and pCellInfo.
|
inline |
Definition at line 210 of file fillinfo.hxx.
References nEndCol, and pBasicCellInfo.
Referenced by ScOutputData::AddPDFNotes(), basicCellInfo(), ScOutputData::DrawBackground(), ScOutputData::DrawClipMarks(), ScOutputData::DrawEdit(), ScOutputData::DrawExtraShadow(), ScOutputData::DrawFormulaMarks(), ScOutputData::DrawFrame(), ScOutputData::DrawGrid(), ScOutputData::DrawNoteMarks(), ScOutputData::DrawOneChange(), ScOutputData::DrawRefMark(), ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScOutputData::DrawSparklines(), ScDocument::FillInfo(), ScOutputData::FillReferenceMark(), ScOutputData::IsEmptyCellText(), ScOutputData::LayoutStrings(), and lcl_HidePrint().
|
inline |
Definition at line 218 of file fillinfo.hxx.
References basicCellInfo().
|
inline |
Definition at line 197 of file fillinfo.hxx.
References nEndCol, nStartCol, and pCellInfo.
Referenced by ScOutputData::AddPDFNotes(), cellInfo(), ScOutputData::DrawBackground(), ScGridWindow::DrawButtons(), ScOutputData::DrawClipMarks(), ScOutputData::DrawEdit(), ScOutputData::DrawEditAsianVertical(), ScOutputData::DrawEditStacked(), ScOutputData::DrawEditStandard(), ScOutputData::DrawExtraShadow(), ScOutputData::DrawFormulaMarks(), ScOutputData::DrawGrid(), ScOutputData::DrawNoteMarks(), ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScOutputData::DrawSparklines(), ScDocument::FillInfo(), ScOutputData::FindChanged(), ScOutputData::GetMergeOrigin(), ScOutputData::GetOutputArea(), ScOutputData::LayoutStrings(), lcl_EqualBack(), lcl_GetMergeRange(), lcl_HidePrint(), ScOutputData::SetCellRotations(), ScOutputData::SetPagebreakMode(), and ScOutputData::ShowClipMarks().
|
inline |
Definition at line 205 of file fillinfo.hxx.
References cellInfo().
|
inline |
Definition at line 232 of file fillinfo.hxx.
References pBasicCellInfo, and pCellInfo.
bool RowInfo::bAutoFilter |
Definition at line 243 of file fillinfo.hxx.
Referenced by ScDocument::FillInfo().
bool RowInfo::bChanged |
Definition at line 245 of file fillinfo.hxx.
Referenced by ScOutputData::AddPDFNotes(), ScOutputData::DrawBackground(), ScGridWindow::DrawButtons(), ScOutputData::DrawClear(), ScOutputData::DrawClipMarks(), ScOutputData::DrawEdit(), ScOutputData::DrawExtraShadow(), ScOutputData::DrawFormulaMarks(), ScOutputData::DrawGrid(), ScOutputData::DrawNoteMarks(), ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScOutputData::DrawSparklines(), ScOutputData::FindChanged(), ScOutputData::GetChangedAreaRegion(), ScOutputData::LayoutStrings(), lcl_EqualBack(), ScOutputData::SetCellRotations(), ScOutputData::SetChangedClip(), and ScOutputData::SetPagebreakMode().
bool RowInfo::bEmptyBack |
Definition at line 242 of file fillinfo.hxx.
Referenced by ScOutputData::DrawBackground(), ScDocument::FillInfo(), and lcl_EqualBack().
bool RowInfo::bPivotButton |
Definition at line 244 of file fillinfo.hxx.
Referenced by ScDocument::FillInfo().
bool RowInfo::bPivotToggle |
Definition at line 246 of file fillinfo.hxx.
Referenced by ScDocument::FillInfo().
|
private |
Definition at line 258 of file fillinfo.hxx.
Referenced by allocCellInfo(), basicCellInfo(), and cellInfo().
sal_uInt16 RowInfo::nHeight |
Definition at line 238 of file fillinfo.hxx.
Referenced by ScOutputData::AddPDFNotes(), ScOutputData::DrawBackground(), ScOutputData::DrawClear(), ScOutputData::DrawClipMarks(), ScOutputData::DrawEdit(), ScOutputData::DrawExtraShadow(), ScOutputData::DrawFormulaMarks(), ScOutputData::DrawFrame(), ScOutputData::DrawGrid(), ScOutputData::DrawNoteMarks(), ScOutputData::DrawOneChange(), ScOutputData::DrawRefMark(), ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScOutputData::DrawSparklines(), ScOutputData::FillReferenceMark(), ScOutputData::GetChangedAreaRegion(), ScOutputData::GetOutputArea(), ScOutputData::LayoutStrings(), and ScOutputData::SetChangedClip().
SCCOL RowInfo::nRotMaxCol |
Definition at line 240 of file fillinfo.hxx.
Referenced by ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScDocument::FillInfo(), ScTable::FillMaxRot(), lcl_EqualBack(), and ScOutputData::SetCellRotations().
SCROW RowInfo::nRowNo |
Definition at line 239 of file fillinfo.hxx.
Referenced by ScOutputData::AddPDFNotes(), ScOutputData::DrawBackground(), ScGridWindow::DrawButtons(), ScOutputData::DrawClipMarks(), ScOutputData::DrawEdit(), ScOutputData::DrawFormulaMarks(), ScOutputData::DrawGrid(), ScOutputData::DrawNoteMarks(), ScOutputData::DrawOneChange(), ScOutputData::DrawRefMark(), ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScOutputData::DrawSparklines(), ScDocument::FillInfo(), ScOutputData::FillReferenceMark(), ScTable::FindMaxRotCol(), ScOutputData::GetMergeOrigin(), ScOutputData::GetOutputArea(), ScOutputData::LayoutStrings(), lcl_GetMergeRange(), ScOutputData::SetCellRotations(), and ScOutputData::SetPagebreakMode().
|
private |
Definition at line 256 of file fillinfo.hxx.
Referenced by allocCellInfo(), and cellInfo().
|
private |
Definition at line 255 of file fillinfo.hxx.
Referenced by allocCellInfo(), basicCellInfo(), and freeCellInfo().
|
private |
Definition at line 254 of file fillinfo.hxx.
Referenced by allocCellInfo(), cellInfo(), and freeCellInfo().