summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/NumberingLevel.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:40:53 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (patch)
tree3b0840e10c2e59e09d9bae08f8b6d811ca256743 /offapi/com/sun/star/text/NumberingLevel.idl
parent*api: convert rest of <member scope="foo"> (diff)
downloadcore-4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4.tar.gz
core-4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4.zip
*api: convert <const scope="foo">
sed -i 's,<const scope="\([^"]*\)">\([^<]\+\)</const>,\1::\2,g' Change-Id: I964acc2725e8a6680f5bd8412014e5660510749e
Diffstat (limited to 'offapi/com/sun/star/text/NumberingLevel.idl')
-rw-r--r--offapi/com/sun/star/text/NumberingLevel.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl
index db4c8d2d9ea6..1fc2865080a0 100644
--- a/offapi/com/sun/star/text/NumberingLevel.idl
+++ b/offapi/com/sun/star/text/NumberingLevel.idl
@@ -63,18 +63,18 @@ published service NumberingLevel
/** the ID of the symbol in the given font. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
@deprecated
*/
[optional, property] short BulletId;
/** contains the symbol in the given font. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/
[property] string BulletChar;
/** the name of the font for the symbol. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/
[property] string BulletFontName;
@@ -87,7 +87,7 @@ published service NumberingLevel
/** the URL of the graphic file that is used as the numbering symbol.
<p> This is only valid if the numbering type is
- <const scope="com::sun::star::style">NumberingType::BITMAP</const>.</p>
+ com::sun::star::style::NumberingType::BITMAP.</p>
*/
[property] string GraphicURL;
@@ -111,8 +111,8 @@ published service NumberingLevel
/** specifies the start value for the numbering.
<p>This property is only valid if the numbering type is not
- <const scope="com::sun::star::style">NumberingType::BITMAP</const> or
- <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.</p>
+ com::sun::star::style::NumberingType::BITMAP or
+ com::sun::star::style::NumberingType::CHAR_SPECIAL.</p>
*/
[optional, property] short StartWith;
@@ -153,12 +153,12 @@ published service NumberingLevel
[optional, property] string ParagraphStyleName;
/** contains the color for the symbol. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/
[optional, property] com::sun::star::util::Color BulletColor;
/** contains the size of the symbol relative to the high of the paragraph. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/
[optional, property] short BulletRelSize;