Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx132 ScDPResultDimension& rDimension;
137 ScDPRowMembersOrder( ScDPResultDimension& rDim, long nM, sal_Bool bAsc ) : in ScDPRowMembersOrder()
1067 const ScDPResultDimension* pChildDim = GetChildDimension(); in IsValidEntry()
1105 pChildDimension = new ScDPResultDimension( pResultData ); in InitFrom()
1122 pChildDimension = new ScDPResultDimension( pResultData ); in InitFrom()
1153 pChildDimension = new ScDPResultDimension( pResultData ); in LateInitFrom()
1178 pChildDimension = new ScDPResultDimension( pResultData ); in LateInitFrom()
1303 void ScDPResultMember::ProcessData( const vector< SCROW >& aChildMembers, const ScDPResultDimension in ProcessData()
1524 ScDPResultDimension* pLayoutDim = pChildDimension; in FillMemberResults()
1861 void ScDPDataMember::InitFrom( const ScDPResultDimension* pDim ) in InitFrom()
[all …]
/trunk/main/sc/inc/
H A Ddptabres.hxx230 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,
[all …]