diff options
author | Tsutomu Uchino <hanya@apache.org> | 2015-11-04 05:49:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-04 14:09:06 +0000 |
commit | 6917797cc8bcef55c4d9a96cf4c4f47e7edb59a8 (patch) | |
tree | 296af3417a3657b1e46570ad7b3b516212918158 | |
parent | 42a63dd0e81f13a84a5f551e03ede685e2bf34c7 (diff) |
Resolves: #i126627# wrong type description in @see tag
(cherry picked from commit a17388ff7dfeda73445967f7680cd7dc2832c95e)
Change-Id: I8056767f88f4a6ced01a34f116e94f8e7192eefa
18 files changed, 28 insertions, 28 deletions
diff --git a/offapi/com/sun/star/drawing/DrawPage.idl b/offapi/com/sun/star/drawing/DrawPage.idl index 50d3b153e154..d8e668995cf9 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 f444c135903a..ae054104a79f 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 f7dfc8ce2dd6..6899d7ef5714 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 836253dd2276..42926ff53955 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 fc78ad9de0f5..cf412e96e608 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 99036b1c43c2..de92bd8b2eb2 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 7211d45afa17..158017b8724b 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 31c37364cd20..5eb7afe62ca1 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 ef73da5227d4..2794265c7540 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 cfd1125220c5..b5606e0a9a5a 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.@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 79cef92b65fd..611e94713461 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 d44730cfed9b..3d490c3de6d5 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 9771210095a0..23ff27870471 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.@see com.sun.star.style.BreakType + /** determines 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; @@ -102,7 +102,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; @@ -140,7 +140,7 @@ published service TextTable */ [optional, property] long HeaderRowCount; - /** determines the type, color and size of the shadow.@see com.sun.star.table.ShadowFormat + /** determines the type, color and size of the shadow.@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.@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 90989cc7cc54..d3019ad8cf16 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 575ea19a7739..a89b816fbdba 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 1c04cab10d7a..c6b2681ef63e 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 da59d3363725..0697cfc1e8cf 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 ef77fbd306d4..41fc2d4344c5 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 ); |