diff options
author | obo <obo@openoffice.org> | 2010-06-22 09:47:50 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-22 09:47:50 +0200 |
commit | 3538711e3ce32f5f3160da36a755822ab3f877f5 (patch) | |
tree | 72961a6786ceb5f876e800fc85c9e654d88b5e89 /offapi/com | |
parent | 450bfadf07c18ffac63329e879dd4ec7085a3a48 (diff) | |
parent | de77db041a5b6aaeca8ab3fd06673d7030fe5c41 (diff) |
CWS-TOOLING: integrate CWS dr76
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/embed/XVisualObject.idl | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/offapi/com/sun/star/embed/XVisualObject.idl b/offapi/com/sun/star/embed/XVisualObject.idl index bed94da4fa7d..158c49851a6f 100644 --- a/offapi/com/sun/star/embed/XVisualObject.idl +++ b/offapi/com/sun/star/embed/XVisualObject.idl @@ -71,13 +71,13 @@ published interface XVisualObject: ::com::sun::star::uno::XInterface </p> @param nAspect - the aspect specifying the form of object representation - can take values from <type>Aspects</type> constant set + the aspect specifying the form of object representation. + Can take values from <type>Aspects</type> constant set. @param aSize the new size of the visual area - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws ::com::sun::star::embed::WrongStateException @@ -101,13 +101,13 @@ published interface XVisualObject: ::com::sun::star::uno::XInterface </p> @param nAspect - the aspect specifying the form of object representation - can take values from <type>Aspects</type> constant set + the aspect specifying the form of object representation. + Can take values from <type>Aspects</type> constant set. @return the size of visual area - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws ::com::sun::star::embed::WrongStateException @@ -127,7 +127,8 @@ published interface XVisualObject: ::com::sun::star::uno::XInterface </p> @param nAspect - the aspect the representation is requested for + the aspect the representation is requested for. + Can take values from <type>Aspects</type> constant set. @return the visual representation of the object in the default format and @@ -153,7 +154,8 @@ published interface XVisualObject: ::com::sun::star::uno::XInterface /** retrieves map mode the object communicates in. @param nAspect - the aspect the map mode is requested for + the aspect the map mode is requested for. + Can take values from <type>Aspects</type> constant set. @return the map mode the object communicates in, it can take values from |