Searched refs:xTextCursor_assert_doc (Results 1 – 6 of 6) sorted by relevance
| /trunk/test/testuno/source/fvt/uno/sw/puretext/ |
| H A D | CharacterFontname.java | 228 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testCharacterFontSetting() local 229 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testCharacterFontSetting() 231 xTextCursor_assert_doc.gotoStart(false); in testCharacterFontSetting() 232 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterFontSetting() 234 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 235 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterFontSetting() 237 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 238 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterFontSetting() 240 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 241 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterFontSetting() [all …]
|
| H A D | CharacterUnderline.java | 338 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testCharacterUnderlineSetting() local 339 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testCharacterUnderlineSetting() 347 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 348 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterUnderlineSetting() 353 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 354 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterUnderlineSetting() 359 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 360 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterUnderlineSetting() 365 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 366 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterUnderlineSetting() [all …]
|
| H A D | CharacterEmphasis.java | 188 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testCharacterEmphasisSetting() local 189 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testCharacterEmphasisSetting() 191 xTextCursor_assert_doc.gotoStart(false); in testCharacterEmphasisSetting() 192 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterEmphasisSetting() 195 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterEmphasisSetting() 196 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterEmphasisSetting() 199 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterEmphasisSetting() 200 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterEmphasisSetting() 203 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterEmphasisSetting() 204 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterEmphasisSetting() [all …]
|
| H A D | CharacterStrikeThrough.java | 140 XTextCursor xTextCursor_assert_doc=assertDocument_doc.getText().createTextCursor(); in testCharacterStrikeThroughSetting() local 141 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testCharacterStrikeThroughSetting() 144 xTextCursor_assert_doc.gotoStart(false); in testCharacterStrikeThroughSetting() 145 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterStrikeThroughSetting() 147 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterStrikeThroughSetting() 148 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterStrikeThroughSetting() 150 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterStrikeThroughSetting() 151 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterStrikeThroughSetting() 153 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterStrikeThroughSetting() 154 xTextCursor_assert_doc.goRight((short) 100, true); in testCharacterStrikeThroughSetting() [all …]
|
| H A D | CharacterRelief.java | 112 XTextCursor xTextCursor_assert_doc=assertDocument_doc.getText().createTextCursor(); in testCharacterReliefSetting() local 113 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testCharacterReliefSetting() 115 xTextCursor_assert_doc.gotoStart(false); in testCharacterReliefSetting() 116 xTextCursor_assert_doc.goRight((short) 102, true); in testCharacterReliefSetting() 118 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterReliefSetting() 119 xTextCursor_assert_doc.goRight((short) 102, true); in testCharacterReliefSetting() 121 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterReliefSetting() 122 xTextCursor_assert_doc.goRight((short) 102, true); in testCharacterReliefSetting()
|
| /trunk/test/testuno/source/fvt/uno/sw/paragraph/ |
| H A D | ParagraphAlignment.java | 109 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testParagraphAlignmentJustified() local 110 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testParagraphAlignmentJustified() 169 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testParagraphAlignmentLeft() local 170 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testParagraphAlignmentLeft() 228 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testParagraphAlignmentRight() local 229 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testParagraphAlignmentRight() 285 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testParagraphAlignmentCenter() local 286 …_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testParagraphAlignmentCenter()
|