summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/table
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r--offapi/com/sun/star/table/TableSortDescriptor.idl4
-rw-r--r--offapi/com/sun/star/table/TableSortField.idl6
2 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/table/TableSortDescriptor.idl b/offapi/com/sun/star/table/TableSortDescriptor.idl
index c858dde3d5f1..f7ef6f69d0ca 100644
--- a/offapi/com/sun/star/table/TableSortDescriptor.idl
+++ b/offapi/com/sun/star/table/TableSortDescriptor.idl
@@ -59,14 +59,14 @@ published service TableSortDescriptor
<p>Some implementations may not support sorting columns.</p>
@deprecated
- use the property <member scope="com::sun::star::util">SortDescriptor::SortColumns</member>
+ use the property com::sun::star::util::SortDescriptor::SortColumns
instead.
*/
[property] com::sun::star::table::TableOrientation Orientation;
/** specifies whether the first row or column (depending on
- <member scope="com::sun::star::util">SortDescriptor::SortColumns</member>) is a
+ com::sun::star::util::SortDescriptor::SortColumns) is a
header which should not be sorted.
*/
[property] boolean ContainsHeader;
diff --git a/offapi/com/sun/star/table/TableSortField.idl b/offapi/com/sun/star/table/TableSortField.idl
index ca2fc7aaa817..e67ce5e435ea 100644
--- a/offapi/com/sun/star/table/TableSortField.idl
+++ b/offapi/com/sun/star/table/TableSortField.idl
@@ -51,7 +51,7 @@ published struct TableSortField
/** type of contents in the field.
<p>If the value is
- <member scope="com::sun::star::table::TableSortFieldType">AUTOMATIC</member>
+ com::sun::star::table::TableSortFieldType::AUTOMATIC
the algorithm used for sorting is application specific.
Especially it may or may not use the values given by
"CollatorLocale" and "CollatorAlgorithm".</p>
@@ -61,7 +61,7 @@ published struct TableSortField
/** the locale used by the collator when comparing/sorting text.
<p>This property will not be used when the "FieldType" is
- <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
+ com::sun::star::table::TableSortFieldType::NUMERIC
</p>
@ see com::sun::star::i18n::XCollator
@@ -71,7 +71,7 @@ published struct TableSortField
/** the algorithm used by the collator when comparing/sorting text.
<p>This property will not be used when the "FieldType" is
- <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
+ com::sun::star::table::TableSortFieldType::NUMERIC
</p>
@ see com::sun::star::i18n::XCollator