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

Michael Stahl mstahl at redhat.com
Fri Feb 5 22:18:29 UTC 2016


 offapi/com/sun/star/awt/XFont.idl                         |    3 +++
 offapi/com/sun/star/awt/XSimpleTabController.idl          |    3 ++-
 offapi/com/sun/star/awt/XWindowPeer.idl                   |    1 +
 offapi/com/sun/star/awt/grid/XSortableGridData.idl        |   10 ++++++----
 offapi/com/sun/star/awt/tree/XMutableTreeNode.idl         |    3 +++
 offapi/com/sun/star/chart2/Legend.idl                     |    5 +++--
 offapi/com/sun/star/chart2/XChartTypeTemplate.idl         |    3 +++
 offapi/com/sun/star/chart2/XDataInterpreter.idl           |    3 +++
 offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl |    5 +++++
 offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl       |    6 ++++++
 10 files changed, 35 insertions(+), 7 deletions(-)

New commits:
commit 9739aa9f40367a51dd71ce23f091e970d98947d5
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Feb 5 23:15:40 2016 +0100

    offapi: fix more doxygen warnings
    
    Change-Id: I55f4c0388b99cfebe647be1c35a9fd4bb2acf7ce

diff --git a/offapi/com/sun/star/awt/XFont.idl b/offapi/com/sun/star/awt/XFont.idl
index bf38741..2045ea7 100644
--- a/offapi/com/sun/star/awt/XFont.idl
+++ b/offapi/com/sun/star/awt/XFont.idl
@@ -80,6 +80,9 @@ published interface XFont: com::sun::star::uno::XInterface
                 the width of the specified string of characters
                 measured in pixels for the device.
 
+        @param str
+                the input string.
+
         @param aDXArray
                 receives the width of every single character
                 measured in pixels for the device.
diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl
index 6232096..5ed9672 100644
--- a/offapi/com/sun/star/awt/XSimpleTabController.idl
+++ b/offapi/com/sun/star/awt/XSimpleTabController.idl
@@ -55,7 +55,8 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
 
     /** change some properties of the specified tab.
 
-        Such properties can be:
+        @param Properties
+            Such properties can be:
                 <table>
                     <tr>
                         <td><b>Property</b></td>
diff --git a/offapi/com/sun/star/awt/XWindowPeer.idl b/offapi/com/sun/star/awt/XWindowPeer.idl
index 253b5ff..d850d96 100644
--- a/offapi/com/sun/star/awt/XWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XWindowPeer.idl
@@ -62,6 +62,7 @@ published interface XWindowPeer: com::sun::star::lang::XComponent
     /** invalidates a rectangular area of the window with the specified
         InvalidateStyle.
 
+        @param Rect the area to invalidate.
         @param Flags see com.sun.star.awt.InvalidateStyle
      */
     void invalidateRect( [in] Rectangle Rect, [in] short Flags );
diff --git a/offapi/com/sun/star/awt/grid/XSortableGridData.idl b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index aa0191e..7a2e283 100644
--- a/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -50,10 +50,12 @@ interface XSortableGridData
     /** returns the current sort order.
 
         @return
-            a structure describing the current sort order. ::com::sun::star::beans::Pair::First
-            denotes the column by which the data is sorted, or -1 if the data is currently unsorted.
-            ::com::sun::star::beans::Pair::Second is `TRUE` if the data is sorted ascending,
-            `FALSE` otherwise.
+            a structure describing the current sort order.
+            com::sun::star::beans::Pair::First
+            denotes the column by which the data is sorted, or -1 if
+            the data is currently unsorted.
+            com::sun::star::beans::Pair::Second
+            is `TRUE` if the data is sorted ascending, `FALSE` otherwise.
     */
     ::com::sun::star::beans::Pair< long, boolean >
             getCurrentSortOrder();
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index 1db512c..3fca84c 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
@@ -45,6 +45,9 @@ interface XMutableTreeNode : XTreeNode
         @param Index
             the index where the node will be inserted to this instance.
 
+        @param ChildNode
+            the node to insert.
+
         @throws ::com::sun::star::lang::IllegalArgumentException
             if <var>ChildNode</var> is not a valid node of the corresponding XTreeDataModel.
 
diff --git a/offapi/com/sun/star/chart2/Legend.idl b/offapi/com/sun/star/chart2/Legend.idl
index 2f85e5e..aad5606 100644
--- a/offapi/com/sun/star/chart2/Legend.idl
+++ b/offapi/com/sun/star/chart2/Legend.idl
@@ -55,9 +55,10 @@ service Legend
     /** Determines how the aspect ratio of the legend should roughly
         be.
 
-        <p>Set the Expansion to ::com::sun::star::chart::ChartLegendExpansion::HIGH
+        <p>Set the Expansion to
+        ::com::sun::star::chart#HIGH
         for a legend that is positioned on the right or left hand
-        side.  Use LegendExpansion::WIDE for a legend
+        side.  Use ::com::sun::star::chart::WIDE for a legend
         that is positioned on top or the bottom.</p>
      */
     [property] ::com::sun::star::chart::ChartLegendExpansion Expansion;
diff --git a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
index c905749..025aee5 100644
--- a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
+++ b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
@@ -94,6 +94,9 @@ interface XChartTypeTemplate : ::com::sun::star::uno::XInterface
         given diagram should return `TRUE` before this method is
         called.</p>
 
+        @param xDiagram
+            The diagram to be changed.
+
         @param xDataSource
             This data source will be interpreted in a chart-type
             specific way and the DataSeries found in
diff --git a/offapi/com/sun/star/chart2/XDataInterpreter.idl b/offapi/com/sun/star/chart2/XDataInterpreter.idl
index 21b75c8..9f2d465 100644
--- a/offapi/com/sun/star/chart2/XDataInterpreter.idl
+++ b/offapi/com/sun/star/chart2/XDataInterpreter.idl
@@ -41,6 +41,9 @@ interface XDataInterpreter  : ::com::sun::star::uno::XInterface
 {
     /** Interprets the given data.
 
+        @param xSource
+            the data source.
+
         @param aArguments
             Arguments that tell the template how to slice the given
             range.  The properties should be defined in a separate
diff --git a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
index efb57ad..7151059 100644
--- a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
+++ b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
@@ -103,6 +103,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
         account. When one of these parameters is unknown, no
         optimization must be done.</p>
 
+        @param min the abscissa value for the starting point.
+        @param max the abscissa value for the ending point.
+
+        @param nPointCount the number of points to calculate.
+
         @param bMaySkipPointsInCalculation determines whether it is
                allowed to skip points in the calculation. When this
                parameter is `TRUE` it is assumed that the underlying
diff --git a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
index c8d18d6..8760322 100644
--- a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
+++ b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
@@ -156,6 +156,12 @@ interface XDocumentMetadataAccess
         </ol>
         </p>
 
+        @param Format
+            the file format, see FileFormat
+
+        @param InStream
+            the input stream
+
         @param FileName
             the name of the stream in the ODF storage where the graph will
             be stored


More information about the Libreoffice-commits mailing list