Lines Matching refs:rPnt
256 void SdrCreateView::MovAction(const Point& rPnt) in MovAction() argument
258 SdrDragView::MovAction(rPnt); in MovAction()
260 MovCreateObj(rPnt); in MovAction()
418 sal_Bool SdrCreateView::ImpBegCreateObj(sal_uInt32 nInvent, sal_uInt16 nIdent, const Point& rPnt, O… in ImpBegCreateObj() argument
466 Point aPnt(rPnt); in ImpBegCreateObj()
560 sal_Bool SdrCreateView::BegCreateObj(const Point& rPnt, OutputDevice* pOut, short nMinMov, SdrPageV… in BegCreateObj() argument
562 return ImpBegCreateObj(nAktInvent,nAktIdent,rPnt,pOut,nMinMov,pPV,Rectangle(), 0L); in BegCreateObj()
565 sal_Bool SdrCreateView::BegCreatePreparedObject(const Point& rPnt, sal_Int16 nMinMov, SdrObject* pP… in BegCreatePreparedObject() argument
576 …return ImpBegCreateObj(nInvent, nIdent, rPnt, 0L, nMinMov, 0L, Rectangle(), pPreparedFactoryObject… in BegCreatePreparedObject()
579 sal_Bool SdrCreateView::BegCreateCaptionObj(const Point& rPnt, const Size& rObjSiz, in BegCreateCaptionObj() argument
582 return ImpBegCreateObj(SdrInventor,OBJ_CAPTION,rPnt,pOut,nMinMov,pPV, in BegCreateCaptionObj()
583 Rectangle(rPnt,Size(rObjSiz.Width()+1,rObjSiz.Height()+1)), 0L); in BegCreateCaptionObj()
586 void SdrCreateView::MovCreateObj(const Point& rPnt) in MovCreateObj() argument
589 Point aPnt(rPnt); in MovCreateObj()