Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/text/
H A Dinftxt.cxx1136 SwRect aIntersect; in DrawCheckBox() local
1137 CalcRect( rPor, &aIntersect, 0 ); in DrawCheckBox()
1138 if ( aIntersect.HasArea() ) in DrawCheckBox()
1147 pOut_->DrawRect( aIntersect.SVRect() ); in DrawCheckBox()
1151 …Rectangle r(aIntersect.Left()+delta, aIntersect.Top()+delta, aIntersect.Right()-delta, aIntersect.… in DrawCheckBox()
1170 SwRect aIntersect; in DrawBackground() local
1171 CalcRect( rPor, 0, &aIntersect ); in DrawBackground()
1173 if ( aIntersect.HasArea() ) in DrawBackground()
1189 DrawRect( aIntersect, sal_True ); in DrawBackground()
1197 SwRect aIntersect; in _DrawBackBrush() local
[all …]
/AOO41X/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()
141 verifyPoly("intersect", intersectSvg, aIntersect); in verifySimpleRange()
/AOO41X/main/sfx2/source/dialog/
H A Ddockwin.cxx1400 Rectangle aIntersect = GetOuterRect().GetIntersection( aDockingRect ); in CalcAlignment() local
1401 if ( aIntersect.IsEmpty() ) in CalcAlignment()
/AOO41X/main/vcl/source/window/
H A Dtoolbox.cxx5240 Rectangle aIntersect = aInRect.GetIntersection( aDockingRect ); in Docking() local
5241 if ( aIntersect == aDockingRect ) in Docking()