summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/FormulaMapGroup.idl2
-rw-r--r--offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl2
-rw-r--r--offapi/com/sun/star/sheet/SheetLink.idl2
-rw-r--r--offapi/com/sun/star/sheet/XCompatibilityNames.idl2
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTables.idl2
-rw-r--r--offapi/com/sun/star/sheet/XPrintAreas.idl8
-rw-r--r--offapi/com/sun/star/sheet/XSheetLinkable.idl2
7 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/sheet/FormulaMapGroup.idl b/offapi/com/sun/star/sheet/FormulaMapGroup.idl
index c4f42ba540c8..e089bfa59571 100644
--- a/offapi/com/sun/star/sheet/FormulaMapGroup.idl
+++ b/offapi/com/sun/star/sheet/FormulaMapGroup.idl
@@ -25,7 +25,7 @@ module com { module sun { module star { module sheet {
/** Constants of bit masks used with
- <member>XFormurmulaOpCodeMapper::getAvailableMappings</member> to
+ XFormurmulaOpCodeMapper::getAvailableMappings() to
specify for which group of symbols the mappings are to be obtained.
If no bit is set, a sequence of special mappings is returned in the
diff --git a/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl b/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl
index c96a888da131..f16a0a57fe0f 100644
--- a/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl
+++ b/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl
@@ -25,7 +25,7 @@ module com { module sun { module star { module sheet {
/** Constants designating the offsets within the sequence returned by
- <member>XFormulaOpCodeMapper::getAvailableMappings</member> when
+ XFormulaOpCodeMapper::getAvailableMappings() when
called for group <const>FormulaMapGroup::SPECIAL</const>.
<p>The number of constants may grow in future versions!</p>
diff --git a/offapi/com/sun/star/sheet/SheetLink.idl b/offapi/com/sun/star/sheet/SheetLink.idl
index 084cccd92bcc..14b45c3da3c1 100644
--- a/offapi/com/sun/star/sheet/SheetLink.idl
+++ b/offapi/com/sun/star/sheet/SheetLink.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module sheet {
<p>To create a linked sheet, the sheet which will be used as linked
sheet has to exist already. The method
- <member>XSheetLinkable::link</member> creates a SheetLink
+ XSheetLinkable::link() creates a SheetLink
object in the document's SheetLinks collection and links
the sheet to the specified external sheet.</p>
*/
diff --git a/offapi/com/sun/star/sheet/XCompatibilityNames.idl b/offapi/com/sun/star/sheet/XCompatibilityNames.idl
index 374e42c33ee6..281e2145730b 100644
--- a/offapi/com/sun/star/sheet/XCompatibilityNames.idl
+++ b/offapi/com/sun/star/sheet/XCompatibilityNames.idl
@@ -40,7 +40,7 @@ published interface XCompatibilityNames: com::sun::star::uno::XInterface
compatibility names is used to find the internal name of the
function. The current locale may differ from the locale used in
the imported file, so the method
- <member>XAddIn::getProgrammaticFuntionName</member> cannot be used
+ XAddIn::getProgrammaticFuntionName() cannot be used
here.</p>
<p>The order inside the sequence of compatibility names is used to
diff --git a/offapi/com/sun/star/sheet/XDataPilotTables.idl b/offapi/com/sun/star/sheet/XDataPilotTables.idl
index b25a7282f41c..20f804cf182a 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTables.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTables.idl
@@ -44,7 +44,7 @@ published interface XDataPilotTables: com::sun::star::container::XNameAccess
/** creates a data pilot descriptor.
<p>This descriptor can be used with
- <member>XDataPilotTables::addTable</member>.</p>
+ XDataPilotTables::addTable().</p>
@see com::sun::star::sheet::DataPilotDescriptor
*/
diff --git a/offapi/com/sun/star/sheet/XPrintAreas.idl b/offapi/com/sun/star/sheet/XPrintAreas.idl
index 9f9102f727a9..26306ddc4704 100644
--- a/offapi/com/sun/star/sheet/XPrintAreas.idl
+++ b/offapi/com/sun/star/sheet/XPrintAreas.idl
@@ -68,7 +68,7 @@ published interface XPrintAreas: com::sun::star::uno::XInterface
<p>Title columns can be automatically repeated on all subsequent
print pages to the right, using
- <member>XPrintAreas::setPrintTitleColumns</member>.</p>
+ XPrintAreas::setPrintTitleColumns().</p>
@returns
the range of columns that is specified as title columns range.
@@ -82,7 +82,7 @@ published interface XPrintAreas: com::sun::star::uno::XInterface
<p>Title columns can be automatically repeated on all subsequent
print pages to the right, using
- <member>XPrintAreas::setPrintTitleColumns</member>.</p>
+ XPrintAreas::setPrintTitleColumns().</p>
@param aTitleColumns
the title columns range.
@@ -109,7 +109,7 @@ published interface XPrintAreas: com::sun::star::uno::XInterface
<p>Title rows can be automatically repeated on all subsequent
print pages to the bottom, using
- <member>XPrintAreas::setPrintTitleRows</member>.</p>
+ XPrintAreas::setPrintTitleRows().</p>
@returns
the range of rows that is specified as title rows range.
@@ -123,7 +123,7 @@ published interface XPrintAreas: com::sun::star::uno::XInterface
<p>Title rows can be automatically repeated on all subsequent
print pages to the bottom, using
- <member>XPrintAreas::setPrintTitleRows</member>.</p>
+ XPrintAreas::setPrintTitleRows().</p>
@param aTitleRows
the title rows range.
diff --git a/offapi/com/sun/star/sheet/XSheetLinkable.idl b/offapi/com/sun/star/sheet/XSheetLinkable.idl
index caec9d440596..49f7e5310cf7 100644
--- a/offapi/com/sun/star/sheet/XSheetLinkable.idl
+++ b/offapi/com/sun/star/sheet/XSheetLinkable.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module sheet {
/** enables a sheet to refer to another sheet in a different document.
<p>To insert a sheet link, the sheet used as linked sheet has to exist
- already. The method <member>XSheetLinkable::link</member> creates a
+ already. The method XSheetLinkable::link() creates a
SheetLink object in the document's SheetLinks
collection and links the sheet to the specified external sheet.</p>