Searched refs:xTextCursor_assert_odt (Results 1 – 5 of 5) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | CharacterUnderline.java | 231 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 237 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 243 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 249 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 253 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 259 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 265 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 269 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 275 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 281 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() [all …]
|
H A D | CharacterEmphasis.java | 149 xTextCursor_assert_odt.gotoStart(false); in testCharacterEmphasisSetting() 150 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterEmphasisSetting() 153 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterEmphasisSetting() 154 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterEmphasisSetting() 157 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterEmphasisSetting() 161 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterEmphasisSetting() 165 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterEmphasisSetting() 169 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterEmphasisSetting() 173 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterEmphasisSetting() 177 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterEmphasisSetting() [all …]
|
H A D | CharacterStrikeThrough.java | 116 xTextCursor_assert_odt.gotoStart(false); in testCharacterStrikeThroughSetting() 117 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterStrikeThroughSetting() 119 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting() 120 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterStrikeThroughSetting() 122 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting() 123 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterStrikeThroughSetting() 125 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting() 126 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterStrikeThroughSetting() 128 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting() 131 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting() [all …]
|
H A D | CharacterRelief.java | 97 XTextCursor xTextCursor_assert_odt=assertDocument_odt.getText().createTextCursor(); in testCharacterReliefSetting() local 98 …_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testCharacterReliefSetting() 100 xTextCursor_assert_odt.gotoStart(false); in testCharacterReliefSetting() 101 xTextCursor_assert_odt.goRight((short) 102, true); in testCharacterReliefSetting() 103 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterReliefSetting() 104 xTextCursor_assert_odt.goRight((short) 102, true); in testCharacterReliefSetting() 106 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterReliefSetting() 107 xTextCursor_assert_odt.goRight((short) 102, true); in testCharacterReliefSetting()
|
/trunk/test/testuno/source/fvt/uno/sw/paragraph/ |
H A D | ParagraphAlignment.java | 100 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testParagraphAlignmentJustified() local 101 …ssert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testParagraphAlignmentJustified() 163 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testParagraphAlignmentLeft() local 164 …ssert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testParagraphAlignmentLeft() 222 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testParagraphAlignmentRight() local 223 …ssert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testParagraphAlignmentRight() 280 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testParagraphAlignmentCenter() local 281 …ssert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testParagraphAlignmentCenter()
|
Completed in 25 milliseconds