Searched refs:bHgt0 (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 1032 sal_Bool bHgt0=aRect.Top()==aRect.Bottom(); in addCustomHandles() local 1033 if (bWdt0 && bHgt0) in addCustomHandles() 1037 else if (bWdt0 || bHgt0) in addCustomHandles() 1044 …if (!bWdt0 && !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopLeft() ,HDL… in addCustomHandles() 1045 …if ( !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopCenter() ,HDL… in addCustomHandles() 1046 …if (!bWdt0 && !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopRight() ,HDL… in addCustomHandles() 1049 …if (!bWdt0 && !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.BottomLeft() ,HDL… in addCustomHandles() 1050 …if ( !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.BottomCenter(),HDL… in addCustomHandles() 1051 …if (!bWdt0 && !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.BottomRight() ,HDL… in addCustomHandles()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmrkv.cxx | 780 sal_Bool bHgt0=aRect.Top()==aRect.Bottom(); in SetMarkHandles() local 781 if (bWdt0 && bHgt0) in SetMarkHandles() 785 else if (!bStdDrag && (bWdt0 || bHgt0)) in SetMarkHandles() 792 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.TopLeft() ,HDL_UPLFT)); in SetMarkHandles() 793 … if ( !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.TopCenter() ,HDL_UPPER)); in SetMarkHandles() 794 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.TopRight() ,HDL_UPRGT)); in SetMarkHandles() 797 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.BottomLeft() ,HDL_LWLFT)); in SetMarkHandles() 798 … if ( !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.BottomCenter(),HDL_LOWER)); in SetMarkHandles() 799 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.BottomRight() ,HDL_LWRGT)); in SetMarkHandles()
|
Completed in 32 milliseconds