Searched refs:HDL_UPRGT (Results  1 – 17 of 17) sorted by relevance
| /aoo4110/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 | 461 			case HDL_UPRGT:  in CreateB2dIAObject()584 						if(eKind == HDL_UPLFT || eKind == HDL_UPPER || eKind == HDL_UPRGT)   in CreateB2dIAObject()
 590 						if(eKind == HDL_UPRGT || eKind == HDL_RIGHT || eKind == HDL_LWRGT)   in CreateB2dIAObject()
 856             case HDL_UPLFT: case HDL_UPRGT:  in GetPointer()
 874                 case HDL_UPRGT: nHdlWink=4500;  break;  in GetPointer()
 897                 case HDL_UPRGT: ePtr=POINTER_NESIZE;  break;  in GetPointer()
 925 		case HDL_UPRGT:		// Oben rechts  in IsFocusHdl()
 2363 		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 | 1869 		case HDL_UPRGT: eRefHdl=HDL_LWLFT; break;  in BeginSdrDrag()1872 		case HDL_LWLFT: eRefHdl=HDL_UPRGT; break;  in BeginSdrDrag()
 3212 				case HDL_UPRGT: aNeuCenter.X()=aMarkRect.Left();   bRgt=true; break;  in MoveSdrDrag()
 3583 		if (eKind==HDL_UPRGT) nPolyPt=1;  in BeginSdrDrag()
 3809         case HDL_UPRGT: aLocalStart.setX(0.0); aLocalStart.setY(1.0); break;  in EndSdrDrag()
 
 | 
| H A D | svdorect.cxx | 352         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 | 1781 …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()
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svdhdl.hxx | 75 	HDL_UPRGT,		// Oben rechts  enumerator223 …sal_Bool IsCornerHdl() const { return eKind==HDL_UPLFT || eKind==HDL_UPRGT || eKind==HDL_LWLFT || …  in IsCornerHdl()
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/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()
 | 
| /aoo4110/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()
 | 
| /aoo4110/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()
 | 
| /aoo4110/main/reportdesign/source/ui/report/ | 
| H A D | ViewsWindow.cxx | 1779                             case HDL_UPRGT:  in handleKey()
 | 
        Completed in 1165 milliseconds