summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2')
-rw-r--r--offapi/com/sun/star/chart2/CandleStickChartType.idl6
-rw-r--r--offapi/com/sun/star/chart2/DataPointLabel.idl4
-rw-r--r--offapi/com/sun/star/chart2/DataPointProperties.idl6
-rw-r--r--offapi/com/sun/star/chart2/DataSeries.idl2
-rw-r--r--offapi/com/sun/star/chart2/IncrementData.idl8
-rw-r--r--offapi/com/sun/star/chart2/Legend.idl2
-rw-r--r--offapi/com/sun/star/chart2/Symbol.idl8
-rw-r--r--offapi/com/sun/star/chart2/data/HighlightedRange.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl18
10 files changed, 29 insertions, 29 deletions
diff --git a/offapi/com/sun/star/chart2/CandleStickChartType.idl b/offapi/com/sun/star/chart2/CandleStickChartType.idl
index 23db681b6092..29787d02f6be 100644
--- a/offapi/com/sun/star/chart2/CandleStickChartType.idl
+++ b/offapi/com/sun/star/chart2/CandleStickChartType.idl
@@ -41,7 +41,7 @@ service CandleStickChartType
/** If this property is <TRUE/>, the candlesticks are shown as
Japanese candlesticks. This implies that the property
- <member>ShowFirst</member> is also <TRUE/>.
+ #ShowFirst is also <TRUE/>.
<p>Japanese candlesticks show the first and last value as
boxes. A rising course (i.e. if the last value is greater
@@ -56,7 +56,7 @@ service CandleStickChartType
[maybedefault, property] boolean Japanese;
/** If the candlestick chart shows Japanese candlesticks, that is
- the property <member>Japanese</member> is <TRUE/>, the
+ the property #Japanese is <TRUE/>, the
property set given here contains the formatting attributes of
the white boxes, i.e. the boxes shown for rising values.</p>
@@ -69,7 +69,7 @@ service CandleStickChartType
[maybevoid, property] com::sun::star::beans::XPropertySet WhiteDay;
/** If the candlestick chart shows Japanese candlesticks, that is
- the property <member>Japanese</member> is <TRUE/>, the
+ the property #Japanese is <TRUE/>, the
property set given here contains the formatting attributes of
the black boxes, i.e. the boxes shown for falling values.</p>
diff --git a/offapi/com/sun/star/chart2/DataPointLabel.idl b/offapi/com/sun/star/chart2/DataPointLabel.idl
index 7855aca35c63..ac373a5d8267 100644
--- a/offapi/com/sun/star/chart2/DataPointLabel.idl
+++ b/offapi/com/sun/star/chart2/DataPointLabel.idl
@@ -34,11 +34,11 @@ struct DataPointLabel
/** if <TRUE/>, the value that is represented by a data point is
displayed next to it.
- @see <member>ShowNumberInPercent</member>
+ @see #ShowNumberInPercent
*/
boolean ShowNumber;
- /** This is only effective, if <member>ShowNumber</member> is
+ /** This is only effective, if #ShowNumber is
<TRUE/>. If this member is also <TRUE/>, the numbers are
displayed as percentages of a category.
diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl
index e9b5fd14a26e..9c46bdf85aa2 100644
--- a/offapi/com/sun/star/chart2/DataPointProperties.idl
+++ b/offapi/com/sun/star/chart2/DataPointProperties.idl
@@ -99,7 +99,7 @@ service DataPointProperties
[property] string FillBitmapName;
/** If <TRUE/>, fills the background of a hatch with the color
- given in the <member>Color</member> property.
+ given in the #Color property.
*/
[property] boolean FillBackground;
@@ -293,8 +293,8 @@ service DataPointProperties
*/
[optional, maybevoid, property] com::sun::star::beans::XPropertySet ErrorBarY;
- /** In case <member>ErrorBarX</member> and
- <member>ErrorBarY</member> both are set, and error bars are
+ /** In case #ErrorBarX and
+ #ErrorBarY both are set, and error bars are
shown, a box spanning all error-indicators is rendered.
*/
[optional, maybevoid, property] boolean ShowErrorBox;
diff --git a/offapi/com/sun/star/chart2/DataSeries.idl b/offapi/com/sun/star/chart2/DataSeries.idl
index bf7b9b9964b6..7a51135f68c6 100644
--- a/offapi/com/sun/star/chart2/DataSeries.idl
+++ b/offapi/com/sun/star/chart2/DataSeries.idl
@@ -133,7 +133,7 @@ service DataSeries
properties that differ from the default.
<p>The default values are determined by the properties set at
- the <member>DataPointProperties</member> of the data
+ the #DataPointProperties of the data
series.</p>
<p>If the sequence is empty, that means that all data points
diff --git a/offapi/com/sun/star/chart2/IncrementData.idl b/offapi/com/sun/star/chart2/IncrementData.idl
index 25b2c930d4f6..3398edfe8ac0 100644
--- a/offapi/com/sun/star/chart2/IncrementData.idl
+++ b/offapi/com/sun/star/chart2/IncrementData.idl
@@ -44,13 +44,13 @@ struct IncrementData
any Distance;
/**
- <member>PostEquidistant</member> rules whether the member <member>Distance</member>
+ #PostEquidistant rules whether the member #Distance
describes a distance before or after the scaling is applied.
- <p>If <member>PostEquidistant</member> equals <TRUE/> <member>Distance</member>
+ <p>If #PostEquidistant equals <TRUE/> #Distance
is given in values after XScaling is applied, thus resulting
main tickmarks will always look equidistant on the screen.
- If <member>PostEquidistant</member> equals <FALSE/> <member>Distance</member>
+ If #PostEquidistant equals <FALSE/> #Distance
is given in values before XScaling is applied.</p>
*/
any PostEquidistant;
@@ -63,7 +63,7 @@ struct IncrementData
*/
any BaseValue;
- /** <member>SubIncrements</member> describes the positioning of further
+ /** #SubIncrements describes the positioning of further
sub tickmarks on the scale of an axis.
<p>The first SubIncrement in this sequence determines how the
diff --git a/offapi/com/sun/star/chart2/Legend.idl b/offapi/com/sun/star/chart2/Legend.idl
index ab6ed46ccedc..5d66484092f8 100644
--- a/offapi/com/sun/star/chart2/Legend.idl
+++ b/offapi/com/sun/star/chart2/Legend.idl
@@ -80,7 +80,7 @@ service Legend
but instead is placed relative on the page.</p>
<p>If <void/>, the legend position is solely determined by the
- <member>AnchorPosition</member>.</p>
+ #AnchorPosition.</p>
*/
[property, maybevoid] ::com::sun::star::chart2::RelativePosition RelativePosition;
};
diff --git a/offapi/com/sun/star/chart2/Symbol.idl b/offapi/com/sun/star/chart2/Symbol.idl
index e52446aeb86a..fee291578452 100644
--- a/offapi/com/sun/star/chart2/Symbol.idl
+++ b/offapi/com/sun/star/chart2/Symbol.idl
@@ -41,12 +41,12 @@ struct Symbol
*/
com::sun::star::drawing::PolyPolygonBezierCoords PolygonCoords;
- /** Use the nth standard symbol, if <member>Style</member> is set
+ /** Use the nth standard symbol, if #Style is set
to <member>SymbolStlye::STANDARD</member>.
<p>If n is the number of standard symbols available in an
implementation, the symbol number is
- <member>StandardSymbol</member> modulo n.</p>
+ #StandardSymbol modulo n.</p>
<p>The default implementation for example currently uses 8 different
standard symbols that are matched to the numbers 0 to 7.
@@ -83,7 +83,7 @@ struct Symbol
/** The color used for drawing the border of symbols.
- <p>Only effective if <member>Style</member> is
+ <p>Only effective if #Style is
<member>SymbolStyle::AUTO</member>,
<member>SymbolStyle::STANDARD</member> or
<member>SymbolStyle::POLYGON</member>.</p>
@@ -92,7 +92,7 @@ struct Symbol
/** The color used for filling symbols that contain closed polygons.
- <p>Only effective if <member>Style</member> is
+ <p>Only effective if #Style is
<member>SymbolStyle::AUTO</member>,
<member>SymbolStyle::STANDARD</member> or
<member>SymbolStyle::POLYGON</member>.</p>
diff --git a/offapi/com/sun/star/chart2/data/HighlightedRange.idl b/offapi/com/sun/star/chart2/data/HighlightedRange.idl
index c60b8292a3fa..716773cbbbfe 100644
--- a/offapi/com/sun/star/chart2/data/HighlightedRange.idl
+++ b/offapi/com/sun/star/chart2/data/HighlightedRange.idl
@@ -51,7 +51,7 @@ struct HighlightedRange
/** If the highlighted range is visually highlighted and this
member is <TRUE/>, the range given in
- <member>RangeRepresentation</member> may be included in a
+ #RangeRepresentation may be included in a
merged range rectangle spanning a bigger range.
*/
boolean AllowMerginigWithOtherRanges;
diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
index 30cb67fa50c0..51eca60c848d 100644
--- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
+++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
@@ -49,7 +49,7 @@ service TabularDataProviderArguments
<p>When used as input, this range will be split in columns or
rows depending on the property
- <member>DataRowSource</member>.</p>
+ #DataRowSource.</p>
<p>When used as output of
XDataProvider::detectArguments() this is the
diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
index a2926f3abfad..7f382194223f 100644
--- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
+++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
@@ -104,8 +104,8 @@ interface XDatabaseDataProvider
/** is the command which should be executed, the type of command depends
on the CommandType.
- <p>In case of a <member>CommandType</member> of <member>CommandType::COMMAND</member>,
- means in case the <member>Command</member> specifies an SQL statement, the inherited
+ <p>In case of a #CommandType of <member>CommandType::COMMAND</member>,
+ means in case the #Command specifies an SQL statement, the inherited
<member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
becomes relevant:<br/>
It then can be to used to specify whether the SQL statement should be analyzed on the
@@ -121,9 +121,9 @@ interface XDatabaseDataProvider
/** specifies the type of the command to be executed to retrieve a result set.
- <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
+ <p>#Command needs to be interpreted depending on the value of this property.</p>
- <p>This property is only meaningful together with the <member>Command</member>
+ <p>This property is only meaningful together with the #Command
property, thus either <em>both</em> or <em>none</em> of them are present.</p>
@see com::sun::star::sdb::CommandType
@@ -134,11 +134,11 @@ interface XDatabaseDataProvider
<p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p>
- <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member>
+ <p>If a #DataSourceName, #Command and #CommandType
are specified, a RowSet can be created with this information. If the results provided by the
row set are to be additionally filtered, the Filter property can be used.</p>
- <p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been specified
+ <p>Note that the Filter property does not make sense if a #ResultSet has been specified
in the DataAccessDescriptor.</p>
@see com::sun::star::sdb::RowSet
@@ -169,14 +169,14 @@ interface XDatabaseDataProvider
*/
[attribute,bound] string Order;
- /** specifies if the <member>Command</member> should be analyzed on the client side before sending it
+ /** specifies if the #Command should be analyzed on the client side before sending it
to the database server.
<p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
backend-specific SQL statements, which are not standard SQL, to your database.</p>
- <p>This property is usually present together with the <member>Command</member> and
- <member>CommandType</member> properties, and is evaluated if and only if <member>CommandType</member>
+ <p>This property is usually present together with the #Command and
+ #CommandType properties, and is evaluated if and only if #CommandType
equals <member>CommandType::COMMAND</member>.</p>
*/
[attribute,bound] boolean EscapeProcessing;