Searched refs:ppLev (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | dptabres.hxx | 282 …teInitParams( const ::std::vector<ScDPDimension*>& ppDim, const ::std::vector<ScDPLevel*>& ppLev, 392 const ::std::vector<ScDPLevel*>& ppLev, 583 const ::std::vector<ScDPLevel*>& ppLev,
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptabres.cxx | 1081 … 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 130 milliseconds