summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/style
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/CharacterStyle.idl2
-rw-r--r--offapi/com/sun/star/style/NumberingRule.idl2
-rw-r--r--offapi/com/sun/star/style/PageProperties.idl8
-rw-r--r--offapi/com/sun/star/style/ParagraphPropertiesComplex.idl2
-rw-r--r--offapi/com/sun/star/style/ParagraphStyle.idl4
-rw-r--r--offapi/com/sun/star/style/Style.idl2
6 files changed, 10 insertions, 10 deletions
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
- <type scope="com::sun::star::text">Text</type>.
+ 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.
<p>It is normally represented by a sequence of
- <type scope="com::sun::star::beans">PropertyValue</type>s.</p>
+ com::sun::star::beans::PropertyValues.</p>
*/
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.
- <p>This <type scope="com::sun::star::container">XNameContainer</type>
+ <p>This com::sun::star::container::XNameContainer
supports the service
- <type scope="com::sun::star::xml">AttributeContainer</type>.</p>
+ com::sun::star::xml::AttributeContainer.</p>
*/
[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.
- <p><type scope="com::sun::star::text">HorizontalAdjust</type>s.</p>
+ <p>com::sun::star::text::HorizontalAdjusts.</p>
*/
[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</type> constants */
[optional,property] short WritingMode;
/** contains the mode of the text grid (none, lines, ...), as
- represented by <type scope="com::sun::star::text">TextGridMode</type>
+ 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
- <type scope="com::sun::star::text">WritingMode2</type> 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
- <type scope="com::sun::star::text">Text</type>.
+ com::sun::star::text::Text.
*/
published service ParagraphStyle
{
@@ -37,7 +37,7 @@ published service ParagraphStyle
/** contains user defined attributes for paragraphs.
- @see <type scope="com::sun::star::xml">ParaUserDefinedAttributesSupplier</type>
+ @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 <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type>
+ @see com::sun::star::xml::UserDefinedAttributesSupplier
*/
[optional] service com::sun::star::xml::UserDefinedAttributesSupplier;