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.java87 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
90 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
93 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
96 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
99 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
102 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
105 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
108 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
111 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
114 xTextCursor.gotoRange(xTextCursor, false); in testCharacterFontSetting()
[all …]
H A DCharacterUnderline.java92 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
98 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
104 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
110 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
114 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
120 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
126 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
132 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
138 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
144 xTextCursor.gotoRange(xTextCursor, false); in testCharacterUnderlineSetting()
[all …]
H A DCharacterEmphasis.java86 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()
98 xTextCursor.gotoRange(xTextCursor, false); in testCharacterEmphasisSetting()
102 xTextCursor.gotoRange(xTextCursor, false); in testCharacterEmphasisSetting()
106 xTextCursor.gotoRange(xTextCursor, false); in testCharacterEmphasisSetting()
110 xTextCursor.gotoRange(xTextCursor, false); in testCharacterEmphasisSetting()
114 xTextCursor.gotoRange(xTextCursor, false); in testCharacterEmphasisSetting()
[all …]
H A DCharacterStrikeThrough.java68 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()
80 xTextCursor.gotoRange(xTextCursor, false); in testCharacterStrikeThroughSetting()
83 xTextCursor.gotoRange(xTextCursor, false); in testCharacterStrikeThroughSetting()
[all …]
H A DCharacterChangeCase.java60 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterLowerCaseSetting() local
62 xTextCursor.gotoStart(false); in testCharacterLowerCaseSetting()
63 xTextCursor.goRight((short) 102, true); in testCharacterLowerCaseSetting()
111 xTextCursor.gotoStart(false); in testCharacterUpperCaseSetting()
112 xTextCursor.goRight((short) 102, true); in testCharacterUpperCaseSetting()
158 xTextCursor.gotoStart(false); in testCharacterSmallCapsSetting()
159 xTextCursor.goRight((short) 102, true); in testCharacterSmallCapsSetting()
205 xTextCursor.gotoStart(false); in testCharacterCapitalEveryWordSetting()
206 xTextCursor.goRight((short) 110, true); in testCharacterCapitalEveryWordSetting()
252 xTextCursor.gotoStart(false); in testCharacterNoCaseSetting()
[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
153 xTextCursor.gotoStart(false); 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
160 xTextCursor.gotoStart(false); 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
166 xTextCursor.gotoStart(false); 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()
67 xTextCursor.gotoEnd(false); in setUp()
68 xTextCursor.setString(initBookmarkContents[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()
122 xTextCursor.setString("new"); in updateBookmarkContent()
140 xTextCursor.goRight((short)40, true); in removeBookmark()
[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
412 xText.insertTextContent(xTextCursor,xTable,false); in testSetTableBackColor()
[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()
296 xText.insertTextContent(xTextCursor,xTable,false); in InsertPage_Endnote_BeforeBreak()
357 xText.insertTextContent(xTextCursor,xTable,false); in InsertPage_Envelop_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()
119 XTextCursor xTextCursor = xText.createTextCursor(); in testSaveDocument() local
120 xTextCursor.gotoEnd(true); 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
149 xText.insertString(xTextCursor, "test Save odt as doc.", false); in testSaveAsDocument()
196 XTextCursor xTextCursor = xText.createTextCursor(); in testSaveAsTemplate() 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()
118 xText.insertString( xTextCursor, "centre ", true ); in createExampleData()
120 com.sun.star.beans.XPropertySet.class, xTextCursor); in createExampleData()
124 xTextCursor.gotoEnd(false); in createExampleData()
129 xText.insertControlCharacter( xTextCursor, in createExampleData()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphAlignment.java68 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentJustified() local
71 xTextCursor.gotoStart(false); in testParagraphAlignmentJustified()
72 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentJustified()
133 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentLeft() local
135 xTextCursor.gotoStart(false); in testParagraphAlignmentLeft()
136 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentLeft()
192 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentRight() local
195 xTextCursor.gotoStart(false); in testParagraphAlignmentRight()
196 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentRight()
252 xTextCursor.gotoStart(false); in testParagraphAlignmentCenter()
[all …]
H A DParagraphInsertBreak.java60 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_BeforeBreak_NoSplit_KeepTogether() local
112 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_BeforeBreak_Orphan_WindowControl() local
164 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_AfterBreak() local
210 XTextCursor xTextCursor = xText.createTextCursor(); in InsertColumn_BeforeBreak() local
256 XTextCursor xTextCursor = xText.createTextCursor(); in InsertColumn_AfterBreak() local
302 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_Endnote_BeforeBreak() local
354 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_Envelop_BeforeBreak() local
406 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_Firstpage_BeforeBreak() local
457 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_Footnote_BeforeBreak() local
508 XTextCursor xTextCursor = xText.createTextCursor(); in InsertPage_HTML_BeforeBreak() local
[all …]
H A DParagraphBackGraphic.java68 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_LeftBottom() local
128 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_LeftMiddle() local
188 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_LeftTop() local
248 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_MiddleBottom() local
308 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_MiddleMiddle() local
368 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_MiddleTop() local
429 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_RightBottom() local
489 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_RightMiddle() local
549 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_RightTop() local
609 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphBackGraphic_Area() local
[all …]
H A DParagraphNumberingAndBulletCharacterStyle.java72 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_Rubies() local
141 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_Emphasis() local
210 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_FootnoteCharacters() local
279 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_PageNumber() local
348 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_CaptionCharacters() local
417 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_DropCaps() local
486 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_NumberingSymbols() local
555 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_Bullets() local
624 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_InternetLink() local
693 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBulletCharacterStyle_VisitedInternetLink() local
[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
370 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingDouble() local
[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
343 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_ROMAN_UPPER() local
406 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_CHARS_UPPER_LETTER() local
475 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix() local
[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
298 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_BottomofCharacter() local
373 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_CenterofCharacter() local
448 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_TopofCharacter() local
523 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_BottomofLine() local
598 XTextCursor xTextCursor = xText.createTextCursor(); in testNumberingBullet_Graphic_Align_CenterofLine() local
[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()
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()
371 insertDataToRecordTable(xTextCursor, DataVector, RecordFieldCount); in insertDatabaseDatatoReportDocument()
381 insertDataToRecordTable(xTextCursor, DataVector, RecordFieldCount); in insertDatabaseDatatoReportDocument()
397 … addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFRECORDSECTION, null, null); in insertDatabaseDatatoReportDocument()
423 private void insertDataToRecordTable(XTextCursor xTextCursor, Vector DataVector, int FieldCount) in insertDataToRecordTable() argument
[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()

Completed in 380 milliseconds

12345