Searched refs:rPV (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv.cxx | 991 sal_Bool SdrEditView::InsertObjectAtView(SdrObject* pObj, SdrPageView& rPV, sal_uIntPtr nOptions) in InsertObjectAtView() argument 994 SdrLayerID nLayer=rPV.GetPage()->GetLayerAdmin().GetLayerID(aAktLayer,sal_True); in InsertObjectAtView() 996 if (rPV.GetLockedLayers().IsSet(nLayer) || !rPV.GetVisibleLayers().IsSet(nLayer)) { in InsertObjectAtView() 1009 rPV.GetObjList()->NbcInsertObject(pObj,CONTAINER_APPEND,&aReason); in InsertObjectAtView() 1011 rPV.GetObjList()->InsertObject(pObj,CONTAINER_APPEND,&aReason); in InsertObjectAtView() 1019 MarkObj(pObj,&rPV); in InsertObjectAtView() 1024 void SdrEditView::ReplaceObjectAtView(SdrObject* pOldObj, SdrPageView& rPV, SdrObject* pNewObj, sal… in ReplaceObjectAtView() argument 1052 MarkObj( pOldObj, &rPV, sal_True /*unmark!*/ ); in ReplaceObjectAtView() 1059 if (bMark) MarkObj(pNewObj,&rPV); in ReplaceObjectAtView()
|
H A D | svdmark.cxx | 603 sal_Bool SdrMarkList::DeletePageView(const SdrPageView& rPV) in DeletePageView() argument 612 if(pMark->GetPageView()==&rPV) in DeletePageView() 624 sal_Bool SdrMarkList::InsertPageView(const SdrPageView& rPV) in InsertPageView() argument 627 DeletePageView(rPV); // erstmal alle raus, dann die ganze Seite hinten dran in InsertPageView() 629 const SdrObjList* pOL = rPV.GetObjList(); in InsertPageView() 635 sal_Bool bDoIt(rPV.IsObjMarkable(pObj)); in InsertPageView() 639 SdrMark* pM = new SdrMark(pObj, (SdrPageView*)&rPV); in InsertPageView()
|
H A D | svdoedge.cxx | 2091 FASTBOOL SdrEdgeObj::ImpFindConnector(const Point& rPt, const SdrPageView& rPV, SdrObjConnection& r… in ImpFindConnector() argument 2094 if (pOut==NULL) pOut=rPV.GetView().GetFirstOutputDevice(); // GetWin(0); in ImpFindConnector() 2096 SdrObjList* pOL=rPV.GetObjList(); in ImpFindConnector() 2097 const SetOfByte& rVisLayer=rPV.GetVisibleLayers(); in ImpFindConnector() 2099 sal_uInt16 nMarkHdSiz=rPV.GetView().GetMarkHdlSizePixel(); in ImpFindConnector() 2153 if (rPV.GetView().IsAutoVertexConnectors()) { in ImpFindConnector() 2160 if (rPV.GetView().IsAutoCornerConnectors()) { in ImpFindConnector() 2197 SdrObjectPrimitiveHit(*pObj, rPt, nBoundHitTol, rPV, &rVisLayer, false)) in ImpFindConnector()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdmark.hxx | 335 sal_Bool DeletePageView(const SdrPageView& rPV); 336 sal_Bool InsertPageView(const SdrPageView& rPV);
|
H A D | svdedtv.hxx | 317 sal_Bool InsertObjectAtView(SdrObject* pObj, SdrPageView& rPV, sal_uIntPtr nOptions=0); 327 …void ReplaceObjectAtView(SdrObject* pOldObj, SdrPageView& rPV, SdrObject* pNewObj, sal_Bool bMark=…
|
H A D | svdcrtv.hxx | 192 void SetConnectMarker(const SdrObjConnection& rCon, const SdrPageView& rPV);
|
H A D | svdoedge.hxx | 211 …static FASTBOOL ImpFindConnector(const Point& rPt, const SdrPageView& rPV, SdrObjConnection& rCon,…
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | drawview.hxx | 131 FASTBOOL InsertObjectSafe(SdrObject* pObj, SdrPageView& rPV, sal_uLong nOptions=0);
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawview.cxx | 864 FASTBOOL ScDrawView::InsertObjectSafe(SdrObject* pObj, SdrPageView& rPV, sal_uLong nOptions) in InsertObjectSafe() argument 876 return InsertObjectAtView( pObj, rPV, nOptions ); in InsertObjectSafe()
|
Completed in 55 milliseconds