Searched refs:rAlignedGrfArea (Results 1 – 1 of 1) sorted by relevance
802 void lcl_correctlyAlignRect( SwRect& rAlignedGrfArea, const SwRect& rInArea, OutputDevice* pOut ) in lcl_correctlyAlignRect() argument811 rAlignedGrfArea.Left( rAlignedGrfArea.Left()+1 ); in lcl_correctlyAlignRect()812 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()816 rAlignedGrfArea.Top( rAlignedGrfArea.Top()+1 ); in lcl_correctlyAlignRect()817 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()821 rAlignedGrfArea.Bottom( rAlignedGrfArea.Bottom()-1 ); in lcl_correctlyAlignRect()822 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()826 rAlignedGrfArea.Right( rAlignedGrfArea.Right()-1 ); in lcl_correctlyAlignRect()827 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
Completed in 18 milliseconds