Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java66 short curtabindex = (short) (100 * ReportWizard.SOTEMPLATEPAGE); in ReportLayouter()
95 …8, slblDataStructure, 95, 27, new Integer(ReportWizard.SOTEMPLATEPAGE), new Short(curtabindex++), … in ReportLayouter()
117 … }, new Integer(ReportWizard.SOTEMPLATEPAGE), ContentFiles[0], new Short(curtabindex++), 99 in ReportLayouter()
127 … 8, slblPageLayout, 205, 27, new Integer(ReportWizard.SOTEMPLATEPAGE), new Short(curtabindex++), 99 in ReportLayouter()
152 … }, new Integer(ReportWizard.SOTEMPLATEPAGE), LayoutFiles[0], new Short(curtabindex++), 99 in ReportLayouter()
162 …8, sOrientationHeader, 95, 148, new Integer(ReportWizard.SOTEMPLATEPAGE), new Short(curtabindex++)… in ReportLayouter()
173 …al, 101, 158, new Short(m_nLandscapeState), new Integer(ReportWizard.SOTEMPLATEPAGE), new Short(cu… in ReportLayouter()
184 …cal, 101, 171, new Short(m_nPortraitState), new Integer(ReportWizard.SOTEMPLATEPAGE), new Short(cu… in ReportLayouter()
194 … new Short("0"), 23, 164, 158, Boolean.FALSE, new Integer(ReportWizard.SOTEMPLATEPAGE), 30 in ReportLayouter()
205 … 34, sNote, Boolean.TRUE, 205, 148, new Integer(ReportWizard.SOTEMPLATEPAGE), 99 in ReportLayouter()
H A DReportWizard.java83 protected static final int SOTEMPLATEPAGE = 5; field in ReportWizard
135 if ((nOldStep >= SOTEMPLATEPAGE) && (nNewStep < SOTEMPLATEPAGE)) in enterStep()
165 case SOTEMPLATEPAGE: in enterStep()
219 super.enablefromStep(SOTEMPLATEPAGE, true); in leaveStep()
222 case SOTEMPLATEPAGE: in leaveStep()
232 if ((nOldStep < SOTEMPLATEPAGE) && (super.getNewStep() >= SOTEMPLATEPAGE)) in leaveStep()
388 … i = insertRoadmapItem(i, false, m_oResource.getResText(UIConsts.RID_REPORT + 13), SOTEMPLATEPAGE); in insertQueryRelatedSteps()