LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScDPRowTotals Class Reference

#include <dptabres.hxx>

Collaboration diagram for ScDPRowTotals:
[legend]

Public Member Functions

 ScDPRowTotals ()
 
 ~ScDPRowTotals ()
 
ScDPAggDataGetRowTotal (tools::Long nMeasure)
 
ScDPAggDataGetGrandTotal (tools::Long nMeasure)
 
bool IsInColRoot () const
 
void SetInColRoot (bool bSet)
 

Private Attributes

ScDPAggData aRowTotal
 
ScDPAggData aGrandTotal
 
bool bIsInColRoot
 

Detailed Description

Definition at line 193 of file dptabres.hxx.

Constructor & Destructor Documentation

◆ ScDPRowTotals()

ScDPRowTotals::ScDPRowTotals ( )

Definition at line 691 of file dptabres.cxx.

◆ ~ScDPRowTotals()

ScDPRowTotals::~ScDPRowTotals ( )

Definition at line 696 of file dptabres.cxx.

Member Function Documentation

◆ GetGrandTotal()

ScDPAggData * ScDPRowTotals::GetGrandTotal ( tools::Long  nMeasure)

Definition at line 727 of file dptabres.cxx.

References aGrandTotal, and lcl_GetChildTotal().

Referenced by ScDPDataMember::UpdateRunningTotals().

◆ GetRowTotal()

ScDPAggData * ScDPRowTotals::GetRowTotal ( tools::Long  nMeasure)

Definition at line 722 of file dptabres.cxx.

References aRowTotal, and lcl_GetChildTotal().

Referenced by ScDPDataMember::UpdateRunningTotals().

◆ IsInColRoot()

bool ScDPRowTotals::IsInColRoot ( ) const
inline

Definition at line 206 of file dptabres.hxx.

References bIsInColRoot.

Referenced by ScDPDataMember::UpdateRunningTotals().

◆ SetInColRoot()

void ScDPRowTotals::SetInColRoot ( bool  bSet)
inline

Definition at line 207 of file dptabres.hxx.

References bIsInColRoot.

Referenced by ScDPResultMember::UpdateRunningTotals().

Member Data Documentation

◆ aGrandTotal

ScDPAggData ScDPRowTotals::aGrandTotal
private

Definition at line 196 of file dptabres.hxx.

Referenced by GetGrandTotal().

◆ aRowTotal

ScDPAggData ScDPRowTotals::aRowTotal
private

Definition at line 195 of file dptabres.hxx.

Referenced by GetRowTotal().

◆ bIsInColRoot

bool ScDPRowTotals::bIsInColRoot
private

Definition at line 197 of file dptabres.hxx.

Referenced by IsInColRoot(), and SetInColRoot().


The documentation for this class was generated from the following files: