Home
last modified time | relevance | path

Searched refs:HDL_LOWER (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdhdl.cxx487 case HDL_LOWER: in CreateB2dIAObject()
605 if(eKind == HDL_LWLFT || eKind == HDL_LOWER || eKind == HDL_LWRGT) in CreateB2dIAObject()
878 case HDL_UPPER: case HDL_LOWER: ePtr=POINTER_HSHEAR; break; in GetPointer()
888 case HDL_LOWER: nHdlWink=27000; break; in GetPointer()
920 case HDL_LOWER: ePtr=POINTER_SSIZE; break; in GetPointer()
949 case HDL_LOWER: // bottom in IsFocusHdl()
2388 case HDL_LOWER: nX = 1; nY = 2; break; in GetBitmapForHandle()
H A Dsvdotxdr.cxx71 case 6: aPnt=aRect.BottomCenter(); eKind=HDL_LOWER; break; // Unten in GetHdl()
108 FASTBOOL bBtm=(eHdl==HDL_LWRGT || eHdl==HDL_LOWER || eHdl==HDL_LWLFT); in ImpDragCalcRect()
H A Dsvddrgmt.cxx1868 case HDL_UPPER: eRefHdl=HDL_LOWER; DragStat().SetHorFixed(true); break; in BeginSdrDrag()
1873 case HDL_LOWER: eRefHdl=HDL_UPPER; DragStat().SetHorFixed(true); break; in BeginSdrDrag()
2317 case HDL_UPPER: eRefHdl=HDL_LOWER; break; in BeginSdrDrag()
2318 case HDL_LOWER: eRefHdl=HDL_UPPER; break; in BeginSdrDrag()
3004 bVertical=(GetDragHdlKind()==HDL_LOWER || GetDragHdlKind()==HDL_UPPER); in BeginSdrDrag()
3216 case HDL_LOWER: aNeuCenter.Y()=aMarkRect.Top(); bLwr=true; break; in MoveSdrDrag()
3813 case HDL_LOWER: aLocalStart.setX(0.5); aLocalStart.setY(0.0); bOnAxis = true; break; in EndSdrDrag()
H A Dsvdorect.cxx356 case 8: aPnt=aRect.BottomCenter(); eKind = HDL_LOWER; break; // Unten in GetHdl()
H A Dsvdobj.cxx1245 case 6: pH=new SdrHdl(rR.BottomCenter(),HDL_LOWER); break; // Unten in GetHdl()
1285 FASTBOOL bBtm=(eHdl==HDL_LWRGT || eHdl==HDL_LOWER || eHdl==HDL_LWLFT); in ImpDragCalcRect()
1367 eHdl==HDL_LOWER || eHdl==HDL_LWRGT) in beginSpecialDrag()
H A Dsvddrgv.cxx295 case HDL_UPPER: case HDL_LOWER: in BegDragObj()
H A Dsvdocirc.cxx450 eLocalKind = HDL_LOWER; in GetHdl()
H A Dsvdograf.cxx1798 …pHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_LOWER, fShearX, fRotat… in addCropHandles()
H A Dsvdoashp.cxx2252 case HDL_LOWER : in beginSpecialDrag()
2429 case HDL_LOWER : in applySpecialDrag()
H A Dsvdmrkv.cxx798 … if ( !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.BottomCenter(),HDL_LOWER)); in SetMarkHandles()
/AOO41X/main/svx/inc/svx/
H A Dsvdhdl.hxx79 HDL_LOWER, // bottom enumerator
227 …sal_Bool IsVertexHdl() const { return eKind==HDL_UPPER || eKind==HDL_LOWER || eKind==HDL_LEFT || … in IsVertexHdl()
/AOO41X/main/svx/source/engine3d/
H A Ddragmt3d.cxx529 case HDL_LOWER: in E3dDragMove()
696 case HDL_LOWER: in MoveSdrDrag()
H A Dview3d.cxx1306 case HDL_LOWER: in BegDragObj()
/AOO41X/main/svx/source/table/
H A Dsvdotable.cxx2437 rHdlList.AddHdl( pH = new SdrHdl(aRect.BottomCenter(),HDL_LOWER) ); pH->SetMoveOutside( true ); in AddToHdlList()
2490 case HDL_LOWER: in beginSpecialDrag()
2527 case HDL_LOWER: in applySpecialDrag()
/AOO41X/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx1050 … !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.BottomCenter(),HDL_LOWER)); in addCustomHandles()
/AOO41X/main/chart2/source/controller/main/
H A DChartController_Window.cxx723 if( eKind==HDL_UPPER || eKind==HDL_LOWER ) in execute_MouseButtonDown()
/AOO41X/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1782 case HDL_LOWER: in handleKey()