Home
last modified time | relevance | path

Searched refs:pSorted (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx875 const SwSortedObjs *pSorted = pPage->GetSortedObjs(); in IsAnyObj() local
876 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()
H A Dtxtio.cxx164 const SwSortedObjs *pSorted = pPg->GetSortedObjs(); in lcl_OutFrame() local
165 const MSHORT nCnt = pSorted ? pSorted->Count() : 0; in lcl_OutFrame()
172 SwAnchoredObject* pAnchoredObj = (*pSorted)[ i ]; in lcl_OutFrame()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx2095 const SwSortedObjs* pSorted = pPage ? pPage->GetSortedObjs() : 0; in ShrinkFrm() local
2096 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 48 milliseconds