Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java130 short iSelLayoutPos = 0; in ReportLayouter() local
133iSelLayoutPos = (short) JavaTools.FieldInList(LayoutFiles[1], CurReportDocument.getLayoutPath()); in ReportLayouter()
134 if (iSelLayoutPos < 0) in ReportLayouter()
136iSelLayoutPos = (short) JavaTools.FieldInList(LayoutFiles[0], CurReportDocument.getLayoutPath()); in ReportLayouter()
137 if (iSelLayoutPos < 0) in ReportLayouter()
139 iSelLayoutPos = 0; in ReportLayouter()
151 iSelLayoutPos in ReportLayouter()

Completed in 13 milliseconds