Lines Matching refs:cursor
43 /** determines if the cursor is positioned at the start of a paragraph.
49 /** determines if the cursor is positioned at the end of a paragraph.
55 /** moves the cursor to the start of the current paragraph.
58 <true/> if the cursor is now at the start of a paragraph,
59 <false/> otherwise. If <false/> was returned the cursor
66 /** moves the cursor to the end of the current paragraph.
69 <true/> if the cursor is now at the end of a paragraph,
70 <false/> otherwise. If <false/> was returned the cursor
77 /** moves the cursor to the next paragraph.
80 <true/> if the cursor was moved. It returns <false/> it the
81 cursor can not advance further.
87 /** moves the cursor to the previous paragraph.
90 <true/> if the cursor was moved. It returns <false/> it the
91 cursor can not advance further.