Lines Matching refs:nObjs
258 for(long nObjs = 0;nObjs < nCnt;nObjs++) in DrawMarkedObj() local
260 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in DrawMarkedObj()
281 long nObjs; in DrawMarkedObj() local
282 for(nObjs = 0;nObjs < nCnt;nObjs++) in DrawMarkedObj()
284 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in DrawMarkedObj()
297 for(nObjs = 0;nObjs < nCnt;nObjs++) in DrawMarkedObj()
299 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in DrawMarkedObj()
306 pM = GetSdrMarkByIndex(nObjs); in DrawMarkedObj()
321 for(nObjs = 0;nObjs < nCnt;nObjs++) in DrawMarkedObj()
323 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in DrawMarkedObj()
352 sal_uInt32 nObjs(0); in GetMarkedObjModel() local
355 for(nObjs = 0; nObjs < nCount; nObjs++) in GetMarkedObjModel()
357 const SdrObject* pObj = GetMarkedObjectByIndex(nObjs); in GetMarkedObjModel()
394 for(nObjs = 0; nObjs < nCount; nObjs++) in GetMarkedObjModel()
396 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in GetMarkedObjModel()
414 for(nObjs = 0; nObjs < nCount; nObjs++) in GetMarkedObjModel()
416 SdrObject *pObj = aOldML.GetMark(nObjs)->GetMarkedSdrObj(); in GetMarkedObjModel()
1277 for(long nObjs = 0;nObjs < nCnt;nObjs++) in BegDragObj() local
1279 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in BegDragObj()
1901 for(sal_Int32 nObjs = 0L; (nObjs < nMarkCnt) && !bCoumpound; nObjs++) in CheckPossibilities() local
1903 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in CheckPossibilities()