[Libreoffice-commits] core.git: offapi/com udkapi/com

Michael Stahl mstahl at redhat.com
Fri Feb 5 17:13:23 UTC 2016


 offapi/com/sun/star/deployment/XPackage.idl                  |    5 +++-
 offapi/com/sun/star/drawing/XSlideRenderer.idl               |    6 +++++
 offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl |   13 +++++++++++
 offapi/com/sun/star/graphic/XGraphicTransformer.idl          |    6 +++++
 udkapi/com/sun/star/connection/XConnection.idl               |    2 +
 5 files changed, 31 insertions(+), 1 deletion(-)

New commits:
commit 20491c664a5708f68b7dc58a43ed6e4f78cb52bf
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Feb 5 18:10:58 2016 +0100

    offapi: fix some doxygen warnings
    
    Change-Id: I55d5c2729a23bfdf079480f4d3adc41e9d8e03f2

diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl
index 557a730..825e660 100644
--- a/offapi/com/sun/star/deployment/XPackage.idl
+++ b/offapi/com/sun/star/deployment/XPackage.idl
@@ -69,6 +69,9 @@ interface XPackage
         After return of this function no code from the extension may be used
         anymore, so that the extension can be safely removed from the hard disk.
 
+        @param xAbortChannel
+               abort channel to asynchronously abort the registration process,
+               or `NULL`
         @param xCmdEnv
                command environment for error handling and other interaction.
         @param alreadyInstalled
@@ -76,7 +79,7 @@ interface XPackage
 
         @return
             `NULL` - all prerequisites are met. Otherwise, a value from
-            #Prerequisites indicating what prerequisites are missing.
+            Prerequisites indicating what prerequisites are missing.
      */
     long checkPrerequisites(
         [in] com::sun::star::task::XAbortChannel xAbortChannel,
diff --git a/offapi/com/sun/star/drawing/XSlideRenderer.idl b/offapi/com/sun/star/drawing/XSlideRenderer.idl
index 40835ef..309876b 100644
--- a/offapi/com/sun/star/drawing/XSlideRenderer.idl
+++ b/offapi/com/sun/star/drawing/XSlideRenderer.idl
@@ -70,6 +70,12 @@ interface XSlideRenderer
         com::sun::star::rendering::XBitmap instead
         of com::sun::star::awt::XBitmap.
         @see createPreview
+        @param xSlide
+            See description in #createPreview.
+        @param aMaximumPreviewPixelSize
+            See description in #createPreview.
+        @param nSuperSampleFactor
+            See description in #createPreview.
         @param xCanvas
             This canvas is used create a canvas specific bitmap.
     */
diff --git a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
index b529231..b0e172b 100644
--- a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
+++ b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
@@ -111,6 +111,19 @@ interface XPaneBorderPainter
     /** Paint the border around a pane where the border includes a call out
         that is anchored at the given point.  Most arguments have the same
         meaning as in the paintBorder().
+
+        @see paintBorder
+
+        @param sPaneBorderStyleName
+            See description in #paintBorder.
+        @param xCanvas
+            See description in #paintBorder.
+        @param aOuterBorderRectangle
+            See description in #paintBorder.
+        @param aRepaintArea
+            See description in #paintBorder.
+        @param sTitle
+            See description in #paintBorder.
         @param aCalloutAnchor
             The anchor point of the call out.  It is usually located outside
             the border.
diff --git a/offapi/com/sun/star/graphic/XGraphicTransformer.idl b/offapi/com/sun/star/graphic/XGraphicTransformer.idl
index dbd9c8d..94369ad 100644
--- a/offapi/com/sun/star/graphic/XGraphicTransformer.idl
+++ b/offapi/com/sun/star/graphic/XGraphicTransformer.idl
@@ -54,6 +54,12 @@ interface XGraphicTransformer : ::com::sun::star::uno::XInterface
 
     /** changes brightness/contrast
 
+        @param In
+            The input Graphic.
+        @param brightness
+            The brightness that shall be applied.
+        @param contrast
+            The contrast that shall be applied.
         @param mso whether to use MSOffice brightness/contrast formula
         @returns
             The modified graphic
diff --git a/udkapi/com/sun/star/connection/XConnection.idl b/udkapi/com/sun/star/connection/XConnection.idl
index d8d7ea5..e832577 100644
--- a/udkapi/com/sun/star/connection/XConnection.idl
+++ b/udkapi/com/sun/star/connection/XConnection.idl
@@ -43,6 +43,8 @@ published interface XConnection: com::sun::star::uno::XInterface
         @return The read number of bytes.
                 The return value and the length of the
                 returned sequence must be identical.
+        @param aReadBytes
+                The buffer to receive the read bytes.
         @param nBytesToRead
                 The number of bytes to be read from the stream.
 


More information about the Libreoffice-commits mailing list