Lines Matching refs:pLst

91 Point SdrExchangeView::GetPastePos(SdrObjList* pLst, OutputDevice* pOut)  in GetPastePos()  argument
95 if (pLst!=NULL) pPg=pLst->GetPage(); in GetPastePos()
169 sal_Bool SdrExchangeView::Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst, sal_u… in Paste() argument
172 ImpGetPasteObjList(aPos,pLst); in Paste()
174 if (pLst==NULL) return sal_False; in Paste()
176 if (!ImpGetPasteLayer(pLst,nLayer)) return sal_False; in Paste()
181 ImpPasteObject(pObj,*pLst,aPos,rMtf.GetPrefSize(),rMtf.GetPrefMapMode(),nOptions); in Paste()
185 sal_Bool SdrExchangeView::Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst, sal_uInt32… in Paste() argument
188 ImpGetPasteObjList(aPos,pLst); in Paste()
190 if (pLst==NULL) return sal_False; in Paste()
192 if (!ImpGetPasteLayer(pLst,nLayer)) return sal_False; in Paste()
197 ImpPasteObject(pObj,*pLst,aPos,rBmp.GetSizePixel(),MapMode(MAP_PIXEL),nOptions); in Paste()
201 sal_Bool SdrExchangeView::Paste(const XubString& rStr, const Point& rPos, SdrObjList* pLst, sal_uIn… in Paste() argument
207 ImpGetPasteObjList(aPos,pLst); in Paste()
209 if (pLst==NULL) return sal_False; in Paste()
211 if (!ImpGetPasteLayer(pLst,nLayer)) return sal_False; in Paste()
215 SdrPage* pPage=pLst->GetPage(); in Paste()
237 ImpPasteObject(pObj,*pLst,aPos,aSiz,MapMode(eMap,Point(0,0),aMap,aMap),nOptions); in Paste()
241 …onst String& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst, sal_uInt32 nOption… in Paste() argument
244 ImpGetPasteObjList(aPos,pLst); in Paste()
246 if (pLst==NULL) return sal_False; in Paste()
248 if (!ImpGetPasteLayer(pLst,nLayer)) return sal_False; in Paste()
252 SdrPage* pPage=pLst->GetPage(); in Paste()
274 ImpPasteObject(pObj,*pLst,aPos,aSiz,MapMode(eMap,Point(0,0),aMap,aMap),nOptions); in Paste()
299 sal_Bool SdrExchangeView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt… in Paste() argument
318 ImpGetPasteObjList(aPos,pLst); in Paste()
324 if ( pPV->GetObjList() == pLst ) in Paste()
329 if (pLst==NULL) in Paste()
349 SdrObjList* pDstLst=pLst; in Paste()