diff options
Diffstat (limited to 'offapi/com/sun/star/chart2')
70 files changed, 77 insertions, 347 deletions
diff --git a/offapi/com/sun/star/chart2/Axis.idl b/offapi/com/sun/star/chart2/Axis.idl index 57fa1e568..16e8fd41c 100644 --- a/offapi/com/sun/star/chart2/Axis.idl +++ b/offapi/com/sun/star/chart2/Axis.idl @@ -28,15 +28,12 @@ #define com_sun_star_chart_Axis_idl #include <com/sun/star/beans/PropertySet.idl> - #include <com/sun/star/chart/ChartAxisArrangeOrderType.idl> #include <com/sun/star/chart/ChartAxisPosition.idl> #include <com/sun/star/chart/ChartAxisLabelPosition.idl> #include <com/sun/star/chart/ChartAxisMarkPosition.idl> - #include <com/sun/star/chart2/XAxis.idl> #include <com/sun/star/chart2/XTitled.idl> - #include <com/sun/star/drawing/LineProperties.idl> #include <com/sun/star/style/CharacterProperties.idl> #include <com/sun/star/style/CharacterPropertiesAsian.idl> @@ -87,15 +84,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 4a898037d..79787f08c 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/ChartDocument.idl b/offapi/com/sun/star/chart2/ChartDocument.idl index c2f3f1c25..fe7216cd7 100644 --- a/offapi/com/sun/star/chart2/ChartDocument.idl +++ b/offapi/com/sun/star/chart2/ChartDocument.idl @@ -29,11 +29,9 @@ #include <com/sun/star/style/XStyleFamiliesSupplier.idl> #include <com/sun/star/util/XNumberFormatsSupplier.idl> - #include <com/sun/star/chart2/XChartDocument.idl> #include <com/sun/star/chart2/XUndoSupplier.idl> #include <com/sun/star/chart2/data/XDataReceiver.idl> - #include <com/sun/star/chart2/XTitled.idl> #include <com/sun/star/lang/XInitialization.idl> diff --git a/offapi/com/sun/star/chart2/ChartType.idl b/offapi/com/sun/star/chart2/ChartType.idl index 73c47039f..c6b5d4855 100644 --- a/offapi/com/sun/star/chart2/ChartType.idl +++ b/offapi/com/sun/star/chart2/ChartType.idl @@ -28,7 +28,6 @@ #define com_sun_star_chart2_ChartType_idl #include <com/sun/star/beans/XPropertySet.idl> - #include <com/sun/star/chart2/XChartType.idl> #include <com/sun/star/chart2/XDataSeriesContainer.idl> diff --git a/offapi/com/sun/star/chart2/CoordinateSystem.idl b/offapi/com/sun/star/chart2/CoordinateSystem.idl index 41695eb19..b74aace0e 100644 --- a/offapi/com/sun/star/chart2/CoordinateSystem.idl +++ b/offapi/com/sun/star/chart2/CoordinateSystem.idl @@ -1,21 +1,10 @@ #ifndef com_sun_star_chart2_CoordinateSystem_idl #define com_sun_star_chart2_CoordinateSystem_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef com_sun_star_chart2_XScale_idl #include <com/sun/star/chart2/XScale.idl> -#endif - -#ifndef __com_sun_star_util_XCloneable_idl__ #include <com/sun/star/util/XCloneable.idl> -#endif - -#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ #include <com/sun/star/lang/IndexOutOfBoundsException.idl> -#endif module com { @@ -34,7 +23,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 a16e2a238..410d910ac 100644 --- a/offapi/com/sun/star/chart2/CoordinateSystemType.idl +++ b/offapi/com/sun/star/chart2/CoordinateSystemType.idl @@ -1,20 +1,13 @@ #ifndef com_sun_star_chart2_CoordinateSystemType_idl #define com_sun_star_chart2_CoordinateSystemType_idl -// #ifndef com_sun_star_chart2_XCoordinateSystemType_idl -// #include <com/sun/star/chart2/XCoordinateSystemType.idl> -// #endif - -//============================================================================= 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 @@ -29,8 +22,6 @@ service CoordinateSystemType // interface ::com::sun::star::chart2::XCoordinateSystemType; }; -//============================================================================= - }; }; }; }; #endif diff --git a/offapi/com/sun/star/chart2/DataPoint.idl b/offapi/com/sun/star/chart2/DataPoint.idl index bdfa2d8bc..f2ea3e8d8 100644 --- a/offapi/com/sun/star/chart2/DataPoint.idl +++ b/offapi/com/sun/star/chart2/DataPoint.idl @@ -28,7 +28,6 @@ #define com_sun_star_chart2_DataPoint_idl #include <com/sun/star/style/CharacterProperties.idl> - #include <com/sun/star/style/XStyle.idl> module com diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl index 65617bb06..7c19752fa 100644 --- a/offapi/com/sun/star/chart2/DataPointProperties.idl +++ b/offapi/com/sun/star/chart2/DataPointProperties.idl @@ -28,12 +28,10 @@ #define com_sun_star_chart2_DataPointProperties_idl #include <com/sun/star/beans/PropertySet.idl> - #include <com/sun/star/awt/Gradient.idl> #include <com/sun/star/drawing/Hatch.idl> #include <com/sun/star/drawing/LineDash.idl> #include <com/sun/star/style/XStyle.idl> - #include <com/sun/star/chart2/BitmapProperty.idl> #include <com/sun/star/chart2/TransparencyStyle.idl> #include <com/sun/star/chart2/DataCaptionStyle.idl> @@ -50,7 +48,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 +194,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 +251,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 144a74e3f..a6364024a 100644 --- a/offapi/com/sun/star/chart2/DataSeries.idl +++ b/offapi/com/sun/star/chart2/DataSeries.idl @@ -31,8 +31,6 @@ #include <com/sun/star/container/XIndexContainer.idl> #include <com/sun/star/container/XContainer.idl> #include <com/sun/star/style/XStyle.idl> - -//#include <com/sun/star/chart2/ChartTypeSupplier.idl> #include <com/sun/star/chart2/CoordinateSystemSupplier.idl> #include <com/sun/star/chart2/data/XDataSink.idl> #include <com/sun/star/chart2/data/XDataSource.idl> @@ -54,7 +52,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 @@ -151,7 +149,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 @@ -163,7 +161,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; @@ -172,7 +170,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 4550d0ec6..fec55fe12 100644 --- a/offapi/com/sun/star/chart2/Diagram.idl +++ b/offapi/com/sun/star/chart2/Diagram.idl @@ -27,10 +27,7 @@ #ifndef com_sun_star_chart_Diagram_idl #define com_sun_star_chart_Diagram_idl -#ifndef com_sun_star_chart2_XDiagram_idl__ #include <com/sun/star/chart2/XDiagram.idl> -#endif - #include <com/sun/star/chart2/XCoordinateSystemContainer.idl> #include <com/sun/star/chart2/XTitled.idl> #include <com/sun/star/chart2/RelativePosition.idl> @@ -62,13 +59,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/ExponentialScaling.idl b/offapi/com/sun/star/chart2/ExponentialScaling.idl index 6ac775831..58a65f992 100644 --- a/offapi/com/sun/star/chart2/ExponentialScaling.idl +++ b/offapi/com/sun/star/chart2/ExponentialScaling.idl @@ -27,9 +27,7 @@ #ifndef com_sun_star_chart2_ExponentialScaling_idl #define com_sun_star_chart2_ExponentialScaling_idl -#ifndef com_sun_star_chart2_XScaling_idl #include <com/sun/star/chart2/XScaling.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/FillBitmap.idl b/offapi/com/sun/star/chart2/FillBitmap.idl index c58b35471..472df59a9 100644 --- a/offapi/com/sun/star/chart2/FillBitmap.idl +++ b/offapi/com/sun/star/chart2/FillBitmap.idl @@ -27,23 +27,10 @@ #ifndef com_sun_star_chart2_FillBitmap_idl #define com_sun_star_chart2_FillBitmap_idl -// #ifndef __com_sun_star_awt_XBitmap_idl__ -// #include <com/sun/star/awt/XBitmap.idl> -// #endif - -#ifndef __com_sun_star_awt_Point_idl__ #include <com/sun/star/awt/Point.idl> -#endif -#ifndef __com_sun_star_awt_Size_idl__ #include <com/sun/star/awt/Size.idl> -#endif - -#ifndef __com_sun_star_drawing_BitmapMode_idl__ #include <com/sun/star/drawing/BitmapMode.idl> -#endif -#ifndef __com_sun_star_drawing_RectanglePoint_idl__ #include <com/sun/star/drawing/RectanglePoint.idl> -#endif module com @@ -55,7 +42,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 @@ -76,7 +63,7 @@ struct FillBitmap com::sun::star::awt::Point aOffset; /** Every second line (X) / row (Y) of tiles is moved the given - percent of the witdh of the bitmap. + percent of the width of the bitmap. */ com::sun::star::awt::Point aPositionOffset; diff --git a/offapi/com/sun/star/chart2/FormattedString.idl b/offapi/com/sun/star/chart2/FormattedString.idl index 5c9c094ad..1916425e5 100644 --- a/offapi/com/sun/star/chart2/FormattedString.idl +++ b/offapi/com/sun/star/chart2/FormattedString.idl @@ -1,15 +1,11 @@ #ifndef com_sun_star_chart_XFormattedString_idl #define com_sun_star_chart_XFormattedString_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - #include <com/sun/star/beans/PropertySet.idl> #include <com/sun/star/style/CharacterProperties.idl> #include <com/sun/star/style/CharacterPropertiesAsian.idl> #include <com/sun/star/style/CharacterPropertiesComplex.idl> - #include <com/sun/star/chart2/XFormattedString.idl> module com diff --git a/offapi/com/sun/star/chart2/GridProperties.idl b/offapi/com/sun/star/chart2/GridProperties.idl index 7020d8110..dbcd4a38c 100644 --- a/offapi/com/sun/star/chart2/GridProperties.idl +++ b/offapi/com/sun/star/chart2/GridProperties.idl @@ -28,9 +28,7 @@ #define com_sun_star_chart_GridProperties_idl #include <com/sun/star/beans/XPropertySet.idl> - #include <com/sun/star/chart2/XGrid.idl> - #include <com/sun/star/drawing/LineProperties.idl> module com @@ -50,7 +48,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 ffd595807..0342a1c15 100644 --- a/offapi/com/sun/star/chart2/IncrementData.idl +++ b/offapi/com/sun/star/chart2/IncrementData.idl @@ -27,7 +27,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/Legend.idl b/offapi/com/sun/star/chart2/Legend.idl index 2b1565480..3bd908a6f 100644 --- a/offapi/com/sun/star/chart2/Legend.idl +++ b/offapi/com/sun/star/chart2/Legend.idl @@ -30,7 +30,6 @@ #include <com/sun/star/chart2/XLegend.idl> #include <com/sun/star/chart2/LegendPosition.idl> #include <com/sun/star/chart/ChartLegendExpansion.idl> - #include <com/sun/star/beans/PropertySet.idl> #include <com/sun/star/drawing/LineProperties.idl> #include <com/sun/star/drawing/FillProperties.idl> @@ -70,7 +69,7 @@ service Legend */ [property] ::com::sun::star::chart::ChartLegendExpansion Expansion; - /** Determines, whether the legend should be redered by the view. + /** Determines, whether the legend should be rendered by the view. */ [property] boolean Show; diff --git a/offapi/com/sun/star/chart2/LinearScaling.idl b/offapi/com/sun/star/chart2/LinearScaling.idl index 37a488afe..28e39050a 100644 --- a/offapi/com/sun/star/chart2/LinearScaling.idl +++ b/offapi/com/sun/star/chart2/LinearScaling.idl @@ -27,9 +27,7 @@ #ifndef com_sun_star_chart2_LinearScaling_idl #define com_sun_star_chart2_LinearScaling_idl -#ifndef com_sun_star_chart2_XScaling_idl #include <com/sun/star/chart2/XScaling.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/LogarithmicScaling.idl b/offapi/com/sun/star/chart2/LogarithmicScaling.idl index ee0e9154a..35c18519a 100644 --- a/offapi/com/sun/star/chart2/LogarithmicScaling.idl +++ b/offapi/com/sun/star/chart2/LogarithmicScaling.idl @@ -27,9 +27,7 @@ #ifndef com_sun_star_chart2_LogarithmicScaling_idl #define com_sun_star_chart2_LogarithmicScaling_idl -#ifndef com_sun_star_chart2_XScaling_idl #include <com/sun/star/chart2/XScaling.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/LogicTargetModel.idl b/offapi/com/sun/star/chart2/LogicTargetModel.idl index f4edf4f31..fc2ed9b7f 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/PowerScaling.idl b/offapi/com/sun/star/chart2/PowerScaling.idl index 72269798b..dc6f07cb9 100644 --- a/offapi/com/sun/star/chart2/PowerScaling.idl +++ b/offapi/com/sun/star/chart2/PowerScaling.idl @@ -27,9 +27,7 @@ #ifndef com_sun_star_chart2_PowerScaling_idl #define com_sun_star_chart2_PowerScaling_idl -#ifndef com_sun_star_chart2_XScaling_idl #include <com/sun/star/chart2/XScaling.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/RelativePosition.idl b/offapi/com/sun/star/chart2/RelativePosition.idl index e96e6c4e2..84b0b799c 100644 --- a/offapi/com/sun/star/chart2/RelativePosition.idl +++ b/offapi/com/sun/star/chart2/RelativePosition.idl @@ -27,9 +27,7 @@ #ifndef com_sun_star_chart2_RelativePosition_idl #define com_sun_star_chart2_RelativePosition_idl -#ifndef __com_sun_star_drawing_Alignment_idl__ #include <com/sun/star/drawing/Alignment.idl> -#endif module com { @@ -74,8 +72,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/Scaling.idl b/offapi/com/sun/star/chart2/Scaling.idl index 32382467e..bd87603df 100644 --- a/offapi/com/sun/star/chart2/Scaling.idl +++ b/offapi/com/sun/star/chart2/Scaling.idl @@ -27,9 +27,7 @@ #ifndef com_sun_star_chart2_Scaling_idl #define com_sun_star_chart2_Scaling_idl -#ifndef com_sun_star_chart2_XScaling_idl #include <com/sun/star/chart2/XScaling.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl b/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl index 11f509170..4e0357164 100644 --- a/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl +++ b/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl @@ -27,9 +27,7 @@ #ifndef com_sun_star_chart_StandardDiagramCreationParameters_idl #define com_sun_star_chart_StandardDiagramCreationParameters_idl -#ifndef __com_sun_star_beans_PropertyValue_idl__ #include <com/sun/star/beans/PropertyValue.idl> -#endif module com { diff --git a/offapi/com/sun/star/chart2/Symbol.idl b/offapi/com/sun/star/chart2/Symbol.idl index 3197f2ed7..40c7de726 100644 --- a/offapi/com/sun/star/chart2/Symbol.idl +++ b/offapi/com/sun/star/chart2/Symbol.idl @@ -27,13 +27,9 @@ #ifndef com_sun_star_chart2_Symbol_idl #define com_sun_star_chart2_Symbol_idl -#ifndef __com_sun_star_drawing_PolyPolygonBezierCoords_idl__ #include <com/sun/star/drawing/PolyPolygonBezierCoords.idl> -#endif - #include <com/sun/star/awt/Size.idl> #include <com/sun/star/graphic/XGraphic.idl> - #include <com/sun/star/chart2/SymbolStyle.idl> //============================================================================= @@ -91,7 +87,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/Title.idl b/offapi/com/sun/star/chart2/Title.idl index 90a64c550..d1d2f1df8 100644 --- a/offapi/com/sun/star/chart2/Title.idl +++ b/offapi/com/sun/star/chart2/Title.idl @@ -29,9 +29,7 @@ #include <com/sun/star/style/ParagraphProperties.idl> #include <com/sun/star/layout/LayoutElement.idl> - #include <com/sun/star/chart2/XTitle.idl> - #include <com/sun/star/beans/PropertySet.idl> #include <com/sun/star/drawing/LineProperties.idl> #include <com/sun/star/drawing/FillProperties.idl> diff --git a/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl b/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl index 7c4e9d431..3897f3a94 100755..100644 --- a/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl +++ b/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_chart2_XAnyDescriptionAccess_idl__ #define __com_sun_star_chart2_XAnyDescriptionAccess_idl__ -#ifndef __com_sun_star_chart_XComplexDescriptionAccess_idl__ #include <com/sun/star/chart/XComplexDescriptionAccess.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/XAxis.idl b/offapi/com/sun/star/chart2/XAxis.idl index 5651f7a32..9e0e86c16 100644 --- a/offapi/com/sun/star/chart2/XAxis.idl +++ b/offapi/com/sun/star/chart2/XAxis.idl @@ -27,12 +27,8 @@ #ifndef com_sun_star_chart_XAxis_idl #define com_sun_star_chart_XAxis_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - #include <com/sun/star/beans/XPropertySet.idl> - #include <com/sun/star/chart2/ScaleData.idl> module com diff --git a/offapi/com/sun/star/chart2/XChartShape.idl b/offapi/com/sun/star/chart2/XChartShape.idl index c58f35023..669aadabf 100644 --- a/offapi/com/sun/star/chart2/XChartShape.idl +++ b/offapi/com/sun/star/chart2/XChartShape.idl @@ -1,34 +1,14 @@ #ifndef com_sun_star_chart2_XChartShape_idl #define com_sun_star_chart2_XChartShape_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef com_sun_star_chart2_XTransformation_idl #include <com/sun/star/chart2/XTransformation.idl> -#endif - -#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ #include <com/sun/star/beans/UnknownPropertyException.idl> -#endif -#ifndef __com_sun_star_beans_PropertyVetoException_idl__ #include <com/sun/star/beans/PropertyVetoException.idl> -#endif - -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif -#ifndef __com_sun_star_lang_WrappedTargetException_idl__ #include <com/sun/star/lang/WrappedTargetException.idl> -#endif - -#ifndef __com_sun_star_awt_Point_idl__ #include <com/sun/star/awt/Point.idl> -#endif -#ifndef __com_sun_star_awt_Size_idl__ #include <com/sun/star/awt/Size.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/XChartShapeContainer.idl b/offapi/com/sun/star/chart2/XChartShapeContainer.idl index f7505e030..e32e8f47b 100644 --- a/offapi/com/sun/star/chart2/XChartShapeContainer.idl +++ b/offapi/com/sun/star/chart2/XChartShapeContainer.idl @@ -1,13 +1,8 @@ #ifndef com_sun_star_chart2_XChartShapeContainer_idl #define com_sun_star_chart2_XChartShapeContainer_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_drawing_XShape_idl__ #include <com/sun/star/drawing/XShape.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/XChartType.idl b/offapi/com/sun/star/chart2/XChartType.idl index fb395790f..6dce9a1e1 100644 --- a/offapi/com/sun/star/chart2/XChartType.idl +++ b/offapi/com/sun/star/chart2/XChartType.idl @@ -1,14 +1,8 @@ #ifndef com_sun_star_chart2_XChartType_idl #define com_sun_star_chart2_XChartType_idl -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif - -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - #include <com/sun/star/chart2/XCoordinateSystem.idl> module com @@ -25,7 +19,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 +27,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/XChartTypeContainer.idl b/offapi/com/sun/star/chart2/XChartTypeContainer.idl index fc583bfdc..2701739d4 100644 --- a/offapi/com/sun/star/chart2/XChartTypeContainer.idl +++ b/offapi/com/sun/star/chart2/XChartTypeContainer.idl @@ -28,17 +28,9 @@ #define com_sun_star_chart2_XChartTypeContainer_idl #include <com/sun/star/uno/XInterface.idl> - -#ifndef com_sun_star_chart_XChartType_idl #include <com/sun/star/chart2/XChartType.idl> -#endif - -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif -#ifndef __com_sun_star_container_NoSuchElementException_idl__ #include <com/sun/star/container/NoSuchElementException.idl> -#endif module com { @@ -59,7 +51,7 @@ interface XChartTypeContainer : com::sun::star::uno::XInterface void addChartType( [in] XChartType aChartType ) raises( com::sun::star::lang::IllegalArgumentException ); - /** removes one data deries from the chart type container. + /** removes one data series from the chart type container. */ void removeChartType( [in] XChartType aChartType ) raises( com::sun::star::container::NoSuchElementException ); diff --git a/offapi/com/sun/star/chart2/XChartTypeManager.idl b/offapi/com/sun/star/chart2/XChartTypeManager.idl index efc9e7a12..bc2b23d3e 100644 --- a/offapi/com/sun/star/chart2/XChartTypeManager.idl +++ b/offapi/com/sun/star/chart2/XChartTypeManager.idl @@ -3,7 +3,6 @@ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/lang/IllegalArgumentException.idl> - #include <com/sun/star/chart2/XChartTypeTemplate.idl> module com diff --git a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl index 4e98b3290..890b90a03 100644 --- a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl +++ b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl @@ -27,17 +27,9 @@ #ifndef com_sun_star_chart_XChartTypeTemplate_idl #define com_sun_star_chart_XChartTypeTemplate_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_beans_PropertyValue_idl__ #include <com/sun/star/beans/PropertyValue.idl> -#endif -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif - #include <com/sun/star/chart2/XDiagram.idl> #include <com/sun/star/chart2/data/XDataSource.idl> #include <com/sun/star/chart2/XChartType.idl> @@ -150,7 +142,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 +159,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 942e7ea50..c036c5a47 100644 --- a/offapi/com/sun/star/chart2/XCoordinateSystem.idl +++ b/offapi/com/sun/star/chart2/XCoordinateSystem.idl @@ -27,14 +27,8 @@ #ifndef com_sun_star_chart2_XCoordinateSystem_idl #define com_sun_star_chart2_XCoordinateSystem_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ #include <com/sun/star/lang/IndexOutOfBoundsException.idl> -#endif - #include <com/sun/star/chart2/XAxis.idl> module com @@ -55,7 +49,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(); @@ -63,8 +57,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, @@ -72,8 +66,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() @@ -84,7 +78,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/XCoordinateSystemContainer.idl b/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl index 0f455202f..554c9fb70 100644 --- a/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl +++ b/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl @@ -28,15 +28,9 @@ #define com_sun_star_chart2_XCoordinateSystemContainer_idl #include <com/sun/star/uno/XInterface.idl> - #include <com/sun/star/chart2/XCoordinateSystem.idl> - -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif -#ifndef __com_sun_star_container_NoSuchElementException_idl__ #include <com/sun/star/container/NoSuchElementException.idl> -#endif module com { diff --git a/offapi/com/sun/star/chart2/XDataInterpreter.idl b/offapi/com/sun/star/chart2/XDataInterpreter.idl index ace1d9459..6f4857e44 100644 --- a/offapi/com/sun/star/chart2/XDataInterpreter.idl +++ b/offapi/com/sun/star/chart2/XDataInterpreter.idl @@ -27,13 +27,8 @@ #ifndef com_sun_star_chart2_XDataInterpreter_idl #define com_sun_star_chart2_XDataInterpreter_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif -#ifndef __com_sun_star_beans_PropertyValue_idl__ #include <com/sun/star/beans/PropertyValue.idl> -#endif - #include <com/sun/star/chart2/InterpretedData.idl> #include <com/sun/star/chart2/data/XDataSource.idl> #include <com/sun/star/chart2/XDataSeries.idl> diff --git a/offapi/com/sun/star/chart2/XDataSeries.idl b/offapi/com/sun/star/chart2/XDataSeries.idl index 9558dde9c..a2ff114ab 100644 --- a/offapi/com/sun/star/chart2/XDataSeries.idl +++ b/offapi/com/sun/star/chart2/XDataSeries.idl @@ -27,19 +27,9 @@ #ifndef com_sun_star_chart2_XDataSeries_idl #define com_sun_star_chart2_XDataSeries_idl -// #include <com/sun/star/chart2/XCoordinateSystem.idl> - -#ifndef __com_sun_star_beans_XPropertySet_idl__ #include <com/sun/star/beans/XPropertySet.idl> -#endif - -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ #include <com/sun/star/lang/IndexOutOfBoundsException.idl> -#endif module com { @@ -74,7 +64,7 @@ interface XDataSeries : ::com::sun::star::uno::XInterface */ void resetDataPoint( [in] long nIndex ); - /** all data point formattings are cleared + /** all data point formatting are cleared */ void resetAllDataPoints(); }; diff --git a/offapi/com/sun/star/chart2/XDataSeriesContainer.idl b/offapi/com/sun/star/chart2/XDataSeriesContainer.idl index efb2962f1..a65008d0b 100644 --- a/offapi/com/sun/star/chart2/XDataSeriesContainer.idl +++ b/offapi/com/sun/star/chart2/XDataSeriesContainer.idl @@ -28,17 +28,9 @@ #define com_sun_star_chart2_XDataSeriesContainer_idl #include <com/sun/star/uno/XInterface.idl> - -#ifndef com_sun_star_chart_XDataSeries_idl #include <com/sun/star/chart2/XDataSeries.idl> -#endif - -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif -#ifndef __com_sun_star_container_NoSuchElementException_idl__ #include <com/sun/star/container/NoSuchElementException.idl> -#endif module com { @@ -59,7 +51,7 @@ interface XDataSeriesContainer : com::sun::star::uno::XInterface void addDataSeries( [in] XDataSeries aDataSeries ) raises( com::sun::star::lang::IllegalArgumentException ); - /** removes one data deries from the data series container. + /** removes one data series from the data series container. */ void removeDataSeries( [in] XDataSeries aDataSeries ) raises( com::sun::star::container::NoSuchElementException ); diff --git a/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl b/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl index f7a59ddac..5b102ffab 100644 --- a/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl +++ b/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl @@ -27,13 +27,8 @@ #ifndef com_sun_star_chart2_xdefaultsizetransmitter_idl #define com_sun_star_chart2_xdefaultsizetransmitter_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_awt_Size_idl__ #include <com/sun/star/awt/Size.idl> -#endif module com { diff --git a/offapi/com/sun/star/chart2/XDiagram.idl b/offapi/com/sun/star/chart2/XDiagram.idl index fe8183208..78998ae69 100644 --- a/offapi/com/sun/star/chart2/XDiagram.idl +++ b/offapi/com/sun/star/chart2/XDiagram.idl @@ -27,10 +27,7 @@ #ifndef com_sun_star_chart2_XDiagram_idl #define com_sun_star_chart2_XDiagram_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - #include <com/sun/star/beans/XPropertySet.idl> #include <com/sun/star/beans/PropertyValue.idl> #include <com/sun/star/chart2/XLegend.idl> diff --git a/offapi/com/sun/star/chart2/XDiagramProvider.idl b/offapi/com/sun/star/chart2/XDiagramProvider.idl index 128dd08cb..d16f1c6f8 100644 --- a/offapi/com/sun/star/chart2/XDiagramProvider.idl +++ b/offapi/com/sun/star/chart2/XDiagramProvider.idl @@ -27,10 +27,7 @@ #ifndef com_sun_star_chart2_XDiagramProvider_idl #define com_sun_star_chart2_XDiagramProvider_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - #include <com/sun/star/chart2/XDiagram.idl> #include <com/sun/star/chart2/XChartTypeTemplate.idl> diff --git a/offapi/com/sun/star/chart2/XFastPropertyState.idl b/offapi/com/sun/star/chart2/XFastPropertyState.idl index ec7ac4691..ee6b40e42 100644 --- a/offapi/com/sun/star/chart2/XFastPropertyState.idl +++ b/offapi/com/sun/star/chart2/XFastPropertyState.idl @@ -27,21 +27,10 @@ #ifndef __com_sun_star_beans_XFastPropertyState_idl__ #define __com_sun_star_beans_XFastPropertyState_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_beans_PropertyState_idl__ #include <com/sun/star/beans/PropertyState.idl> -#endif - -#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ #include <com/sun/star/beans/UnknownPropertyException.idl> -#endif - -#ifndef __com_sun_star_lang_WrappedTargetException_idl__ #include <com/sun/star/lang/WrappedTargetException.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/XFormattedString.idl b/offapi/com/sun/star/chart2/XFormattedString.idl index 28321493a..6c6338f41 100644 --- a/offapi/com/sun/star/chart2/XFormattedString.idl +++ b/offapi/com/sun/star/chart2/XFormattedString.idl @@ -1,11 +1,7 @@ #ifndef com_sun_star_chart_XFormattedString_idl #define com_sun_star_chart_XFormattedString_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#include <com/sun/star/chart2/XFormattedString.idl> module com { diff --git a/offapi/com/sun/star/chart2/XLabeled.idl b/offapi/com/sun/star/chart2/XLabeled.idl index e9e19e3a5..9f9e24dc8 100644 --- a/offapi/com/sun/star/chart2/XLabeled.idl +++ b/offapi/com/sun/star/chart2/XLabeled.idl @@ -27,17 +27,9 @@ #ifndef com_sun_star_chart2_XLabeled_idl #define com_sun_star_chart2_XLabeled_idl -#ifndef __com_sun_star_frame_XModel_idl__ #include <com/sun/star/frame/XModel.idl> -#endif - -#ifndef com_sun_star_chart2_XTitle_idl #include <com/sun/star/chart2/XTitle.idl> -#endif - -#ifndef __com_sun_star_drawing_RectanglePoint_idl__ #include <com/sun/star/drawing/RectanglePoint.idl> -#endif module com { diff --git a/offapi/com/sun/star/chart2/XRegressionCurve.idl b/offapi/com/sun/star/chart2/XRegressionCurve.idl index 406b57dc3..f75497205 100644 --- a/offapi/com/sun/star/chart2/XRegressionCurve.idl +++ b/offapi/com/sun/star/chart2/XRegressionCurve.idl @@ -29,7 +29,6 @@ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/beans/XPropertySet.idl> - #include <com/sun/star/chart2/XRegressionCurveCalculator.idl> module com diff --git a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl index 7a6370e90..98d5ee75c 100644 --- a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl +++ b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl @@ -28,7 +28,6 @@ #define com_sun_star_chart2_XRegressionCurveCalculator_idl #include <com/sun/star/uno/XInterface.idl> - #include <com/sun/star/util/XNumberFormatsSupplier.idl> #include <com/sun/star/lang/IllegalArgumentException.idl> #include <com/sun/star/geometry/RealPoint2D.idl> @@ -93,7 +92,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 +115,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 +134,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/XRegressionCurveContainer.idl b/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl index 3a1c52a4c..23802b418 100644 --- a/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl +++ b/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl @@ -28,15 +28,9 @@ #define com_sun_star_chart2_XRegressionCurveContainer_idl #include <com/sun/star/uno/XInterface.idl> - #include <com/sun/star/chart2/XRegressionCurve.idl> - -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif -#ifndef __com_sun_star_container_NoSuchElementException_idl__ #include <com/sun/star/container/NoSuchElementException.idl> -#endif module com { diff --git a/offapi/com/sun/star/chart2/XScaling.idl b/offapi/com/sun/star/chart2/XScaling.idl index 569f29ff2..b68ee3aea 100644 --- a/offapi/com/sun/star/chart2/XScaling.idl +++ b/offapi/com/sun/star/chart2/XScaling.idl @@ -1,9 +1,7 @@ #ifndef com_sun_star_chart2_XScaling_idl #define com_sun_star_chart2_XScaling_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif //============================================================================= diff --git a/offapi/com/sun/star/chart2/XStyleSupplier.idl b/offapi/com/sun/star/chart2/XStyleSupplier.idl index 8036595ef..97a02c495 100644 --- a/offapi/com/sun/star/chart2/XStyleSupplier.idl +++ b/offapi/com/sun/star/chart2/XStyleSupplier.idl @@ -27,15 +27,9 @@ #ifndef com_sun_star_style_XStyleSupplier_idl #define com_sun_star_style_XStyleSupplier_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif -#ifndef __com_sun_star_style_XStyle_idl__ #include <com/sun/star/style/XStyle.idl> -#endif -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif module com { diff --git a/offapi/com/sun/star/chart2/XTarget.idl b/offapi/com/sun/star/chart2/XTarget.idl index 1e18166d3..65ea3175d 100644 --- a/offapi/com/sun/star/chart2/XTarget.idl +++ b/offapi/com/sun/star/chart2/XTarget.idl @@ -1,20 +1,11 @@ #ifndef com_sun_star_chart2_XTarget_idl #define com_sun_star_chart2_XTarget_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -// #ifndef __com_sun_star_drawing_XShapes_idl__ -// #include <com/sun/star/drawing/XShapes.idl> -// #endif -//============================================================================= module com { module sun { module star { module chart2 { -//============================================================================= - //................... wrong --> XDrawGroup // [in] com::sun::star::drawing::XShapes xShapes @@ -26,8 +17,6 @@ interface XTarget : ::com::sun::star::uno::XInterface //... provide something for creation of Transformation ... }; -//============================================================================= - }; }; }; }; #endif diff --git a/offapi/com/sun/star/chart2/XTitle.idl b/offapi/com/sun/star/chart2/XTitle.idl index 7ba39af8a..100a226be 100644 --- a/offapi/com/sun/star/chart2/XTitle.idl +++ b/offapi/com/sun/star/chart2/XTitle.idl @@ -27,10 +27,7 @@ #ifndef com_sun_star_chart_XTitle_idl #define com_sun_star_chart_XTitle_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - #include <com/sun/star/chart2/XFormattedString.idl> module com diff --git a/offapi/com/sun/star/chart2/XTitled.idl b/offapi/com/sun/star/chart2/XTitled.idl index ba9d81234..9d3d0b5e5 100644 --- a/offapi/com/sun/star/chart2/XTitled.idl +++ b/offapi/com/sun/star/chart2/XTitled.idl @@ -27,10 +27,7 @@ #ifndef com_sun_star_chart_XTitled_idl #define com_sun_star_chart_XTitled_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - #include <com/sun/star/chart2/XTitle.idl> module com diff --git a/offapi/com/sun/star/chart2/XTransformation.idl b/offapi/com/sun/star/chart2/XTransformation.idl index 1ce244ce2..f3e26c9cf 100644 --- a/offapi/com/sun/star/chart2/XTransformation.idl +++ b/offapi/com/sun/star/chart2/XTransformation.idl @@ -27,13 +27,8 @@ #ifndef com_sun_star_chart2_XTransformation_idl #define com_sun_star_chart2_XTransformation_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif module com { @@ -46,7 +41,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 3a02ad074..765cad6a6 100644 --- a/offapi/com/sun/star/chart2/data/DataSequence.idl +++ b/offapi/com/sun/star/chart2/data/DataSequence.idl @@ -31,11 +31,9 @@ #include <com/sun/star/container/XIndexReplace.idl> #include <com/sun/star/util/XCloneable.idl> #include <com/sun/star/util/XModifyBroadcaster.idl> - #include <com/sun/star/chart2/data/XDataSequence.idl> #include <com/sun/star/chart2/data/XNumericalDataSequence.idl> #include <com/sun/star/chart2/data/XTextualDataSequence.idl> - #include <com/sun/star/chart2/data/DataSequenceRole.idl> module com @@ -65,13 +63,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 9513e94fe..6e56da430 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 97e682769..3aca46b3a 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/LabeledDataSequence.idl b/offapi/com/sun/star/chart2/data/LabeledDataSequence.idl index d2d40f00c..c29d92670 100644 --- a/offapi/com/sun/star/chart2/data/LabeledDataSequence.idl +++ b/offapi/com/sun/star/chart2/data/LabeledDataSequence.idl @@ -29,7 +29,6 @@ #include <com/sun/star/util/XCloneable.idl> #include <com/sun/star/util/XModifyBroadcaster.idl> - #include <com/sun/star/chart2/data/XLabeledDataSequence.idl> module com diff --git a/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl b/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl index 4e4c39bd7..21e668758 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 9ff8f44c0..01b9384e2 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> @@ -97,17 +97,17 @@ service TabularDataProviderArguments /** determines the order of the created labeled sequences <p>For example a SequenceMapping of [3,0,2,1] indicates that - the sequence from old position '3' should now be the first one. - Then comes the sequence from old position '0'. Then that one - from old position '2' and then the sequence from old position '1'.</p> + the sequence from old position "3" should now be the first one. + Then comes the sequence from old position "0". Then that one + from old position "2" and then the sequence from old position "1".</p> <p>If the SequenceMapping contains invalid indexes just ignore those single indexes. For example if you only have three labeled sequences and a SequenceMapping [2,5,1,0], you should - ignore the '5' and continue to place the sequence from - old index '1' to the next new position and so on.</p> + 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/XDataProvider.idl b/offapi/com/sun/star/chart2/data/XDataProvider.idl index e9d0a6ca3..a66619956 100644 --- a/offapi/com/sun/star/chart2/data/XDataProvider.idl +++ b/offapi/com/sun/star/chart2/data/XDataProvider.idl @@ -29,11 +29,8 @@ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/lang/IllegalArgumentException.idl> - #include <com/sun/star/chart2/data/XDataSource.idl> - #include <com/sun/star/beans/PropertyValue.idl> - #include <com/sun/star/sheet/XRangeSelection.idl> module com @@ -70,7 +67,7 @@ interface XDataProvider : ::com::sun::star::uno::XInterface given range. The properties should be defined in a separate service. - <p>For spreadsheets and textdocument tables there exists a + <p>For spreadsheets and text document tables there exists a service <type>TabularDataProviderArguments</type> describing valid values for this list.</p> diff --git a/offapi/com/sun/star/chart2/data/XDataReceiver.idl b/offapi/com/sun/star/chart2/data/XDataReceiver.idl index 1eeeea4bf..66b188f14 100644 --- a/offapi/com/sun/star/chart2/data/XDataReceiver.idl +++ b/offapi/com/sun/star/chart2/data/XDataReceiver.idl @@ -27,28 +27,12 @@ #ifndef com_sun_star_chart2_data_XDataReceiver_idl #define com_sun_star_chart2_data_XDataReceiver_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif - -#ifndef com_sun_star_chart2_data_XDataProvider_idl #include <com/sun/star/chart2/data/XDataProvider.idl> -#endif - -#ifndef com_sun_star_chart2_data_XRangeHighlighter_idl #include <com/sun/star/chart2/data/XRangeHighlighter.idl> -#endif - -#ifndef com_sun_star_beans_PropertyValue_idl #include <com/sun/star/beans/PropertyValue.idl> -#endif - -#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__ #include <com/sun/star/util/XNumberFormatsSupplier.idl> -#endif module com { @@ -104,10 +88,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 3776b1cb0..b0f92a61c 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/XDataSink.idl b/offapi/com/sun/star/chart2/data/XDataSink.idl index a3ea105ad..9fdb22d0c 100644 --- a/offapi/com/sun/star/chart2/data/XDataSink.idl +++ b/offapi/com/sun/star/chart2/data/XDataSink.idl @@ -28,7 +28,6 @@ #define com_sun_star_chart2_data_XDataSink_idl #include <com/sun/star/uno/XInterface.idl> - #include <com/sun/star/chart2/data/XLabeledDataSequence.idl> module com diff --git a/offapi/com/sun/star/chart2/data/XDataSource.idl b/offapi/com/sun/star/chart2/data/XDataSource.idl index a6b95297d..e2ea022d2 100644 --- a/offapi/com/sun/star/chart2/data/XDataSource.idl +++ b/offapi/com/sun/star/chart2/data/XDataSource.idl @@ -28,7 +28,6 @@ #define com_sun_star_chart2_data_XDataSource_idl #include <com/sun/star/uno/XInterface.idl> - #include <com/sun/star/chart2/data/XLabeledDataSequence.idl> module com diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl index a437f8001..833769748 100644 --- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl +++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_report_XDatabaseDataProvider_idl__ #define __com_sun_star_report_XDatabaseDataProvider_idl__ -#ifndef __com_sun_star_container_NoSuchElementException_idl__ #include <com/sun/star/container/NoSuchElementException.idl> -#endif #include <com/sun/star/beans/XPropertySet.idl> #include <com/sun/star/beans/UnknownPropertyException.idl> #include <com/sun/star/lang/XInitialization.idl> @@ -92,7 +90,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 +102,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 +133,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 +175,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 +202,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 beda2cb9c..ee855c604 100644 --- a/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl +++ b/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl @@ -29,7 +29,6 @@ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/chart2/data/XDataSequence.idl> -// #include <com/sun/star/lang/IllegalArgumentException.idl> module com { @@ -42,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 e80fdaa38..d281c59bc 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/XRangeHighlighter.idl b/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl index fe23fa0ff..1443d0c23 100644 --- a/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl +++ b/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl @@ -27,17 +27,9 @@ #ifndef com_sun_star_chart2_data_XRangeHighlighter_idl #define com_sun_star_chart2_data_XRangeHighlighter_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_view_XSelectionChangeListener_idl__ #include <com/sun/star/view/XSelectionChangeListener.idl> -#endif - -#ifndef com_sun_star_chart2_data_HighlightedRange_idl #include <com/sun/star/chart2/data/HighlightedRange.idl> -#endif module com { diff --git a/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl b/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl index 0a556a793..da8140e61 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 56c0e2309..3691f6ef6 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 { |