Searched refs:ppSortLst (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1155 for( sal_uInt16 n = 0; n < nLast; ++n, ++ppSortLst ) in FldsToCalc() 1156 lcl_CalcFld( *this, rCalc, **ppSortLst, pMgr ); in FldsToCalc() 1175 ( (*ppSortLst)->GetNode() < nLastNd || in FldsToCalc() 1176 ( (*ppSortLst)->GetNode() == nLastNd && (*ppSortLst)->GetCntnt() <= nLastCnt ) in FldsToCalc() 1178 --n, ++ppSortLst ) in FldsToCalc() 1179 lcl_CalcFld( *this, rCalc, **ppSortLst, pMgr ); in FldsToCalc() 1208 for( ; nLast; --nLast, ++ppSortLst ) in FldsToExpand() 1210 const SwTxtFld* pTxtFld = (*ppSortLst)->GetTxtFld(); in FldsToExpand() 1348 for( n = pUpdtFlds->GetSortLst()->Count(); n; --n, ++ppSortLst ) in UpdateExpFlds() 1350 SwSection* pSect = (SwSection*)(*ppSortLst)->GetSection(); in UpdateExpFlds() [all …]
|
Completed in 41 milliseconds