Home
last modified time | relevance | path

Searched refs:aGSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/misc/
H A Doutline.cxx1065 Size aGSize( rFmt.GetGraphicSize()); in lcl_DrawGraphic() local
1066 aGSize.Width() /= nDivision; in lcl_DrawGraphic()
1067 nRet = (sal_uInt16)aGSize.Width(); in lcl_DrawGraphic()
1068 aGSize.Height() /= nDivision; in lcl_DrawGraphic()
1070 pVDev->PixelToLogic( aGSize ) ); in lcl_DrawGraphic()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2613 Size aGSize( rFmt.GetGraphicSize() ); in lcl_DrawGraphic() local
2614 aGSize.Width() /= nDivision; in lcl_DrawGraphic()
2615 nRet = (sal_uInt16)aGSize.Width(); in lcl_DrawGraphic()
2616 aGSize.Height() /= nDivision; in lcl_DrawGraphic()
2618 pVDev->PixelToLogic( aGSize ) ); in lcl_DrawGraphic()

Completed in 40 milliseconds