From 84f40b44e826b149e66be59c78582d138070024b Mon Sep 17 00:00:00 2001
From: Aurimas FiĊĦeras The
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 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.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
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 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 isJapanese 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
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
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 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
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 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.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 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. -
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 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. -If
If
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 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.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 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
- 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
The value of
The range adress string must be interpretable by the +
The range address string must be interpretable by the
component that implements
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 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. -
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 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.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 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.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 XDatabaseDataProviderThis property is only meaningfull together with the
This property is only meaningful together with the
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 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.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 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::XInterfaceFor 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 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 { -- cgit