Searched refs:bWdt0 (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 1031 sal_Bool bWdt0=aRect.Left()==aRect.Right(); 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() 1046 …if (!bWdt0 && !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopRight() ,HDL… in addCustomHandles() 1047 …if (!bWdt0 ) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.LeftCenter() ,HDL… in addCustomHandles() 1048 …if (!bWdt0 ) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.RightCenter() ,HDL… in addCustomHandles() 1049 …if (!bWdt0 && !bHgt0) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.BottomLeft() ,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 | 779 sal_Bool bWdt0=aRect.Left()==aRect.Right(); 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() 794 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.TopRight() ,HDL_UPRGT)); in SetMarkHandles() 795 … if (!bWdt0 ) aHdl.AddHdl(new SdrHdl(aRect.LeftCenter() ,HDL_LEFT )); in SetMarkHandles() 796 … if (!bWdt0 ) aHdl.AddHdl(new SdrHdl(aRect.RightCenter() ,HDL_RIGHT)); in SetMarkHandles() 797 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.BottomLeft() ,HDL_LWLFT)); in SetMarkHandles() 799 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.BottomRight() ,HDL_LWRGT)); in SetMarkHandles()
|
Completed in 21 milliseconds