Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Ddptabres.hxx282 …teInitParams( const ::std::vector<ScDPDimension*>& ppDim, const ::std::vector<ScDPLevel*>& ppLev,
392 const ::std::vector<ScDPLevel*>& ppLev,
583 const ::std::vector<ScDPLevel*>& ppLev,
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx1081 … ScDPResultMember::InitFrom( const vector<ScDPDimension*>& ppDim, const vector<ScDPLevel*>& ppLev, in InitFrom() argument
1106 pChildDimension->InitFrom( ppDim, ppLev, nPos, rInitState , sal_False ); in InitFrom()
1123 pChildDimension->InitFrom( ppDim, ppLev, nPos, rInitState, sal_True ); in InitFrom()
2779 …DPResultDimension::InitFrom( const vector<ScDPDimension*>& ppDim, const vector<ScDPLevel*>& ppLev, in InitFrom() argument
2782 if (nPos >= ppDim.size() || nPos >= ppLev.size()) in InitFrom()
2789 ScDPLevel* pThisLevel = ppLev[nPos]; in InitFrom()
2839 pNew->InitFrom( ppDim, ppLev, nPos+1, rInitState, bInitChild ); in InitFrom()
4052 …nitParams( const vector<ScDPDimension*>& ppDim, const vector<ScDPLevel*>& ppLev, sal_Bool bRow, sa… in LateInitParams() argument
4054 mppLev( ppLev ), in LateInitParams()

Completed in 47 milliseconds