summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 10:30:08 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 10:30:08 +0000
commit130b9adc085ef06ca5ef6ade4983615a4ce1a173 (patch)
tree06e8db0f8fef987bf18404b25a7fba6b654d888e /offapi/com/sun
parente77834c1e8544b85259270b4a5c1349bc2559a32 (diff)
INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED
2008/04/21 07:37:18 thb 1.4.386.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:33:54 thb 1.4.386.1: #i79437# Merge from CWS picom
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/rendering/XTextLayout.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/rendering/XTextLayout.idl b/offapi/com/sun/star/rendering/XTextLayout.idl
index a97bbfa64..22f88f4a0 100644
--- a/offapi/com/sun/star/rendering/XTextLayout.idl
+++ b/offapi/com/sun/star/rendering/XTextLayout.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XTextLayout.idl,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -182,7 +182,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
@see <member>XTextLayout::queryLogicalAdvancements()</member>
- @throws com::sun::star::lang::IllegalArgumentException
+ @throws <type>com::sun::star::lang::IllegalArgumentException</type>
if the size of aAdvancements does not match the number of
characters in the text.
*/
@@ -222,7 +222,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
justification algorithm could compress the text, this value
might even be significantly larger than nSize.
- @throws com::sun::star::lang::IllegalArgumentException
+ @throws <type>com::sun::star::lang::IllegalArgumentException</type>
if nSize is 0 or negative.
*/
double justify( [in] double nSize )
@@ -259,7 +259,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
justification algorithm could compress the text, this value
might even be significantly larger than nSize.
- @throws com::sun::star::lang::IllegalArgumentException
+ @throws <type>com::sun::star::lang::IllegalArgumentException</type>
if one of the parameters are not in the valid range.
*/
double combinedJustify( [in] sequence< XTextLayout > aNextLayouts, [in] double nSize )
@@ -298,7 +298,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
@returns the generated Caret structure.
- @throws com::sun::star::lang::IndexOutOfBoundsException
+ @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
if nInsertionIndex is outside the permissible range.
*/
Caret getCaret( [in] long nInsertionIndex,
@@ -323,7 +323,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
@returns the new insertion index.
- @throws com::sun::star::lang::IndexOutOfBoundsException
+ @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
if nStartIndex or nCaretAdvancement is outside the permissible
range.
*/
@@ -348,7 +348,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
@return the highlight polygon in the font coordinate space.
- @throws com::sun::star::lang::IndexOutOfBoundsException
+ @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
if nStartIndex or nEndIndex are outside the permissible
range.
*/
@@ -374,7 +374,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
@return the highlight polygon in the font coordinate space.
- @throws com::sun::star::lang::IndexOutOfBoundsException
+ @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
if nStartIndex or nEndIndex are outside the permissible
range.
*/