[Libreoffice-commits] core.git: Branch 'aoo/trunk' - offapi/com udkapi/com
Tsutomu Uchino
hanya at apache.org
Tue Nov 3 22:08:04 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/DocumentIndexFormat.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 +-
19 files changed, 29 insertions(+), 29 deletions(-)
New commits:
commit a17388ff7dfeda73445967f7680cd7dc2832c95e
Author: Tsutomu Uchino <hanya at apache.org>
Date: Wed Nov 4 05:49:19 2015 +0000
#i126627# wrong type description in @see tag
diff --git a/offapi/com/sun/star/drawing/DrawPage.idl b/offapi/com/sun/star/drawing/DrawPage.idl
index 0958e7a..5052033 100644
--- a/offapi/com/sun/star/drawing/DrawPage.idl
+++ b/offapi/com/sun/star/drawing/DrawPage.idl
@@ -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;
};
diff --git a/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl b/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
index 7507517..7c47f77 100644
--- a/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
+++ b/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
@@ -36,7 +36,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 OpenOffice 2.0
*/
struct IntegerBezierSegment2D
diff --git a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
index 3881ff8..656602e 100644
--- a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
+++ b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
@@ -36,7 +36,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 OpenOffice 2.0
*/
published struct RealBezierSegment2D
diff --git a/offapi/com/sun/star/report/XReportControlFormat.idl b/offapi/com/sun/star/report/XReportControlFormat.idl
index 393da19..af42ca9 100644
--- a/offapi/com/sun/star/report/XReportControlFormat.idl
+++ b/offapi/com/sun/star/report/XReportControlFormat.idl
@@ -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
{
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index 5451943..b1e4685 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -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
{
diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl
index 3ac0db3..4d6029f 100644
--- a/offapi/com/sun/star/report/XReportEngine.idl
+++ b/offapi/com/sun/star/report/XReportEngine.idl
@@ -69,7 +69,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
*/
published interface XReportEngine
diff --git a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
index 4f2280e..dcea214 100644
--- a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
+++ b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
@@ -73,7 +73,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
diff --git a/offapi/com/sun/star/sdbc/XRowSetListener.idl b/offapi/com/sun/star/sdbc/XRowSetListener.idl
index 504daa5..7ceb26a 100644
--- a/offapi/com/sun/star/sdbc/XRowSetListener.idl
+++ b/offapi/com/sun/star/sdbc/XRowSetListener.idl
@@ -47,7 +47,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
*/
[oneway] 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 0df6d90..d522084 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -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;
diff --git a/offapi/com/sun/star/style/ParagraphStyle.idl b/offapi/com/sun/star/style/ParagraphStyle.idl
index 0c40a82..c5d4300 100644
--- a/offapi/com/sun/star/style/ParagraphStyle.idl
+++ b/offapi/com/sun/star/style/ParagraphStyle.idl
@@ -100,7 +100,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/DocumentIndexFormat.idl b/offapi/com/sun/star/text/DocumentIndexFormat.idl
index 81ffa7f..d22d369 100644
--- a/offapi/com/sun/star/text/DocumentIndexFormat.idl
+++ b/offapi/com/sun/star/text/DocumentIndexFormat.idl
@@ -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;
};
diff --git a/offapi/com/sun/star/text/Footnote.idl b/offapi/com/sun/star/text/Footnote.idl
index 8066d94..7a745af 100644
--- a/offapi/com/sun/star/text/Footnote.idl
+++ b/offapi/com/sun/star/text/Footnote.idl
@@ -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;
};
diff --git a/offapi/com/sun/star/text/TextPortion.idl b/offapi/com/sun/star/text/TextPortion.idl
index 709b025..f842ff2 100644
--- a/offapi/com/sun/star/text/TextPortion.idl
+++ b/offapi/com/sun/star/text/TextPortion.idl
@@ -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;
diff --git a/offapi/com/sun/star/text/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl
index ad7e83b..8767205 100644
--- a/offapi/com/sun/star/text/TextTable.idl
+++ b/offapi/com/sun/star/text/TextTable.idl
@@ -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. at 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. at 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. at 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. 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 fdb3205..1632c44 100644
--- a/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
+++ b/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
@@ -38,7 +38,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 277cac7..a960ce0 100644
--- a/offapi/com/sun/star/text/XTextTableCursor.idl
+++ b/offapi/com/sun/star/text/XTextTableCursor.idl
@@ -144,7 +144,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();
@@ -160,8 +160,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 7fded36..78527f6 100644
--- a/udkapi/com/sun/star/bridge/IiopBridge.idl
+++ b/udkapi/com/sun/star/bridge/IiopBridge.idl
@@ -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
{
diff --git a/udkapi/com/sun/star/bridge/UrpBridge.idl b/udkapi/com/sun/star/bridge/UrpBridge.idl
index 231b9a6..02d1d3c 100644
--- a/udkapi/com/sun/star/bridge/UrpBridge.idl
+++ b/udkapi/com/sun/star/bridge/UrpBridge.idl
@@ -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
{
diff --git a/udkapi/com/sun/star/bridge/XBridge.idl b/udkapi/com/sun/star/bridge/XBridge.idl
index 4ad15fe..2b6b1f4 100644
--- a/udkapi/com/sun/star/bridge/XBridge.idl
+++ b/udkapi/com/sun/star/bridge/XBridge.idl
@@ -40,7 +40,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