Searched refs:aOrgPxRect (Results 1 – 1 of 1) sorted by relevance
1007 const Rectangle aOrgPxRect = pOut->LogicToPixel( rRect.SVRect() ); in SwAlignRect() local1009 const SwRect aPxCenterRect( pOut->PixelToLogic( aOrgPxRect ) ); in SwAlignRect()1012 SwRect aAlignedPxRect( aOrgPxRect ); in SwAlignRect()2088 const Rectangle aOrgPxRect = aOut.LogicToPixel( io_aSwRect.SVRect() ); in lcl_AdjustRectToPixelSize() local2101 while ( (aOut.LogicToPixel(aSizedRect)).Left() < aOrgPxRect.Left() ) in lcl_AdjustRectToPixelSize()2106 while ( (aOut.LogicToPixel(aSizedRect)).Right() > aOrgPxRect.Right() ) in lcl_AdjustRectToPixelSize()2111 while ( (aOut.LogicToPixel(aSizedRect)).Top() < aOrgPxRect.Top() ) in lcl_AdjustRectToPixelSize()2116 while ( (aOut.LogicToPixel(aSizedRect)).Bottom() > aOrgPxRect.Bottom() ) in lcl_AdjustRectToPixelSize()
Completed in 40 milliseconds