Home
last modified time | relevance | path

Searched refs:aIntersect (Results 1 – 4 of 4) sorted by path

/trunk/main/basegfx/test/
H A Dclipstate.cxx56 tools::B2DClipState aIntersect; member in basegfx2d::clipstate
82 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()
137 verifyPoly("intersect", intersectSvg, aIntersect); in TEST_F()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx1400 Rectangle aIntersect = GetOuterRect().GetIntersection( aDockingRect ); in CalcAlignment() local
1401 if ( aIntersect.IsEmpty() ) in CalcAlignment()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1148 SwRect aIntersect; in DrawCheckBox() local
1150 if ( aIntersect.HasArea() ) in DrawCheckBox()
1163 …Rectangle r(aIntersect.Left()+delta, aIntersect.Top()+delta, aIntersect.Right()-delta, aIntersect.… in DrawCheckBox()
1182 SwRect aIntersect; in DrawBackground() local
1185 if ( aIntersect.HasArea() ) in DrawBackground()
1209 SwRect aIntersect; in _DrawBackBrush() local
1251 SwRect aIntersect; in _DrawBackBrush() local
1254 if ( aIntersect.HasArea() ) in _DrawBackBrush()
1334 SwRect aIntersect; in _NotifyURL() local
1337 if( aIntersect.HasArea() ) in _NotifyURL()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5240 Rectangle aIntersect = aInRect.GetIntersection( aDockingRect ); in Docking() local
5241 if ( aIntersect == aDockingRect ) in Docking()

Completed in 59 milliseconds