LibreOffice Module sc (master) 1
|
#include <fillinfo.hxx>
Public Member Functions | |
ScTableInfo (const SCSIZE capacity=1024) | |
~ScTableInfo () | |
ScTableInfo (const ScTableInfo &)=delete | |
const ScTableInfo & | operator= (const ScTableInfo &)=delete |
void | addDataBarInfo (std::unique_ptr< const ScDataBarInfo > info) |
void | addIconSetInfo (std::unique_ptr< const ScIconSetInfo > info) |
Public Attributes | |
svx::frame::Array | maArray |
std::unique_ptr< RowInfo[]> | mpRowInfo |
SCSIZE | mnArrCount |
SCSIZE | mnArrCapacity |
bool | mbPageMode |
Private Attributes | |
std::vector< std::unique_ptr< const ScDataBarInfo > > | mDataBarInfos |
std::vector< std::unique_ptr< const ScIconSetInfo > > | mIconSetInfos |
Definition at line 262 of file fillinfo.hxx.
|
explicit |
Definition at line 1078 of file fillinfo.cxx.
References mnArrCapacity, and mpRowInfo.
ScTableInfo::~ScTableInfo | ( | ) |
Definition at line 1087 of file fillinfo.cxx.
References mnArrCapacity, and mpRowInfo.
|
delete |
|
inline |
Definition at line 276 of file fillinfo.hxx.
References mDataBarInfos.
|
inline |
Definition at line 280 of file fillinfo.hxx.
References mIconSetInfos.
|
delete |
svx::frame::Array ScTableInfo::maArray |
Definition at line 264 of file fillinfo.hxx.
Referenced by ScOutputData::DrawEdit(), ScOutputData::DrawFrame(), ScDocument::FillInfo(), and ScOutputData::SetCellRotations().
bool ScTableInfo::mbPageMode |
Definition at line 269 of file fillinfo.hxx.
Referenced by ScOutputData::DrawFrame(), and ScDocument::FillInfo().
|
private |
Definition at line 287 of file fillinfo.hxx.
Referenced by addDataBarInfo().
|
private |
Definition at line 288 of file fillinfo.hxx.
Referenced by addIconSetInfo().
SCSIZE ScTableInfo::mnArrCapacity |
Definition at line 268 of file fillinfo.hxx.
Referenced by ScDocument::FillInfo(), ScTableInfo(), and ~ScTableInfo().
SCSIZE ScTableInfo::mnArrCount |
Definition at line 267 of file fillinfo.hxx.
Referenced by ScPrintFunc::DrawBorder(), ScGridWindow::DrawButtons(), ScDocument::FillInfo(), and lcl_HidePrint().
std::unique_ptr<RowInfo[]> ScTableInfo::mpRowInfo |
Definition at line 266 of file fillinfo.hxx.
Referenced by ScPrintFunc::DrawBorder(), ScGridWindow::DrawButtons(), ScDocument::FillInfo(), lcl_HidePrint(), ScTableInfo(), and ~ScTableInfo().