Searched refs:pSorted (Results 1 – 3 of 3) sorted by relevance
875 const SwSortedObjs *pSorted = pPage->GetSortedObjs(); in IsAnyObj() local876 if( pSorted ) // Eigentlich ist durch bOn sichergestellt, dass es an der in IsAnyObj()879 for ( MSHORT i = 0; i < pSorted->Count(); ++i ) in IsAnyObj()881 const SwAnchoredObject* pObj = (*pSorted)[i]; in IsAnyObj()1425 const SwSortedObjs *pSorted = pPage->GetSortedObjs(); in InitAnchoredObjList()1426 const sal_uInt32 nCount = pSorted ? pSorted->Count() : 0; in InitAnchoredObjList()1495 SwAnchoredObject* pAnchoredObj = (*pSorted)[ i ]; in InitAnchoredObjList()
164 const SwSortedObjs *pSorted = pPg->GetSortedObjs(); in lcl_OutFrame() local165 const MSHORT nCnt = pSorted ? pSorted->Count() : 0; in lcl_OutFrame()172 SwAnchoredObject* pAnchoredObj = (*pSorted)[ i ]; in lcl_OutFrame()
2095 const SwSortedObjs* pSorted = pPage ? pPage->GetSortedObjs() : 0; in ShrinkFrm() local2096 if( pSorted ) in ShrinkFrm()2098 for ( sal_uInt16 i = 0; i < pSorted->Count(); ++i ) in ShrinkFrm()2100 const SwAnchoredObject* pAnchoredObj = (*pSorted)[i]; in ShrinkFrm()
Completed in 68 milliseconds