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 | 234 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 237 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 240 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 243 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 246 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 249 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 252 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 255 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 258 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() 261 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterFontSetting() [all …]
|
H A D | CharacterUnderline.java | 347 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 353 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 359 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 365 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 369 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 375 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 381 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 385 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 391 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() 397 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterUnderlineSetting() [all …]
|
H A D | CharacterEmphasis.java | 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() 203 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterEmphasisSetting() 207 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterEmphasisSetting() 211 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterEmphasisSetting() 215 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterEmphasisSetting() 219 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterEmphasisSetting() [all …]
|
H A D | CharacterStrikeThrough.java | 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() 156 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); in testCharacterStrikeThroughSetting() 159 xTextCursor_assert_doc.gotoRange(xTextCursor_assert_doc, false); 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 …ssert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testParagraphAlignmentJustified() 169 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testParagraphAlignmentLeft() local 170 …ssert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testParagraphAlignmentLeft() 228 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testParagraphAlignmentRight() local 229 …ssert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testParagraphAlignmentRight() 285 XTextCursor xTextCursor_assert_doc = assertDocument_doc.getText().createTextCursor(); in testParagraphAlignmentCenter() local 286 …ssert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor_assert_doc); in testParagraphAlignmentCenter()
|
Completed in 36 milliseconds