Searched refs:aHalfConSiz (Results 1 – 2 of 2) sorted by relevance
725 Size aHalfConSiz(nMarkHdSiz + 1, nMarkHdSiz + 1); in IMPL_LINK_INLINE_END() local726 aHalfConSiz = mpWindow->PixelToLogic(aHalfConSiz); in IMPL_LINK_INLINE_END()728 if(100 < aHalfConSiz.Width()) in IMPL_LINK_INLINE_END()729 nX *= aHalfConSiz.Width(); in IMPL_LINK_INLINE_END()733 if(100 < aHalfConSiz.Height()) in IMPL_LINK_INLINE_END()734 nY *= aHalfConSiz.Height(); in IMPL_LINK_INLINE_END()
2100 Size aHalfConSiz(nMarkHdSiz,nMarkHdSiz); in ImpFindConnector() local2101 aHalfConSiz=pOut->PixelToLogic(aHalfConSiz); in ImpFindConnector()2102 Size aHalfCenterSiz(2*aHalfConSiz.Width(),2*aHalfConSiz.Height()); in ImpFindConnector()2104 aMouseRect.Left() -=aHalfConSiz.Width(); in ImpFindConnector()2105 aMouseRect.Top() -=aHalfConSiz.Height(); in ImpFindConnector()2106 aMouseRect.Right() +=aHalfConSiz.Width(); in ImpFindConnector()2107 aMouseRect.Bottom()+=aHalfConSiz.Height(); in ImpFindConnector()2108 sal_uInt16 nBoundHitTol=(sal_uInt16)aHalfConSiz.Width()/2; if (nBoundHitTol==0) nBoundHitTol=1; in ImpFindConnector()
Completed in 31 milliseconds