Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java265 com.sun.star.awt.Size oNewSize; in changePageOrientation() local
271 oNewSize = new com.sun.star.awt.Size(oLocSize.Height, oLocSize.Width); in changePageOrientation()
273 Helper.setUnoPropertyValue(ReportPageStyle, SIZE, oNewSize); in changePageOrientation()
275 Helper.setUnoPropertyValue(FirstPageStyle, SIZE, oNewSize); in changePageOrientation()
278 PageWidth = oNewSize.Width - iLeftMargin - iRightMargin; in changePageOrientation()

Completed in 19 milliseconds