Searched refs:aOrgPxRect (Results 1 – 1 of 1) sorted by relevance
1008 const Rectangle aOrgPxRect = pOut->LogicToPixel( rRect.SVRect() ); in SwAlignRect() local1010 const SwRect aPxCenterRect( pOut->PixelToLogic( aOrgPxRect ) ); in SwAlignRect()1013 SwRect aAlignedPxRect( aOrgPxRect ); in SwAlignRect()1997 const Rectangle aOrgPxRect = aOut.LogicToPixel( io_aSwRect.SVRect() ); in lcl_AdjustRectToPixelSize() local2010 while ( (aOut.LogicToPixel(aSizedRect)).Left() < aOrgPxRect.Left() ) in lcl_AdjustRectToPixelSize()2015 while ( (aOut.LogicToPixel(aSizedRect)).Right() > aOrgPxRect.Right() ) in lcl_AdjustRectToPixelSize()2020 while ( (aOut.LogicToPixel(aSizedRect)).Top() < aOrgPxRect.Top() ) in lcl_AdjustRectToPixelSize()2025 while ( (aOut.LogicToPixel(aSizedRect)).Bottom() > aOrgPxRect.Bottom() ) in lcl_AdjustRectToPixelSize()
Completed in 42 milliseconds