Lines Matching refs:SmartHdl

259 class SdPathHdl : public SmartHdl
277 : SmartHdl( xTag, pPathObj->GetCurrentBoundRect().TopLeft() ) in SdPathHdl()
489 bool MotionPathTag::MouseButtonDown( const MouseEvent& rMEvt, SmartHdl& rHdl ) in MouseButtonDown()
554 SmartHdl* pHdl = &rHdl; in MouseButtonDown()
560 pHdl = dynamic_cast< SmartHdl* >( mrView.PickHandle(aMDPos) ); in MouseButtonDown()
571 pHdl = dynamic_cast< SmartHdl* >( mrView.PickHandle(aMDPos) ); in MouseButtonDown()
862 SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( &rHdl ); in MarkPoint()
889SmartHdl* pHdl = dynamic_cast< SmartHdl* >( mrView.GetHdl( sal::static_int_cast< sal_uLong >( nHdl… in MarkPoints()
993SmartHdl* pSmartHdl = new SmartHdl( xThis, mpPathObj, pTempHdl->GetPos(), pTempHdl->GetKind() ); 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()