Lines Matching refs:aOut
2067 void lcl_AdjustRectToPixelSize( SwRect& io_aSwRect, const OutputDevice &aOut ) in lcl_AdjustRectToPixelSize() argument
2071 const Size aTwipToPxSize( aOut.PixelToLogic( Size( 1,1 )) ); in lcl_AdjustRectToPixelSize()
2075 const Rectangle aPxCenterRect = aOut.PixelToLogic( in lcl_AdjustRectToPixelSize()
2076 aOut.LogicToPixel( io_aSwRect.SVRect() ) ); in lcl_AdjustRectToPixelSize()
2080 const Rectangle aOrgPxRect = aOut.LogicToPixel( io_aSwRect.SVRect() ); in lcl_AdjustRectToPixelSize()
2093 while ( (aOut.LogicToPixel(aSizedRect)).Left() < aOrgPxRect.Left() ) in lcl_AdjustRectToPixelSize()
2098 while ( (aOut.LogicToPixel(aSizedRect)).Right() > aOrgPxRect.Right() ) in lcl_AdjustRectToPixelSize()
2103 while ( (aOut.LogicToPixel(aSizedRect)).Top() < aOrgPxRect.Top() ) in lcl_AdjustRectToPixelSize()
2108 while ( (aOut.LogicToPixel(aSizedRect)).Bottom() > aOrgPxRect.Bottom() ) in lcl_AdjustRectToPixelSize()
2116 Rectangle aTestOrgPxRect = aOut.LogicToPixel( io_aSwRect.SVRect() ); in lcl_AdjustRectToPixelSize()
2117 Rectangle aTestNewPxRect = aOut.LogicToPixel( aSizedRect ); in lcl_AdjustRectToPixelSize()
2124 aTestNewPxRect = aOut.LogicToPixel( aSizedRect ); in lcl_AdjustRectToPixelSize()
2130 aTestNewPxRect = aOut.LogicToPixel( aSizedRect ); in lcl_AdjustRectToPixelSize()
2136 aTestNewPxRect = aOut.LogicToPixel( aSizedRect ); in lcl_AdjustRectToPixelSize()
2142 aTestNewPxRect = aOut.LogicToPixel( aSizedRect ); in lcl_AdjustRectToPixelSize()
3918 SwRect aOut( rOutRect ); in PaintShadow() local
3956 aOut.Top( aOut.Top() + nHeight ); in PaintShadow()
3957 aOut.Left( aOut.Left() + nWidth ); in PaintShadow()
3958 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
3962 aOut.Top ( aOut.Bottom() - nHeight ); in PaintShadow()
3963 aOut.Left( aOut.Left() + nWidth ); in PaintShadow()
3965 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
3966 aOut.Left( aOut.Right() - nWidth ); in PaintShadow()
3967 aOut.Top ( rOutRect.Top() + nHeight ); in PaintShadow()
3969 aOut.Bottom( aOut.Bottom() - nHeight ); in PaintShadow()
3971 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
3972 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
3984 aOut.Bottom( aOut.Bottom() - nHeight ); in PaintShadow()
3985 aOut.Right( aOut.Right() - nWidth ); in PaintShadow()
3986 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
3990 aOut.Bottom( aOut.Top() + nHeight ); in PaintShadow()
3991 aOut.Right ( aOut.Right() - nWidth ); in PaintShadow()
3993 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
3994 aOut.Right ( aOut.Left() + nWidth ); in PaintShadow()
3995 aOut.Bottom( rOutRect.Bottom() - nHeight ); in PaintShadow()
3997 aOut.Top( aOut.Top() + nHeight ); in PaintShadow()
3999 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
4000 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
4012 aOut.Bottom( aOut.Bottom() - nHeight); in PaintShadow()
4013 aOut.Left( aOut.Left() + nWidth ); in PaintShadow()
4014 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
4018 aOut.Bottom( aOut.Top() + nHeight ); in PaintShadow()
4019 aOut.Left ( aOut.Left()+ nWidth ); in PaintShadow()
4021 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
4022 aOut.Left ( aOut.Right() - nWidth ); in PaintShadow()
4023 aOut.Bottom( rOutRect.Bottom() - nHeight ); in PaintShadow()
4025 aOut.Top( aOut.Top() + nHeight ); in PaintShadow()
4027 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
4028 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
4040 aOut.Top( aOut.Top() + nHeight ); in PaintShadow()
4041 aOut.Right( aOut.Right() - nWidth ); in PaintShadow()
4042 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
4046 aOut.Top ( aOut.Bottom()- nHeight ); in PaintShadow()
4047 aOut.Right( aOut.Right() - nWidth ); in PaintShadow()
4049 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
4050 aOut.Right( aOut.Left() + nWidth ); in PaintShadow()
4051 aOut.Top( rOutRect.Top() + nHeight ); in PaintShadow()
4053 aOut.Bottom( aOut.Bottom() - nHeight ); in PaintShadow()
4055 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
4056 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow()
4091 aOut = rOut; in PaintShadow()
4101 if ( rRect.IsOver( aOut ) && aOut.Height() > 0 && aOut.Width() > 0 ) in PaintShadow()
4103 aOut._Intersection( rRect ); in PaintShadow()
4104 pOut->DrawRect( aOut.SVRect() ); in PaintShadow()
4124 SwRect aOut( rOutRect ); in PaintBorderLine() local
4125 aOut._Intersection( rRect ); in PaintBorderLine()
4145 pLines->AddLineRect( aOut, pColor, pTab, nSubCol ); in PaintBorderLine()
6255 SwRect aOut( aOriginal ); in PaintSubsidiaryLines() local
6256 aOut._Intersection( rRect ); in PaintSubsidiaryLines()
6262 aOut.Intersection( PaintArea() ); in PaintSubsidiaryLines()
6265 const SwTwips nRight = aOut.Right(); in PaintSubsidiaryLines()
6266 const SwTwips nBottom= aOut.Bottom(); in PaintSubsidiaryLines()
6268 const Point aRT( nRight, aOut.Top() ); in PaintSubsidiaryLines()
6270 const Point aLB( aOut.Left(), nBottom ); in PaintSubsidiaryLines()
6305 if ( aOriginal.Left() == aOut.Left() ) in PaintSubsidiaryLines()
6306 ::lcl_RefreshLine( this, pPage, aOut.Pos(), aLB, nSubColor, in PaintSubsidiaryLines()
6317 if ( aOriginal.Top() == aOut.Top() ) in PaintSubsidiaryLines()
6319 ::lcl_RefreshLine( this, pPage, aOut.Pos(), aRT, in PaintSubsidiaryLines()
6332 if ( aOriginal.Left() == aOut.Left() ) in PaintSubsidiaryLines()
6334 const SwRect aRect( aOut.Pos(), aLB ); in PaintSubsidiaryLines()
6348 if ( aOriginal.Top() == aOut.Top() ) in PaintSubsidiaryLines()
6351 const SwRect aRect( aOut.Pos(), aRT ); in PaintSubsidiaryLines()
6840 SwRect aOut( pFly->Frm() ); in MakeGraphic() local
6844 aOut.SSize().Width() += 2*nPixelSzW; in MakeGraphic()
6846 aOut.SSize().Height()+= 2*nPixelSzH; in MakeGraphic()
6849 const Region aRepaintRegion(aOut.SVRect()); in MakeGraphic()
6869 pImp->PaintLayer( pIDDMA->GetHellId(), 0, aOut, &aPageBackgrdColor, in MakeGraphic()
6874 pFly->Paint( aOut ); in MakeGraphic()
6877 pImp->PaintLayer( pIDDMA->GetHeavenId(), 0, aOut, &aPageBackgrdColor, in MakeGraphic()