summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/MailMerge.idl8
-rw-r--r--offapi/com/sun/star/text/TextSection.idl4
-rw-r--r--offapi/com/sun/star/text/XParagraphCursor.idl12
-rw-r--r--offapi/com/sun/star/text/XSentenceCursor.idl12
-rw-r--r--offapi/com/sun/star/text/XTextTableCursor.idl2
-rw-r--r--offapi/com/sun/star/text/XWordCursor.idl16
6 files changed, 27 insertions, 27 deletions
diff --git a/offapi/com/sun/star/text/MailMerge.idl b/offapi/com/sun/star/text/MailMerge.idl
index c2b3cb3a4cd4..15ab38b1cdd1 100644
--- a/offapi/com/sun/star/text/MailMerge.idl
+++ b/offapi/com/sun/star/text/MailMerge.idl
@@ -257,7 +257,7 @@ published service MailMerge
/** determines that the created mail merge document is sent as body in HTML format.
- This property is only valid if the property "SendAsAttachment" is set to <false/>.
+ This property is only valid if the property "SendAsAttachment" is set to `FALSE`.
<p>This property is only evaluated for e-Mail output.</p>
@@ -277,7 +277,7 @@ published service MailMerge
/** contains the text of the mail body.
- This property is only valid if the property "SendAsAttachment" is set to <true/>
+ This property is only valid if the property "SendAsAttachment" is set to `TRUE`
<p>This property is only evaluated for e-Mail output.</p>
@since OOo 2.0
@@ -286,7 +286,7 @@ published service MailMerge
/** contains the name of the attachment.
- This property is only valid if "SendAsAttachment" is set to <true/>.
+ This property is only valid if "SendAsAttachment" is set to `TRUE`.
<p>This property is only evaluated for e-Mail output.</p>
@@ -296,7 +296,7 @@ published service MailMerge
/** contains the name of the document filter to save the attached mail merge document.
- This property is only valid if "SendAsAttachment" is set to <true/>.
+ This property is only valid if "SendAsAttachment" is set to `TRUE`.
<p>This property is only evaluated for e-Mail output.</p>
diff --git a/offapi/com/sun/star/text/TextSection.idl b/offapi/com/sun/star/text/TextSection.idl
index 51ea83e94bd5..18967c9facf3 100644
--- a/offapi/com/sun/star/text/TextSection.idl
+++ b/offapi/com/sun/star/text/TextSection.idl
@@ -56,8 +56,8 @@ published service TextSection
/** This property contains a conditional expression.
- <p>If the result of the conditional expression is <true/> and the property
- TextSection::IsVisible is <false/>, then the section is hidden.</p>
+ <p>If the result of the conditional expression is `TRUE` and the property
+ TextSection::IsVisible is `FALSE`, then the section is hidden.</p>
*/
[property] string Condition;
diff --git a/offapi/com/sun/star/text/XParagraphCursor.idl b/offapi/com/sun/star/text/XParagraphCursor.idl
index 08b5bac0d273..d7986130bdd8 100644
--- a/offapi/com/sun/star/text/XParagraphCursor.idl
+++ b/offapi/com/sun/star/text/XParagraphCursor.idl
@@ -44,8 +44,8 @@ published interface XParagraphCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the start of the current paragraph.
@returns
- <true/> if the cursor is now at the start of a paragraph,
- <false/> otherwise. If <false/> was returned the cursor
+ `TRUE` if the cursor is now at the start of a paragraph,
+ `FALSE` otherwise. If `FALSE` was returned the cursor
will remain at its original position.
*/
boolean gotoStartOfParagraph( [in] boolean bExpand );
@@ -54,8 +54,8 @@ published interface XParagraphCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the end of the current paragraph.
@returns
- <true/> if the cursor is now at the end of a paragraph,
- <false/> otherwise. If <false/> was returned the cursor
+ `TRUE` if the cursor is now at the end of a paragraph,
+ `FALSE` otherwise. If `FALSE` was returned the cursor
will remain at its original position.
*/
boolean gotoEndOfParagraph( [in] boolean bExpand );
@@ -64,7 +64,7 @@ published interface XParagraphCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the next paragraph.
@returns
- <true/> if the cursor was moved. It returns <false/> it the
+ `TRUE` if the cursor was moved. It returns `FALSE` it the
cursor can not advance further.
*/
boolean gotoNextParagraph( [in] boolean bExpand );
@@ -73,7 +73,7 @@ published interface XParagraphCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the previous paragraph.
@returns
- <true/> if the cursor was moved. It returns <false/> it the
+ `TRUE` if the cursor was moved. It returns `FALSE` it the
cursor can not advance further.
*/
boolean gotoPreviousParagraph( [in] boolean bExpand );
diff --git a/offapi/com/sun/star/text/XSentenceCursor.idl b/offapi/com/sun/star/text/XSentenceCursor.idl
index e6cb0919ab8c..d8a0da6f058c 100644
--- a/offapi/com/sun/star/text/XSentenceCursor.idl
+++ b/offapi/com/sun/star/text/XSentenceCursor.idl
@@ -44,7 +44,7 @@ published interface XSentenceCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the start of the next sentence.
@returns
- <true/> if the cursor was moved. It returns <false/> it the
+ `TRUE` if the cursor was moved. It returns `FALSE` it the
cursor can not advance further.
*/
boolean gotoNextSentence( [in] boolean Expand );
@@ -53,7 +53,7 @@ published interface XSentenceCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the start of the previous sentence.
@returns
- <true/> if the cursor was moved. It returns <false/> it the
+ `TRUE` if the cursor was moved. It returns `FALSE` it the
cursor can not advance further.
*/
boolean gotoPreviousSentence( [in] boolean Expand );
@@ -62,8 +62,8 @@ published interface XSentenceCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the start of the current sentence.
@returns
- <true/> if the cursor is now at the start of a sentence,
- <false/> otherwise. If <false/> was returned the cursor
+ `TRUE` if the cursor is now at the start of a sentence,
+ `FALSE` otherwise. If `FALSE` was returned the cursor
will remain at its original position.
*/
boolean gotoStartOfSentence( [in] boolean Expand );
@@ -72,8 +72,8 @@ published interface XSentenceCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the end of the current sentence.
@returns
- <true/> if the cursor is now at the end of a sentence,
- <false/> otherwise. If <false/> was returned the cursor
+ `TRUE` if the cursor is now at the end of a sentence,
+ `FALSE` otherwise. If `FALSE` was returned the cursor
will remain at its original position.
*/
boolean gotoEndOfSentence( [in] boolean Expand );
diff --git a/offapi/com/sun/star/text/XTextTableCursor.idl b/offapi/com/sun/star/text/XTextTableCursor.idl
index 5521763f2f75..575ea19a7739 100644
--- a/offapi/com/sun/star/text/XTextTableCursor.idl
+++ b/offapi/com/sun/star/text/XTextTableCursor.idl
@@ -139,7 +139,7 @@ published interface XTextTableCursor: com::sun::star::uno::XInterface
for each cell contained in the range.
@param bHorizontal
- <true/> if the range should be split vertically.
+ `TRUE` if the range should be split vertically.
Otherwise it will be split horizontally.
@see com:sun::star::Cell
diff --git a/offapi/com/sun/star/text/XWordCursor.idl b/offapi/com/sun/star/text/XWordCursor.idl
index a8621a8c061a..52c877def965 100644
--- a/offapi/com/sun/star/text/XWordCursor.idl
+++ b/offapi/com/sun/star/text/XWordCursor.idl
@@ -43,12 +43,12 @@ published interface XWordCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the next word.
- <p>Note: the function returning <true/> does not necessarily mean
+ <p>Note: the function returning `TRUE` does not necessarily mean
that the cursor is located at the next word, or any word at all!
This may happen for example if it travels over empty paragraphs.</p>
@returns
- <true/> if the cursor was moved. It returns <false/> it the
+ `TRUE` if the cursor was moved. It returns `FALSE` it the
cursor can not advance further.
*/
boolean gotoNextWord( [in] boolean bExpand );
@@ -56,12 +56,12 @@ published interface XWordCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the previous word.
- <p>Note: the function returning <true/> does not necessarily mean
+ <p>Note: the function returning `TRUE` does not necessarily mean
that the cursor is located at the previous word, or any word at all!
This may happen for example if it travels over empty paragraphs.</p>
@returns
- <true/> if the cursor was moved. It returns <false/> it the
+ `TRUE` if the cursor was moved. It returns `FALSE` it the
cursor can not advance further.
*/
boolean gotoPreviousWord( [in] boolean bExpand );
@@ -70,8 +70,8 @@ published interface XWordCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the end of the current word.
@returns
- <true/> if the cursor is now at the end of a word,
- <false/> otherwise. If <false/> was returned the cursor
+ `TRUE` if the cursor is now at the end of a word,
+ `FALSE` otherwise. If `FALSE` was returned the cursor
will remain at its original position.
*/
boolean gotoEndOfWord( [in] boolean bExpand );
@@ -80,8 +80,8 @@ published interface XWordCursor: com::sun::star::text::XTextCursor
/** moves the cursor to the start of the current word.
@returns
- <true/> if the cursor is now at the start of a word,
- <false/> otherwise. If <false/> was returned the cursor
+ `TRUE` if the cursor is now at the start of a word,
+ `FALSE` otherwise. If `FALSE` was returned the cursor
will remain at its original position.
*/
boolean gotoStartOfWord( [in] boolean bExpand );