LibreOffice Module sc (master) 1
|
#include <dptabres.hxx>
Public Member Functions | |
ScDPRowTotals () | |
~ScDPRowTotals () | |
ScDPAggData * | GetRowTotal (tools::Long nMeasure) |
ScDPAggData * | GetGrandTotal (tools::Long nMeasure) |
bool | IsInColRoot () const |
void | SetInColRoot (bool bSet) |
Private Attributes | |
ScDPAggData | aRowTotal |
ScDPAggData | aGrandTotal |
bool | bIsInColRoot |
Definition at line 193 of file dptabres.hxx.
ScDPRowTotals::ScDPRowTotals | ( | ) |
Definition at line 691 of file dptabres.cxx.
ScDPRowTotals::~ScDPRowTotals | ( | ) |
Definition at line 696 of file dptabres.cxx.
ScDPAggData * ScDPRowTotals::GetGrandTotal | ( | tools::Long | nMeasure | ) |
Definition at line 727 of file dptabres.cxx.
References aGrandTotal, and lcl_GetChildTotal().
Referenced by ScDPDataMember::UpdateRunningTotals().
ScDPAggData * ScDPRowTotals::GetRowTotal | ( | tools::Long | nMeasure | ) |
Definition at line 722 of file dptabres.cxx.
References aRowTotal, and lcl_GetChildTotal().
Referenced by ScDPDataMember::UpdateRunningTotals().
|
inline |
Definition at line 206 of file dptabres.hxx.
References bIsInColRoot.
Referenced by ScDPDataMember::UpdateRunningTotals().
|
inline |
Definition at line 207 of file dptabres.hxx.
References bIsInColRoot.
Referenced by ScDPResultMember::UpdateRunningTotals().
|
private |
Definition at line 196 of file dptabres.hxx.
Referenced by GetGrandTotal().
|
private |
Definition at line 195 of file dptabres.hxx.
Referenced by GetRowTotal().
|
private |
Definition at line 197 of file dptabres.hxx.
Referenced by IsInColRoot(), and SetInColRoot().