Home
last modified time | relevance | path

Searched refs:rPV (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx2091 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()
H A Dsvdedtv.cxx991 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 Dsvdmark.cxx603 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()
/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx211 …static FASTBOOL ImpFindConnector(const Point& rPt, const SdrPageView& rPV, SdrObjConnection& rCon,…
H A Dsvdedtv.hxx317 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 Dsvdmark.hxx335 sal_Bool DeletePageView(const SdrPageView& rPV);
336 sal_Bool InsertPageView(const SdrPageView& rPV);
H A Dsvdcrtv.hxx192 void SetConnectMarker(const SdrObjConnection& rCon, const SdrPageView& rPV);
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx864 FASTBOOL ScDrawView::InsertObjectSafe(SdrObject* pObj, SdrPageView& rPV, sal_uLong nOptions) in InsertObjectSafe() argument
876 return InsertObjectAtView( pObj, rPV, nOptions ); in InsertObjectSafe()
/trunk/main/sc/source/ui/inc/
H A Ddrawview.hxx131 FASTBOOL InsertObjectSafe(SdrObject* pObj, SdrPageView& rPV, sal_uLong nOptions=0);

Completed in 53 milliseconds