Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java583 com.sun.star.form.FormButtonType BT1 = com.sun.star.form.FormButtonType.PUSH; in changePValue() local
588 if (oldValue.equals(BT1)) newValue = BT2; in changePValue()
591 if (oldValue.equals(BT4)) newValue = BT1; in changePValue()
693 com.sun.star.style.BreakType BT1 = com.sun.star.style.BreakType.COLUMN_AFTER; in changePValue() local
700 if (oldValue.equals(BT1)) newValue = BT2; in changePValue()
706 if (oldValue.equals(BT7)) newValue = BT1; in changePValue()

Completed in 16 milliseconds