Lines Matching refs:ScDPResultDimension
230 class ScDPResultDimension;
370 ScDPResultDimension* pChildDimension;
426 const ScDPResultDimension* pDataDim,
454 const ScDPResultDimension* GetChildDimension() const { return pChildDimension; } in GetChildDimension()
455 ScDPResultDimension* GetChildDimension() { return pChildDimension; } in GetChildDimension()
487 void InitFrom( const ScDPResultDimension* pDim );
540 class ScDPResultDimension class
576 ScDPResultDimension( const ScDPResultData* pData );
577 ~ScDPResultDimension();
601 const ScDPResultDimension* pDataDim,
656 ScDPResultDimension* GetFirstChildDimension() const;
665 const ScDPResultDimension* pResultDimension; // column
673 void InitFrom( const ScDPResultDimension* pDim ); // recursive
679 void FillDataRow( const ScDPResultDimension* pRefDim,
684 void UpdateDataRow( const ScDPResultDimension* pRefDim, long nMeasure, sal_Bool bIsSubTotalRow,
686 …void UpdateRunningTotals( const ScDPResultDimension* pRefDim, long nMeasure, sal_Bool bIsSubTot…
690 void SortMembers( ScDPResultDimension* pRefDim );
693 void DoAutoShow( ScDPResultDimension* pRefDim );
697 void DumpState( const ScDPResultDimension* pRefDim, ScDocument* pDoc, ScAddress& rPos ) const;