Searched refs:xParagraphCursor (Results 1 – 4 of 4) sorted by relevance
81 com.sun.star.text.XParagraphCursor xParagraphCursor = null; in main() local82 xParagraphCursor = (com.sun.star.text.XParagraphCursor) in main()86 xParagraphCursor.gotoStart( false ); in main()87 xParagraphCursor.gotoEndOfParagraph( true ); in main()88 xTextRange = xParagraphCursor.getText().getStart(); in main()
109 com.sun.star.text.XParagraphCursor xParagraphCursor = null; in main() local110 xParagraphCursor = (com.sun.star.text.XParagraphCursor) in main()114 xParagraphCursor.gotoStart( false ); in main()115 xParagraphCursor.gotoEndOfParagraph( true ); in main()
301 XParagraphCursor xParagraphCursor = (XParagraphCursor) in viewCursorExample() local304 xParagraphCursor.gotoEndOfParagraph(false); in viewCursorExample()305 xParagraphCursor.setString(" ***** Fin de semana! ******"); in viewCursorExample()
2900 XParagraphCursor xParagraphCursor = (XParagraphCursor) in testMetaXChild() local2902 xParagraphCursor.gotoNextParagraph(false); // second paragraph in testMetaXChild()3347 XParagraphCursor xParagraphCursor = (XParagraphCursor) in testMetaXTextCursor() local3351 bSuccess = xParagraphCursor.gotoNextParagraph(false); in testMetaXTextCursor()3353 bSuccess = xParagraphCursor.gotoPreviousParagraph(false); in testMetaXTextCursor()3355 bSuccess = xParagraphCursor.gotoStartOfParagraph(false); in testMetaXTextCursor()3357 bSuccess = xParagraphCursor.gotoEndOfParagraph(false); in testMetaXTextCursor()
Completed in 61 milliseconds