Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java41 final static public int SOOPTLANDSCAPE = 30; field in ReportLayouter
165 …m_nLandscapeState = CurReportDocument.getDefaultPageOrientation() == SOOPTLANDSCAPE ? (short) 1 : … in ReportLayouter()
166 CurUnoDialog.insertRadioButton("optLandscape", SOOPTLANDSCAPE, new ItemListenerImpl(), in ReportLayouter()
269 case SOOPTLANDSCAPE: in itemStateChanged()
273 CurReportDocument.setPageOrientation(SOOPTLANDSCAPE); in itemStateChanged()
327 CurReportDocument.setPageOrientation((blandscape) ? SOOPTLANDSCAPE : SOOPTPORTRAIT); in actionPerformed()
H A DReportTextImplementation.java112 super( i_serviceFactory, ReportLayouter.SOOPTLANDSCAPE ); in ReportTextImplementation()
522 if (nOrientation == ReportLayouter.SOOPTLANDSCAPE) in setPageOrientation()
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java85 super(_serviceFactory, ReportLayouter.SOOPTLANDSCAPE); in ReportBuilderImplementation()
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1092 if (com.sun.star.wizards.report.ReportLayouter.SOOPTLANDSCAPE == _nOrientation) in setPageOrientation()

Completed in 42 milliseconds