From 930073d72a9ba126ec3c1fa06d96b3d27ae25234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= Date: Sun, 24 Oct 2010 17:28:39 +0300 Subject: Fix some more typos in documentation --- .../com/sun/star/chart/AccessibleChartElement.idl | 2 +- offapi/com/sun/star/chart/ChartAxis.idl | 8 ++++---- offapi/com/sun/star/chart/ChartAxisXSupplier.idl | 2 +- offapi/com/sun/star/chart/ChartLegendPosition.idl | 4 ++-- .../sun/star/chart/ChartRegressionCurveType.idl | 2 +- offapi/com/sun/star/chart/ChartSolidType.idl | 2 +- offapi/com/sun/star/chart/ChartStatistics.idl | 4 ++-- offapi/com/sun/star/chart/ChartTitle.idl | 2 +- offapi/com/sun/star/chart/Dim3DDiagram.idl | 2 +- offapi/com/sun/star/chart/X3DDefaultSetter.idl | 6 +++--- offapi/com/sun/star/chart/XDiagramPositioning.idl | 4 ++-- offapi/com/sun/star/chart2/Axis.idl | 6 +++--- .../com/sun/star/chart2/CandleStickChartType.idl | 10 +++++----- offapi/com/sun/star/chart2/CoordinateSystem.idl | 2 +- .../com/sun/star/chart2/CoordinateSystemType.idl | 2 +- offapi/com/sun/star/chart2/DataPointProperties.idl | 6 +++--- offapi/com/sun/star/chart2/DataSeries.idl | 8 ++++---- offapi/com/sun/star/chart2/Diagram.idl | 4 ++-- .../com/sun/star/chart2/ExplicitIncrementData.idl | 4 ++-- offapi/com/sun/star/chart2/FillBitmap.idl | 2 +- offapi/com/sun/star/chart2/GridProperties.idl | 2 +- offapi/com/sun/star/chart2/IncrementData.idl | 2 +- offapi/com/sun/star/chart2/LogicTargetModel.idl | 4 ++-- offapi/com/sun/star/chart2/RelativePosition.idl | 4 ++-- offapi/com/sun/star/chart2/Symbol.idl | 2 +- offapi/com/sun/star/chart2/XChartType.idl | 8 ++++---- offapi/com/sun/star/chart2/XChartTypeTemplate.idl | 4 ++-- offapi/com/sun/star/chart2/XCoordinateSystem.idl | 12 ++++++------ offapi/com/sun/star/chart2/XPlotter.idl | 12 ++++++------ .../sun/star/chart2/XRegressionCurveCalculator.idl | 6 +++--- offapi/com/sun/star/chart2/XTransformation.idl | 2 +- offapi/com/sun/star/chart2/data/DataSequence.idl | 4 ++-- .../com/sun/star/chart2/data/DataSequenceRole.idl | 4 ++-- .../com/sun/star/chart2/data/HighlightedRange.idl | 2 +- .../star/chart2/data/RangeHighlightListener.idl | 2 +- .../chart2/data/TabularDataProviderArguments.idl | 4 ++-- offapi/com/sun/star/chart2/data/XDataReceiver.idl | 4 ++-- offapi/com/sun/star/chart2/data/XDataSequence.idl | 6 +++--- .../sun/star/chart2/data/XDatabaseDataProvider.idl | 12 ++++++------ .../sun/star/chart2/data/XLabeledDataSequence.idl | 2 +- .../star/chart2/data/XNumericalDataSequence.idl | 2 +- .../sun/star/chart2/data/XRangeXMLConversion.idl | 2 +- .../sun/star/chart2/data/XTextualDataSequence.idl | 2 +- 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 20eeb24..a5e3e5b 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 {

The XAccessibleExtendedComponent - is suported by all chart elements.

+ is supported by all chart elements.

@since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl index f71d9c0..d49ff07 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 . */ [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 718e33a..28d7f78 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 x-axis. */ published service ChartAxisXSupplier diff --git a/offapi/com/sun/star/chart/ChartLegendPosition.idl b/offapi/com/sun/star/chart/ChartLegendPosition.idl index 3272a9e..a06be28 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. -

The second entry in the legend is placed an the right hand +

The second entry in the legend is placed on the right hand side of the first one.

*/ TOP, @@ -80,7 +80,7 @@ published enum ChartLegendPosition /** displays the chart legend beneath the diagram. -

The second entry in the legend is placed an the right hand +

The second entry in the legend is placed on the right hand side of the first one.

*/ BOTTOM diff --git a/offapi/com/sun/star/chart/ChartRegressionCurveType.idl b/offapi/com/sun/star/chart/ChartRegressionCurveType.idl index 3ec04d0..d32c1a5 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 99aed1b..82b0063 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 28e2690..1496488 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.

The length of the error indicators is calculated for each - data point by taking the given percentatge of its value.

+ data point by taking the given percentage of its value.

this setting is effective if the ChartStatistics::ErrorCategory 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 ErrorBarCategory is set to ErrorBarCategory::FROM_DATA. */ diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl index 04e03f0..aaba6bc 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. -

Note that you can not change attributes of parts of a +

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.

*/ diff --git a/offapi/com/sun/star/chart/Dim3DDiagram.idl b/offapi/com/sun/star/chart/Dim3DDiagram.idl index 33aa5c9..d012e83 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 477e9f7..915f0a9 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 cc12ccf..c69601b 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 57fa1e5..c552a4d 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 4a89803..79787f0 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 , the candlesticks are shown as - japanese candlesticks. This implies that the property + Japanese candlesticks. This implies that the property ShowFirst is also .

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 Japanese is , the property set given here contains the formatting attributes of the white boxes, i.e. the boxes shown for rising values.

@@ -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 Japanese is , the property set given here contains the formatting attributes of the black boxes, i.e. the boxes shown for falling values.

@@ -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. -

This property is only evaluated for non-japanese - candlestick charts, as japanese candlesticks always require to +

This property is only evaluated for non-Japanese + candlestick charts, as Japanese candlesticks always require to show the first value.

Default is .

diff --git a/offapi/com/sun/star/chart2/CoordinateSystem.idl b/offapi/com/sun/star/chart2/CoordinateSystem.idl index 41695eb..17db847 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 e693acb..410d910 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 { /**

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.

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 65617bb..6e309dc 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 DataPointGeometry3D.

This is especially used for 3D bar-charts.

CUBOID==0 CYLINDER==1 CONE==2 PYRAMID==3 CUBOID==else

diff --git a/offapi/com/sun/star/chart2/DataSeries.idl b/offapi/com/sun/star/chart2/DataSeries.idl index aab42d2..16b0b1f 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.

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.

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 4550d0e..3b75f89 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. -

If a relative position is given the diagam is not automatically placed, +

If a relative position is given the diagram is not automatically placed, but instead is placed relative on the page.

*/ [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 70e0120..3ec727e 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.

-

PostEquidistant rules wether the Distance +

PostEquidistant rules whether the Distance is meant to be a value before or after scaling.

*/ double Distance; /** - PostEquidistant rules wether the member Distance + PostEquidistant rules whether the member Distance describes a distance before or after the scaling is applied.

If PostEquidistant equals Distance diff --git a/offapi/com/sun/star/chart2/FillBitmap.idl b/offapi/com/sun/star/chart2/FillBitmap.idl index 1f4db63..69d0ef6 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 7020d81..3a6b51a 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 f487c26..f37145a 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; /** - PostEquidistant rules wether the member Distance + PostEquidistant rules whether the member Distance describes a distance before or after the scaling is applied.

If PostEquidistant equals Distance diff --git a/offapi/com/sun/star/chart2/LogicTargetModel.idl b/offapi/com/sun/star/chart2/LogicTargetModel.idl index f4edf4f..fc2ed9b 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 e96e6c4..ae2e95c 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.

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.

+ be placed at the given coordinates. If Anchor is RIGHT the right middle corner of the object will + be placed at the given coordinates.

*/ ::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 3197f2e..24fafa9 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 fb39579..07f358b 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.

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.

diff --git a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl index 4e98b32..afb241f 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 . If this parameter is the template - itselfs stays unmodified. + itself stays unmodified. @return 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 689abba..9ae7217 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 064db4e..af3b19a 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.

- 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 7a6370e..10960d9 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 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

The value of r is signed. Often r2 is used instead of r to denote - a regression curve's accuray.

+ a regression curve's accuracy.

@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 1ce244c..4459d54 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 3a02ad0..36f9167 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 sequence of double 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 sequence of string values. */ diff --git a/offapi/com/sun/star/chart2/data/DataSequenceRole.idl b/offapi/com/sun/star/chart2/data/DataSequenceRole.idl index 9513e94..6e56da4 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.
values-min
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.
values-max
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.
*/ diff --git a/offapi/com/sun/star/chart2/data/HighlightedRange.idl b/offapi/com/sun/star/chart2/data/HighlightedRange.idl index 97e6827..3aca46b 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 , the range given in - RangeRepresentation 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/RangeHighlightListener.idl b/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl index 4e4c39b..21e6687 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 XRangeHighlighter 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 9ff8f44..52b4cdf 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. -

The range adress string must be interpretable by the +

The range address string must be interpretable by the component that implements XDataProvider and gets this property as argument to XDataProvider::detectArguments.

@@ -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.

-

If the given SequenceMapping does not cover all exsisting +

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 1eeeea4..bc84d95 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. -

This is typically used by a spreadsheet to hightlight the +

This is typically used by a spreadsheet to highlight the ranges used by the currently selected object in a chart.

-

The range hightlighter is optional, i.e., this method may +

The range highlighter is optional, i.e., this method may return an empty object.

*/ XRangeHighlighter getRangeHighlighter(); diff --git a/offapi/com/sun/star/chart2/data/XDataSequence.idl b/offapi/com/sun/star/chart2/data/XDataSequence.idl index 3776b1c..b0f92a6 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.

The data that is stored in this container may contain different types.

@@ -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 a437f80..afa956b 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.

Entries in this sequence can either denote column names in the sub report, - or paramater names.
+ or parameter names.
For instance, you could base the report on the SQL statement SELECT * FROM invoices WHERE cust_ref = :cid, and add cid to the DetailFields property. In this case, the parameter will be filled from @@ -104,7 +104,7 @@ interface XDatabaseDataProvider master field.
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.

The columns specified herein typically represent a part of the primary key fields or their aliases of the detail report.

@@ -135,14 +135,14 @@ interface XDatabaseDataProvider

Command needs to be interpreted depending on the value of this property.

-

This property is only meaningfull together with the Command +

This property is only meaningful together with the Command property, thus either both or none of them are present.

@see com::sun::star::sdb::CommandType */ [attribute,bound] long CommandType; - /** specifies an addtional filter to optinally use. + /** specifies an additional filter to optionally use.

The Filter string has to form a SQL WHERE-clause, without the WHERE-string itself.

@@ -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 2fefcaf..ee855c6 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.

The data that is stored in this container may contain different types.

diff --git a/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl b/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl index e80fdaa..d281c59 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 0a556a7..da8140e 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

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.

+ whereas in XML you separate multiple regions by a space.

*/ 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 56c0e23..3691f6e 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 { -- 1.7.2.3