From 9f12a9da8d91364d4d0865021adbe62bfa09148c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 21:58:51 +0200 Subject: *api: convert Foo This looks much better now. sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80 --- offapi/com/sun/star/style/CharacterStyle.idl | 2 +- offapi/com/sun/star/style/NumberingRule.idl | 2 +- offapi/com/sun/star/style/PageProperties.idl | 8 ++++---- offapi/com/sun/star/style/ParagraphPropertiesComplex.idl | 2 +- offapi/com/sun/star/style/ParagraphStyle.idl | 4 ++-- offapi/com/sun/star/style/Style.idl | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'offapi/com/sun/star/style') diff --git a/offapi/com/sun/star/style/CharacterStyle.idl b/offapi/com/sun/star/style/CharacterStyle.idl index 7364e8539143..6ea0edc330e1 100644 --- a/offapi/com/sun/star/style/CharacterStyle.idl +++ b/offapi/com/sun/star/style/CharacterStyle.idl @@ -27,7 +27,7 @@ /** specifies a style sheet for characters within a - Text. + com::sun::star::text::Text. */ published service CharacterStyle { diff --git a/offapi/com/sun/star/style/NumberingRule.idl b/offapi/com/sun/star/style/NumberingRule.idl index bdd160093564..1f96b328c54d 100644 --- a/offapi/com/sun/star/style/NumberingRule.idl +++ b/offapi/com/sun/star/style/NumberingRule.idl @@ -30,7 +30,7 @@ /** specifies a rule to format numberings.

It is normally represented by a sequence of - PropertyValues.

+ com::sun::star::beans::PropertyValues.

*/ published service NumberingRule { diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl index 718601635e25..2bb5d1faaad7 100644 --- a/offapi/com/sun/star/style/PageProperties.idl +++ b/offapi/com/sun/star/style/PageProperties.idl @@ -130,9 +130,9 @@ published service PageProperties [optional , property] com::sun::star::text::XTextColumns TextColumns; /** contains user defined attributes. -

This XNameContainer +

This com::sun::star::container::XNameContainer supports the service - AttributeContainer.

+ com::sun::star::xml::AttributeContainer.

*/ [property] com::sun::star::container::XNameContainer UserDefinedAttributes; @@ -319,7 +319,7 @@ of the current page is used as limit. */ [optional,property] byte FootnoteLineRelativeWidth; /** contains the adjustment of the separator line between the text and the footnote area. -

HorizontalAdjusts.

+

com::sun::star::text::HorizontalAdjusts.

*/ [optional,property] short FootnoteLineAdjust; /** contains the distance between the text and the separator line between the @@ -334,7 +334,7 @@ of the current page is used as limit. scope="com::sun::star::text">WritingMode2 constants */ [optional,property] short WritingMode; /** contains the mode of the text grid (none, lines, ...), as - represented by TextGridMode + represented by com::sun::star::text::TextGridMode constants */ [optional, property] short GridMode; /** contains the display color of the text grid */ diff --git a/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl b/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl index 1049166e8933..9d0909301670 100644 --- a/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl +++ b/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl @@ -30,7 +30,7 @@ published service ParagraphPropertiesComplex { /** contains the writing direction, as represented by the - WritingMode2 constants + com::sun::star::text::WritingMode2 constants */ [property] short WritingMode; }; diff --git a/offapi/com/sun/star/style/ParagraphStyle.idl b/offapi/com/sun/star/style/ParagraphStyle.idl index e28bff659c91..6391e5e041f3 100644 --- a/offapi/com/sun/star/style/ParagraphStyle.idl +++ b/offapi/com/sun/star/style/ParagraphStyle.idl @@ -28,7 +28,7 @@ /** specifies a style sheet for paragraphs within a - Text. + com::sun::star::text::Text. */ published service ParagraphStyle { @@ -37,7 +37,7 @@ published service ParagraphStyle /** contains user defined attributes for paragraphs. - @see ParaUserDefinedAttributesSupplier + @see com::sun::star::xml::ParaUserDefinedAttributesSupplier */ [optional] service com::sun::star::xml::ParaUserDefinedAttributesSupplier; diff --git a/offapi/com/sun/star/style/Style.idl b/offapi/com/sun/star/style/Style.idl index 52089e17750b..bd8118829641 100644 --- a/offapi/com/sun/star/style/Style.idl +++ b/offapi/com/sun/star/style/Style.idl @@ -37,7 +37,7 @@ published service Style { /** contains user defined attributes. - @see UserDefinedAttributesSupplier + @see com::sun::star::xml::UserDefinedAttributesSupplier */ [optional] service com::sun::star::xml::UserDefinedAttributesSupplier; -- cgit