Searched refs:HDL_UPRGT (Results 1 – 17 of 17) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svdotxdr.cxx | 67 case 2: aPnt=aRect.TopRight(); eKind=HDL_UPRGT; break; // Oben rechts in GetHdl() 96 FASTBOOL bEcke=(eHdl==HDL_UPLFT || eHdl==HDL_UPRGT || eHdl==HDL_LWLFT || eHdl==HDL_LWRGT); in ImpDragCalcRect() 106 FASTBOOL bRgt=(eHdl==HDL_UPRGT || eHdl==HDL_RIGHT || eHdl==HDL_LWRGT); in ImpDragCalcRect() 107 FASTBOOL bTop=(eHdl==HDL_UPRGT || eHdl==HDL_UPPER || eHdl==HDL_UPLFT); in ImpDragCalcRect()
|
| H A D | svdhdl.cxx | 466 case HDL_UPRGT: in CreateB2dIAObject() 598 if(eKind == HDL_UPLFT || eKind == HDL_UPPER || eKind == HDL_UPRGT) in CreateB2dIAObject() 604 if(eKind == HDL_UPRGT || eKind == HDL_RIGHT || eKind == HDL_LWRGT) in CreateB2dIAObject() 870 case HDL_UPLFT: case HDL_UPRGT: in GetPointer() 888 case HDL_UPRGT: nHdlWink=4500; break; in GetPointer() 911 case HDL_UPRGT: ePtr=POINTER_NESIZE; break; in GetPointer() 940 case HDL_UPRGT: // top right in IsFocusHdl() 2371 case HDL_UPRGT: nX = 2; nY = 0; break; in GetBitmapForHandle()
|
| H A D | svdobj.cxx | 1241 case 2: pH=new SdrHdl(rR.TopRight(), HDL_UPRGT); break; // Oben rechts in GetHdl() 1278 FASTBOOL bEcke=(eHdl==HDL_UPLFT || eHdl==HDL_UPRGT || eHdl==HDL_LWLFT || eHdl==HDL_LWRGT); in ImpDragCalcRect() 1283 FASTBOOL bRgt=(eHdl==HDL_UPRGT || eHdl==HDL_RIGHT || eHdl==HDL_LWRGT); in ImpDragCalcRect() 1284 FASTBOOL bTop=(eHdl==HDL_UPRGT || eHdl==HDL_UPPER || eHdl==HDL_UPLFT); in ImpDragCalcRect() 1365 if(eHdl==HDL_UPLFT || eHdl==HDL_UPPER || eHdl==HDL_UPRGT || in beginSpecialDrag()
|
| H A D | svddrgmt.cxx | 1861 case HDL_UPRGT: eRefHdl=HDL_LWLFT; break; in BeginSdrDrag() 1864 case HDL_LWLFT: eRefHdl=HDL_UPRGT; break; in BeginSdrDrag() 3204 case HDL_UPRGT: aNewCenter.X()=aMarkRect.Left(); bRgt=true; break; in MoveSdrDrag() 3575 if (eKind==HDL_UPRGT) nPolyPt=1; in BeginSdrDrag() 3801 case HDL_UPRGT: aLocalStart.setX(0.0); aLocalStart.setY(1.0); break; in EndSdrDrag()
|
| H A D | svdorect.cxx | 350 case 4: aPnt=aRect.TopRight(); eKind = HDL_UPRGT; break; // Oben rechts in GetHdl()
|
| H A D | svddrgv.cxx | 312 case HDL_UPLFT: case HDL_UPRGT: in BegDragObj()
|
| H A D | svdocirc.cxx | 434 eLocalKind = HDL_UPRGT; in GetHdl()
|
| H A D | svdograf.cxx | 1790 …pHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_UPRGT, fShearX, fRotat… in addCropHandles()
|
| H A D | svdoashp.cxx | 2248 case HDL_UPRGT : in beginSpecialDrag() 2425 case HDL_UPRGT : in applySpecialDrag()
|
| H A D | svdmrkv.cxx | 794 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.TopRight() ,HDL_UPRGT)); in SetMarkHandles()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdhdl.hxx | 71 HDL_UPRGT, // top right enumerator 222 …sal_Bool IsCornerHdl() const { return eKind==HDL_UPLFT || eKind==HDL_UPRGT || eKind==HDL_LWLFT || … in IsCornerHdl()
|
| /trunk/main/svx/source/table/ |
| H A D | svdotable.cxx | 2433 rHdlList.AddHdl( pH = new SdrHdl(aRect.TopRight(),HDL_UPRGT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2486 case HDL_UPRGT: in beginSpecialDrag() 2523 case HDL_UPRGT: in applySpecialDrag()
|
| /trunk/main/svx/source/engine3d/ |
| H A D | dragmt3d.cxx | 535 case HDL_UPRGT: in E3dDragMove()
|
| H A D | view3d.cxx | 1313 case HDL_UPRGT: in BegDragObj()
|
| /trunk/main/sd/source/ui/animations/ |
| H A D | motionpathtag.cxx | 1046 …t0 && !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopRight() ,HDL_UPRGT)); in addCustomHandles()
|
| /trunk/main/chart2/source/controller/main/ |
| H A D | ChartController_Window.cxx | 727 … else if( eKind==HDL_UPLFT || eKind==HDL_UPRGT || eKind==HDL_LWLFT || eKind==HDL_LWRGT ) in execute_MouseButtonDown()
|
| /trunk/main/reportdesign/source/ui/report/ |
| H A D | ViewsWindow.cxx | 1779 case HDL_UPRGT: in handleKey()
|