Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx137 pRowResults( NULL ), in ScDPSource()
153 delete[] pRowResults; in ~ScDPSource()
571 delete[] pRowResults; in disposeData()
573 pRowResults = NULL; in disposeData()
1093 if ( !pColResults && !pRowResults ) in FillMemberResults()
1125 pRowResults = new uno::Sequence<sheet::MemberResult>[nRowLevelCount]; in FillMemberResults()
1127 pRowResults[i].realloc(nRowDimSize); in FillMemberResults()
1132 pRowResRoot->FillMemberResults( pRowResults, nPos, pResData->GetRowStartMeasure(), in FillMemberResults()
1155 return pRowResults+i; in GetMemberResults()
/trunk/main/sc/inc/
H A Ddptabsrc.hxx138 com::sun::star::uno::Sequence<com::sun::star::sheet::MemberResult>* pRowResults; member in ScDPSource

Completed in 33 milliseconds