Resolves: #i126627# wrong type description in @see tag
(cherry picked from commit a17388ff7dfeda73445967f7680cd7dc2832c95e) Change-Id: I8056767f88f4a6ced01a34f116e94f8e7192eefa
This commit is contained in:
committed by
Caolán McNamara
parent
42a63dd0e8
commit
6917797cc8
@@ -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;
|
||||
};
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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);
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
};
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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 );
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user