Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx98 SwRect aInter( aTmp ); in operator -=() local
99 aInter._Intersection( rRect ); in operator -=()
110 if ( 0 < (nTmp = aInter.Top() - aTmp.Top()) ) in operator -=()
118 aTmp.Top( aInter.Top() + aInter.Height() ); in operator -=()
122 aTmp.Top( aInter.Top() ); in operator -=()
123 aTmp.Bottom( aInter.Bottom() ); in operator -=()
124 if ( 0 < (nTmp = aInter.Left() - aTmp.Left()) ) in operator -=()
132 aTmp.Left( aInter.Left() + aInter.Width() ); //+1? in operator -=()
236 SwRect aInter( *(pData + i) );aInter.Intersection( *(pData + j)); in Compress() local
239 (::CalcArea( aUnion ) - CalcArea( aInter )) ) in Compress()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx350 SwRect aInter( rInf.GetTxtFly()->GetFrm( aLineVert ) ); in ChkFlyUnderflow() local
352 pFrm->SwitchVerticalToHorizontal( aInter ); in ChkFlyUnderflow()
354 if( !aInter.HasArea() ) in ChkFlyUnderflow()
370 aInter = rInf.GetTxtFly()->GetFrm( aLineVert ); in ChkFlyUnderflow()
372 pFrm->SwitchVerticalToHorizontal( aInter ); in ChkFlyUnderflow()
377 if( aInter.IsOver( aLine ) ) in ChkFlyUnderflow()
379 aInter._Intersection( aLine ); in ChkFlyUnderflow()
380 if( aInter.HasArea() ) in ChkFlyUnderflow()
394 if ( ! aInter.IsOver( aLine ) ) in ChkFlyUnderflow()
402 aInter._Intersection( aLine ); in ChkFlyUnderflow()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5064 SwRect aInter( aGrid ); in PaintGrid() local
5065 aInter.Intersection( rRect ); in PaintGrid()
5066 if( aInter.HasArea() ) in PaintGrid()
5077 SwTwips nRight = aInter.Left() + aInter.Width(); in PaintGrid()
5078 SwTwips nBottom = aInter.Top() + aInter.Height(); in PaintGrid()
5083 ( ( nOrig - aInter.Left() ) / nSum ); in PaintGrid()
5084 SwRect aTmp( Point( nY, aInter.Top() ), in PaintGrid()
5085 Size( 1, aInter.Height() ) ); in PaintGrid()
5087 ( ( aInter.Top() - aGrid.Top() )/ nGrid ); in PaintGrid()
5088 if( nX < aInter.Top() ) in PaintGrid()
[all …]