Lines Matching refs:pObjs

1042             SwSortedObjs* pObjs = pMasterFrm->GetDrawObjs();  in ~SwCntntNotify()  local
1043 for ( sal_uInt32 i = 0; i < pObjs->Count(); ++i ) in ~SwCntntNotify()
1045 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in ~SwCntntNotify()
2277 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Top() local
2278 if ( pObjs->Count() ) in Top()
2280 (*pObjs)[0]->GetDrawObj()->GetOrdNum(); //Aktualisieren erzwingen! in Top()
2281 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in Top()
2283 const SdrObject* pObj = (*pObjs)[i]->GetDrawObj(); in Top()
2306 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Bottom() local
2307 if ( pObjs->Count() ) in Bottom()
2309 (*pObjs)[0]->GetDrawObj()->GetOrdNum(); //Aktualisieren erzwingen! in Bottom()
2310 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in Bottom()
2312 const SdrObject* pObj = (*pObjs)[i]->GetDrawObj(); in Bottom()
2336 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Next() local
2337 if ( pObjs->Count() ) in Next()
2339 (*pObjs)[0]->GetDrawObj()->GetOrdNum(); //Aktualisieren erzwingen! in Next()
2340 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in Next()
2342 const SdrObject* pObj = (*pObjs)[i]->GetDrawObj(); in Next()
2366 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Prev() local
2367 if ( pObjs->Count() ) in Prev()
2369 (*pObjs)[0]->GetDrawObj()->GetOrdNum(); //Aktualisieren erzwingen! in Prev()
2370 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in Prev()
2372 const SdrObject* pObj = (*pObjs)[i]->GetDrawObj(); in Prev()
2785 SwSortedObjs *pObjs = (SwSortedObjs*)pAnch->GetDrawObjs(); in lcl_Regist() local
2786 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in lcl_Regist()
2788 SwAnchoredObject* pObj = (*pObjs)[i]; in lcl_Regist()