diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:45:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:02 +0200 |
commit | d11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch) | |
tree | 4333a00f2ffd957219cfa355c54cc62fc7cd670a /offapi/com/sun/star/sheet | |
parent | 4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (diff) |
*api: convert <const>
This one is apparently often abused to link to a constant group, while
it can only link to constants within a group.
sed -i "s,<const>\([^<]\+\)</const>,\1,g"
Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r-- | offapi/com/sun/star/sheet/DDELink.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/DDELinks.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotField.idl | 8 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotTablePositionData.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/DatabaseRange.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/ExternalLinkInfo.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/NamedRange.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/SheetLink.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/XMultipleOperation.idl | 18 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/XNamedRanges.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/XSheetConditionalEntries.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/XSheetLinkable.idl | 8 |
15 files changed, 33 insertions, 33 deletions
diff --git a/offapi/com/sun/star/sheet/DDELink.idl b/offapi/com/sun/star/sheet/DDELink.idl index 790fc4d84b3c..66b5b9d9a70e 100644 --- a/offapi/com/sun/star/sheet/DDELink.idl +++ b/offapi/com/sun/star/sheet/DDELink.idl @@ -38,7 +38,7 @@ published service DDELink /** provides access to the name of the DDE link. - <p>A DDE link has the form <const>Application|Topic!Item</const>.</p> + <p>A DDE link has the form Application|Topic!Item.</p> */ interface com::sun::star::container::XNamed; diff --git a/offapi/com/sun/star/sheet/DDELinks.idl b/offapi/com/sun/star/sheet/DDELinks.idl index 271fb2b0ff40..02cb47e908d1 100644 --- a/offapi/com/sun/star/sheet/DDELinks.idl +++ b/offapi/com/sun/star/sheet/DDELinks.idl @@ -39,7 +39,7 @@ published service DDELinks /** provides access to the DDE links via the DDE link string. - <p>A DDE link has the form <const>Application|Topic!Item</const>.</p> + <p>A DDE link has the form Application|Topic!Item.</p> */ interface com::sun::star::container::XNameAccess; diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl index 824ea4815bd1..edc84ae67ddf 100644 --- a/offapi/com/sun/star/sheet/DataPilotField.idl +++ b/offapi/com/sun/star/sheet/DataPilotField.idl @@ -74,7 +74,7 @@ published service DataPilotField /** specifies the function used to calculate results for this field. <p>For column and row fields, this is the function for subtotals - (<const>GeneralFunction::NONE</const> means no subtotals). + (GeneralFunction::NONE means no subtotals). For data fields, this is the function shown in the data pilot table.</p> */ @@ -87,10 +87,10 @@ published service DataPilotField <p>An empty sequence means no subtotals. The same effect can be achieved by setting the property #Function to the - value <const>GeneralFunction::NONE</const>. If the length of the + value GeneralFunction::NONE. If the length of the sequence is greater then 1, then the sequence MUST NOT contain one of - the values <const>GeneralFunction::NONE</const> or - <const>GeneralFunction::AUTO</const>.</p> + the values GeneralFunction::NONE or + GeneralFunction::AUTO.</p> <p>The order of the functions in this sequence is reflected in the DataPilot table. Multiple entries of the same function are ignored diff --git a/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl b/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl index 5dca9e9156aa..403d0eda2cdd 100644 --- a/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl @@ -33,8 +33,8 @@ module com { module sun { module star { module sheet { column or row header area of a DataPilot table. This is the type that is contained in DataPilotTablePositionData::PositionData when the value of DataPilotTablePositionData::PositionType is - either <const>DataPilotTablePositionType::ROW_HEADER</const> or - <const>DataPilotTablePositionType::COLUMN_HEADER</const>. + either DataPilotTablePositionType::ROW_HEADER or + DataPilotTablePositionType::COLUMN_HEADER. @see com::sun::star::sheet::DataPilotTablePositionData @see com::sun::star::sheet::DataPilotTablePositionType diff --git a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl index 5672e18da68f..f860a9447e0b 100644 --- a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl @@ -56,11 +56,11 @@ struct DataPilotTablePositionData position type specified in #PositionType member.</p> <p>When the value of #PositionType is - <const>DataPilotTablePositionType::RESULT</const>, DataPilotTablePositionData::PositionData + DataPilotTablePositionType::RESULT, DataPilotTablePositionData::PositionData contains an instance of type DataPilotTableResultData, whereas when the value of DataPilotTablePositionData::PositionType - is either <const>DataPilotTablePositionType::ROW_HEADER</const> - or <const>DataPilotTablePositionType::COLUMN_HEADER</const>, then the + is either DataPilotTablePositionType::ROW_HEADER + or DataPilotTablePositionType::COLUMN_HEADER, then the #PositionData member contains an instance of type <type> DataPilotTableHeaderData</type>.</p> diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl index 57baadaab6dc..fd1716a28bb3 100644 --- a/offapi/com/sun/star/sheet/DatabaseRange.idl +++ b/offapi/com/sun/star/sheet/DatabaseRange.idl @@ -102,7 +102,7 @@ published service DatabaseRange /** returns the index used to refer to this range in token arrays. <p>A token describing a database range shall contain the op-code - obtained from the <const>FormulaMapGroupSpecialOffset::DB_AREA</const> + obtained from the FormulaMapGroupSpecialOffset::DB_AREA and this index as data part.</p> @see com::sun::star::sheet::FormulaToken diff --git a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl index d214aed5dcb5..e2f845fafd98 100644 --- a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl +++ b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl @@ -47,7 +47,7 @@ struct ExternalLinkInfo the URI contained in the member #Data. Note that the quotes cover both, the document name and the sheet name.</li> - <li>If #Type is <const>ExternalLinkType::DDE</const>, + <li>If #Type is ExternalLinkType::DDE, this member shall contain a DDELinkInfo describing service name, topic, and all known items of a DDE link.</li> </ol></p> diff --git a/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl b/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl index af56746489f6..10e4f376cc66 100644 --- a/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl +++ b/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module sheet { /** Constants designating the offsets within the sequence returned by XFormulaOpCodeMapper::getAvailableMappings() when - called for group <const>FormulaMapGroup::SPECIAL</const>. + called for group FormulaMapGroup::SPECIAL. <p>The number of constants may grow in future versions!</p> */ diff --git a/offapi/com/sun/star/sheet/NamedRange.idl b/offapi/com/sun/star/sheet/NamedRange.idl index bf0e974fd531..a81bc46989fc 100644 --- a/offapi/com/sun/star/sheet/NamedRange.idl +++ b/offapi/com/sun/star/sheet/NamedRange.idl @@ -54,7 +54,7 @@ published service NamedRange /** returns the index used to refer to this name in token arrays. <p>A token describing a defined name shall contain the op-code obtained - from the <const>FormulaMapGroupSpecialOffset::NAME</const> offset and + from the FormulaMapGroupSpecialOffset::NAME offset and this index as data part.</p> @see com::sun::star::sheet::FormulaToken diff --git a/offapi/com/sun/star/sheet/SheetLink.idl b/offapi/com/sun/star/sheet/SheetLink.idl index 14b45c3da3c1..c0da085de361 100644 --- a/offapi/com/sun/star/sheet/SheetLink.idl +++ b/offapi/com/sun/star/sheet/SheetLink.idl @@ -44,7 +44,7 @@ published service SheetLink /** provides access to the name of the linked document. - <p>This name is equal to the <const>Url</const> property.</p> + <p>This name is equal to the Url property.</p> */ interface com::sun::star::container::XNamed; diff --git a/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl b/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl index 5cf7200c44c5..e76a61f1403b 100644 --- a/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl +++ b/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl @@ -113,7 +113,7 @@ published interface XDataPilotFieldGrouping: com::sun::star::uno::XInterface <li>The member DataPilotFieldGroupInfo::GroupBy must contain exactly one of the flags from DataPilotFieldGroupBy. A combination of several flags will not be accepted. If - <const>DataPilotFieldGroupBy::DAYS</const> is specified, the + DataPilotFieldGroupBy::DAYS is specified, the value of the member DataPilotFieldGroupInfo::Step will specify the type of day grouping (see above). If that value is zero, grouping is performed on all days of the year (e.g. the diff --git a/offapi/com/sun/star/sheet/XMultipleOperation.idl b/offapi/com/sun/star/sheet/XMultipleOperation.idl index 2ca061057ce7..9af5430207f3 100644 --- a/offapi/com/sun/star/sheet/XMultipleOperation.idl +++ b/offapi/com/sun/star/sheet/XMultipleOperation.idl @@ -43,26 +43,26 @@ published interface XMultipleOperation: com::sun::star::uno::XInterface @param aFormulaRange the range that contains formula cells (modes - <const>TableOperationMode::ROW</const> or - <const>TableOperationMode::COLUMN</const>) or a single formula - cell (mode <const>TableOperationMode::BOTH</const>). + TableOperationMode::ROW or + TableOperationMode::COLUMN) or a single formula + cell (mode TableOperationMode::BOTH). @param nMode specifies the calculation mode to fill the cells. @param aColumnCell contains the address of the cell that is referenced by - formulas in a row (mode <const>TableOperationMode::ROW</const>) + formulas in a row (mode TableOperationMode::ROW) or by the formula cell used for two value series (mode - <const>TableOperationMode::BOTH</const>). This parameter is not - used if mode is <const>TableOperationMode::COLUMN</const>. + TableOperationMode::BOTH). This parameter is not + used if mode is TableOperationMode::COLUMN. @param aRowCell contains the address of the cell that is referenced by - formulas in a column (mode <const>TableOperationMode::COLUMN</const>) + formulas in a column (mode TableOperationMode::COLUMN) or by the formula cell used for two value series (mode - <const>TableOperationMode::BOTH</const>). This parameter is not - used if mode is <const>TableOperationMode::ROW</const>. + TableOperationMode::BOTH). This parameter is not + used if mode is TableOperationMode::ROW. */ void setTableOperation( [in] com::sun::star::table::CellRangeAddress aFormulaRange, diff --git a/offapi/com/sun/star/sheet/XNamedRanges.idl b/offapi/com/sun/star/sheet/XNamedRanges.idl index 42d54e08a4f2..0087dd60565f 100644 --- a/offapi/com/sun/star/sheet/XNamedRanges.idl +++ b/offapi/com/sun/star/sheet/XNamedRanges.idl @@ -69,7 +69,7 @@ published interface XNamedRanges: com::sun::star::container::XNameAccess <p>The names for the named ranges are taken from title cells in the top or bottom row, or from the cells of the left or right column - of the range (depending on the parameter <const>aBorder</const>. + of the range (depending on the parameter aBorder. The named ranges refer to single columns or rows in the inner part of the original range, excluding the labels.</p> diff --git a/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl b/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl index 00ba0f690497..9bde5ba4b22e 100644 --- a/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl +++ b/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl @@ -48,8 +48,8 @@ published interface XSheetConditionalEntries: com::sun::star::container::XIndexA <dt><atom>string</atom> Formula2</dt> <dd>contains the second value or formula for the operation (used with - <const>ConditionOperator::BETWEEN</const> or - <const>ConditionOperator::NOT_BETWEEN</const> operations).</dd> + ConditionOperator::BETWEEN or + ConditionOperator::NOT_BETWEEN operations).</dd> <dt>com::sun::star::table::CellAddress SourcePosition</dt> diff --git a/offapi/com/sun/star/sheet/XSheetLinkable.idl b/offapi/com/sun/star/sheet/XSheetLinkable.idl index 49f7e5310cf7..e2ede26a5dd7 100644 --- a/offapi/com/sun/star/sheet/XSheetLinkable.idl +++ b/offapi/com/sun/star/sheet/XSheetLinkable.idl @@ -44,8 +44,8 @@ published interface XSheetLinkable: com::sun::star::uno::XInterface /** returns the link mode of the spreadsheet. - <p>If the returned value is <const>SheetLinkMode::NORMAL</const>, - formulas are copied. With <const>SheetLinkMode::VALUE</const>, + <p>If the returned value is SheetLinkMode::NORMAL, + formulas are copied. With SheetLinkMode::VALUE, only results of formulas are used.</p> */ com::sun::star::sheet::SheetLinkMode getLinkMode(); @@ -57,8 +57,8 @@ published interface XSheetLinkable: com::sun::star::uno::XInterface @param nLinkMode the value specifying the link mode for this spreadsheet. - <p>If the value is <const>SheetLinkMode::NORMAL</const>, - formulas are copied. With <const>SheetLinkMode::VALUE</const>, + <p>If the value is SheetLinkMode::NORMAL, + formulas are copied. With SheetLinkMode::VALUE, only results of formulas are used.</p> */ void setLinkMode( [in] com::sun::star::sheet::SheetLinkMode nLinkMode ); |