summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XView.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 15:04:00 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 15:04:00 +0000
commit6e5cebf49a79fe171cc03fefa3c959b1dce822ee (patch)
tree8d85ad2a465936faf6bbc1c4b8025b6b71fb315d /offapi/com/sun/star/awt/XView.idl
parentd596feb51cb9dff2d0c3a9313dcaaa63f3a3e691 (diff)
documentations syntax errors fixed
Diffstat (limited to 'offapi/com/sun/star/awt/XView.idl')
-rw-r--r--offapi/com/sun/star/awt/XView.idl27
1 files changed, 15 insertions, 12 deletions
diff --git a/offapi/com/sun/star/awt/XView.idl b/offapi/com/sun/star/awt/XView.idl
index 08194383a35c..7bdce8c48c13 100644
--- a/offapi/com/sun/star/awt/XView.idl
+++ b/offapi/com/sun/star/awt/XView.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XView.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:11 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,9 @@ interface XView: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::awt::XView::setGraphics
- /** sets the output device.@see #getDevice()
+ /** sets the output device.
+
+ @see XView::getDevice
*/
boolean setGraphics( [in] com::sun::star::awt::XGraphics aDevice );
@@ -101,10 +103,10 @@ interface XView: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::awt::XView::getGraphics
/** @returns
- the output device which was set using the method
- <member>XView::setGraphics()</member>
+ the output device which was set using the method
+ <member>XView::setGraphics()</member>
- @see #setDevice();
+ @see XView::setDevice
*/
com::sun::star::awt::XGraphics getGraphics();
@@ -112,11 +114,9 @@ interface XView: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::awt::XView::getSize
/** @returns
- the size of the object in device units.
-
- <p>A device must be set before.
+ the size of the object in device units. A device must be set before.
- @see #draw()
+ @see XView::draw
*/
com::sun::star::awt::Size getSize();
@@ -128,9 +128,9 @@ interface XView: com::sun::star::uno::XInterface
<p>If the output should be clipped, the caller has to set the
- clipping region.
+ clipping region. </p>
- </p>@see #getSize()
+ @see XView::getSize
*/
[oneway] void draw( [in] long nX,
[in] long nY );
@@ -156,6 +156,9 @@ interface XView: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:11 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:50 hjs
initial import