LibreOffice Module sc (master) 1
|
#include <fillinfo.hxx>
Public Member Functions | |
ScCellInfo () | |
ScCellInfo (const ScCellInfo &)=delete | |
const ScCellInfo & | operator= (const ScCellInfo &)=delete |
Public Attributes | |
ScRefCellValue | maCell |
const ScPatternAttr * | pPatternAttr |
const SfxItemSet * | pConditionSet |
std::optional< Color > | mxColorScale |
const ScDataBarInfo * | pDataBar |
const ScIconSetInfo * | pIconSet |
const SvxBrushItem * | pBackground |
const SvxBoxItem * | pLinesAttr |
const SvxLineItem * | mpTLBRLine |
original item from document. More... | |
const SvxLineItem * | mpBLTRLine |
original item from document. More... | |
const SvxShadowItem * | pShadowAttr |
original item from document. More... | |
const SvxShadowItem * | pHShadowOrigin |
const SvxShadowItem * | pVShadowOrigin |
ScShadowPart | eHShadowPart: 4 |
ScShadowPart | eVShadowPart: 4 |
ScClipMark | nClipMark |
ScRotateDir | nRotateDir |
bool | bMerged: 1 |
bool | bHOverlapped: 1 |
bool | bVOverlapped: 1 |
bool | bAutoFilter: 1 |
bool | bPivotButton:1 |
bool | bPivotPopupButton:1 |
bool | bFilterActive:1 |
bool | bPrinted: 1 |
bool | bHideGrid: 1 |
bool | bPivotCollapseButton: 1 |
bool | bPivotExpandButton: 1 |
bool | bPivotPopupButtonMulti: 1 |
Definition at line 115 of file fillinfo.hxx.
|
inline |
Definition at line 117 of file fillinfo.hxx.
References NONE.
|
delete |
|
delete |
bool ScCellInfo::bAutoFilter |
Definition at line 178 of file fillinfo.hxx.
Referenced by ScGridWindow::DrawButtons(), ScOutputData::DrawRotated(), and ScDocument::FillInfo().
bool ScCellInfo::bFilterActive |
Definition at line 181 of file fillinfo.hxx.
Referenced by ScGridWindow::DrawButtons(), and ScDocument::FillInfo().
bool ScCellInfo::bHideGrid |
Definition at line 183 of file fillinfo.hxx.
Referenced by ScOutputData::DrawGrid(), and ScOutputData::GetOutputArea().
bool ScCellInfo::bHOverlapped |
Definition at line 176 of file fillinfo.hxx.
Referenced by ScOutputData::AddPDFNotes(), ScGridWindow::DrawButtons(), ScOutputData::DrawClipMarks(), ScOutputData::DrawFormulaMarks(), ScOutputData::DrawGrid(), ScOutputData::DrawNoteMarks(), ScOutputData::DrawRotatedFrame(), ScOutputData::DrawSparklines(), ScDocument::FillInfo(), ScOutputData::GetMergeOrigin(), ScOutputData::LayoutStrings(), and lcl_GetMergeRange().
bool ScCellInfo::bMerged |
Definition at line 175 of file fillinfo.hxx.
Referenced by ScOutputData::AddPDFNotes(), ScOutputData::DrawBackground(), ScOutputData::DrawClipMarks(), ScOutputData::DrawFormulaMarks(), ScOutputData::DrawNoteMarks(), ScDocument::FillInfo(), and ScOutputData::FindChanged().
bool ScCellInfo::bPivotButton |
Definition at line 179 of file fillinfo.hxx.
Referenced by ScGridWindow::DrawButtons(), and ScDocument::FillInfo().
bool ScCellInfo::bPivotCollapseButton |
Definition at line 184 of file fillinfo.hxx.
Referenced by ScGridWindow::DrawButtons(), and ScDocument::FillInfo().
bool ScCellInfo::bPivotExpandButton |
Definition at line 185 of file fillinfo.hxx.
Referenced by ScGridWindow::DrawButtons(), and ScDocument::FillInfo().
bool ScCellInfo::bPivotPopupButton |
Definition at line 180 of file fillinfo.hxx.
Referenced by ScGridWindow::DrawButtons(), and ScDocument::FillInfo().
bool ScCellInfo::bPivotPopupButtonMulti |
Definition at line 186 of file fillinfo.hxx.
Referenced by ScGridWindow::DrawButtons(), and ScDocument::FillInfo().
bool ScCellInfo::bPrinted |
Definition at line 182 of file fillinfo.hxx.
Referenced by ScOutputData::DrawBackground(), lcl_EqualBack(), and ScOutputData::SetPagebreakMode().
bool ScCellInfo::bVOverlapped |
Definition at line 177 of file fillinfo.hxx.
Referenced by ScOutputData::AddPDFNotes(), ScGridWindow::DrawButtons(), ScOutputData::DrawClipMarks(), ScOutputData::DrawFormulaMarks(), ScOutputData::DrawGrid(), ScOutputData::DrawNoteMarks(), ScOutputData::DrawRotatedFrame(), ScOutputData::DrawSparklines(), ScDocument::FillInfo(), ScOutputData::GetMergeOrigin(), ScOutputData::LayoutStrings(), and lcl_GetMergeRange().
ScShadowPart ScCellInfo::eHShadowPart |
Definition at line 170 of file fillinfo.hxx.
Referenced by ScOutputData::DrawExtraShadow(), and ScDocument::FillInfo().
ScShadowPart ScCellInfo::eVShadowPart |
Definition at line 171 of file fillinfo.hxx.
Referenced by ScOutputData::DrawExtraShadow(), and ScDocument::FillInfo().
ScRefCellValue ScCellInfo::maCell |
Definition at line 151 of file fillinfo.hxx.
Referenced by ScOutputData::DrawEdit(), ScOutputData::DrawRotated(), ScDocument::FillInfo(), ScOutputData::FindChanged(), ScOutputData::LayoutStrings(), and lcl_HidePrint().
const SvxLineItem* ScCellInfo::mpBLTRLine |
original item from document.
Definition at line 163 of file fillinfo.hxx.
Referenced by ScDocument::FillInfo().
const SvxLineItem* ScCellInfo::mpTLBRLine |
original item from document.
Definition at line 162 of file fillinfo.hxx.
Referenced by ScDocument::FillInfo().
std::optional<Color> ScCellInfo::mxColorScale |
Definition at line 155 of file fillinfo.hxx.
Referenced by ScOutputData::DrawBackground(), ScOutputData::DrawRotatedFrame(), ScDocument::FillInfo(), and lcl_EqualBack().
ScClipMark ScCellInfo::nClipMark |
Definition at line 172 of file fillinfo.hxx.
Referenced by ScOutputData::DrawClipMarks(), ScOutputData::DrawEditAsianVertical(), ScOutputData::DrawEditStacked(), ScOutputData::DrawEditStandard(), ScOutputData::GetOutputArea(), ScOutputData::LayoutStrings(), ScOutputData::SetClipMarks(), and ScOutputData::ShowClipMarks().
ScRotateDir ScCellInfo::nRotateDir |
Definition at line 173 of file fillinfo.hxx.
Referenced by ScOutputData::DrawBackground(), ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), lcl_EqualBack(), and ScOutputData::SetCellRotations().
const SvxBrushItem* ScCellInfo::pBackground |
Definition at line 159 of file fillinfo.hxx.
Referenced by ScOutputData::DrawBackground(), ScOutputData::DrawClipMarks(), ScOutputData::DrawNoteMarks(), ScOutputData::DrawRotatedFrame(), ScDocument::FillInfo(), and lcl_EqualBack().
const SfxItemSet* ScCellInfo::pConditionSet |
Definition at line 154 of file fillinfo.hxx.
Referenced by ScOutputData::DrawEdit(), ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScDocument::FillInfo(), ScOutputData::LayoutStrings(), lcl_HidePrint(), and ScOutputData::SetCellRotations().
const ScDataBarInfo* ScCellInfo::pDataBar |
Definition at line 156 of file fillinfo.hxx.
Referenced by ScOutputData::DrawBackground(), ScOutputData::LayoutStrings(), and lcl_EqualBack().
const SvxShadowItem* ScCellInfo::pHShadowOrigin |
Definition at line 167 of file fillinfo.hxx.
Referenced by ScOutputData::DrawExtraShadow(), and ScDocument::FillInfo().
const ScIconSetInfo* ScCellInfo::pIconSet |
Definition at line 157 of file fillinfo.hxx.
Referenced by ScOutputData::DrawBackground(), ScOutputData::LayoutStrings(), and lcl_EqualBack().
const SvxBoxItem* ScCellInfo::pLinesAttr |
Definition at line 161 of file fillinfo.hxx.
Referenced by ScDocument::FillInfo().
const ScPatternAttr* ScCellInfo::pPatternAttr |
Definition at line 153 of file fillinfo.hxx.
Referenced by ScOutputData::DrawBackground(), ScOutputData::DrawClipMarks(), ScOutputData::DrawEdit(), ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScDocument::FillInfo(), ScOutputData::LayoutStrings(), lcl_EqualBack(), lcl_GetMergeRange(), lcl_HidePrint(), and ScOutputData::SetCellRotations().
const SvxShadowItem* ScCellInfo::pShadowAttr |
original item from document.
Definition at line 165 of file fillinfo.hxx.
Referenced by ScDocument::FillInfo().
const SvxShadowItem* ScCellInfo::pVShadowOrigin |
Definition at line 168 of file fillinfo.hxx.
Referenced by ScOutputData::DrawExtraShadow(), and ScDocument::FillInfo().