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

Tsutomu Uchino hanya at apache.org
Wed Nov 4 06:10:33 PST 2015


 offapi/com/sun/star/drawing/DrawPage.idl                |    6 +++---
 offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl |    2 +-
 offapi/com/sun/star/geometry/RealBezierSegment2D.idl    |    2 +-
 offapi/com/sun/star/report/XReportControlFormat.idl     |    2 +-
 offapi/com/sun/star/report/XReportDefinition.idl        |    2 +-
 offapi/com/sun/star/report/XReportEngine.idl            |    2 +-
 offapi/com/sun/star/sdb/ErrorMessageDialog.idl          |    2 +-
 offapi/com/sun/star/sdbc/XRowSetListener.idl            |    2 +-
 offapi/com/sun/star/style/ParagraphProperties.idl       |    4 ++--
 offapi/com/sun/star/style/ParagraphStyle.idl            |    2 +-
 offapi/com/sun/star/text/Footnote.idl                   |    2 +-
 offapi/com/sun/star/text/TextPortion.idl                |    4 ++--
 offapi/com/sun/star/text/TextTable.idl                  |   10 +++++-----
 offapi/com/sun/star/text/XNumberingRulesSupplier.idl    |    2 +-
 offapi/com/sun/star/text/XTextTableCursor.idl           |    6 +++---
 udkapi/com/sun/star/bridge/IiopBridge.idl               |    2 +-
 udkapi/com/sun/star/bridge/UrpBridge.idl                |    2 +-
 udkapi/com/sun/star/bridge/XBridge.idl                  |    2 +-
 18 files changed, 28 insertions(+), 28 deletions(-)

New commits:
commit 6917797cc8bcef55c4d9a96cf4c4f47e7edb59a8
Author: Tsutomu Uchino <hanya at apache.org>
Date:   Wed Nov 4 05:49:19 2015 +0000

    Resolves: #i126627# wrong type description in @see tag
    
    (cherry picked from commit a17388ff7dfeda73445967f7680cd7dc2832c95e)
    
    Change-Id: I8056767f88f4a6ced01a34f116e94f8e7192eefa

diff --git a/offapi/com/sun/star/drawing/DrawPage.idl b/offapi/com/sun/star/drawing/DrawPage.idl
index 50d3b15..d8e6689 100644
--- a/offapi/com/sun/star/drawing/DrawPage.idl
+++ b/offapi/com/sun/star/drawing/DrawPage.idl
@@ -50,9 +50,9 @@ published service DrawPage
         <p>Every draw page may contain a form layer - that is, a hierarchy of form elements. The layer can be
         accessed using this interface.</p>
 
-        @see com.sun.star.form.FormComponent
-        @see com.sun.star.form.FormComponents
-        @see com.sun.star.form.Forms
+        @see com::sun::star::form::FormComponent
+        @see com::sun::star::form::FormComponents
+        @see com::sun::star::form::Forms
     */
     [optional] interface com::sun::star::form::XFormsSupplier;
 };
diff --git a/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl b/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
index f444c13..ae05410 100644
--- a/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
+++ b/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
@@ -32,7 +32,7 @@ module com {  module sun {  module star {  module geometry {
     the end point of the last curve, and the remaining members
     ignored.<p>
 
-    @see com.sun.star.rendering.XBezierPolyPolygon2D
+    @see com::sun::star::rendering::XBezierPolyPolygon2D
     @since OOo 2.0
  */
 struct IntegerBezierSegment2D
diff --git a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
index f7dfc8c..6899d7e 100644
--- a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
+++ b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
@@ -32,7 +32,7 @@ module com {  module sun {  module star {  module geometry {
     the end point of the last curve, and the remaining members
     ignored.<p>
 
-    @see com.sun.star.rendering.XBezierPolyPolygon2D
+    @see com::sun::star::rendering::XBezierPolyPolygon2D
     @since OOo 2.0
  */
 struct RealBezierSegment2D
diff --git a/offapi/com/sun/star/report/XReportControlFormat.idl b/offapi/com/sun/star/report/XReportControlFormat.idl
index 836253d..42926ff 100644
--- a/offapi/com/sun/star/report/XReportControlFormat.idl
+++ b/offapi/com/sun/star/report/XReportControlFormat.idl
@@ -332,7 +332,7 @@ interface XReportControlFormat
     };
 
     /** determines the type of the strike out of the character.
-        @see com.sun.star.awt.FontStrikeout
+        @see com::sun::star::awt::FontStrikeout
     */
     [attribute,bound] short CharStrikeout
     {
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index fc78ad9..cf412e9 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -145,7 +145,7 @@ interface XReportDefinition
     [attribute,bound] string Caption;
 
     /** Specifies whether groups in a multi column report are kept together.
-        @see com.sun.star.report.GroupKeepTogether
+        @see com::sun::star::report::GroupKeepTogether
     */
     [attribute,bound] short GroupKeepTogether
     {
diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl
index 99036b1..de92bd8 100644
--- a/offapi/com/sun/star/report/XReportEngine.idl
+++ b/offapi/com/sun/star/report/XReportEngine.idl
@@ -42,7 +42,7 @@ module com {  module sun {  module star {  module report {
         OnReportEnded       Is fired when the report ended.
         OnPageEnded         Is fired when the page ended.
 
-    @see com.sun.star.document.OfficeDocument
+    @see com::sun::star::document::OfficeDocument
 */
 
 interface XReportEngine
diff --git a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
index 7211d45..158017b 100644
--- a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
+++ b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
@@ -43,7 +43,7 @@ module com {  module sun {  module star {  module sdb {
     presented to the user in a consistent way.
     <br/>
     This can be reached by using this service.
-    @see com.sun.star.sdb.InteractionHandler
+    @see com::sun::star::sdb::InteractionHandler
     </p>
 */
 published service ErrorMessageDialog : com::sun::star::ui::dialogs::XExecutableDialog
diff --git a/offapi/com/sun/star/sdbc/XRowSetListener.idl b/offapi/com/sun/star/sdbc/XRowSetListener.idl
index 31c3736..5eb7afe 100644
--- a/offapi/com/sun/star/sdbc/XRowSetListener.idl
+++ b/offapi/com/sun/star/sdbc/XRowSetListener.idl
@@ -40,7 +40,7 @@ published interface XRowSetListener: com::sun::star::lang::XEventListener
         @param event
             contains information about the event
         @deprecated
-        @see com.sun.star.sdb.XRowsChangeListener
+        @see com::sun::star::sdb::XRowsChangeListener
      */
     void rowChanged([in]com::sun::star::lang::EventObject event);
 
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index ef73da5..2794265 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -264,7 +264,7 @@ published service ParagraphProperties
      */
     [optional, property] byte ParaWidows;
     /** determines the type, color, and size of the shadow.
-     @see com.sun.star.table.ShadowFormat
+     @see com::sun::star::table::ShadowFormat
      */
     [optional, property] com::sun::star::table::ShadowFormat ParaShadowFormat;
     /** contains the left border of the object.
@@ -304,7 +304,7 @@ published service ParagraphProperties
         [property, optional] long BottomBorderDistance;
 
         /** determines the type of break that is applied at the beginning of the table.
-            @see com.sun.star.style.BreakType
+            @see com::sun::star::style::BreakType
          */
         [optional, property] com::sun::star::style::BreakType BreakType;
 
diff --git a/offapi/com/sun/star/style/ParagraphStyle.idl b/offapi/com/sun/star/style/ParagraphStyle.idl
index cfd1125..b5606e0a 100644
--- a/offapi/com/sun/star/style/ParagraphStyle.idl
+++ b/offapi/com/sun/star/style/ParagraphStyle.idl
@@ -79,7 +79,7 @@ published service ParagraphStyle
      */
     [property] long ParaBottomMarginRelative;
 
-    /** determines the category of a paragraph style. at see com.sun.star.style.ParagraphStyleCategory
+    /** determines the category of a paragraph style. @see com::sun::star::style::ParagraphStyleCategory
      */
     [property] short Category;
 
diff --git a/offapi/com/sun/star/text/Footnote.idl b/offapi/com/sun/star/text/Footnote.idl
index 79cef92..611e947 100644
--- a/offapi/com/sun/star/text/Footnote.idl
+++ b/offapi/com/sun/star/text/Footnote.idl
@@ -44,7 +44,7 @@ published service Footnote
     */
     interface com::sun::star::text::XText;
     /** contains an internal identifier for the use as SequenceNumber property in reference fields.
-     @see com.sun.star.text.textfield.GetReference.
+     @see com::sun::star::text::textfield::GetReference.
      */
     [optional, readonly, property]short ReferenceId;
 };
diff --git a/offapi/com/sun/star/text/TextPortion.idl b/offapi/com/sun/star/text/TextPortion.idl
index d44730c..3d490c3 100644
--- a/offapi/com/sun/star/text/TextPortion.idl
+++ b/offapi/com/sun/star/text/TextPortion.idl
@@ -49,8 +49,8 @@ published service TextPortion
 
     /** contains text frames, graphic objects, embedded objects or
         shapes that are anchored at or as character.
-        @see com.sun.star.text.TextFrame
-        @see com.sun.star.text.TextGraphicObject
+        @see com::sun::star::text::TextFrame
+        @see com::sun::star::text::TextGraphicObject
      */
     [optional]
     interface ::com::sun::star::container::XContentEnumerationAccess;
diff --git a/offapi/com/sun/star/text/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl
index 9771210..23ff278 100644
--- a/offapi/com/sun/star/text/TextTable.idl
+++ b/offapi/com/sun/star/text/TextTable.idl
@@ -90,7 +90,7 @@ published service TextTable
 
     [optional] interface com::sun::star::sheet::XCellRangeData;
 
-    /** determines the type of break that is applied at the beginning of the table. at see com.sun.star.style.BreakType
+    /** determines the type of break that is applied at the beginning of the table. at see com::sun::star::style::BreakType
      */
     [property] com::sun::star::style::BreakType BreakType;
 
@@ -102,7 +102,7 @@ published service TextTable
      */
     [property] long RightMargin;
 
-    /** contains the horizontal orientation. at see com.sun.star.text.HoriOrientation
+    /** contains the horizontal orientation. @see com::sun::star::text::HoriOrientation
      */
     [property] short HoriOrient;
 
@@ -140,7 +140,7 @@ published service TextTable
          */
         [optional, property] long HeaderRowCount;
 
-    /** determines the type, color and size of the shadow. at see com.sun.star.table.ShadowFormat
+    /** determines the type, color and size of the shadow. at see com::sun::star::table::ShadowFormat
      */
     [property] com::sun::star::table::ShadowFormat ShadowFormat;
 
@@ -174,12 +174,12 @@ published service TextTable
      */
     [property] boolean ChartColumnAsLabel;
 
-    /** contains the description of the table borders. at see com.sun.star.table.TableBorder
+    /** contains the description of the table borders. @see com::sun::star::table::TableBorder
      */
     [property] com::sun::star::table::TableBorder TableBorder;
 
     /** contains the column description of the table.
-             @see com.sun.star.text.TableColumnSeparator
+             @see com::sun::star::text::TableColumnSeparator
      */
     [property] sequence<com::sun::star::text::TableColumnSeparator> TableColumnSeparators;
 
diff --git a/offapi/com/sun/star/text/XNumberingRulesSupplier.idl b/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
index 90989cc..d3019ad 100644
--- a/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
+++ b/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
@@ -27,7 +27,7 @@
 module com { module sun { module star { module text {
 
 /** This interface enables the object to handle numbering rules.
-     @see com.sun.star.text.NumberingRules
+     @see com::sun::star::text::NumberingRules
 */
 published interface XNumberingRulesSupplier : com::sun::star::uno::XInterface
 {
diff --git a/offapi/com/sun/star/text/XTextTableCursor.idl b/offapi/com/sun/star/text/XTextTableCursor.idl
index 575ea19..a89b816 100644
--- a/offapi/com/sun/star/text/XTextTableCursor.idl
+++ b/offapi/com/sun/star/text/XTextTableCursor.idl
@@ -127,7 +127,7 @@ published interface XTextTableCursor: com::sun::star::uno::XInterface
 
     /** merges the selected range of cells.
 
-        @see com:sun::star::CellRange
+        @see com::sun::star::CellRange
      */
     boolean mergeRange();
 
@@ -142,8 +142,8 @@ published interface XTextTableCursor: com::sun::star::uno::XInterface
             `TRUE` if the range should be split vertically.
             Otherwise it will be split horizontally.
 
-        @see com:sun::star::Cell
-        @see com:sun::star::CellRange
+        @see com::sun::star::Cell
+        @see com::sun::star::CellRange
      */
     boolean splitRange( [in] short nCount,
              [in] boolean bHorizontal );
diff --git a/udkapi/com/sun/star/bridge/IiopBridge.idl b/udkapi/com/sun/star/bridge/IiopBridge.idl
index 1c04cab..c6b2681 100644
--- a/udkapi/com/sun/star/bridge/IiopBridge.idl
+++ b/udkapi/com/sun/star/bridge/IiopBridge.idl
@@ -30,7 +30,7 @@
 
     <p> This bridge works with the iiop protocol. </p>
 
-    @see com.sun.star.bridge.Bridge
+    @see com::sun::star::bridge::Bridge
  */
 published service IiopBridge
 {
diff --git a/udkapi/com/sun/star/bridge/UrpBridge.idl b/udkapi/com/sun/star/bridge/UrpBridge.idl
index da59d33..0697cfc 100644
--- a/udkapi/com/sun/star/bridge/UrpBridge.idl
+++ b/udkapi/com/sun/star/bridge/UrpBridge.idl
@@ -30,7 +30,7 @@
 
     <p>This bridge works with the urp protocol.
 
-   @see com.sun.star.bridge.Bridge
+   @see com::sun::star::bridge::Bridge
  */
 published service UrpBridge
 {
diff --git a/udkapi/com/sun/star/bridge/XBridge.idl b/udkapi/com/sun/star/bridge/XBridge.idl
index ef77fbd..41fc2d4 100644
--- a/udkapi/com/sun/star/bridge/XBridge.idl
+++ b/udkapi/com/sun/star/bridge/XBridge.idl
@@ -36,7 +36,7 @@ published interface XBridge: com::sun::star::uno::XInterface
                              remote process. The call is delegated to
                              com.sun.star.bridge.XInstanceProvider.getInstance() in the
                              remote process.
-        @see com.sun.star.bridge.XInstanceProvider
+        @see com::sun::star::bridge::XInstanceProvider
      */
     com::sun::star::uno::XInterface getInstance( [in] string sInstanceName );
 


More information about the Libreoffice-commits mailing list