Lines Matching refs:xCursor
90 Dim xCursor As unoidl.com.sun.star.text.XTextCursor
91 xCursor = xSimpleText.createTextCursor()
94 xText.insertString(xCursor, "The first line in the newly created text document." _
104 xText.insertTextContent(xCursor, xTextTable, false)
148 xPropertySetCursor = DirectCast(xCursor, unoidl.com.sun.star.beans.XPropertySet)
153 xSimpleText.insertControlCharacter(xCursor, _
157 xSimpleText.insertString(xCursor," This is a colored Text - blue with shadow" & vbLf, _
161 xSimpleText.insertControlCharacter(xCursor, _
185 xText.insertTextContent(xCursor, xTextFrame, False)
214 xText.insertString(xCursor, vbLf + " That's all for now !!", False)
226 Dim xCursor As unoidl.com.sun.star.text.XTextCursor
227 xCursor = xSimpleTextCell.createTextCursor()
230 xPropertySetCursor = DirectCast(xCursor, unoidl.com.sun.star.beans.XPropertySet)
233 xSimpleTextCell.insertString(xCursor, sText, False)