Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterUnderline.java231 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 DCharacterStrikeThrough.java117 xTextCursor_assert_odt.gotoStart(false); in testCharacterStrikeThroughSetting()
118 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterStrikeThroughSetting()
120 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting()
121 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterStrikeThroughSetting()
123 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting()
124 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterStrikeThroughSetting()
126 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting()
127 xTextCursor_assert_odt.goRight((short) 100, true); in testCharacterStrikeThroughSetting()
129 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting()
132 xTextCursor_assert_odt.gotoRange(xTextCursor_assert_odt, false); in testCharacterStrikeThroughSetting()
[all …]
H A DCharacterEmphasis.java149 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 DCharacterRelief.java97 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()
/aoo4110/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphAlignment.java100 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 31 milliseconds