Home
last modified time | relevance | path

Searched refs:aMouseRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx2103 Rectangle aMouseRect(rPt,rPt); in ImpFindConnector() local
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()
2125 if (aObjBound.IsOver(aMouseRect)) { in ImpFindConnector()
2178 if (bOk && aMouseRect.IsInside(aConPos)) { in ImpFindConnector()
2210 aMouseRect.Left() -=nBoundHitTol; in ImpFindConnector()
2211 aMouseRect.Top() -=nBoundHitTol; in ImpFindConnector()
2212 aMouseRect.Right() +=nBoundHitTol; in ImpFindConnector()
[all …]
/trunk/main/vcl/source/control/
H A Dbutton.cxx2745 Rectangle aMouseRect; in Draw() local
2774 aImageSize, aStateRect, aMouseRect ); in Draw()
3690 Rectangle aMouseRect; in Draw() local
3720 aImageSize, aStateRect, aMouseRect, false ); in Draw()

Completed in 44 milliseconds