22 module 
com {  module sun {  module star {  module view {
    46     boolean goDown( [in] 
short nCount, [in] 
boolean bExpand );
    60     boolean goUp( [in] 
short nCount, [in] 
boolean bExpand );
    74     boolean goLeft( [in] 
short nCount, [in] 
boolean bExpand );
    88     boolean goRight( [in] 
short nCount, [in] 
boolean bExpand );
 makes it possible to move a cursor up/down/left/right within laid out text. 
Definition: XViewCursor.idl:31
Definition: Ambiguous.idl:20
base interface of all UNO interfaces 
Definition: XInterface.idl:45