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 | 222 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testCharacterUnderlineSetting() local 223 …_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testCharacterUnderlineSetting() 225 xTextCursor_assert_odt.gotoStart(false); in testCharacterUnderlineSetting() 226 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterUnderlineSetting() 231 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 232 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterUnderlineSetting() 237 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 238 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterUnderlineSetting() 243 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterUnderlineSetting() 244 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterUnderlineSetting() [all …]
|
| H A D | CharacterEmphasis.java | 146 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testCharacterEmphasisSetting() local 147 …_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testCharacterEmphasisSetting() 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() 158 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterEmphasisSetting() 161 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterEmphasisSetting() 162 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterEmphasisSetting() [all …]
|
| H A D | CharacterStrikeThrough.java | 113 XTextCursor xTextCursor_assert_odt=assertDocument_odt.getText().createTextCursor(); in testCharacterStrikeThroughSetting() local 114 …_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testCharacterStrikeThroughSetting() 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() [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 …_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testParagraphAlignmentJustified() 163 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testParagraphAlignmentLeft() local 164 …_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testParagraphAlignmentLeft() 222 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testParagraphAlignmentRight() local 223 …_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testParagraphAlignmentRight() 280 XTextCursor xTextCursor_assert_odt = assertDocument_odt.getText().createTextCursor(); in testParagraphAlignmentCenter() local 281 …_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_odt); in testParagraphAlignmentCenter()
|