LibreOffice Module sc (master) 1
|
#include <dptabres.hxx>
Public Member Functions | |
LateInitParams (const ::std::vector< ScDPDimension * > &ppDim, const ::std::vector< ScDPLevel * > &ppLev, bool bRow) | |
void | SetInitChild (bool b) |
void | SetInitAllChildren (bool b) |
ScDPDimension * | GetDim (size_t nPos) const |
ScDPLevel * | GetLevel (size_t nPos) const |
bool | GetInitChild () const |
bool | GetInitAllChild () const |
bool | IsRow () const |
bool | IsEnd (size_t nPos) const |
Private Attributes | |
const ::std::vector< ScDPDimension * > & | mppDim |
const ::std::vector< ScDPLevel * > & | mppLev |
bool | mbRow:1 |
bool | mbInitChild:1 |
bool | mbAllChildren:1 |
Definition at line 243 of file dptabres.hxx.
LateInitParams::LateInitParams | ( | const ::std::vector< ScDPDimension * > & | ppDim, |
const ::std::vector< ScDPLevel * > & | ppLev, | ||
bool | bRow | ||
) |
Definition at line 4069 of file dptabres.cxx.
|
inline |
Definition at line 259 of file dptabres.hxx.
Referenced by ScDPResultDimension::InitWithMembers(), ScDPResultMember::LateInitFrom(), and ScDPResultDimension::LateInitFrom().
|
inline |
Definition at line 263 of file dptabres.hxx.
References mbAllChildren.
Referenced by ScDPResultDimension::LateInitFrom().
|
inline |
Definition at line 262 of file dptabres.hxx.
References mbInitChild.
Referenced by ScDPResultMember::LateInitFrom().
|
inline |
Definition at line 260 of file dptabres.hxx.
Referenced by ScDPResultDimension::InitWithMembers(), and ScDPResultDimension::LateInitFrom().
bool LateInitParams::IsEnd | ( | size_t | nPos | ) | const |
Definition at line 4079 of file dptabres.cxx.
Referenced by ScDPResultDimension::InitWithMembers(), ScDPResultMember::LateInitFrom(), and ScDPResultDimension::LateInitFrom().
|
inline |
Definition at line 264 of file dptabres.hxx.
References mbRow.
Referenced by ScDPResultDimension::LateInitFrom().
|
inline |
Definition at line 257 of file dptabres.hxx.
References mbAllChildren.
Referenced by ScDPResultDimension::LateInitFrom(), and ScDPTableData::ProcessRowData().
|
inline |
Definition at line 256 of file dptabres.hxx.
References mbInitChild.
Referenced by ScDPResultMember::LateInitFrom(), and ScDPTableData::ProcessRowData().
|
private |
Definition at line 251 of file dptabres.hxx.
Referenced by GetInitAllChild(), and SetInitAllChildren().
|
private |
Definition at line 250 of file dptabres.hxx.
Referenced by GetInitChild(), and SetInitChild().
|
private |
Definition at line 249 of file dptabres.hxx.
Referenced by IsRow().
|
private |
Definition at line 246 of file dptabres.hxx.
|
private |
Definition at line 247 of file dptabres.hxx.
Referenced by GetLevel().