Searched refs:aIntersect (Results 1 – 4 of 4) sorted by relevance
1136 SwRect aIntersect; in DrawCheckBox() local1138 if ( aIntersect.HasArea() ) in DrawCheckBox()1151 …Rectangle r(aIntersect.Left()+delta, aIntersect.Top()+delta, aIntersect.Right()-delta, aIntersect.… in DrawCheckBox()1170 SwRect aIntersect; in DrawBackground() local1173 if ( aIntersect.HasArea() ) in DrawBackground()1197 SwRect aIntersect; in _DrawBackBrush() local1239 SwRect aIntersect; in _DrawBackBrush() local1242 if ( aIntersect.HasArea() ) in _DrawBackBrush()1322 SwRect aIntersect; in _NotifyURL() local1325 if( aIntersect.HasArea() ) in _NotifyURL()[all …]
56 tools::B2DClipState aIntersect; member in basegfx2d::clipstate82 aIntersect.intersectRange(aCenter); in setUp()83 aIntersect.intersectRange(aNorth); in setUp()84 aIntersect.intersectRange(aWest); in setUp()85 aIntersect.intersectRange(aSouth); in setUp()86 aIntersect.intersectRange(aEast); in setUp()141 verifyPoly("intersect", intersectSvg, aIntersect); in verifySimpleRange()
1400 Rectangle aIntersect = GetOuterRect().GetIntersection( aDockingRect ); in CalcAlignment() local1401 if ( aIntersect.IsEmpty() ) in CalcAlignment()
5248 Rectangle aIntersect = aInRect.GetIntersection( aDockingRect ); in Docking() local5249 if ( aIntersect == aDockingRect ) in Docking()
Completed in 48 milliseconds