/aoo41x/main/svx/inc/svx/ |
H A D | svddrag.hxx | 83 sal_uInt16 nMinMov; // Soviel muss erstmal minimal bewegt werden member in SdrDragStat 134 void SetMinMove(sal_uInt16 nDist) { nMinMov=nDist; if (nMinMov<1) nMinMov=1; } in SetMinMove() 135 sal_uInt16 GetMinMove() const { return nMinMov; } in GetMinMove()
|
H A D | svdcrtv.hxx | 89 …sal_Int16 nMinMov, SdrPageView* pPV, const Rectangle& rLogRect, SdrObject* pPreparedFactoryObject); 137 …sal_Bool BegCreateObj(const Point& rPnt, OutputDevice* pOut=NULL, short nMinMov=-3, SdrPageView* p… 138 …sal_Bool BegCreatePreparedObject(const Point& rPnt, sal_Int16 nMinMov, SdrObject* pPreparedFactory… 149 …j(const Point& rPnt, const Size& rObjSiz, OutputDevice* pOut=NULL, short nMinMov=-3, SdrPageView* …
|
H A D | view3d.hxx | 96 …const Point& rPnt, OutputDevice* pOut = NULL, SdrHdl* pHdl = NULL, short nMinMov = -3, SdrDragMeth…
|
H A D | svddrgv.hxx | 131 …Obj(const Point& rPnt, OutputDevice* pOut=NULL, SdrHdl* pHdl=NULL, short nMinMov=-3, SdrDragMethod…
|
H A D | svdpntv.hxx | 262 sal_uInt16 ImpGetMinMovLogic(short nMinMov, const OutputDevice* pOut) const;
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdcrtv.cxx | 419 short nMinMov, SdrPageView* pPV, const Rectangle& rLogRect, SdrObject* pPreparedFactoryObject) in ImpBegCreateObj() argument 541 aDragStat.SetMinMove(ImpGetMinMovLogic(nMinMov,pOut)); 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() 580 OutputDevice* pOut, short nMinMov, SdrPageView* pPV) in BegCreateCaptionObj() argument 582 return ImpBegCreateObj(SdrInventor,OBJ_CAPTION,rPnt,pOut,nMinMov,pPV, in BegCreateCaptionObj()
|
H A D | svddrag.cxx | 49 nMinMov=1; in Reset() 112 if (dx>=long(nMinMov) || dy>=long(nMinMov)) in CheckMinMoved()
|
H A D | svdpntv.cxx | 486 sal_uInt16 SdrPaintView::ImpGetMinMovLogic(short nMinMov, const OutputDevice* pOut) const in ImpGetMinMovLogic() argument 488 if (nMinMov>=0) return sal_uInt16(nMinMov); in ImpGetMinMovLogic() 494 return short(-pOut->PixelToLogic(Size(nMinMov,0)).Width()); in ImpGetMinMovLogic()
|
H A D | svddrgv.cxx | 227 sal_Bool SdrDragView::BegDragObj(const Point& rPnt, OutputDevice* pOut, SdrHdl* pHdl, short nMinMov… in BegDragObj() argument 267 aDragStat.SetMinMove(ImpGetMinMovLogic(nMinMov,pOut)); in BegDragObj()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 1247 SdrHdl* pHdl, short nMinMov, in BegDragObj() argument 1352 return SdrView::BegDragObj(rPnt, pOut, pHdl, nMinMov, pForcedMeth); in BegDragObj()
|