Home
last modified time | relevance | path

Searched refs:xTextCursor (Results 1 – 25 of 109) sorted by relevance

12345

/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterFontname.java82 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterFontSetting() local
83 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterFontSetting()
84 xTextCursor.gotoStart(false); in testCharacterFontSetting()
85 xTextCursor.goRight((short) 100, true); in testCharacterFontSetting()
87 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
88 xTextCursor.goRight((short) 100, true); in testCharacterFontSetting()
90 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
91 xTextCursor.goRight((short) 100, true); in testCharacterFontSetting()
93 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
94 xTextCursor.goRight((short) 100, true); in testCharacterFontSetting()
[all …]
H A DCharacterUnderline.java84 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterUnderlineSetting() local
85 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterUnderlineSetting()
86 xTextCursor.gotoStart(false); in testCharacterUnderlineSetting()
87 xTextCursor.goRight((short) 100, true); in testCharacterUnderlineSetting()
92 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
93 xTextCursor.goRight((short) 100, true); in testCharacterUnderlineSetting()
98 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
99 xTextCursor.goRight((short) 100, true); in testCharacterUnderlineSetting()
104 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
105 xTextCursor.goRight((short) 100, true); in testCharacterUnderlineSetting()
[all …]
H A DCharacterEmphasis.java84 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterEmphasisSetting() local
85 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterEmphasisSetting()
86 xTextCursor.gotoStart(false); in testCharacterEmphasisSetting()
87 xTextCursor.goRight((short) 100, true); in testCharacterEmphasisSetting()
90 xTextCursor.gotoRange(xTextCursor, false); in testCharacterEmphasisSetting()
91 xTextCursor.goRight((short) 100, true); in testCharacterEmphasisSetting()
94 xTextCursor.gotoRange(xTextCursor, false); in testCharacterEmphasisSetting()
95 xTextCursor.goRight((short) 100, true); in testCharacterEmphasisSetting()
98 xTextCursor.gotoRange(xTextCursor, false); in testCharacterEmphasisSetting()
99 xTextCursor.goRight((short) 100, true); in testCharacterEmphasisSetting()
[all …]
H A DCharacterStrikeThrough.java66 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterStrikeThroughSetting() local
67 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterStrikeThroughSetting()
68 xTextCursor.gotoStart(false); in testCharacterStrikeThroughSetting()
69 xTextCursor.goRight((short) 100, true); in testCharacterStrikeThroughSetting()
71 xTextCursor.gotoRange(xTextCursor, false); in testCharacterStrikeThroughSetting()
72 xTextCursor.goRight((short) 100, true); in testCharacterStrikeThroughSetting()
74 xTextCursor.gotoRange(xTextCursor, false); in testCharacterStrikeThroughSetting()
75 xTextCursor.goRight((short) 100, true); in testCharacterStrikeThroughSetting()
77 xTextCursor.gotoRange(xTextCursor, false); in testCharacterStrikeThroughSetting()
78 xTextCursor.goRight((short) 100, true); in testCharacterStrikeThroughSetting()
[all …]
H A DCharacterChangeCase.java60 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterLowerCaseSetting() local
61 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterLowerCaseSetting()
62 xTextCursor.gotoStart(false); in testCharacterLowerCaseSetting()
63 xTextCursor.goRight((short) 102, true); in testCharacterLowerCaseSetting()
109 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterUpperCaseSetting() local
110 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterUpperCaseSetting()
111 xTextCursor.gotoStart(false); in testCharacterUpperCaseSetting()
112 xTextCursor.goRight((short) 102, true); in testCharacterUpperCaseSetting()
156 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSmallCapsSetting() local
157 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSmallCapsSetting()
[all …]
H A DCharacterSpacing.java59 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSpacing_Default() local
60 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSpacing_Default()
61 xTextCursor.gotoStart(false); in testCharacterSpacing_Default()
62 xTextCursor.goRight((short) 102, true); in testCharacterSpacing_Default()
105 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSpacing_Expand() local
106 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSpacing_Expand()
107 xTextCursor.gotoStart(false); in testCharacterSpacing_Expand()
108 xTextCursor.goRight((short) 102, true); in testCharacterSpacing_Expand()
151 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSpacing_Condens() local
152 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSpacing_Condens()
[all …]
H A DCharacterPosition.java60 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSuperscriptSetting() local
61 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSuperscriptSetting()
62 xTextCursor.gotoStart(false); in testCharacterSuperscriptSetting()
63 xTextCursor.goRight((short) 102, true); in testCharacterSuperscriptSetting()
109 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSubscriptSetting() local
110 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSubscriptSetting()
111 xTextCursor.gotoStart(false); in testCharacterSubscriptSetting()
112 xTextCursor.goRight((short) 102, true); in testCharacterSubscriptSetting()
158 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterDefaultPositionSetting() local
159 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterDefaultPositionSetting()
[all …]
H A DCharacterRotationAndScaleWidth.java61 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterRotationZeroSetting() local
62 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterRotationZeroSetting()
63 xTextCursor.gotoStart(false); in testCharacterRotationZeroSetting()
64 xTextCursor.goRight((short) 102, true); in testCharacterRotationZeroSetting()
110 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterRotationNinetySetting() local
111 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterRotationNinetySetting()
112 xTextCursor.gotoStart(false); in testCharacterRotationNinetySetting()
113 xTextCursor.goRight((short) 102, true); in testCharacterRotationNinetySetting()
164 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterRotationDefineSetting() local
165 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterRotationDefineSetting()
[all …]
H A DCharacterRelief.java62 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterReliefSetting() local
63 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterReliefSetting()
64 xTextCursor.gotoStart(false); in testCharacterReliefSetting()
65 xTextCursor.goRight((short) 102, true); in testCharacterReliefSetting()
67 xTextCursor.gotoRange(xTextCursor, false); in testCharacterReliefSetting()
68 xTextCursor.goRight((short) 102, true); in testCharacterReliefSetting()
70 xTextCursor.gotoRange(xTextCursor, false); in testCharacterReliefSetting()
71 xTextCursor.goRight((short) 102, true); in testCharacterReliefSetting()
/trunk/test/testuno/source/fvt/uno/sw/bookmark/
H A DCheckBookmarks.java58 XTextCursor xTextCursor = xText.createTextCursor(); in setUp() local
59 xTextCursor.setString("Contents"); in setUp()
64 xTextCursor.gotoEnd(false); in setUp()
65 … XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface(XTextRange.class, xTextCursor); in setUp()
67 xTextCursor.gotoEnd(false); in setUp()
68 xTextCursor.setString(initBookmarkContents[i]); in setUp()
69 insertBookmark(document, xTextCursor, initBookmarkNames[i]); in setUp()
119 XTextCursor xTextCursor = xText.createTextCursor(); in updateBookmarkContent() local
120 xTextCursor.gotoEnd(false); in updateBookmarkContent()
121 xTextCursor.goLeft((short)10, true); in updateBookmarkContent()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java68 XTextCursor xTextCursor = xText.createTextCursor(); in testCreateTable() local
74 xText.insertTextContent(xTextCursor,xTable,false); in testCreateTable()
111 XTextCursor xTextCursor = xText.createTextCursor(); in testInsert_Delete_Rows_Columns() local
117 xText.insertTextContent(xTextCursor,xTable,false); in testInsert_Delete_Rows_Columns()
141 XTextCursor xTextCursor = xText.createTextCursor(); in testSetRowHeight() local
146 xText.insertTextContent(xTextCursor,xTable,false); in testSetRowHeight()
186 XTextCursor xTextCursor = xText.createTextCursor(); in testSetTableBorder() local
191 xText.insertTextContent(xTextCursor,xTable,false); in testSetTableBorder()
291 XTextCursor xTextCursor = xText.createTextCursor(); in testSetTable_AlignmentAndMarginToPage() local
296 xText.insertTextContent(xTextCursor,xTable1,false); in testSetTable_AlignmentAndMarginToPage()
[all …]
H A DTableInsertBreak.java61 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_BeforeBreak_Split_KeepTogether() local
66 xText.insertTextContent(xTextCursor,xTable,false); in InsertPage_BeforeBreak_Split_KeepTogether()
125 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_AfterBreak() local
130 xText.insertTextContent(xTextCursor,xTable,false); in InsertPage_AfterBreak()
181 XTextCursor xTextCursor = xText.createTextCursor(); in InsertColumn_BeforeBreak() local
186 xText.insertTextContent(xTextCursor,xTable,false); in InsertColumn_BeforeBreak()
236 XTextCursor xTextCursor = xText.createTextCursor(); in InsertColumn_AfterBreak() local
241 xText.insertTextContent(xTextCursor,xTable,false); in InsertColumn_AfterBreak()
291 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_Endnote_BeforeBreak() local
296 xText.insertTextContent(xTextCursor,xTable,false); in InsertPage_Endnote_BeforeBreak()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java101 XTextCursor xTextCursor = xText.createTextCursor(); in testNewDocumentFromTemplate() local
102 xTextCursor.gotoEnd(true); in testNewDocumentFromTemplate()
103 …ropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNewDocumentFromTemplate()
119 XTextCursor xTextCursor = xText.createTextCursor(); in testSaveDocument() local
120 xTextCursor.gotoEnd(true); in testSaveDocument()
121 …ropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testSaveDocument()
128 xTextCursor = xText.createTextCursor(); in testSaveDocument()
129 xTextCursor.gotoEnd(true); in testSaveDocument()
130 xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testSaveDocument()
145 XTextCursor xTextCursor = xText.createTextCursor(); in testSaveAsDocument() local
[all …]
/trunk/main/odk/examples/java/Text/
H A DTextReplace.java95 com.sun.star.text.XTextCursor xTextCursor = null; in createExampleData() local
98 xTextCursor = (com.sun.star.text.XTextCursor) in createExampleData()
103 xText.insertString( xTextCursor, in createExampleData()
106 xText.insertString( xTextCursor, "neighbour ", true ); in createExampleData()
109 com.sun.star.beans.XPropertySet.class, xTextCursor); in createExampleData()
113 xTextCursor.gotoEnd(false); in createExampleData()
116 …xText.insertString( xTextCursor, "in the alley. Like lightening he darted off to the left and disa… in createExampleData()
118 xText.insertString( xTextCursor, "centre ", true ); in createExampleData()
120 com.sun.star.beans.XPropertySet.class, xTextCursor); in createExampleData()
124 xTextCursor.gotoEnd(false); in createExampleData()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphAlignment.java68 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentJustified() local
69 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphAlignmentJustified()
71 xTextCursor.gotoStart(false); in testParagraphAlignmentJustified()
72 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentJustified()
133 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentLeft() local
134 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphAlignmentLeft()
135 xTextCursor.gotoStart(false); in testParagraphAlignmentLeft()
136 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentLeft()
192 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentRight() local
193 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphAlignmentRight()
[all …]
H A DParagraphInsertBreak.java60 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_BeforeBreak_NoSplit_KeepTogether() local
61 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in InsertPage_BeforeBreak_NoSplit_KeepTogether()
112 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_BeforeBreak_Orphan_WindowControl() local
113 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in InsertPage_BeforeBreak_Orphan_WindowControl()
164 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_AfterBreak() local
165 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in InsertPage_AfterBreak()
210 XTextCursor xTextCursor = xText.createTextCursor(); in InsertColumn_BeforeBreak() local
211 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in InsertColumn_BeforeBreak()
256 XTextCursor xTextCursor = xText.createTextCursor(); in InsertColumn_AfterBreak() local
257 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in InsertColumn_AfterBreak()
[all …]
H A DParagraphBackGraphic.java68 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_LeftBottom() local
69 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphBackGraphic_LeftBottom()
128 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_LeftMiddle() local
129 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphBackGraphic_LeftMiddle()
188 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_LeftTop() local
189 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphBackGraphic_LeftTop()
248 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_MiddleBottom() local
249 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphBackGraphic_MiddleBottom()
308 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_MiddleMiddle() local
309 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphBackGraphic_MiddleMiddle()
[all …]
H A DParagraphNumberingAndBulletCharacterStyle.java72 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_Rubies() local
74 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBulletCharacterStyle_Rubies()
141 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_Emphasis() local
143 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBulletCharacterStyle_Emphasis()
210 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_FootnoteCharacters() local
212 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBulletCharacterStyle_FootnoteCharacters()
279 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_PageNumber() local
281 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBulletCharacterStyle_PageNumber()
348 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_CaptionCharacters() local
350 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBulletCharacterStyle_CaptionCharacters()
[all …]
H A DParagraphLineSpacing.java70 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingFix() local
71 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingFix()
129 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingLeading() local
130 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingLeading()
190 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingMinimum() local
191 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingMinimum()
251 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingProp() local
252 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingProp()
312 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingSingle() local
313 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingSingle()
[all …]
H A DParagraphTexttoTextAlignment.java67 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Baseline() local
68 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testTexttoTextAlignment_Baseline()
112 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Bottom() local
113 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testTexttoTextAlignment_Bottom()
157 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Center() local
158 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testTexttoTextAlignment_Center()
202 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Top() local
203 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testTexttoTextAlignment_Top()
247 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Automatic() local
248 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testTexttoTextAlignment_Automatic()
H A DParagraphNumberingAndBullet_Numbering.java73 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_ARABIC() local
75 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_ARABIC()
136 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_ARABIC_Suffix() local
138 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_ARABIC_Suffix()
205 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_ARABIC_Preffix_Suffix() local
207 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_ARABIC_Preffix_Suffix()
280 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_ROMAN_LOWER() local
282 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_ROMAN_LOWER()
343 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_ROMAN_UPPER() local
345 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_ROMAN_UPPER()
[all …]
H A DParagraphNumberingAndBullet_Graphic_Alignment.java73 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_BottomofBaseline() local
75 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_Graphic_Align_BottomofBaseline()
148 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_CenterofBaseline() local
150 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_Graphic_Align_CenterofBaseline()
223 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_TopofBaseline() local
225 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_Graphic_Align_TopofBaseline()
298 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_BottomofCharacter() local
300 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_Graphic_Align_BottomofCharacter()
373 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_CenterofCharacter() local
375 …PropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNumberingBullet_Graphic_Align_CenterofCharacter()
[all …]
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java158 … XTextCursor xTextCursor = ReportTextDocument.createTextCursor(m_aDoc.xTextDocument.getText()); in addTextSectionCopies() local
159 xTextCursor.gotoStart(false); in addTextSectionCopies()
162 …XNamed xNamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Int… in addTextSectionCopies()
168 …XNamed xNamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.RECORDSECTION, nul… in addTextSectionCopies()
174 …private XNamed addLinkedTextSection(XTextCursor xTextCursor, String sLinkRegion, DBColumn CurDBCol… in addLinkedTextSection() argument
182 xTextCursor.gotoEnd(false); in addLinkedTextSection()
183 xTextCursor.getText().insertTextContent(xTextCursor, xTextSectionContent, true); in addLinkedTextSection()
340 … XTextCursor xTextCursor = ReportTextDocument.createTextCursor(getDoc().xTextDocument.getText()); in insertDatabaseDatatoReportDocument() local
346 Helper.setUnoPropertyValue(xTextCursor, "PageDescName", "First Page"); in insertDatabaseDatatoReportDocument()
355 …addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Integer.toString(ColIndex + 1)… in insertDatabaseDatatoReportDocument()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbacomment.cxx187 …uno::Reference< text::XTextCursor > xTextCursor( xAnnoText->createTextCursor(), uno::UNO_QUERY_THR… in Text() local
191 xTextCursor->collapseToStart(); in Text()
192 xTextCursor->gotoStart( sal_False ); in Text()
193 xTextCursor->goRight( nStart - 1, sal_False ); in Text()
194 xTextCursor->gotoEnd( sal_True ); in Text()
198 xTextCursor->collapseToStart(); in Text()
199 xTextCursor->gotoStart( sal_False ); in Text()
200 xTextCursor->goRight( nStart - 1 , sal_True ); in Text()
203 uno::Reference< text::XTextRange > xRange( xTextCursor, uno::UNO_QUERY_THROW ); in Text()
H A Dvbacharacters.cxx39 …uno::Reference< text::XTextCursor > xTextCursor( m_xSimpleText->createTextCursor(), uno::UNO_QUERY… in ScVbaCharacters() local
40 xTextCursor->collapseToStart(); in ScVbaCharacters()
45 xTextCursor->gotoEnd( sal_False ); in ScVbaCharacters()
46 xTextCursor->goRight( nStart, sal_False ); in ScVbaCharacters()
49 xTextCursor->gotoEnd( sal_True ); in ScVbaCharacters()
51 xTextCursor->goRight( nLength, sal_True ); in ScVbaCharacters()
52 m_xTextRange.set( xTextCursor, uno::UNO_QUERY_THROW ); in ScVbaCharacters()

12345