Searched refs:rAlignedGrfArea (Results 1 – 1 of 1) sorted by relevance
789 void lcl_correctlyAlignRect( SwRect& rAlignedGrfArea, const SwRect& rInArea, OutputDevice* pOut ) in lcl_correctlyAlignRect() argument798 rAlignedGrfArea.Left( rAlignedGrfArea.Left()+1 ); in lcl_correctlyAlignRect()799 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()803 rAlignedGrfArea.Top( rAlignedGrfArea.Top()+1 ); in lcl_correctlyAlignRect()804 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()808 rAlignedGrfArea.Bottom( rAlignedGrfArea.Bottom()-1 ); in lcl_correctlyAlignRect()809 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()813 rAlignedGrfArea.Right( rAlignedGrfArea.Right()-1 ); in lcl_correctlyAlignRect()814 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
Completed in 19 milliseconds