Home
last modified time | relevance | path

Searched refs:pRefDim (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx3588 DBG_ASSERT( pRefDim && pRefDim->GetMemberCount() == aMembers.Count(), "dimensions don't match" ); in FillDataRow()
3589 DBG_ASSERT( pRefDim == pResultDimension, "wrong dim" ); in FillDataRow()
3623 … DBG_ASSERT( pRefDim && pRefDim->GetMemberCount() == aMembers.Count(), "dimensions don't match" ); in UpdateDataRow()
3650 if ( pRefDim->IsSortByData() ) in SortMembers()
3660 ScDPColMembersOrder aComp( *this, pRefDim->GetSortMeasure(), pRefDim->IsSortAscending() ); in SortMembers()
3666 … DBG_ASSERT( pRefDim && pRefDim->GetMemberCount() == aMembers.Count(), "dimensions don't match" ); in SortMembers()
3688 … DBG_ASSERT( pRefDim && pRefDim->GetMemberCount() == aMembers.Count(), "dimensions don't match" ); in DoAutoShow()
3703 if ( pRefDim->IsAutoShow() && pRefDim->GetAutoCount() > 0 && pRefDim->GetAutoCount() < nCount ) in DoAutoShow()
3713 ScDPColMembersOrder aComp( *this, pRefDim->GetAutoMeasure(), !pRefDim->IsAutoTopItems() ); in DoAutoShow()
3718 long nIncluded = pRefDim->GetAutoCount(); in DoAutoShow()
[all …]
/trunk/main/sc/inc/
H A Ddptabres.hxx679 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;

Completed in 47 milliseconds