22module 
com {  module sun {  module star {  module view {
 
base interface of all UNO interfaces
Definition XInterface.idl:46
makes it possible to move a cursor by lines within laid out text.
Definition XLineCursor.idl:32
void gotoEndOfLine([in] boolean bExpand)
moves the cursor to the end of the current line.
void gotoStartOfLine([in] boolean bExpand)
moves the cursor to the start of the current line.
boolean isAtStartOfLine()
determines if the cursor is positioned at the start of a line.
boolean isAtEndOfLine()
determines if the cursor is positioned at the end of a line.
Definition Ambiguous.idl:20