19 #ifndef __com_sun_star_text_XParagraphCursor_idl__
20 #define __com_sun_star_text_XParagraphCursor_idl__
26 module com { module sun { module star { module text {
36 boolean isStartOfParagraph();
41 boolean isEndOfParagraph();
51 boolean gotoStartOfParagraph( [in]
boolean bExpand );
61 boolean gotoEndOfParagraph( [in]
boolean bExpand );
70 boolean gotoNextParagraph( [in]
boolean bExpand );
79 boolean gotoPreviousParagraph( [in]
boolean bExpand );