Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java67 private short iOldLayoutPos; field in StyleApplier
223 if ((iStyle != iOldLayoutPos) || _bapplyalways) in applyStyle()
227 iOldLayoutPos = iStyle; in applyStyle()
238 if (iPos != iOldLayoutPos) in changeLayout()
240 iOldLayoutPos = iPos; in changeLayout()
/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java51 int iOldLayoutPos; field in ReportLayouter
154 iOldLayoutPos = (int) iSelPos; in ReportLayouter()
262 if (iPos != iOldLayoutPos) in itemStateChanged()
264 iOldLayoutPos = iPos; in itemStateChanged()

Completed in 34 milliseconds