Home
last modified time | relevance | path

Searched refs:bIsInside (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/control/
H A Dscrbar.cxx881 sal_Bool bIsInside = sal_False; in ImplDoMouseAction() local
890 aControlRegion, rMousePos, bIsInside )? in ImplDoMouseAction()
891 bIsInside: in ImplDoMouseAction()
903 aControlRegion, rMousePos, bIsInside )? in ImplDoMouseAction()
904 bIsInside: in ImplDoMouseAction()
917 maPage1Rect, rMousePos, bIsInside )? in ImplDoMouseAction()
918 bIsInside: in ImplDoMouseAction()
931 maPage2Rect, rMousePos, bIsInside )? in ImplDoMouseAction()
932 bIsInside: in ImplDoMouseAction()
990 sal_Bool bIsInside = sal_False; in MouseButtonDown() local
[all …]
/trunk/main/starmath/source/
H A Drect.cxx550 sal_Bool bIsInside = IsInsideItalicRect(rPoint); in OrientedDist() local
554 if (bIsInside) in OrientedDist()
584 return bIsInside ? - Min(nAbsX, nAbsY) : Max (nAbsX, nAbsY); in OrientedDist()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx440 const bool bIsInside(tools::isInside(rClip, aTestPoint) == bInside); in clipPolyPolygonOnPolyPolygon() local
442 if(bIsInside) in clipPolyPolygonOnPolyPolygon()