Searched refs:aInter (Results 1 – 3 of 3) sorted by relevance
98 SwRect aInter( aTmp ); in operator -=() local99 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() local239 (::CalcArea( aUnion ) - CalcArea( aInter )) ) in Compress()
354 if( !aInter.HasArea() ) in ChkFlyUnderflow()377 if( aInter.IsOver( aLine ) ) in ChkFlyUnderflow()380 if( aInter.HasArea() ) in ChkFlyUnderflow()493 if( aInter.IsOver( aLine ) ) in CalcFlyWidth()497 if( aInter.Left() <= nLeftMin ) in CalcFlyWidth()502 if( aInter.Left() < nFrmLeft ) in CalcFlyWidth()503 aInter.Left( nFrmLeft ); in CalcFlyWidth()515 aInter.Width( aInter.Width() + nAddMar ); in CalcFlyWidth()523 aInter.Intersection( aLine ); in CalcFlyWidth()524 if( !aInter.HasArea() ) in CalcFlyWidth()[all …]
4997 SwRect aInter( aGrid ); in PaintGrid() local4998 aInter.Intersection( rRect ); in PaintGrid()4999 if( aInter.HasArea() ) in PaintGrid()5010 SwTwips nRight = aInter.Left() + aInter.Width(); in PaintGrid()5011 SwTwips nBottom = aInter.Top() + aInter.Height(); in PaintGrid()5017 SwRect aTmp( Point( nY, aInter.Top() ), in PaintGrid()5021 if( nX < aInter.Top() ) in PaintGrid()5084 while( nY >= aInter.Left() ) in PaintGrid()5147 SwRect aTmp( Point( aInter.Left(), nY ), in PaintGrid()5152 if( nX < aInter.Left() ) in PaintGrid()[all …]
Completed in 44 milliseconds