summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2010-10-24 17:28:39 +0300
committerCaolán McNamara <caolanm@redhat.com>2010-10-24 20:22:31 +0100
commit84f40b44e826b149e66be59c78582d138070024b (patch)
tree8b2b541360545d7b1d5c20e17605dbd2979334f9 /offapi
parentcf575ec1877b47b0c8b7803de42a22fa5592e85f (diff)
Fix some more typos in documentation
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart/AccessibleChartElement.idl2
-rw-r--r--offapi/com/sun/star/chart/ChartAxis.idl8
-rw-r--r--offapi/com/sun/star/chart/ChartAxisXSupplier.idl2
-rw-r--r--offapi/com/sun/star/chart/ChartLegendPosition.idl4
-rw-r--r--offapi/com/sun/star/chart/ChartRegressionCurveType.idl2
-rw-r--r--offapi/com/sun/star/chart/ChartSolidType.idl2
-rw-r--r--offapi/com/sun/star/chart/ChartStatistics.idl4
-rw-r--r--offapi/com/sun/star/chart/ChartTitle.idl2
-rw-r--r--offapi/com/sun/star/chart/Dim3DDiagram.idl2
-rw-r--r--offapi/com/sun/star/chart/X3DDefaultSetter.idl6
-rw-r--r--offapi/com/sun/star/chart/XDiagramPositioning.idl4
-rw-r--r--offapi/com/sun/star/chart2/Axis.idl6
-rw-r--r--offapi/com/sun/star/chart2/CandleStickChartType.idl10
-rw-r--r--offapi/com/sun/star/chart2/CoordinateSystem.idl2
-rw-r--r--offapi/com/sun/star/chart2/CoordinateSystemType.idl2
-rw-r--r--offapi/com/sun/star/chart2/DataPointProperties.idl6
-rw-r--r--offapi/com/sun/star/chart2/DataSeries.idl8
-rw-r--r--offapi/com/sun/star/chart2/Diagram.idl4
-rw-r--r--offapi/com/sun/star/chart2/ExplicitIncrementData.idl4
-rw-r--r--offapi/com/sun/star/chart2/FillBitmap.idl2
-rw-r--r--offapi/com/sun/star/chart2/GridProperties.idl2
-rw-r--r--offapi/com/sun/star/chart2/IncrementData.idl2
-rw-r--r--offapi/com/sun/star/chart2/LogicTargetModel.idl4
-rw-r--r--offapi/com/sun/star/chart2/RelativePosition.idl4
-rw-r--r--offapi/com/sun/star/chart2/Symbol.idl2
-rw-r--r--offapi/com/sun/star/chart2/XChartType.idl8
-rw-r--r--offapi/com/sun/star/chart2/XChartTypeTemplate.idl4
-rw-r--r--offapi/com/sun/star/chart2/XCoordinateSystem.idl12
-rw-r--r--offapi/com/sun/star/chart2/XPlotter.idl12
-rw-r--r--offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl6
-rw-r--r--offapi/com/sun/star/chart2/XTransformation.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/DataSequence.idl4
-rw-r--r--offapi/com/sun/star/chart2/data/DataSequenceRole.idl4
-rw-r--r--offapi/com/sun/star/chart2/data/HighlightedRange.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/RangeHighlightListener.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl4
-rw-r--r--offapi/com/sun/star/chart2/data/XDataReceiver.idl4
-rw-r--r--offapi/com/sun/star/chart2/data/XDataSequence.idl6
-rw-r--r--offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl12
-rw-r--r--offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/XTextualDataSequence.idl2
43 files changed, 93 insertions, 93 deletions
diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl
index 3ea8cc050a10..45692c2ff520 100644
--- a/offapi/com/sun/star/chart/AccessibleChartElement.idl
+++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl
@@ -57,7 +57,7 @@ module com { module sun { module star { module chart {
<p>The
<type scope="::com::sun::star::accessibility">XAccessibleExtendedComponent</type>
- is suported by all chart elements.</p>
+ is supported by all chart elements.</p>
@since OOo 1.1.2
*/
diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl
index 4e564d848b9d..05d90b02df53 100644
--- a/offapi/com/sun/star/chart/ChartAxis.idl
+++ b/offapi/com/sun/star/chart/ChartAxis.idl
@@ -119,7 +119,7 @@ published service ChartAxis
/**
Contains the number of help intervals within a main interval. E.g. a StepHelpCount of 5 divides
- the main interval into 5 pieces and thus producces 4 help tick marks.
+ the main interval into 5 pieces and thus produces 4 help tick marks.
*/
[optional, property] long StepHelpCount;
@@ -133,7 +133,7 @@ published service ChartAxis
//-------------------------------------------------------------------------
- /** The maximium value of the axis scale is calculated by the chart if
+ /** The maximum value of the axis scale is calculated by the chart if
this property is <TRUE/>.
*/
[optional, property] boolean AutoMax;
@@ -188,8 +188,8 @@ published service ChartAxis
//-------------------------------------------------------------------------
/** Indicates the reference value where bars or areas have their grounding.
- This property has only an effect when the used odf fileformat does not allow for
- further axis posiioning or the axis is a secondary y-axis.
+ This property has only an effect when the used ODF file format does not allow for
+ further axis positioning or the axis is a secondary y-axis.
*/
[optional, property] double Origin;
diff --git a/offapi/com/sun/star/chart/ChartAxisXSupplier.idl b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
index 3b3060bb8df7..c59a3988a866 100644
--- a/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
@@ -38,7 +38,7 @@
//=============================================================================
-/** has to be supported by charts providing the cpabilities of a
+/** has to be supported by charts providing the capabilities of a
horizontal axis, i.e., an <em>x</em>-axis.
*/
published service ChartAxisXSupplier
diff --git a/offapi/com/sun/star/chart/ChartLegendPosition.idl b/offapi/com/sun/star/chart/ChartLegendPosition.idl
index a7ef3e49bfdc..580a0002b76f 100644
--- a/offapi/com/sun/star/chart/ChartLegendPosition.idl
+++ b/offapi/com/sun/star/chart/ChartLegendPosition.idl
@@ -62,7 +62,7 @@ published enum ChartLegendPosition
/** displays the chart legend above the diagram.
- <p>The second entry in the legend is placed an the right hand
+ <p>The second entry in the legend is placed on the right hand
side of the first one.</p>
*/
TOP,
@@ -80,7 +80,7 @@ published enum ChartLegendPosition
/** displays the chart legend beneath the diagram.
- <p>The second entry in the legend is placed an the right hand
+ <p>The second entry in the legend is placed on the right hand
side of the first one.</p>
*/
BOTTOM
diff --git a/offapi/com/sun/star/chart/ChartRegressionCurveType.idl b/offapi/com/sun/star/chart/ChartRegressionCurveType.idl
index ab31eceabe2a..cfeb748104ea 100644
--- a/offapi/com/sun/star/chart/ChartRegressionCurveType.idl
+++ b/offapi/com/sun/star/chart/ChartRegressionCurveType.idl
@@ -34,7 +34,7 @@
//=============================================================================
-/** specifiest the type of the regression curve to be displayed.
+/** specifies the type of the regression curve to be displayed.
*/
published enum ChartRegressionCurveType
{
diff --git a/offapi/com/sun/star/chart/ChartSolidType.idl b/offapi/com/sun/star/chart/ChartSolidType.idl
index e07500fd7802..6aeaabbdb824 100644
--- a/offapi/com/sun/star/chart/ChartSolidType.idl
+++ b/offapi/com/sun/star/chart/ChartSolidType.idl
@@ -59,7 +59,7 @@ published constants ChartSolidType
//-------------------------------------------------------------------------
- /** pyramidial with a square as base
+ /** pyramidal with a square as base
*/
const long PYRAMID = 3;
diff --git a/offapi/com/sun/star/chart/ChartStatistics.idl b/offapi/com/sun/star/chart/ChartStatistics.idl
index 303c3fd9a706..57c373eaf968 100644
--- a/offapi/com/sun/star/chart/ChartStatistics.idl
+++ b/offapi/com/sun/star/chart/ChartStatistics.idl
@@ -120,7 +120,7 @@ published service ChartStatistics
/** specifies the percentage that is used to display error bars.
<p>The length of the error indicators is calculated for each
- data point by taking the given percentatge of its value.</p>
+ data point by taking the given percentage of its value.</p>
<p>this setting is effective if the
<member>ChartStatistics::ErrorCategory</member> is set to
@@ -163,7 +163,7 @@ published service ChartStatistics
*/
[property] com::sun::star::chart::ChartRegressionCurveType RegressionCurves;
- /** contains a cell range string for positve error bars. This
+ /** contains a cell range string for positive error bars. This
property is used when the <type>ErrorBarCategory</type> is set
to <member>ErrorBarCategory::FROM_DATA</member>.
*/
diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl
index a35ba37300cd..cf94f8933eda 100644
--- a/offapi/com/sun/star/chart/ChartTitle.idl
+++ b/offapi/com/sun/star/chart/ChartTitle.idl
@@ -83,7 +83,7 @@ published service ChartTitle
/** contains the text of the title.
- <p>Note that you can not change attributes of parts of a
+ <p>Note that you cannot change attributes of parts of a
title, e.g., put one word in bold characters. All formatting
affects the entire string.</p>
*/
diff --git a/offapi/com/sun/star/chart/Dim3DDiagram.idl b/offapi/com/sun/star/chart/Dim3DDiagram.idl
index 16d010c26a58..26006c801f8d 100644
--- a/offapi/com/sun/star/chart/Dim3DDiagram.idl
+++ b/offapi/com/sun/star/chart/Dim3DDiagram.idl
@@ -53,7 +53,7 @@ published service Dim3DDiagram
*/
interface com::sun::star::chart::X3DDisplay;
- /** makes it easy to set suiteable defaults for illumination and rotation for 3D charts
+ /** makes it easy to set suitable defaults for illumination and rotation for 3D charts
*/
[optional] interface ::com::sun::star::chart::X3DDefaultSetter;
diff --git a/offapi/com/sun/star/chart/X3DDefaultSetter.idl b/offapi/com/sun/star/chart/X3DDefaultSetter.idl
index d002b9d4e76d..35a62e3ccdaa 100644
--- a/offapi/com/sun/star/chart/X3DDefaultSetter.idl
+++ b/offapi/com/sun/star/chart/X3DDefaultSetter.idl
@@ -38,7 +38,7 @@
//=============================================================================
-/** makes it easy to set suiteable defaults for illumination and rotation for 3D charts
+/** makes it easy to set suitable defaults for illumination and rotation for 3D charts
@see Dim3DDiagram
*/
@@ -48,12 +48,12 @@ published interface X3DDefaultSetter : com::sun::star::uno::XInterface
*/
void set3DSettingsToDefault();
- /** sets a suiteable default for the rotation of the current 3D chart.
+ /** sets a suitable default for the rotation of the current 3D chart.
The result may depend on the current chart type.
*/
void setDefaultRotation();
- /** set suiteable defaults for the illumination of the current 3D chart.
+ /** set suitable defaults for the illumination of the current 3D chart.
The result may dependent on other 3D settings as rotation or shade mode. It may depend on the current chart type also.
*/
void setDefaultIllumination();
diff --git a/offapi/com/sun/star/chart/XDiagramPositioning.idl b/offapi/com/sun/star/chart/XDiagramPositioning.idl
index f64bbef4b641..830cc52401dc 100644
--- a/offapi/com/sun/star/chart/XDiagramPositioning.idl
+++ b/offapi/com/sun/star/chart/XDiagramPositioning.idl
@@ -49,11 +49,11 @@
*/
interface XDiagramPositioning : com::sun::star::uno::XInterface
{
- /** the diagram will be placed automtically
+ /** the diagram will be placed automatically
*/
void setAutomaticDiagramPositioning();
- /** @returns whether the diagram is placed automtically
+ /** @returns whether the diagram is placed automatically
*/
boolean isAutomaticDiagramPositioning();
diff --git a/offapi/com/sun/star/chart2/Axis.idl b/offapi/com/sun/star/chart2/Axis.idl
index 009abd05a500..e952d446e80d 100644
--- a/offapi/com/sun/star/chart2/Axis.idl
+++ b/offapi/com/sun/star/chart2/Axis.idl
@@ -87,15 +87,15 @@ service Axis
*/
[property] ::com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder;
- /** Determines wether the labels are allowed to break into more than one line
+ /** Determines whether the labels are allowed to break into more than one line
*/
[property] boolean TextBreak;
- /** Determines wether the labels are allowed to overlap
+ /** Determines whether the labels are allowed to overlap
*/
[property] boolean TextOverlap;
- /** Determines wether the characters in a single labels should be stacked one upon each other
+ /** Determines whether the characters in a single labels should be stacked one upon each other
*/
[property] boolean StackCharacters;
diff --git a/offapi/com/sun/star/chart2/CandleStickChartType.idl b/offapi/com/sun/star/chart2/CandleStickChartType.idl
index 747531409fd3..155ab6838935 100644
--- a/offapi/com/sun/star/chart2/CandleStickChartType.idl
+++ b/offapi/com/sun/star/chart2/CandleStickChartType.idl
@@ -48,7 +48,7 @@ service CandleStickChartType
service ChartType;
/** If this property is <TRUE/>, the candlesticks are shown as
- japanese candlesticks. This implies that the property
+ Japanese candlesticks. This implies that the property
<member>ShowFirst</member> is also <TRUE/>.
<p>Japanese candlesticks show the first and last value as
@@ -63,7 +63,7 @@ service CandleStickChartType
*/
[maybedefault, property] boolean Japanese;
- /** If the candlestick chart shows japanese candlesticks, that is
+ /** If the candlestick chart shows Japanese candlesticks, that is
the property <member>Japanese</member> is <TRUE/>, the
property set given here contains the formatting attributes of
the white boxes, i.e. the boxes shown for rising values.</p>
@@ -76,7 +76,7 @@ service CandleStickChartType
*/
[maybevoid, property] com::sun::star::beans::XPropertySet WhiteDay;
- /** If the candlestick chart shows japanese candlesticks, that is
+ /** If the candlestick chart shows Japanese candlesticks, that is
the property <member>Japanese</member> is <TRUE/>, the
property set given here contains the formatting attributes of
the black boxes, i.e. the boxes shown for falling values.</p>
@@ -93,8 +93,8 @@ service CandleStickChartType
the opening course in a stock chart) is shown in the chart.
This also makes the role "values-first" mandatory.
- <p>This property is only evaluated for non-japanese
- candlestick charts, as japanese candlesticks always require to
+ <p>This property is only evaluated for non-Japanese
+ candlestick charts, as Japanese candlesticks always require to
show the first value.</p>
<p>Default is <FALSE/>.</p>
diff --git a/offapi/com/sun/star/chart2/CoordinateSystem.idl b/offapi/com/sun/star/chart2/CoordinateSystem.idl
index 41695eb199af..17db847c8353 100644
--- a/offapi/com/sun/star/chart2/CoordinateSystem.idl
+++ b/offapi/com/sun/star/chart2/CoordinateSystem.idl
@@ -34,7 +34,7 @@ service CoordinateSystem
*/
interface XCoordinateSystem;
- /** a coordinate system can contain several charttypes, which than do contain the data series.
+ /** a coordinate system can contain several chart types, which than do contain the data series.
*/
interface com::sun::star::chart2::XChartTypeContainer;
diff --git a/offapi/com/sun/star/chart2/CoordinateSystemType.idl b/offapi/com/sun/star/chart2/CoordinateSystemType.idl
index dc8f42cead79..310da4e62c47 100644
--- a/offapi/com/sun/star/chart2/CoordinateSystemType.idl
+++ b/offapi/com/sun/star/chart2/CoordinateSystemType.idl
@@ -7,7 +7,7 @@ module com { module sun { module star { module chart2 {
/**
<p>
The service CoordinateSystemType represents a special type of coordinate system.
-For example a 2 dimensional cartesian coordinate system is a CoordinateSystemType
+For example a 2 dimensional Cartesian coordinate system is a CoordinateSystemType
and different from for example a 3 dimensional spherical coordinate system.
</p>
<p>A CoordinateSystemType is a stateless service which has no owner and does not
diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl
index 1b3974ff37a4..c5437e87d777 100644
--- a/offapi/com/sun/star/chart2/DataPointProperties.idl
+++ b/offapi/com/sun/star/chart2/DataPointProperties.idl
@@ -50,7 +50,7 @@ module chart2
service DataPointProperties
{
- /** to give acces to the properties required by this service.
+ /** to give access to the properties required by this service.
*/
service ::com::sun::star::beans::PropertySet;
@@ -196,7 +196,7 @@ service DataPointProperties
[property] short FillBitmapOffsetY;
/** Every second line of tiles is moved the given percent of the
- witdh of the bitmap.
+ width of the bitmap.
*/
[property] short FillBitmapPositionOffsetX;
@@ -253,7 +253,7 @@ service DataPointProperties
*/
[optional, property] double Offset;
- /** describes the geometry of a 3 dimensional datapoint.
+ /** describes the geometry of a 3 dimensional data point.
Number is one of constant group <type>DataPointGeometry3D</type>.
<p>This is especially used for 3D bar-charts.</p>
<p>CUBOID==0 CYLINDER==1 CONE==2 PYRAMID==3 CUBOID==else</p>
diff --git a/offapi/com/sun/star/chart2/DataSeries.idl b/offapi/com/sun/star/chart2/DataSeries.idl
index 412d9f0799e1..580c036c49eb 100644
--- a/offapi/com/sun/star/chart2/DataSeries.idl
+++ b/offapi/com/sun/star/chart2/DataSeries.idl
@@ -53,7 +53,7 @@ module chart2
//
// coordinatesystem-supplier
//
- // chart-typ ? property string rendererServiceName
+ // chart-type ? property string rendererServiceName
/** reflects the model data of the object that has all the information
@@ -150,7 +150,7 @@ service DataSeries
series.</p>
<p>If the sequence is empty, that means that all data points
- look alike. They are formatted using the propery values set
+ look alike. They are formatted using the property values set
in the data series.</p>
<p>The indexes in this sequence match the indexes used by the
@@ -162,7 +162,7 @@ service DataSeries
*/
[readonly, optional, property] sequence< long > AttributedDataPoints;
- /** indicates wether this series should be stacked with respect to the previous series.
+ /** indicates whether this series should be stacked with respect to the previous series.
*/
[property] StackingDirection StackingDirection;
@@ -171,7 +171,7 @@ service DataSeries
*/
[optional, property] boolean VaryColorsByPoint;
- /** This property describes wether the series should be shown at
+ /** This property describes whether the series should be shown at
the main value axis or at the secondary value axis. Having
this property not set or setting it to 0 means that this data
series will be scaled at the primary y-axis ( of the
diff --git a/offapi/com/sun/star/chart2/Diagram.idl b/offapi/com/sun/star/chart2/Diagram.idl
index 2ca0e1ade86d..8abd1fa3110c 100644
--- a/offapi/com/sun/star/chart2/Diagram.idl
+++ b/offapi/com/sun/star/chart2/Diagram.idl
@@ -62,13 +62,13 @@ service Diagram
*/
interface XTitled;
- /** makes it easy to set suiteable defaults for illumination and rotation for 3D charts
+ /** makes it easy to set suitable defaults for illumination and rotation for 3D charts
*/
[optional] interface ::com::sun::star::chart::X3DDefaultSetter;
/** The position is as a relative position on the page.
- <p>If a relative position is given the diagam is not automatically placed,
+ <p>If a relative position is given the diagram is not automatically placed,
but instead is placed relative on the page.</p>
*/
[property, maybevoid] ::com::sun::star::chart2::RelativePosition RelativePosition;
diff --git a/offapi/com/sun/star/chart2/ExplicitIncrementData.idl b/offapi/com/sun/star/chart2/ExplicitIncrementData.idl
index 48f01c7560c4..72c1957bc9c5 100644
--- a/offapi/com/sun/star/chart2/ExplicitIncrementData.idl
+++ b/offapi/com/sun/star/chart2/ExplicitIncrementData.idl
@@ -35,13 +35,13 @@ struct ExplicitIncrementData
before a scaling is applied, which may lead to non equidistant tickmarks
on the screen.</p>
- <p><member>PostEquidistant</member> rules wether the <member>Distance</member>
+ <p><member>PostEquidistant</member> rules whether the <member>Distance</member>
is meant to be a value before or after scaling.</p>
*/
double Distance;
/**
- <member>PostEquidistant</member> rules wether the member <member>Distance</member>
+ <member>PostEquidistant</member> rules whether the member <member>Distance</member>
describes a distance before or after the scaling is applied.
<p>If <member>PostEquidistant</member> equals <TRUE/> <member>Distance</member>
diff --git a/offapi/com/sun/star/chart2/FillBitmap.idl b/offapi/com/sun/star/chart2/FillBitmap.idl
index 55b193a3eb7a..b80139f46629 100644
--- a/offapi/com/sun/star/chart2/FillBitmap.idl
+++ b/offapi/com/sun/star/chart2/FillBitmap.idl
@@ -51,7 +51,7 @@ module star
module chart2
{
-/** This strucutre contains all properties of a bitmap when used as
+/** This structure contains all properties of a bitmap when used as
FillStyle.
@see com::sun::star::drawing::FillProperties
diff --git a/offapi/com/sun/star/chart2/GridProperties.idl b/offapi/com/sun/star/chart2/GridProperties.idl
index 878e63ec2569..e1b82c07d5a6 100644
--- a/offapi/com/sun/star/chart2/GridProperties.idl
+++ b/offapi/com/sun/star/chart2/GridProperties.idl
@@ -50,7 +50,7 @@ service GridProperties
*/
service ::com::sun::star::drawing::LineProperties;
- /** Determines, whether the grid should be redered by the view.
+ /** Determines, whether the grid should be rendered by the view.
*/
[property] boolean Show;
};
diff --git a/offapi/com/sun/star/chart2/IncrementData.idl b/offapi/com/sun/star/chart2/IncrementData.idl
index f487c26e576d..f37145ad75ff 100644
--- a/offapi/com/sun/star/chart2/IncrementData.idl
+++ b/offapi/com/sun/star/chart2/IncrementData.idl
@@ -29,7 +29,7 @@ struct IncrementData
any Distance;
/**
- <member>PostEquidistant</member> rules wether the member <member>Distance</member>
+ <member>PostEquidistant</member> rules whether the member <member>Distance</member>
describes a distance before or after the scaling is applied.
<p>If <member>PostEquidistant</member> equals <TRUE/> <member>Distance</member>
diff --git a/offapi/com/sun/star/chart2/LogicTargetModel.idl b/offapi/com/sun/star/chart2/LogicTargetModel.idl
index f4edf4f31c0d..fc2ed9b7fdf1 100644
--- a/offapi/com/sun/star/chart2/LogicTargetModel.idl
+++ b/offapi/com/sun/star/chart2/LogicTargetModel.idl
@@ -14,11 +14,11 @@ module com { module sun { module star { module chart2 {
*/
service LogicTargetModel
{
- /** identifies an instance of this service within one chartdocument.
+ /** identifies an instance of this service within one chart document.
*/
[ readonly, property ] string ID;
- /** identifies an instance of the service com::sun::star::chart2::LegendModel within one chartdocument.
+ /** identifies an instance of the service com::sun::star::chart2::LegendModel within one chart document.
* that instance is used to automatically calculate missing properties
*/
[ property ] string LegendID;
diff --git a/offapi/com/sun/star/chart2/RelativePosition.idl b/offapi/com/sun/star/chart2/RelativePosition.idl
index 7363a47f8f5a..5eb92916585c 100644
--- a/offapi/com/sun/star/chart2/RelativePosition.idl
+++ b/offapi/com/sun/star/chart2/RelativePosition.idl
@@ -74,8 +74,8 @@ struct RelativePosition
will be placed at the coordinates given within Primary and Secondary.</p>
<p>For example if Anchor is TOP_LEFT the top left corner of an object will
- be placed at the given coorediantes. If Anchor is RIGHT the right middle corner of the object will
- be placed at the given coorediantes.</p>
+ be placed at the given coordinates. If Anchor is RIGHT the right middle corner of the object will
+ be placed at the given coordinates.</p>
*/
::com::sun::star::drawing::Alignment Anchor;
};
diff --git a/offapi/com/sun/star/chart2/Symbol.idl b/offapi/com/sun/star/chart2/Symbol.idl
index 3743a68253a1..c528ea86ddfe 100644
--- a/offapi/com/sun/star/chart2/Symbol.idl
+++ b/offapi/com/sun/star/chart2/Symbol.idl
@@ -91,7 +91,7 @@ struct Symbol
/** The size of the symbol in 100th of a mm.
- @todo use a structure using doubles insted of longs
+ @todo use a structure using doubles instead of longs
*/
com::sun::star::awt::Size Size;
diff --git a/offapi/com/sun/star/chart2/XChartType.idl b/offapi/com/sun/star/chart2/XChartType.idl
index fb395790ff9b..07f358b2ad6f 100644
--- a/offapi/com/sun/star/chart2/XChartType.idl
+++ b/offapi/com/sun/star/chart2/XChartType.idl
@@ -25,7 +25,7 @@ module chart2
interface XChartType : com::sun::star::uno::XInterface
{
/** A string representation of the chart type.
- This needs to be the service-name which can be used to create a charttype.
+ This needs to be the service-name which can be used to create a chart type.
*/
string getChartType();
@@ -33,16 +33,16 @@ interface XChartType : com::sun::star::uno::XInterface
current settings and for the given dimension.
@throws IllegalArgumentException
- This charttype cannot be displayed in the given dimension.
+ This chart type cannot be displayed in the given dimension.
*/
XCoordinateSystem createCoordinateSystem( [in] long DimensionCount )
raises( com::sun::star::lang::IllegalArgumentException );
- /** Returns a sequence of roles that are undestood by this chart
+ /** Returns a sequence of roles that are understood by this chart
type.
<p>All roles must be listed in the order in which they are
- usually parsed. This ensures that glueing sequences together
+ usually parsed. This ensures that gluing sequences together
and splitting them up apart again results in the same
structure as before.</p>
diff --git a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
index 05308ba7dfcf..4b688f54a64c 100644
--- a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
+++ b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
@@ -150,7 +150,7 @@ interface XChartTypeTemplate : ::com::sun::star::uno::XInterface
that the template matches more accurately. E.g. for a
line-chart with symbols the property "Symbol" would be set
to <TRUE/>. If this parameter is <FALSE/> the template
- itselfs stays unmodified.
+ itself stays unmodified.
@return
<TRUE/> if the diagram given is structurally identical to
@@ -167,7 +167,7 @@ interface XChartTypeTemplate : ::com::sun::star::uno::XInterface
series.
@param aFormerlyUsedChartTypes
- The list can be used to copy some aspects from old charttypes during the creation of a new chart type.
+ The list can be used to copy some aspects from old chart types during the creation of a new chart type.
The list might be empty.
*/
XChartType getChartTypeForNewSeries( [in] sequence< XChartType > aFormerlyUsedChartTypes );
diff --git a/offapi/com/sun/star/chart2/XCoordinateSystem.idl b/offapi/com/sun/star/chart2/XCoordinateSystem.idl
index 689abba33cf4..9ae7217387cf 100644
--- a/offapi/com/sun/star/chart2/XCoordinateSystem.idl
+++ b/offapi/com/sun/star/chart2/XCoordinateSystem.idl
@@ -29,7 +29,7 @@ interface XCoordinateSystem : ::com::sun::star::uno::XInterface
*/
long getDimension();
- /** identifies the type of coordinate system (e.g. cartesian, polar ...)
+ /** identifies the type of coordinate system (e.g. Cartesian, polar ...)
*/
string getCoordinateSystemType();
@@ -37,8 +37,8 @@ interface XCoordinateSystem : ::com::sun::star::uno::XInterface
*/
string getViewServiceName();
- /** The dimension says wether it is a x, y or z axis.
- The index says wether it is a primary or a secondary axis.
+ /** The dimension says whether it is a x, y or z axis.
+ The index says whether it is a primary or a secondary axis.
Use nIndex == 0 for a primary axis.
*/
void setAxisByDimension( [in] long nDimension,
@@ -46,8 +46,8 @@ interface XCoordinateSystem : ::com::sun::star::uno::XInterface
[in] long nIndex )
raises( com::sun::star::lang::IndexOutOfBoundsException );
- /** The dimension says wether it is a x, y or z axis.
- The index indicates wether it is a primary or a secondary axis or maybe more in future.
+ /** The dimension says whether it is a x, y or z axis.
+ The index indicates whether it is a primary or a secondary axis or maybe more in future.
Use nIndex == 0 for a primary axis.
An empty Reference will be returned if the given nDimension and nIndex are in the valid range but no axis is set for those values.
An IndexOutOfBoundsException will be thrown if nDimension is lower than 0 or greater than the value returned by getDimension()
@@ -58,7 +58,7 @@ interface XCoordinateSystem : ::com::sun::star::uno::XInterface
/** In one dimension there could be several axes to enable main and secondary axis and maybe more in future.
This method returns the maximum index at which an axis exists for the given dimension.
- It is allowed that some indexes inbetween do not have an axis.
+ It is allowed that some indexes in between do not have an axis.
/*/
long getMaximumAxisIndexByDimension( [in] long nDimension )
raises( com::sun::star::lang::IndexOutOfBoundsException );
diff --git a/offapi/com/sun/star/chart2/XPlotter.idl b/offapi/com/sun/star/chart2/XPlotter.idl
index dfa77e09c38e..e6f6ef3fafd4 100644
--- a/offapi/com/sun/star/chart2/XPlotter.idl
+++ b/offapi/com/sun/star/chart2/XPlotter.idl
@@ -35,13 +35,13 @@ module com { module sun { module star { module chart2 {
//=============================================================================
-/** The main task of a Plotter is to create grafic objects which have a certain
- logic place within a coordinate system. For example the bars of a barchart
- are such grafic objects. The created grafic objects need to be of type
+/** The main task of a Plotter is to create graphic objects which have a certain
+ logic place within a coordinate system. For example the bars of a bar chart
+ are such graphic objects. The created graphic objects need to be of type
com::sun::star::drawing::Shape.
<p>
- Within the chart application we differentiatebetween two 'types' of shapes
+ Within the chart application we differentiate between two 'types' of shapes
which can be created by a Plotter.
The first type are shapes which are completely defined by coordinates
in the logic coordinate system and will be positioned within this logic
@@ -77,8 +77,8 @@ interface XPlotter : ::com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** Each Plotter implicit uses a certain type of logic coordinate
system for interpreting data as coordinates.
- For example a bar-chart uses a cartesian coordinate system for
- interpreting x- and y-values from a spreadsheet as cartesian
+ For example a bar-chart uses a Cartesian coordinate system for
+ interpreting x- and y-values from a spreadsheet as Cartesian
coordinates. In contrast the pie chart assumes a polar coordinate
system.
The type of this implicit used source coordinate system has to be
diff --git a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
index e2d6f7dcca76..a7e5530601b6 100644
--- a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
+++ b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
@@ -93,7 +93,7 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
@param bMaySkipPointsInCalculation determines whether it is
allowed to skip points in the calculation. When this
parameter is <TRUE/> it is assumed that the underlying
- coordinate system is cartesian.
+ coordinate system is Cartesian.
@param xScalingX a scaling that is used for the values in
x-direction
@@ -116,7 +116,7 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
<p>The value of <it>r</it> is signed. Often
<it>r</it><sup>2</sup> is used instead of <it>r</it> to denote
- a regression curve's accuray.</p>
+ a regression curve's accuracy.</p>
@return
The return value is the fraction of the variance in the
@@ -135,7 +135,7 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
*/
string getRepresentation();
- /** Returns a representation using the given numnber format for formatting all numbers
+ /** Returns a representation using the given number format for formatting all numbers
contained in the formula.
@see getRepresentation
diff --git a/offapi/com/sun/star/chart2/XTransformation.idl b/offapi/com/sun/star/chart2/XTransformation.idl
index fe8d314948fb..adbfd0751cf2 100644
--- a/offapi/com/sun/star/chart2/XTransformation.idl
+++ b/offapi/com/sun/star/chart2/XTransformation.idl
@@ -46,7 +46,7 @@ module chart2
// NOTES
- //... provide help for creating the right transfomation
+ //... provide help for creating the right transformation
//
// ... access to source and destination coordinate system ?
diff --git a/offapi/com/sun/star/chart2/data/DataSequence.idl b/offapi/com/sun/star/chart2/data/DataSequence.idl
index 671f27575c1a..aa35f5ae8453 100644
--- a/offapi/com/sun/star/chart2/data/DataSequence.idl
+++ b/offapi/com/sun/star/chart2/data/DataSequence.idl
@@ -65,13 +65,13 @@ service DataSequence
*/
interface XDataSequence;
- /** you may implement this interface to allow a fast acces to
+ /** you may implement this interface to allow a fast access to
numerical data. With this interface you can get a
<atom>sequence</atom> of <atom>double</atom> values.
*/
[optional] interface XNumericalDataSequence;
- /** you may implement this interface to allow a fast acces to
+ /** you may implement this interface to allow a fast access to
textual data. With this interface you can get a
<atom>sequence</atom> of <atom>string</atom> values.
*/
diff --git a/offapi/com/sun/star/chart2/data/DataSequenceRole.idl b/offapi/com/sun/star/chart2/data/DataSequenceRole.idl
index 4586faaed304..e9acb6a2c6b5 100644
--- a/offapi/com/sun/star/chart2/data/DataSequenceRole.idl
+++ b/offapi/com/sun/star/chart2/data/DataSequenceRole.idl
@@ -88,11 +88,11 @@ module data
would be the closing course.</dd>
<dt>values-min</dt>
<dd>the minimum value of a series of values. In a stock-chart
- this would be the lowest course that occured during
+ this would be the lowest course that occurred during
trading.</dd>
<dt>values-max</dt>
<dd>the maximum value of a series of values. In a stock-chart
- this would be the highest course that occured during
+ this would be the highest course that occurred during
trading.</dd>
</dl>
*/
diff --git a/offapi/com/sun/star/chart2/data/HighlightedRange.idl b/offapi/com/sun/star/chart2/data/HighlightedRange.idl
index 363d5a88484c..6d872da980d8 100644
--- a/offapi/com/sun/star/chart2/data/HighlightedRange.idl
+++ b/offapi/com/sun/star/chart2/data/HighlightedRange.idl
@@ -59,7 +59,7 @@ struct HighlightedRange
/** If the highlighted range is visually highlighted and this
member is <TRUE/>, the range given in
- <member>RangeRepresentation</mamber> may be included in a
+ <member>RangeRepresentation</member> may be included in a
merged range rectangle spanning a bigger range.
*/
boolean AllowMerginigWithOtherRanges;
diff --git a/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl b/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl
index 83f59166746c..19093a837d08 100644
--- a/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl
+++ b/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl
@@ -42,7 +42,7 @@ module data
/** A selection change listener that is attached to a
<type>XRangeHighlighter</type> in order to get notified about
- selection changes that affect range hightlighting.
+ selection changes that affect range highlighting.
*/
service RangeHighlightListener
{
diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
index a6a0e7c519d9..db55ac4a10bf 100644
--- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
+++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
@@ -46,7 +46,7 @@ service TabularDataProviderArguments
{
/** the range address string spanning all data.
- <p>The range adress string must be interpretable by the
+ <p>The range address string must be interpretable by the
component that implements <type>XDataProvider</type> and gets
this property as argument to
<member>XDataProvider::detectArguments</member>.</p>
@@ -107,7 +107,7 @@ service TabularDataProviderArguments
ignore the '5' and continue to place the sequence from
old index '1' to the next new position and so on.</p>
- <p>If the given SequenceMapping does not cover all exsisting
+ <p>If the given SequenceMapping does not cover all existing
labeled sequences just put the remaining sequences in old order
behind the others. For example you have 4 sequences and a
SequenceMapping [3,1]. The result should be a as if [3,1,0,2]
diff --git a/offapi/com/sun/star/chart2/data/XDataReceiver.idl b/offapi/com/sun/star/chart2/data/XDataReceiver.idl
index 10602cee2f34..13cb972d25a0 100644
--- a/offapi/com/sun/star/chart2/data/XDataReceiver.idl
+++ b/offapi/com/sun/star/chart2/data/XDataReceiver.idl
@@ -104,10 +104,10 @@ interface XDataReceiver : ::com::sun::star::uno::XInterface
data ranges used by the currently selected objects in the data
receiver component.
- <p>This is typically used by a spreadsheet to hightlight the
+ <p>This is typically used by a spreadsheet to highlight the
ranges used by the currently selected object in a chart.</p>
- <p>The range hightlighter is optional, i.e., this method may
+ <p>The range highlighter is optional, i.e., this method may
return an empty object.</p>
*/
XRangeHighlighter getRangeHighlighter();
diff --git a/offapi/com/sun/star/chart2/data/XDataSequence.idl b/offapi/com/sun/star/chart2/data/XDataSequence.idl
index d821200cb772..87a206a718d0 100644
--- a/offapi/com/sun/star/chart2/data/XDataSequence.idl
+++ b/offapi/com/sun/star/chart2/data/XDataSequence.idl
@@ -43,7 +43,7 @@ module chart2
module data
{
-/** allows acces to a one-dimensional sequence of data.
+/** allows access to a one-dimensional sequence of data.
<p>The data that is stored in this container may contain different
types.</p>
@@ -86,7 +86,7 @@ interface XDataSequence : ::com::sun::star::uno::XInterface
the longer side with parameter LONG_SIDE or you can obtain labels
for the shorter side with parameter SHORT_SIDE.
- If the range is not structured in a tabular way you may reveive
+ If the range is not structured in a tabular way you may receive
no label.
@return
@@ -97,7 +97,7 @@ interface XDataSequence : ::com::sun::star::uno::XInterface
sequence "Row 1" "Row 2" "Row 3" for the long side to be used
as categories for example.
- Example: Assuming this sequence has a Rangerepresentation spanning
+ Example: Assuming this sequence has a Range representation spanning
row 5 and 6 in column 8. Following sequences of strings or similar strings
are expected as return values:
diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
index 260f97c7aa38..c67b7687ec6c 100644
--- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
+++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
@@ -92,7 +92,7 @@ interface XDatabaseDataProvider
/**is used for subreports and contains the names of the columns of the subreport
which are related to the master fields of the parent report.
<p>Entries in this sequence can either denote column names in the sub report,
- or paramater names.<br/>
+ or parameter names.<br/>
For instance, you could base the report on the SQL statement
<code>SELECT * FROM invoices WHERE cust_ref = :cid</code>, and add <code>cid</code>
to the DetailFields property. In this case, the parameter will be filled from
@@ -104,7 +104,7 @@ interface XDatabaseDataProvider
master field.<br/>
If a string in this property denotes both a column name and a parameter name, it
is undefined which way it is interpreted, but implementations of the service are required
- to either decide for the paramter or the column, and proceed as usual.
+ to either decide for the parameter or the column, and proceed as usual.
</p>
<p>The columns specified herein typically represent a part of the primary key
fields or their aliases of the detail report.</p>
@@ -135,14 +135,14 @@ interface XDatabaseDataProvider
<p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
- <p>This property is only meaningfull together with the <member>Command</member>
+ <p>This property is only meaningful together with the <member>Command</member>
property, thus either <em>both</em> or <em>none</em> of them are present.</p>
@see com::sun::star::sdb::CommandType
*/
[attribute,bound] long CommandType;
- /** specifies an addtional filter to optinally use.
+ /** specifies an additional filter to optionally use.
<p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p>
@@ -177,7 +177,7 @@ interface XDatabaseDataProvider
set raises (com::sun::star::beans::UnknownPropertyException);
};
- /** is a additional sort order definition for a rowset.
+ /** is a additional sort order definition for a row set.
*/
[attribute,bound] string Order;
@@ -204,7 +204,7 @@ interface XDatabaseDataProvider
{
set raises (com::sun::star::lang::IllegalArgumentException);
};
- /** is the name of the datasource to use, this could be a named datasource
+ /** is the name of the data source to use, this could be a named data source
or the URL of a data access component.
*/
[attribute,bound] string DataSourceName;
diff --git a/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl b/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
index 27c1f53920df..3ac92632d757 100644
--- a/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
+++ b/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
@@ -41,7 +41,7 @@ module chart2
module data
{
-/** allows acces to a one-dimensional sequence of data.
+/** allows access to a one-dimensional sequence of data.
<p>The data that is stored in this container may contain different
types.</p>
diff --git a/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl b/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl
index ef5be16be3f8..8868b91dbd81 100644
--- a/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl
+++ b/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl
@@ -40,7 +40,7 @@ module chart2
module data
{
-/** allows acces to a one-dimensional sequence of double precision
+/** allows access to a one-dimensional sequence of double precision
floating-point numbers.
*/
interface XNumericalDataSequence : ::com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl b/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl
index de9a1f5615a8..9398284c309e 100644
--- a/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl
+++ b/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl
@@ -50,7 +50,7 @@ interface XRangeXMLConversion : ::com::sun::star::uno::XInterface
<p>For example spreadsheet ranges consisting of more than one
consecutive region are usually separated by a semicolon
- whereas in XML you separate multiple regions by a spacce.</p>
+ whereas in XML you separate multiple regions by a space.</p>
*/
string convertRangeToXML( [in] string aRangeRepresentation )
raises( com::sun::star::lang::IllegalArgumentException );
diff --git a/offapi/com/sun/star/chart2/data/XTextualDataSequence.idl b/offapi/com/sun/star/chart2/data/XTextualDataSequence.idl
index 3f2786d34389..09c754d740e7 100644
--- a/offapi/com/sun/star/chart2/data/XTextualDataSequence.idl
+++ b/offapi/com/sun/star/chart2/data/XTextualDataSequence.idl
@@ -40,7 +40,7 @@ module chart2
module data
{
-/** allows acces to a one-dimensional sequence of strings.
+/** allows access to a one-dimensional sequence of strings.
*/
interface XTextualDataSequence : ::com::sun::star::uno::XInterface
{