Lines Matching refs:xTextCursor
95 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()
127 xText.insertString( xTextCursor, "of the sidewalk.", false ); in createExampleData()
129 xText.insertControlCharacter( xTextCursor, in createExampleData()
131 …xText.insertString( xTextCursor, "He tried to nervously tap his way along in the inky darkness and… in createExampleData()
133 xTextCursor.gotoStart(false); in createExampleData()