Lines Matching refs:rHandlerList

955 void MotionPathTag::addCustomHandles( SdrHdlList& rHandlerList )  in addCustomHandles()  argument
976 rHandlerList.AddHdl( pHdl ); in addCustomHandles()
984 SdrHdlList aTemp( rHandlerList.GetView() ); in addCustomHandles()
1001 rHandlerList.AddHdl( pSmartHdl ); in addCustomHandles()
1017 rHandlerList.AddHdl(pPlusHdl); in addCustomHandles()
1029 sal_uLong nCount = rHandlerList.GetHdlCount(); in addCustomHandles()
1035 rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopLeft(),HDL_UPLFT)); in addCustomHandles()
1039 rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopLeft() ,HDL_UPLFT)); in addCustomHandles()
1040 rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.BottomRight(),HDL_LWRGT)); 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()
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()
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()
1054 while( nCount < rHandlerList.GetHdlCount() ) in addCustomHandles()
1056 rHandlerList.GetHdl(nCount++)->SetPageView( mrView.GetSdrPageView() ); in addCustomHandles()