Author: hanya
Date: Wed Nov  4 05:49:19 2015
New Revision: 1712473

URL: http://svn.apache.org/viewvc?rev=1712473&view=rev
Log:
#i126627# wrong type description in @see tag

Modified:
    openoffice/trunk/main/offapi/com/sun/star/drawing/DrawPage.idl
    
openoffice/trunk/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
    openoffice/trunk/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
    openoffice/trunk/main/offapi/com/sun/star/report/XReportControlFormat.idl
    openoffice/trunk/main/offapi/com/sun/star/report/XReportDefinition.idl
    openoffice/trunk/main/offapi/com/sun/star/report/XReportEngine.idl
    openoffice/trunk/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
    openoffice/trunk/main/offapi/com/sun/star/sdbc/XRowSetListener.idl
    openoffice/trunk/main/offapi/com/sun/star/style/ParagraphProperties.idl
    openoffice/trunk/main/offapi/com/sun/star/style/ParagraphStyle.idl
    openoffice/trunk/main/offapi/com/sun/star/text/DocumentIndexFormat.idl
    openoffice/trunk/main/offapi/com/sun/star/text/Footnote.idl
    openoffice/trunk/main/offapi/com/sun/star/text/TextPortion.idl
    openoffice/trunk/main/offapi/com/sun/star/text/TextTable.idl
    openoffice/trunk/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
    openoffice/trunk/main/offapi/com/sun/star/text/XTextTableCursor.idl
    openoffice/trunk/main/udkapi/com/sun/star/bridge/IiopBridge.idl
    openoffice/trunk/main/udkapi/com/sun/star/bridge/UrpBridge.idl
    openoffice/trunk/main/udkapi/com/sun/star/bridge/XBridge.idl

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/DrawPage.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/DrawPage.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/DrawPage.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/DrawPage.idl Wed Nov  4 
05:49:19 2015
@@ -69,9 +69,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; 
 }; 

Modified: 
openoffice/trunk/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- 
openoffice/trunk/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl 
(original)
+++ 
openoffice/trunk/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl 
Wed Nov  4 05:49:19 2015
@@ -36,7 +36,7 @@ module com {  module sun {  module star
     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 OpenOffice 2.0
  */
 struct IntegerBezierSegment2D

Modified: 
openoffice/trunk/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl 
Wed Nov  4 05:49:19 2015
@@ -36,7 +36,7 @@ module com {  module sun {  module star
     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 OpenOffice 2.0
  */
 published struct RealBezierSegment2D

Modified: 
openoffice/trunk/main/offapi/com/sun/star/report/XReportControlFormat.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/report/XReportControlFormat.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/report/XReportControlFormat.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/report/XReportControlFormat.idl 
Wed Nov  4 05:49:19 2015
@@ -352,7 +352,7 @@ published interface XReportControlFormat
 
     //-------------------------------------------------------------------------
     /**        determins 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
     {

Modified: openoffice/trunk/main/offapi/com/sun/star/report/XReportDefinition.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/report/XReportDefinition.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/report/XReportDefinition.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/report/XReportDefinition.idl Wed 
Nov  4 05:49:19 2015
@@ -191,7 +191,7 @@ published 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
     {

Modified: openoffice/trunk/main/offapi/com/sun/star/report/XReportEngine.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/report/XReportEngine.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/report/XReportEngine.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/report/XReportEngine.idl Wed Nov  
4 05:49:19 2015
@@ -69,7 +69,7 @@ module com {  module sun {  module star
         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
 */
 
 published interface XReportEngine

Modified: openoffice/trunk/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl Wed 
Nov  4 05:49:19 2015
@@ -73,7 +73,7 @@ module com {  module sun {  module star
        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

Modified: openoffice/trunk/main/offapi/com/sun/star/sdbc/XRowSetListener.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/sdbc/XRowSetListener.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/sdbc/XRowSetListener.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/sdbc/XRowSetListener.idl Wed Nov  
4 05:49:19 2015
@@ -47,7 +47,7 @@ published interface XRowSetListener: com
                @param event
                        contains information about the event
         @deprecated
-        @see com.sun.star.sdb.XRowsChangeListener
+        @see com::sun::star::sdb::XRowsChangeListener
         */
        [oneway] void rowChanged([in]com::sun::star::lang::EventObject event); 
        
//------------------------------------------------------------------------- 

Modified: 
openoffice/trunk/main/offapi/com/sun/star/style/ParagraphProperties.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/style/ParagraphProperties.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/style/ParagraphProperties.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/style/ParagraphProperties.idl Wed 
Nov  4 05:49:19 2015
@@ -312,7 +312,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;
        
//-------------------------------------------------------------------------
@@ -362,7 +362,7 @@ published service ParagraphProperties
 
        
//-------------------------------------------------------------------------
         /** determins 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;
 

Modified: openoffice/trunk/main/offapi/com/sun/star/style/ParagraphStyle.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/style/ParagraphStyle.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/style/ParagraphStyle.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/style/ParagraphStyle.idl Wed Nov  
4 05:49:19 2015
@@ -100,7 +100,7 @@ published service ParagraphStyle
        [property] long ParaBottomMarginRelative;
        
//-------------------------------------------------------------------------
 
-       /** determines the category of a paragraph style.@see 
com.sun.star.style.ParagraphStyleCategory
+       /** determines the category of a paragraph style. @see 
com::sun::star::style::ParagraphStyleCategory
         */
        [property] short Category;
     //-------------------------------------------------------------------------

Modified: openoffice/trunk/main/offapi/com/sun/star/text/DocumentIndexFormat.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/text/DocumentIndexFormat.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/text/DocumentIndexFormat.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/text/DocumentIndexFormat.idl Wed 
Nov  4 05:49:19 2015
@@ -70,7 +70,7 @@ published service DocumentIndexFormat
 
        
//-------------------------------------------------------------------------
        /** return an object that provides the service 
"com.sun.star.text.DocumentIndexLevelFormat"
-        @see com.sun.star.text.DocumentIndexLevelFormat
+        @see com::sun::star::text::DocumentIndexLevelFormat
         */
        [property] sequence<string> LevelFormat;
 };

Modified: openoffice/trunk/main/offapi/com/sun/star/text/Footnote.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/text/Footnote.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/text/Footnote.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/text/Footnote.idl Wed Nov  4 
05:49:19 2015
@@ -55,7 +55,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;
 };

Modified: openoffice/trunk/main/offapi/com/sun/star/text/TextPortion.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/text/TextPortion.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/text/TextPortion.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/text/TextPortion.idl Wed Nov  4 
05:49:19 2015
@@ -73,8 +73,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;

Modified: openoffice/trunk/main/offapi/com/sun/star/text/TextTable.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/text/TextTable.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/text/TextTable.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/text/TextTable.idl Wed Nov  4 
05:49:19 2015
@@ -135,7 +135,7 @@ published service TextTable
 
     [optional] interface com::sun::star::sheet::XCellRangeData;
 
-       /** determins the type of break that is applied at the beginning of the 
table.@see com.sun.star.style.BreakType
+       /** determins the type of break that is applied at the beginning of the 
table. @see com::sun::star::style::BreakType
         */
        [property] com::sun::star::style::BreakType BreakType;
        
//-------------------------------------------------------------------------
@@ -150,7 +150,7 @@ published service TextTable
        [property] long RightMargin;
        
//-------------------------------------------------------------------------
 
-       /** contains the horizontal orientation.@see 
com.sun.star.text.HoriOrientation
+       /** contains the horizontal orientation. @see 
com::sun::star::text::HoriOrientation
         */
        [property] short HoriOrient;
        
//-------------------------------------------------------------------------
@@ -197,7 +197,7 @@ published service TextTable
         [optional, property] long HeaderRowCount;
         
//-------------------------------------------------------------------------
 
-       /** determins the type, color and size of the shadow.@see 
com.sun.star.table.ShadowFormat
+       /** determins the type, color and size of the shadow. @see 
com::sun::star::table::ShadowFormat
         */
        [property] com::sun::star::table::ShadowFormat ShadowFormat;
        
//-------------------------------------------------------------------------
@@ -238,13 +238,13 @@ published service TextTable
        [property] boolean ChartColumnAsLabel;
        
//-------------------------------------------------------------------------
 
-       /** contains the description of the table borders.@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;
        
//-------------------------------------------------------------------------

Modified: 
openoffice/trunk/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl 
Wed Nov  4 05:49:19 2015
@@ -38,7 +38,7 @@ module com { module sun { module star {
 
 //=============================================================================
 /** 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
 {

Modified: openoffice/trunk/main/offapi/com/sun/star/text/XTextTableCursor.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/text/XTextTableCursor.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/text/XTextTableCursor.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/text/XTextTableCursor.idl Wed Nov 
 4 05:49:19 2015
@@ -144,7 +144,7 @@ published interface XTextTableCursor: co
 
        /** merges the selected range of cells.
 
-        @see com:sun::star::CellRange
+        @see com::sun::star::CellRange
         */
        boolean mergeRange();
 
@@ -160,8 +160,8 @@ published interface XTextTableCursor: co
             <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 );

Modified: openoffice/trunk/main/udkapi/com/sun/star/bridge/IiopBridge.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/udkapi/com/sun/star/bridge/IiopBridge.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/udkapi/com/sun/star/bridge/IiopBridge.idl (original)
+++ openoffice/trunk/main/udkapi/com/sun/star/bridge/IiopBridge.idl Wed Nov  4 
05:49:19 2015
@@ -44,7 +44,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
 { 

Modified: openoffice/trunk/main/udkapi/com/sun/star/bridge/UrpBridge.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/udkapi/com/sun/star/bridge/UrpBridge.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/udkapi/com/sun/star/bridge/UrpBridge.idl (original)
+++ openoffice/trunk/main/udkapi/com/sun/star/bridge/UrpBridge.idl Wed Nov  4 
05:49:19 2015
@@ -44,7 +44,7 @@
 
     <p>This bridge works with the urp protocol.
 
-   @see com.sun.star.bridge.Bridge
+   @see com::sun::star::bridge::Bridge
  */
 published service UrpBridge
 { 

Modified: openoffice/trunk/main/udkapi/com/sun/star/bridge/XBridge.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/udkapi/com/sun/star/bridge/XBridge.idl?rev=1712473&r1=1712472&r2=1712473&view=diff
==============================================================================
--- openoffice/trunk/main/udkapi/com/sun/star/bridge/XBridge.idl (original)
+++ openoffice/trunk/main/udkapi/com/sun/star/bridge/XBridge.idl Wed Nov  4 
05:49:19 2015
@@ -40,7 +40,7 @@ published interface XBridge: com::sun::s
                                     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 
); 
  


Reply via email to