Lines Matching refs:aPos
171 Point aPos(rPos); in Paste() local
172 ImpGetPasteObjList(aPos,pLst); in Paste()
173 ImpLimitToWorkArea( aPos ); in Paste()
181 ImpPasteObject(pObj,*pLst,aPos,rMtf.GetPrefSize(),rMtf.GetPrefMapMode(),nOptions); in Paste()
187 Point aPos(rPos); in Paste() local
188 ImpGetPasteObjList(aPos,pLst); in Paste()
189 ImpLimitToWorkArea( aPos ); in Paste()
197 ImpPasteObject(pObj,*pLst,aPos,rBmp.GetSizePixel(),MapMode(MAP_PIXEL),nOptions); in Paste()
206 Point aPos(rPos); in Paste() local
207 ImpGetPasteObjList(aPos,pLst); in Paste()
208 ImpLimitToWorkArea( aPos ); in Paste()
237 ImpPasteObject(pObj,*pLst,aPos,aSiz,MapMode(eMap,Point(0,0),aMap,aMap),nOptions); in Paste()
243 Point aPos(rPos); in Paste() local
244 ImpGetPasteObjList(aPos,pLst); in Paste()
245 ImpLimitToWorkArea( aPos ); in Paste()
274 ImpPasteObject(pObj,*pLst,aPos,aSiz,MapMode(eMap,Point(0,0),aMap,aMap),nOptions); in Paste()
317 Point aPos(rPos); in Paste() local
318 ImpGetPasteObjList(aPos,pLst); in Paste()
328 ImpLimitToWorkArea( aPos ); in Paste()
360 Point aDist(aPos-aR.Center()); in Paste()
506 Point aPos(rCenter.X()-xs/2,rCenter.Y()-ys/2); in ImpPasteObject() local
507 Rectangle aR(aPos.X(),aPos.Y(),aPos.X()+xs,aPos.Y()+ys); in ImpPasteObject()