diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:14:19 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:01 +0200 |
commit | 4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch) | |
tree | bd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com/sun/star/sheet | |
parent | ea71a05840f53158f669182c6e93de9f8348bbe5 (diff) |
*api: replace <member>Foo</member>
These member variables need a # prefix.
sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g"
Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
Diffstat (limited to 'offapi/com/sun/star/sheet')
8 files changed, 21 insertions, 21 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl index 566214bed740..0ab03b48caa1 100644 --- a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl +++ b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl @@ -71,7 +71,7 @@ published service DataPilotDescriptor /** specifies arguments that are passed to the implementation named by - <member>SourceServiceName</member>. + #SourceServiceName. @since OOo 3.3 diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl index dc6013d725e6..824ea4815bd1 100644 --- a/offapi/com/sun/star/sheet/DataPilotField.idl +++ b/offapi/com/sun/star/sheet/DataPilotField.idl @@ -86,7 +86,7 @@ published service DataPilotField <p>This property is supported by column and row fields only.</p> <p>An empty sequence means no subtotals. The same effect can be - achieved by setting the property <member>Function</member> to the + achieved by setting the property #Function to the value <const>GeneralFunction::NONE</const>. 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 diff --git a/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl b/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl index 4ada3b65b44c..8c203aedec10 100644 --- a/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl +++ b/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl @@ -36,7 +36,7 @@ published struct DataPilotFieldGroupInfo automatically from the minimum of the item values. <p><ul> - <li>If <FALSE/> is set, the value from <member>Start</member> will be + <li>If <FALSE/> is set, the value from #Start will be used as start value for the grouping.</li> <li>If <TRUE/> is set, the start value for the grouping will be calculated automatically from the minimum of all member values of the @@ -50,7 +50,7 @@ published struct DataPilotFieldGroupInfo automatically from the maximum of the item values. <p><ul> - <li>If <FALSE/> is set, the value from <member>End</member> will be + <li>If <FALSE/> is set, the value from #End will be used as end value for the grouping.</li> <li>If <TRUE/> is set, the end value for the grouping will be calculated automatically from the maximum of all member values of the @@ -63,13 +63,13 @@ published struct DataPilotFieldGroupInfo /** specifies whether date values are grouped by ranges of days. <p><ul> - <li>If <FALSE/> is set, and <member>GroupBy</member> contains zero, + <li>If <FALSE/> is set, and #GroupBy contains zero, grouping is performed inplace on the item values.</li> - <li>If <FALSE/> is set, and <member>GroupBy</member> contains one or + <li>If <FALSE/> is set, and #GroupBy contains one or more flags from DataPilotFieldGroupBy, grouping is performed on date or time.</li> - <li>If <TRUE/> is set, <member>Step</member> contains a value greater - than or equal to 1, and <member>GroupBy</member> set to <const> + <li>If <TRUE/> is set, #Step contains a value greater + than or equal to 1, and #GroupBy set to <const> DataPilotFieldGroupBy::DAYS</const>, grouping is performed on ranges of days (see descriptions for <member> XDataPilotFieldGrouping::createDateGroup</member> for more details @@ -93,8 +93,8 @@ published struct DataPilotFieldGroupInfo /** specifies the size of the ranges for numeric or day grouping. - <p>Example: With <member>HasAutoStart</member> set to <FALSE/>, - <member>Start</member> set to 2, and <member>Step</member> set to 3, + <p>Example: With #HasAutoStart set to <FALSE/>, + #Start set to 2, and #Step set to 3, the first group will contain all values greater than or equal to 2 and less than 5. The second group will contain all values greater than or equal to 5 and less then 8, and so on.</p> diff --git a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl index 4b362919dae0..4cc813d3bf86 100644 --- a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl @@ -29,9 +29,9 @@ module com { module sun { module star { module sheet { /** This structure contains information on a cell within a DataPilot table. <p>This structure contains information on a particular cell within a DataPilot - table, and is used to retrieve its metadata. The <member>PositionType</member> + table, and is used to retrieve its metadata. The #PositionType member specifies in which sub-area of the table the cell is positioned, which - in turn determines the type of metadata contained in the <member>PositionData</member> + in turn determines the type of metadata contained in the #PositionData member.</p> @see com::sun::star::sheet::DataPilotTablePositionType @@ -53,15 +53,15 @@ struct DataPilotTablePositionData /** <p>This member contains a structure of different types depending on the - position type specified in <member>PositionType</member> member.</p> + position type specified in #PositionType member.</p> - <p>When the value of <member>PositionType</member> is + <p>When the value of #PositionType is <const>DataPilotTablePositionType::RESULT</const>, <member>DataPilotTablePositionData::PositionData</member> contains an instance of type DataPilotTableResultData, whereas when the value of <member>DataPilotTablePositionData::PositionType</member> is either <const>DataPilotTablePositionType::ROW_HEADER</const> or <const>DataPilotTablePositionType::COLUMN_HEADER</const>, then the - <member>PositionData</member> member contains an instance of type <type> + #PositionData member contains an instance of type <type> DataPilotTableHeaderData</type>.</p> @see com::sun::star::sheet::DataPiotTableResultData diff --git a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl index 6bbae6e027b7..d214aed5dcb5 100644 --- a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl +++ b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl @@ -39,15 +39,15 @@ struct ExternalLinkInfo <p>Modes used: <ol> - <li>If <member>Type</member> is <const>ExternalLinkType::EXTERNAL + <li>If #Type is <const>ExternalLinkType::EXTERNAL </const>, this member shall contain a <atom>string</atom> with the <em>URI</em> of a document. The formula that would need this information for example would contain <code>=[1]Sheet1!A1</code> or <code>='[1]Sheet name'!A1</code> where <em>[1]</em> does resolve to - the URI contained in the member <member>Data</member>. Note that the + the URI contained in the member #Data. Note that the quotes cover both, the document name and the sheet name.</li> - <li>If <member>Type</member> is <const>ExternalLinkType::DDE</const>, + <li>If #Type is <const>ExternalLinkType::DDE</const>, 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/FormulaParser.idl b/offapi/com/sun/star/sheet/FormulaParser.idl index 2f30564425ae..6a78986e57d6 100644 --- a/offapi/com/sun/star/sheet/FormulaParser.idl +++ b/offapi/com/sun/star/sheet/FormulaParser.idl @@ -42,7 +42,7 @@ service FormulaParser <p>Note: When changing this, an already existing <member>OpCodeMap </member> needs to be recreated internally, so for performance reasons - set this <em>before</em> setting the <member>OpCodeMap</member>. + set this <em>before</em> setting the #OpCodeMap. */ [property] boolean CompileEnglish; diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl index 6795b641d0bf..deda1343606b 100644 --- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl +++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl @@ -266,7 +266,7 @@ published service TableAutoFormatField /** property containing a description of the cell border. Preferred over com::sun::star::table::TableBorder - <member>TableBorder</member>. + #TableBorder. @since LibreOffice 3.6 */ diff --git a/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl b/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl index 864e6a7d6c30..cbb00198e746 100644 --- a/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl +++ b/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl @@ -85,7 +85,7 @@ interface XFormulaOpCodeMapper is returned for: <ul> <li>Add-in names: the programmatic name. The OpCode value used - for add-ins can be queried with the <member>OpCodeExternal</member> + for add-ins can be queried with the #OpCodeExternal getter method.</li> </ul></p> */ |