Home
last modified time | relevance | path

Searched refs:nMinMov (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvddrag.hxx83 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 Dsvdcrtv.hxx89 …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 Dview3d.hxx96 …const Point& rPnt, OutputDevice* pOut = NULL, SdrHdl* pHdl = NULL, short nMinMov = -3, SdrDragMeth…
H A Dsvddrgv.hxx131 …Obj(const Point& rPnt, OutputDevice* pOut=NULL, SdrHdl* pHdl=NULL, short nMinMov=-3, SdrDragMethod…
H A Dsvdpntv.hxx262 sal_uInt16 ImpGetMinMovLogic(short nMinMov, const OutputDevice* pOut) const;
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx419 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 Dsvddrag.cxx49 nMinMov=1; in Reset()
112 if (dx>=long(nMinMov) || dy>=long(nMinMov)) in CheckMinMoved()
H A Dsvdpntv.cxx486 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 Dsvddrgv.cxx227 sal_Bool SdrDragView::BegDragObj(const Point& rPnt, OutputDevice* pOut, SdrHdl* pHdl, short nMinMov in BegDragObj() argument
267 aDragStat.SetMinMove(ImpGetMinMovLogic(nMinMov,pOut)); in BegDragObj()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx1247 SdrHdl* pHdl, short nMinMov, in BegDragObj() argument
1352 return SdrView::BegDragObj(rPnt, pOut, pHdl, nMinMov, pForcedMeth); in BegDragObj()

Completed in 53 milliseconds