diff options
author | Jean-Tiare LE BIGOT <admin@jtlebi.fr> | 2012-08-11 13:22:07 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-12 19:29:16 +0200 |
commit | fc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch) | |
tree | 8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/chart | |
parent | 602f956d3231a093c9853d88fe5d5de2465f7112 (diff) |
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing
only spaces and '=' or '-'
$ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \;
Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/chart')
75 files changed, 0 insertions, 466 deletions
diff --git a/offapi/com/sun/star/chart/AreaDiagram.idl b/offapi/com/sun/star/chart/AreaDiagram.idl index f984ef9e422f..91d922b2b534 100644 --- a/offapi/com/sun/star/chart/AreaDiagram.idl +++ b/offapi/com/sun/star/chart/AreaDiagram.idl @@ -34,11 +34,9 @@ #include <com/sun/star/chart/StackableDiagram.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** This is a service for area diagrams. */ @@ -53,7 +51,6 @@ published service AreaDiagram service com::sun::star::chart::StackableDiagram; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/BarDiagram.idl b/offapi/com/sun/star/chart/BarDiagram.idl index cf27371ba12f..e930f03b1d7f 100644 --- a/offapi/com/sun/star/chart/BarDiagram.idl +++ b/offapi/com/sun/star/chart/BarDiagram.idl @@ -28,11 +28,9 @@ #include <com/sun/star/chart/StackableDiagram.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /**This is a service for bar and column diagrams. */ @@ -46,7 +44,6 @@ published service BarDiagram service com::sun::star::chart::Dim3DDiagram; service com::sun::star::chart::StackableDiagram; - //------------------------------------------------------------------------- /** Determines if the bars of a chart are drawn vertically or horizontally. Default is vertical. @@ -56,7 +53,6 @@ published service BarDiagram */ [property] boolean Vertical; - //------------------------------------------------------------------------- /** If <TRUE/>, determines that in a three-dimensional bar chart the bars of each series are arranged behind each other in the @@ -65,7 +61,6 @@ published service BarDiagram */ [optional, property] boolean Deep; - //------------------------------------------------------------------------- /** determines if, in a stacked chart, there are connecting lines between corresponding bars. Currently, bar charts with @@ -73,7 +68,6 @@ published service BarDiagram */ [optional, property] boolean StackedBarsConnected; - //------------------------------------------------------------------------- /** If bars of a bar or column chart are attached to different axis, this property determines how to display those. If @@ -88,7 +82,6 @@ published service BarDiagram */ [optional, property] boolean GroupBarsPerAxis; - //------------------------------------------------------------------------- /** Determines how many data rows are displayed as lines rather than @@ -103,7 +96,6 @@ published service BarDiagram [property] long NumberOfLines; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/BubbleDiagram.idl b/offapi/com/sun/star/chart/BubbleDiagram.idl index 6e666634bc58..180216a3f587 100644 --- a/offapi/com/sun/star/chart/BubbleDiagram.idl +++ b/offapi/com/sun/star/chart/BubbleDiagram.idl @@ -26,11 +26,9 @@ #include <com/sun/star/chart/ChartTwoAxisYSupplier.idl> #include <com/sun/star/chart/ChartStatistics.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** a service for bubble diagrams. @since OOo 3.2 */ @@ -42,7 +40,6 @@ published service BubbleDiagram [optional] service com::sun::star::chart::ChartStatistics; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/Chart3DBarProperties.idl b/offapi/com/sun/star/chart/Chart3DBarProperties.idl index 2a9874476046..d85b92fd27ad 100644 --- a/offapi/com/sun/star/chart/Chart3DBarProperties.idl +++ b/offapi/com/sun/star/chart/Chart3DBarProperties.idl @@ -21,11 +21,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Specifies all the properties for the graphic object of a data point in a three-dimensional bar diagram.@see BarDiagram @@ -34,7 +32,6 @@ published service Chart3DBarProperties { interface com::sun::star::beans::XPropertySet; - //------------------------------------------------------------------------- /** Specifies the solid shape of a data point.@see ChartSolidType */ @@ -42,7 +39,6 @@ published service Chart3DBarProperties }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartArea.idl b/offapi/com/sun/star/chart/ChartArea.idl index d9f2bee6ff58..a6856852602e 100644 --- a/offapi/com/sun/star/chart/ChartArea.idl +++ b/offapi/com/sun/star/chart/ChartArea.idl @@ -26,11 +26,9 @@ #include <com/sun/star/beans/XPropertySet.idl> #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Specifies the area elements of a chart, e.g. the background area, the diagram wall, and the diagram floor of @@ -52,7 +50,6 @@ published service ChartArea interface com::sun::star::beans::XPropertySet; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl index 9b82aa9366d7..01908e114950 100644 --- a/offapi/com/sun/star/chart/ChartAxis.idl +++ b/offapi/com/sun/star/chart/ChartAxis.idl @@ -43,11 +43,9 @@ #include <com/sun/star/chart/XAxis.idl> #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Specifies the axes in a diagram. @@ -80,29 +78,24 @@ published service ChartAxis interface com::sun::star::beans::XPropertySet; - //------------------------------------------------------------------------- /** Properties for scaling: */ - //------------------------------------------------------------------------- /** Contains the maximum value for the axis scale. */ [optional, property] double Max; - //------------------------------------------------------------------------- /** Contains the minimum value for the axis scale. */ [optional, property] double Min; - //------------------------------------------------------------------------- /** Contains the distance between the main tick marks. */ [optional, property] double StepMain; - //------------------------------------------------------------------------- /** Contains the number of help intervals within a main interval. E.g. a StepHelpCount of 5 divides @@ -110,7 +103,6 @@ published service ChartAxis */ [optional, property] long StepHelpCount; - //------------------------------------------------------------------------- /** @deprecated User property StepHelpCount instead @@ -118,28 +110,24 @@ published service ChartAxis */ [optional, property] double StepHelp; - //------------------------------------------------------------------------- /** The maximum value of the axis scale is calculated by the chart if this property is <TRUE/>. */ [optional, property] boolean AutoMax; - //------------------------------------------------------------------------- /** The minimum value of the axis scale is calculated by the chart if this property is <TRUE/>. */ [optional, property] boolean AutoMin; - //------------------------------------------------------------------------- /** The distance between the main tick marks is calculated by the chart if this property is <TRUE/>. */ [optional, property] boolean AutoStepMain; - //------------------------------------------------------------------------- /** The number of help intervals within a main interval is calculated by the chart if this property is <TRUE/>. @@ -147,46 +135,39 @@ published service ChartAxis [optional, property] boolean AutoStepHelp; - //------------------------------------------------------------------------- /** Determines if the axis is scaled logarithmically or not (linear). */ [optional, property] boolean Logarithmic; - //------------------------------------------------------------------------- /** determines which type of axis this is, e.g. a date-axis or a category-axis @see ChartAxisType @since OOo 3.4 */ [optional, property] long AxisType; - //------------------------------------------------------------------------- /** if the current axis is a date-axis the intervals are choosen as given with TimeIncrement @since OOo 3.4 */ [optional, maybevoid, property] TimeIncrement TimeIncrement; - //------------------------------------------------------------------------- /** Determines if the axis orientation is mathematical or reversed. */ [optional, property] boolean ReverseDirection; - //------------------------------------------------------------------------- /** Determines where the axis crosses the other axis. */ [optional, property] com::sun::star::chart::ChartAxisPosition CrossoverPosition; - //------------------------------------------------------------------------- /** Determines the scale value on the other axis when CrossoverPosition is set to VALUE. */ [optional, property] double CrossoverValue; - //------------------------------------------------------------------------- /** Indicates the reference value where bars or areas have their grounding. This property has only an effect when the used ODF file format does not allow for @@ -194,44 +175,36 @@ published service ChartAxis */ [optional, property] double Origin; - //------------------------------------------------------------------------- /** The origin is calculated by the chart if this property is <TRUE/>. */ [optional, property] boolean AutoOrigin; - //------------------------------------------------------------------------- /** Properties for interval marks: */ - //------------------------------------------------------------------------- /** Determines the type of the marks.@see ChartAxisMarks */ [property] long Marks; - //------------------------------------------------------------------------- /** Determines the type of the help marks.@see ChartAxisMarks */ [property] long HelpMarks; - //------------------------------------------------------------------------- /** Determines where the interval marks are placed. */ [optional, property] com::sun::star::chart::ChartAxisMarkPosition MarkPosition; - //------------------------------------------------------------------------- /** Properties for axes labels: */ - //------------------------------------------------------------------------- /** Determines whether to display text at the axis or not. */ [property] boolean DisplayLabels; - //------------------------------------------------------------------------- /** Contains the type id for the number formatter of the axis. @@ -239,7 +212,6 @@ published service ChartAxis */ [property] long NumberFormat; - //------------------------------------------------------------------------- /** determines whether to use the number format given by the container application, e.g. a spreadsheet document, or from @@ -247,44 +219,37 @@ published service ChartAxis */ [optional, property] boolean LinkNumberFormatToSource; - //------------------------------------------------------------------------- /** Determines where the axis labels are placed. */ [optional, property] com::sun::star::chart::ChartAxisLabelPosition LabelPosition; - //------------------------------------------------------------------------- /** Determines the rotation of the text elements (axis description) in 100th degrees. */ [property] long TextRotation; - //------------------------------------------------------------------------- /** The axis description may be arranged in a special order for a better placement. */ [property] com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder; - //------------------------------------------------------------------------- /** Determines if long text is broken into multiple lines. */ [property] boolean TextBreak; - //------------------------------------------------------------------------- /** Determines if certain labels are hidden, if they would otherwise overlap. In this case, the value of this property must be set to <FALSE/>. */ [property] boolean TextCanOverlap; - //------------------------------------------------------------------------- /** Properties related to bar charts: */ - //------------------------------------------------------------------------- /** Determines the overlap of the bars in a bar-type chart. @@ -294,7 +259,6 @@ published service ChartAxis */ [property] long Overlap; - //------------------------------------------------------------------------- /** Specifies the width of the gaps between each set of data points in a bar chart. @@ -305,7 +269,6 @@ published service ChartAxis [property] long GapWidth; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl b/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl index db250438c1be..3a7a736f0efd 100644 --- a/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl +++ b/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl @@ -20,17 +20,14 @@ #define __com_sun_star_chart_ChartAxisArrangeOrderType_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Values specify the arrangement of the axes descriptions. */ published enum ChartAxisArrangeOrderType { - //------------------------------------------------------------------------- /** The descriptions are arranged automatically. @@ -40,20 +37,17 @@ published enum ChartAxisArrangeOrderType */ AUTO, - //------------------------------------------------------------------------- /** The descriptions are arranged side by side. */ SIDE_BY_SIDE, - //------------------------------------------------------------------------- /** The descriptions are alternately put on two lines with the even values out of the normal line. */ STAGGER_EVEN, - //------------------------------------------------------------------------- /** The descriptions are alternately put on two lines with the odd values out of the normal line. @@ -61,7 +55,6 @@ published enum ChartAxisArrangeOrderType STAGGER_ODD }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisAssign.idl b/offapi/com/sun/star/chart/ChartAxisAssign.idl index 776ab5b5453a..be8a411b0c5d 100644 --- a/offapi/com/sun/star/chart/ChartAxisAssign.idl +++ b/offapi/com/sun/star/chart/ChartAxisAssign.idl @@ -20,23 +20,19 @@ #define __com_sun_star_chart_ChartAxisAssign_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** These values specify to which y-axis a data row is assigned. */ published constants ChartAxisAssign { - //------------------------------------------------------------------------- /** Assign row to primary <i>y</i>-axis */ const long PRIMARY_Y = 2; - //------------------------------------------------------------------------- /** Assign row to secondary <i>y</i>-axis */ @@ -44,7 +40,6 @@ published constants ChartAxisAssign }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisLabelPosition.idl b/offapi/com/sun/star/chart/ChartAxisLabelPosition.idl index 846d50d764ad..3c31109fbc91 100644 --- a/offapi/com/sun/star/chart/ChartAxisLabelPosition.idl +++ b/offapi/com/sun/star/chart/ChartAxisLabelPosition.idl @@ -20,18 +20,15 @@ #define __com_sun_star_chart_ChartAxisLabelPosition_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Specifies the position of the axis labels with respect to the axis on the scale of the crossing axis. */ published enum ChartAxisLabelPosition { - //------------------------------------------------------------------------- /** The labels are placed adjacent to the axis. When the axis itself is placed at the minimum or maximum of the scale ( that is when the property CrossoverPosition equals ChartAxisPosition_MINIMUM or ChartAxisPosition_MAXIMUM) the labels are placed outside the coordinate system. Otherwise the labels are placed adjacent to the axis on that side that belongs to the lower values on the crossing axis. @@ -39,20 +36,17 @@ published enum ChartAxisLabelPosition */ NEAR_AXIS, - //------------------------------------------------------------------------- /** The labels are placed adjacent to the axis on the opposite side as for NEAR_AXIS. */ NEAR_AXIS_OTHER_SIDE, - //------------------------------------------------------------------------- /** The labels are placed outside the coordinate region on that side where the crossing axis has its minimum value. E.g. when this is set for an y axis the labels are placed outside the diagram on that side where to the x axis has its minimum value. */ OUTSIDE_START, - //------------------------------------------------------------------------- /** The labels are placed outside the coordinate region on that side where the crossing axis has its maximum value. E.g. when this is set for an y axis the labels are placed outside the diagram on that side where to the x axis has its maximum value. @@ -60,7 +54,6 @@ published enum ChartAxisLabelPosition OUTSIDE_END }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl b/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl index a8b6e2a50daf..b68cb6496125 100644 --- a/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl +++ b/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl @@ -29,31 +29,26 @@ #define __com_sun_star_chart_ChartAxisMarkPosition_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Specifies the position of the axis interval marks. */ published enum ChartAxisMarkPosition { - //------------------------------------------------------------------------- /** The interval marks are drawn besides the axis labels. */ AT_LABELS, - //------------------------------------------------------------------------- /** The interval marks are drawn at the axis line. This makes a difference to "AT_LABELS" only when the labels are not placed near the axis (@see ChartAxisLabelPosition). */ AT_AXIS, - //------------------------------------------------------------------------- /** Interval marks are drawn at the axis line and also besides the axis labels. This makes a difference to "AT_LABELS" only when the labels are not placed near the axis (@see ChartAxisLabelPosition). @@ -61,7 +56,6 @@ published enum ChartAxisMarkPosition AT_LABELS_AND_AXIS }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisMarks.idl b/offapi/com/sun/star/chart/ChartAxisMarks.idl index 4dd6294799e5..374ea446f3b2 100644 --- a/offapi/com/sun/star/chart/ChartAxisMarks.idl +++ b/offapi/com/sun/star/chart/ChartAxisMarks.idl @@ -20,11 +20,9 @@ #define __com_sun_star_chart_ChartAxisMarks_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** With these constants you can specify how the tick-marks of an axis are displayed. @@ -35,19 +33,16 @@ */ published constants ChartAxisMarks { - //------------------------------------------------------------------------- /** Do not display any marks. */ const long NONE = 0; - //------------------------------------------------------------------------- /** Display marks that point into the diagram area. */ const long INNER = 1; - //------------------------------------------------------------------------- /** Display marks that point out of the diagram area. */ @@ -55,7 +50,6 @@ published constants ChartAxisMarks }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisPosition.idl b/offapi/com/sun/star/chart/ChartAxisPosition.idl index b57a6d70d8b0..b9cdab0e9b76 100644 --- a/offapi/com/sun/star/chart/ChartAxisPosition.idl +++ b/offapi/com/sun/star/chart/ChartAxisPosition.idl @@ -20,11 +20,9 @@ #define __com_sun_star_chart_ChartAxisPosition_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Specifies the position of the axis on the scale of the crossing axis. When the property is set at a x-axis it indicates a position on the scale of the primary y-axis. @@ -33,32 +31,27 @@ When the property is set at a y-axis it indicates a position on the scale of the published enum ChartAxisPosition { - //------------------------------------------------------------------------- /** Cross the other axes at zero. If zero is not contained in the current scale the value is used which is nearest to zero. */ ZERO, - //------------------------------------------------------------------------- /** Cross the other axes at their minimum scale value. */ START, - //------------------------------------------------------------------------- /** Cross the other axes at their maximum scale value. */ END, - //------------------------------------------------------------------------- /** Cross the other axes at the value specified in the property CrossoverValue. */ VALUE }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisXSupplier.idl b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl index b02c1b24e5a1..d63cf3594133 100644 --- a/offapi/com/sun/star/chart/ChartAxisXSupplier.idl +++ b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl @@ -22,11 +22,9 @@ #include <com/sun/star/chart/XAxisXSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** has to be supported by charts providing the capabilities of a horizontal axis, i.e., an <em>x</em>-axis. @@ -37,34 +35,29 @@ published service ChartAxisXSupplier */ interface com::sun::star::chart::XAxisXSupplier; - //------------------------------------------------------------------------- /** This property determines if the x-axis is shown or hidden.@see ChartAxis */ [property] boolean HasXAxis; - //------------------------------------------------------------------------- /** Determines if the description of the x-axis is shown or hidden. */ [property] boolean HasXAxisDescription; - //------------------------------------------------------------------------- /** Determines if the major grid of the x-axis is shown or hidden.@see ChartGrid */ [property] boolean HasXAxisGrid; - //------------------------------------------------------------------------- /** Determines if the minor grid of the x-axis is shown or hidden.@see ChartGrid */ [property] boolean HasXAxisHelpGrid; - //------------------------------------------------------------------------- /** Determines if the title of the x-axis is shown or hidden.@see ChartTitle @@ -73,7 +66,6 @@ published service ChartAxisXSupplier }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartAxisYSupplier.idl index e81e3bd68053..a9c5b86f0333 100644 --- a/offapi/com/sun/star/chart/ChartAxisYSupplier.idl +++ b/offapi/com/sun/star/chart/ChartAxisYSupplier.idl @@ -22,11 +22,9 @@ #include <com/sun/star/chart/XAxisYSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** A helper service for the y-axis. */ @@ -36,34 +34,29 @@ published service ChartAxisYSupplier */ interface com::sun::star::chart::XAxisYSupplier; - //------------------------------------------------------------------------- /** Determines if the y-axis is shown or hidden.@see ChartAxis */ [property] boolean HasYAxis; - //------------------------------------------------------------------------- /** Determines if the description of the y-axis is shown or hidden. */ [property] boolean HasYAxisDescription; - //------------------------------------------------------------------------- /** Determines if the major grid of the y-axis is shown or hidden.@see ChartGrid */ [property] boolean HasYAxisGrid; - //------------------------------------------------------------------------- /** Determines if the minor grid of the y-axis is shown or hidden.@see ChartGrid */ [property] boolean HasYAxisHelpGrid; - //------------------------------------------------------------------------- /** Determines if the title of the y-axis is shown or hidden.@see ChartTitle @@ -72,7 +65,6 @@ published service ChartAxisYSupplier }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartAxisZSupplier.idl b/offapi/com/sun/star/chart/ChartAxisZSupplier.idl index 41d71a4c64e7..aa36034eb548 100644 --- a/offapi/com/sun/star/chart/ChartAxisZSupplier.idl +++ b/offapi/com/sun/star/chart/ChartAxisZSupplier.idl @@ -22,11 +22,9 @@ #include <com/sun/star/chart/XAxisZSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** A helper service for chart documents which supply a z-axis. */ @@ -36,34 +34,29 @@ published service ChartAxisZSupplier */ interface com::sun::star::chart::XAxisZSupplier; - //------------------------------------------------------------------------- /** Determines if the z-axis is shown or hidden.@see ChartAxis */ [property] boolean HasZAxis; - //------------------------------------------------------------------------- /** Determines if the description of the z-axis is shown or hidden. */ [property] boolean HasZAxisDescription; - //------------------------------------------------------------------------- /** Determines if the major grid of the z-axis is shown or hidden.@see ChartGrid */ [property] boolean HasZAxisGrid; - //------------------------------------------------------------------------- /** Determines if the minor grid of the z-axis is shown or hidden.@see ChartGrid */ [property] boolean HasZAxisHelpGrid; - //------------------------------------------------------------------------- /** Determines if the title of the z-axis is shown or hidden.@see ChartTitle @@ -71,7 +64,6 @@ published service ChartAxisZSupplier [property] boolean HasZAxisTitle; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartData.idl b/offapi/com/sun/star/chart/ChartData.idl index 9a29cb728b8b..a43344ae44f0 100644 --- a/offapi/com/sun/star/chart/ChartData.idl +++ b/offapi/com/sun/star/chart/ChartData.idl @@ -22,11 +22,9 @@ #include <com/sun/star/chart/XChartData.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** must be supported by every component that wants to provide data for a chart @@ -36,7 +34,6 @@ published service ChartData interface com::sun::star::chart::XChartData; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataArray.idl b/offapi/com/sun/star/chart/ChartDataArray.idl index 152e41bf9bc0..9b6539220312 100644 --- a/offapi/com/sun/star/chart/ChartDataArray.idl +++ b/offapi/com/sun/star/chart/ChartDataArray.idl @@ -26,11 +26,9 @@ #include <com/sun/star/chart/XChartData.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** must be supported by each data source for charts, where you want to access the values directly. @@ -44,7 +42,6 @@ published service ChartDataArray interface com::sun::star::chart::XChartDataArray; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataCaption.idl b/offapi/com/sun/star/chart/ChartDataCaption.idl index 17dabc3a5a65..c0b589a2efe9 100644 --- a/offapi/com/sun/star/chart/ChartDataCaption.idl +++ b/offapi/com/sun/star/chart/ChartDataCaption.idl @@ -20,23 +20,19 @@ #define __com_sun_star_chart_ChartDataCaption_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** These values specify how the captions of data points are displayed. */ published constants ChartDataCaption { - //------------------------------------------------------------------------- /** No captions are displayed. */ const long NONE = 0; - //------------------------------------------------------------------------- /** The caption contains the value of the data point in the number format of the axis that is attached to the respective data @@ -44,7 +40,6 @@ published constants ChartDataCaption */ const long VALUE = 1; - //------------------------------------------------------------------------- /** The caption contains the value of the data point in percent of all data points of one category. @@ -55,14 +50,12 @@ published constants ChartDataCaption */ const long PERCENT = 2; - //------------------------------------------------------------------------- /** The caption contains the category name of the category to which a data point belongs. */ const long TEXT = 4; - //------------------------------------------------------------------------- /** The number formatter is always used for displaying the value as value. So this setting is deprecated. @@ -71,14 +64,12 @@ published constants ChartDataCaption */ const long FORMAT = 8; - //------------------------------------------------------------------------- /** The symbol of data column/row is additionally displayed in the caption. */ const long SYMBOL = 16; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataChangeEvent.idl b/offapi/com/sun/star/chart/ChartDataChangeEvent.idl index 7d9dc42d0b14..63b928b974e2 100644 --- a/offapi/com/sun/star/chart/ChartDataChangeEvent.idl +++ b/offapi/com/sun/star/chart/ChartDataChangeEvent.idl @@ -24,41 +24,34 @@ #include <com/sun/star/chart/ChartDataChangeType.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** describes a change that was applied to the data. */ published struct ChartDataChangeEvent: com::sun::star::lang::EventObject { - //------------------------------------------------------------------------- /** specifies the type of change to the data. */ com::sun::star::chart::ChartDataChangeType Type; - //------------------------------------------------------------------------- /** specifies the column number in which the changes begin. */ short StartColumn; - //------------------------------------------------------------------------- /** specifies the column number in which the changes end. */ short EndColumn; - //------------------------------------------------------------------------- /** specifies the row number in which the changes begin. */ short StartRow; - //------------------------------------------------------------------------- /** specifies the row number in which the changes end. */ @@ -66,7 +59,6 @@ published struct ChartDataChangeEvent: com::sun::star::lang::EventObject }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataChangeType.idl b/offapi/com/sun/star/chart/ChartDataChangeType.idl index 73b2660807fb..aa38c4fbd74b 100644 --- a/offapi/com/sun/star/chart/ChartDataChangeType.idl +++ b/offapi/com/sun/star/chart/ChartDataChangeType.idl @@ -20,51 +20,43 @@ #define __com_sun_star_chart_ChartDataChangeType_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies the type of change that was applied to the data. */ published enum ChartDataChangeType { - //------------------------------------------------------------------------- /** Major changes were applied to the data. */ ALL, - //------------------------------------------------------------------------- /** The range of columns and rows, given in the <type>ChartDataChangeEvent</type>, has changed. */ DATA_RANGE, - //------------------------------------------------------------------------- /** The column given in the <type>ChartDataChangeEvent</type>, was inserted. */ COLUMN_INSERTED, - //------------------------------------------------------------------------- /** The row given in the <type>ChartDataChangeEvent</type>, was inserted. */ ROW_INSERTED, - //------------------------------------------------------------------------- /** The column given in the <type>ChartDataChangeEvent</type>, was deleted. */ COLUMN_DELETED, - //------------------------------------------------------------------------- /** The row given in the <type>ChartDataChangeEvent</type>, was deleted. @@ -73,7 +65,6 @@ published enum ChartDataChangeType }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataPoint.idl b/offapi/com/sun/star/chart/ChartDataPoint.idl index 5b1af2413d52..5ba0ca27730c 100644 --- a/offapi/com/sun/star/chart/ChartDataPoint.idl +++ b/offapi/com/sun/star/chart/ChartDataPoint.idl @@ -21,16 +21,13 @@ #include <com/sun/star/chart/ChartDataValue.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** @deprecated */ published typedef sequence<ChartDataValue> ChartDataPoint; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl index 1c4982cbc84e..ed504947a107 100644 --- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl +++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl @@ -30,11 +30,9 @@ #include <com/sun/star/beans/XPropertySet.idl> #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies all the properties for the graphic object of a data point (e.g., a single bar in a bar chart). @@ -68,7 +66,6 @@ published service ChartDataPointProperties */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; - //------------------------------------------------------------------------- /** is only available if the chart is of type <type>BarDiagram</type> and <type>Dim3DDiagram</type> and the @@ -83,32 +80,27 @@ published service ChartDataPointProperties interface com::sun::star::beans::XPropertySet; - //------------------------------------------------------------------------- /** specifies how the captions of data points are displayed.@see ChartDataCaption */ [property] long DataCaption; - //------------------------------------------------------------------------- /** specifies a string that is used to separate the parts of a data label (caption) */ [optional, property] string LabelSeparator; - //------------------------------------------------------------------------- /** specifies a number format for the display of the value in the data label */ [optional, property] long NumberFormat; - //------------------------------------------------------------------------- /** specifies a number format for the display of the percentage value in the data label */ [optional, property] long PercentageNumberFormat; - //------------------------------------------------------------------------- /** specifies a relative position for the data label @@ -116,7 +108,6 @@ published service ChartDataPointProperties */ [optional, property] long LabelPlacement; - //------------------------------------------------------------------------- /** specifies the type of symbols if the current chart type supports the usage of symbols. @@ -125,7 +116,6 @@ published service ChartDataPointProperties */ [optional, property] long SymbolType; - //------------------------------------------------------------------------- /** In charts that support symbols, you can set this property to any valid URL that points to a graphic file. This graphic is @@ -145,7 +135,6 @@ published service ChartDataPointProperties [optional, property] long SegmentOffset; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataRow.idl b/offapi/com/sun/star/chart/ChartDataRow.idl index c58862d11385..9e9031d8e191 100644 --- a/offapi/com/sun/star/chart/ChartDataRow.idl +++ b/offapi/com/sun/star/chart/ChartDataRow.idl @@ -21,11 +21,9 @@ #include <com/sun/star/chart/ChartDataValue.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** describes a single data row, specified by its name and a sequence of data points. @@ -40,13 +38,11 @@ published struct ChartDataRow */ string Name; - //------------------------------------------------------------------------- /** The points contained in this data row. */ sequence< sequence<ChartDataValue> > Points; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataRowProperties.idl b/offapi/com/sun/star/chart/ChartDataRowProperties.idl index 4e372b142552..9d940d8861a4 100644 --- a/offapi/com/sun/star/chart/ChartDataRowProperties.idl +++ b/offapi/com/sun/star/chart/ChartDataRowProperties.idl @@ -27,11 +27,9 @@ #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies the properties for a group of graphic elements which belong to a data row (also known as data series). @@ -61,7 +59,6 @@ published service ChartDataRowProperties interface com::sun::star::beans::XPropertySet; - //------------------------------------------------------------------------- /** determines to which axis the data row is assigned. @@ -73,7 +70,6 @@ published service ChartDataRowProperties */ [property] long Axis; - //------------------------------------------------------------------------- /** holds the properties of the regression line, if such one is enabled. @@ -83,7 +79,6 @@ published service ChartDataRowProperties */ [optional, readonly, property] com::sun::star::beans::XPropertySet DataRegressionProperties; - //------------------------------------------------------------------------- /** holds the properties of the error markers, if those are enabled. @@ -93,7 +88,6 @@ published service ChartDataRowProperties */ [optional, readonly, property] com::sun::star::beans::XPropertySet DataErrorProperties; - //------------------------------------------------------------------------- /** holds the properties of the average line, if such one is enabled. @@ -104,7 +98,6 @@ published service ChartDataRowProperties [optional, readonly, property] com::sun::star::beans::XPropertySet DataMeanValueProperties; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataRowSource.idl b/offapi/com/sun/star/chart/ChartDataRowSource.idl index ae4af0db8564..265b7f22b808 100644 --- a/offapi/com/sun/star/chart/ChartDataRowSource.idl +++ b/offapi/com/sun/star/chart/ChartDataRowSource.idl @@ -20,11 +20,9 @@ #define __com_sun_star_chart_ChartDataRowSource_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies if the data rows (aka data series) displayed in the chart, take their values from the row or the column in the underlying @@ -32,13 +30,11 @@ */ published enum ChartDataRowSource { - //------------------------------------------------------------------------- /** values displayed as data rows are taken from the rows of the data source. */ ROWS, - //------------------------------------------------------------------------- /** values displayed as data rows are taken from the columns of the data source. */ @@ -46,7 +42,6 @@ published enum ChartDataRowSource }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDataValue.idl b/offapi/com/sun/star/chart/ChartDataValue.idl index 9fc591e15816..023b0e7a6246 100644 --- a/offapi/com/sun/star/chart/ChartDataValue.idl +++ b/offapi/com/sun/star/chart/ChartDataValue.idl @@ -20,11 +20,9 @@ #define __com_sun_star_chart_ChartDataValue_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** describes a single data value, including the error @@ -38,13 +36,11 @@ published struct ChartDataValue */ double Value; - //------------------------------------------------------------------------- /** highest possible error value. */ double HighError; - //------------------------------------------------------------------------- /** lowest possible error value. */ @@ -52,7 +48,6 @@ published struct ChartDataValue }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartDocument.idl b/offapi/com/sun/star/chart/ChartDocument.idl index 51e1a4041c64..f26614d6859d 100644 --- a/offapi/com/sun/star/chart/ChartDocument.idl +++ b/offapi/com/sun/star/chart/ChartDocument.idl @@ -24,11 +24,9 @@ #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> #include <com/sun/star/drawing/XDrawPageSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** is the service for a chart document. @@ -56,26 +54,22 @@ published service ChartDocument [optional] interface ::com::sun::star::drawing::XDrawPageSupplier; - //------------------------------------------------------------------------- /** determines if the main title is shown or hidden. */ [property] boolean HasMainTitle; - //------------------------------------------------------------------------- /** determines if the subtitle is shown or hidden. */ [property] boolean HasSubTitle; - //------------------------------------------------------------------------- /** determines if the legend is shown or hidden. */ [property] boolean HasLegend; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartErrorCategory.idl b/offapi/com/sun/star/chart/ChartErrorCategory.idl index 9cfc1a0ead69..1131debec46d 100644 --- a/offapi/com/sun/star/chart/ChartErrorCategory.idl +++ b/offapi/com/sun/star/chart/ChartErrorCategory.idl @@ -20,36 +20,30 @@ #define __com_sun_star_chart_ChartErrorCategory_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies the category of error indicators. */ published enum ChartErrorCategory { - //------------------------------------------------------------------------- /** error indicators are not displayed. */ NONE, - //------------------------------------------------------------------------- /** displays error indicators for the variance of the data row. */ VARIANCE, - //------------------------------------------------------------------------- /** displays error indicators for the standard deviation (square root of variance) of the data row. */ STANDARD_DEVIATION, - //------------------------------------------------------------------------- /** The length of the error indicators is calculated for each data point by taking the percentage given as @@ -60,7 +54,6 @@ published enum ChartErrorCategory */ PERCENT, - //------------------------------------------------------------------------- /** The length of the error indicators for all data points is calculated by taking the percentage given as @@ -71,7 +64,6 @@ published enum ChartErrorCategory */ ERROR_MARGIN, - //------------------------------------------------------------------------- /** displays the same lower and upper error indicators for all data points. @@ -86,7 +78,6 @@ published enum ChartErrorCategory }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl b/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl index 18357ab79c0a..12503180a7f5 100644 --- a/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl +++ b/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl @@ -20,42 +20,35 @@ #define __com_sun_star_chart_ChartErrorIndicatorType_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies how the error is indicated. */ published enum ChartErrorIndicatorType { - //------------------------------------------------------------------------- /** displays no error indicators. */ NONE, - //------------------------------------------------------------------------- /** displays both the upper and lower values. */ TOP_AND_BOTTOM, - //------------------------------------------------------------------------- /** displays only the upper value. */ UPPER, - //------------------------------------------------------------------------- /** displays only the lower value. */ LOWER }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartGrid.idl b/offapi/com/sun/star/chart/ChartGrid.idl index 81aa0606e1b5..6445d35ec57b 100644 --- a/offapi/com/sun/star/chart/ChartGrid.idl +++ b/offapi/com/sun/star/chart/ChartGrid.idl @@ -25,11 +25,9 @@ #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies the grid of the diagram in a chart. @@ -53,7 +51,6 @@ published service ChartGrid interface com::sun::star::beans::XPropertySet; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartLegend.idl b/offapi/com/sun/star/chart/ChartLegend.idl index 2700f0572c63..6ef9699ca83d 100644 --- a/offapi/com/sun/star/chart/ChartLegend.idl +++ b/offapi/com/sun/star/chart/ChartLegend.idl @@ -27,11 +27,9 @@ #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies the legend of a chart. @@ -45,7 +43,6 @@ published service ChartLegend { service com::sun::star::drawing::Shape; - //------------------------------------------------------------------------- /** If this property is <TRUE/> the position is calculated by the application automatically. Setting this property to false will have no effect. Instead use the interface <type scope="com::sun::star::drawing">XShape</type> @@ -53,11 +50,9 @@ published service ChartLegend */ [optional, property] boolean AutomaticPosition; - //------------------------------------------------------------------------- service com::sun::star::style::CharacterProperties; - //------------------------------------------------------------------------- /** If a <type>ChartLegend</type> may be stored as XML file, this service should be supported in order to preserve unparsed @@ -67,7 +62,6 @@ published service ChartLegend */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; - //------------------------------------------------------------------------- /** determines the alignment of the legend relative to the diagram. @@ -76,7 +70,6 @@ published service ChartLegend }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartLegendPosition.idl b/offapi/com/sun/star/chart/ChartLegendPosition.idl index 02b1e03dd4c7..2ef79299c639 100644 --- a/offapi/com/sun/star/chart/ChartLegendPosition.idl +++ b/offapi/com/sun/star/chart/ChartLegendPosition.idl @@ -29,18 +29,15 @@ #define __com_sun_star_chart_ChartLegendPosition_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies one of the default positions of the legend in relation to the diagram. */ published enum ChartLegendPosition { - //------------------------------------------------------------------------- /** no chart legend is displayed. @@ -50,7 +47,6 @@ published enum ChartLegendPosition */ NONE, - //------------------------------------------------------------------------- /** displays the chart legend on the left side of the diagram. @@ -59,7 +55,6 @@ published enum ChartLegendPosition */ LEFT, - //------------------------------------------------------------------------- /** displays the chart legend above the diagram. @@ -68,7 +63,6 @@ published enum ChartLegendPosition */ TOP, - //------------------------------------------------------------------------- /** displays the chart legend on the right side of the diagram. @@ -77,7 +71,6 @@ published enum ChartLegendPosition */ RIGHT, - //------------------------------------------------------------------------- /** displays the chart legend beneath the diagram. @@ -87,7 +80,6 @@ published enum ChartLegendPosition BOTTOM }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartLine.idl b/offapi/com/sun/star/chart/ChartLine.idl index de8801e7079c..c7e16a738722 100644 --- a/offapi/com/sun/star/chart/ChartLine.idl +++ b/offapi/com/sun/star/chart/ChartLine.idl @@ -24,11 +24,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies line elements in a chart (regression lines, etc.). */ @@ -38,7 +36,6 @@ published service ChartLine interface com::sun::star::beans::XPropertySet; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl b/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl index 69eca1aabce0..13fceb7cf41f 100644 --- a/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl +++ b/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl @@ -24,11 +24,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies all the properties for the graphic object of a pie segment.@see PieDiagram @@ -38,7 +36,6 @@ published service ChartPieSegmentProperties service com::sun::star::chart::ChartDataPointProperties; interface com::sun::star::beans::XPropertySet; - //------------------------------------------------------------------------- /** reflects the offset of a pie segment in percent of the radius. @@ -56,7 +53,6 @@ published service ChartPieSegmentProperties }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartRegressionCurveType.idl b/offapi/com/sun/star/chart/ChartRegressionCurveType.idl index efaed58f2d31..b65a0c6fe999 100644 --- a/offapi/com/sun/star/chart/ChartRegressionCurveType.idl +++ b/offapi/com/sun/star/chart/ChartRegressionCurveType.idl @@ -20,23 +20,19 @@ #define __com_sun_star_chart_ChartRegressionCurveType_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies the type of the regression curve to be displayed. */ published enum ChartRegressionCurveType { - //------------------------------------------------------------------------- /** displays no regression curve. */ NONE, - //------------------------------------------------------------------------- /** displays a linear regression curve. @@ -45,7 +41,6 @@ published enum ChartRegressionCurveType */ LINEAR, - //------------------------------------------------------------------------- /** displays a linear logarithmic regression curve. @@ -54,7 +49,6 @@ published enum ChartRegressionCurveType */ LOGARITHM, - //------------------------------------------------------------------------- /** displays an exponential regression curve. @@ -64,7 +58,6 @@ published enum ChartRegressionCurveType */ EXPONENTIAL, - //------------------------------------------------------------------------- /** displays a polynomial regression curve. @@ -72,7 +65,6 @@ published enum ChartRegressionCurveType */ POLYNOMIAL, - //------------------------------------------------------------------------- /** displays a regression curve using a power function. @@ -83,7 +75,6 @@ published enum ChartRegressionCurveType }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartSeriesAddress.idl b/offapi/com/sun/star/chart/ChartSeriesAddress.idl index 7753343b1f58..665f10f59ee1 100644 --- a/offapi/com/sun/star/chart/ChartSeriesAddress.idl +++ b/offapi/com/sun/star/chart/ChartSeriesAddress.idl @@ -19,11 +19,9 @@ #ifndef __com_sun_star_chart_ChartSeriesAddress_idl__ #define __com_sun_star_chart_ChartSeriesAddress_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** This structure describes a single data row, specified by its name and a sequence of data points. @@ -37,13 +35,11 @@ published struct ChartSeriesAddress */ string DataRangeAddress; - //------------------------------------------------------------------------- /** contains the cell address of label (i.e. name) of this series. */ string LabelAddress; - //------------------------------------------------------------------------- /** contains cell addresses for each domain of this series. @@ -54,7 +50,6 @@ published struct ChartSeriesAddress sequence< string > DomainRangeAddresses; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartSolidType.idl b/offapi/com/sun/star/chart/ChartSolidType.idl index 19a2402f2b8d..c200a7db339b 100644 --- a/offapi/com/sun/star/chart/ChartSolidType.idl +++ b/offapi/com/sun/star/chart/ChartSolidType.idl @@ -29,36 +29,30 @@ #define __com_sun_star_chart_ChartSolidType_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** These values specify the type of solid shapes for data points of 3D bar charts. */ published constants ChartSolidType { - //------------------------------------------------------------------------- /** extruded rectangle, i.e., a cuboid */ const long RECTANGULAR_SOLID = 0; - //------------------------------------------------------------------------- /** cylinder with a circle as base */ const long CYLINDER = 1; - //------------------------------------------------------------------------- /** cone with a circle as base */ const long CONE = 2; - //------------------------------------------------------------------------- /** pyramidal with a square as base */ @@ -66,7 +60,6 @@ published constants ChartSolidType }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartStatistics.idl b/offapi/com/sun/star/chart/ChartStatistics.idl index ac0a1f6b34c6..9eb74720a6bf 100644 --- a/offapi/com/sun/star/chart/ChartStatistics.idl +++ b/offapi/com/sun/star/chart/ChartStatistics.idl @@ -34,11 +34,9 @@ #include <com/sun/star/chart/ChartRegressionCurveType.idl> #include <com/sun/star/chart/ErrorBarStyle.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** offers statistical properties for the data in the chart. It is available for a single data row and for the whole diagram. @@ -47,7 +45,6 @@ published service ChartStatistics { interface com::sun::star::beans::XPropertySet; - //------------------------------------------------------------------------- /** specifies the lower limit of the error range of a data row. @@ -61,7 +58,6 @@ published service ChartStatistics */ [property] double ConstantErrorLow; - //------------------------------------------------------------------------- /** specifies the upper limit of the error range of a data row. @@ -75,14 +71,12 @@ published service ChartStatistics */ [property] double ConstantErrorHigh; - //------------------------------------------------------------------------- /** determines if the mean value for a data row is displayed as a line. */ [property] boolean MeanValue; - //------------------------------------------------------------------------- /** determines the type of error to indicate. @@ -104,7 +98,6 @@ published service ChartStatistics */ [optional, property] long ErrorBarStyle; - //------------------------------------------------------------------------- /** specifies the percentage that is used to display error bars. @@ -119,7 +112,6 @@ published service ChartStatistics */ [property] double PercentageError; - //------------------------------------------------------------------------- /** specifies the percentage for the margin of errors. @@ -134,7 +126,6 @@ published service ChartStatistics */ [property] double ErrorMargin; - //------------------------------------------------------------------------- /** determines how the error is indicated. @@ -144,7 +135,6 @@ published service ChartStatistics */ [property] com::sun::star::chart::ChartErrorIndicatorType ErrorIndicator; - //------------------------------------------------------------------------- /** determines a type of regression for the data row values. @@ -165,7 +155,6 @@ published service ChartStatistics [optional, property] string ErrorBarRangeNegative; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartSymbolType.idl b/offapi/com/sun/star/chart/ChartSymbolType.idl index 681813504abd..7228283c48df 100644 --- a/offapi/com/sun/star/chart/ChartSymbolType.idl +++ b/offapi/com/sun/star/chart/ChartSymbolType.idl @@ -20,11 +20,9 @@ #define __com_sun_star_chart_ChartSymbolType_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** These values specify the type of the symbol used for data points. @@ -49,20 +47,17 @@ */ published constants ChartSymbolType { - //------------------------------------------------------------------------- /** No symbol is used. */ const long NONE = -3; - //------------------------------------------------------------------------- /** The symbol is selected automatically. The size of symbol will be dynamic and the type depends on the data row number. */ const long AUTO = -2; - //------------------------------------------------------------------------- /** Take a Bitmap from a URL and use this as symbol. @@ -74,49 +69,41 @@ published constants ChartSymbolType */ const long BITMAPURL = -1; - //------------------------------------------------------------------------- /** The default symbol for row 0 is used. */ const long SYMBOL0 = 0; - //------------------------------------------------------------------------- /** The default symbol for row 1 is used. */ const long SYMBOL1 = 1; - //------------------------------------------------------------------------- /** The default symbol for row 2 is used. */ const long SYMBOL2 = 2; - //------------------------------------------------------------------------- /** The default symbol for row 3 is used. */ const long SYMBOL3 = 3; - //------------------------------------------------------------------------- /** The default symbol for row 4 is used. */ const long SYMBOL4 = 4; - //------------------------------------------------------------------------- /** The default symbol for row 5 is used. */ const long SYMBOL5 = 5; - //------------------------------------------------------------------------- /** The default symbol for row 6 is used. */ const long SYMBOL6 = 6; - //------------------------------------------------------------------------- /** The default symbol for row 7 is used. */ @@ -124,7 +111,6 @@ published constants ChartSymbolType }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl b/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl index 5062714dfa67..990d381eabe0 100644 --- a/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl +++ b/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl @@ -21,11 +21,9 @@ #include <com/sun/star/chart/ChartSeriesAddress.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** This is a helper service for access to table Address to cell ranges of the container document of a chart. @@ -34,7 +32,6 @@ module com { module sun { module star { module chart { */ published service ChartTableAddressSupplier { - //------------------------------------------------------------------------- /** contains the address to the cells containing the names of the categories. @@ -42,7 +39,6 @@ published service ChartTableAddressSupplier */ [property] string CategoriesRangeAddress; - //------------------------------------------------------------------------- /** contains the addresses to the elements of a series. This sequence should contain one element for each series in the chart. @@ -50,12 +46,10 @@ published service ChartTableAddressSupplier */ [property] sequence< com::sun::star::chart::ChartSeriesAddress > SeriesAddresses; - //------------------------------------------------------------------------- /** contains the address to the main title. */ [optional, property] string MainTitleAddress; - //------------------------------------------------------------------------- /** contains the address to the sub title. <!-- Dennis: Does "Address" have a capital "A" or lowercase? --> @@ -63,7 +57,6 @@ published service ChartTableAddressSupplier [optional, property] string SubTitleAddress; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl index df39e74eff26..8e7844623626 100644 --- a/offapi/com/sun/star/chart/ChartTitle.idl +++ b/offapi/com/sun/star/chart/ChartTitle.idl @@ -22,11 +22,9 @@ #include <com/sun/star/drawing/Shape.idl> #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies titles in a chart. @@ -37,7 +35,6 @@ published service ChartTitle { service com::sun::star::drawing::Shape; - //------------------------------------------------------------------------- /** If this property is <TRUE/> the position is calculated by the application automatically. Setting this property to false will have no effect. Instead use the interface <type scope="com::sun::star::drawing">XShape</type> @@ -45,7 +42,6 @@ published service ChartTitle */ [optional, property] boolean AutomaticPosition; - //------------------------------------------------------------------------- /** If a <type>ChartTitle</type> may be stored as XML element, this service should be supported in order to preserve unparsed @@ -55,7 +51,6 @@ published service ChartTitle */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; - //------------------------------------------------------------------------- /** specifies the rotation of the shape in 100th of degrees. @@ -66,7 +61,6 @@ published service ChartTitle */ [property] long TextRotation; - //------------------------------------------------------------------------- /** contains the text of the title. @@ -78,7 +72,6 @@ published service ChartTitle }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl b/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl index 0b9fed06b8ea..f33e0edddd9f 100644 --- a/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl +++ b/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl @@ -24,11 +24,9 @@ #include <com/sun/star/chart/ChartAxisXSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** a helper service for chart documents which supply primary and secondary x-axes. @@ -41,7 +39,6 @@ published service ChartTwoAxisXSupplier service com::sun::star::chart::ChartAxisXSupplier; - //------------------------------------------------------------------------- /** determines if the secondary x-axis is shown or hidden. @@ -49,14 +46,12 @@ published service ChartTwoAxisXSupplier */ [property] boolean HasSecondaryXAxis; - //------------------------------------------------------------------------- /** determines for the secondary x-axis if the labels at the tick marks are shown or hidden. */ [property] boolean HasSecondaryXAxisDescription; - //------------------------------------------------------------------------- /** determines if the title of the secondary X-axis is shown or hidden. @@ -68,7 +63,6 @@ published service ChartTwoAxisXSupplier }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl index a4d5648aa8ee..a78ece2fcc60 100644 --- a/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl +++ b/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl @@ -24,11 +24,9 @@ #include <com/sun/star/chart/ChartAxisYSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** a helper service for chart documents which supply primary and secondary y-axes. @@ -41,7 +39,6 @@ published service ChartTwoAxisYSupplier service com::sun::star::chart::ChartAxisYSupplier; - //------------------------------------------------------------------------- /** determines if the secondary y-axis is shown or hidden. @@ -50,14 +47,12 @@ published service ChartTwoAxisYSupplier */ [property] boolean HasSecondaryYAxis; - //------------------------------------------------------------------------- /** determines for the secondary y-axis if the labels at the tick marks are shown or hidden. */ [property] boolean HasSecondaryYAxisDescription; - //------------------------------------------------------------------------- /** determines if the title of the secondary y-axis is shown or hidden. @@ -69,7 +64,6 @@ published service ChartTwoAxisYSupplier }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/DataLabelPlacement.idl b/offapi/com/sun/star/chart/DataLabelPlacement.idl index d509f99260ea..ca1cf02d6a25 100644 --- a/offapi/com/sun/star/chart/DataLabelPlacement.idl +++ b/offapi/com/sun/star/chart/DataLabelPlacement.idl @@ -20,11 +20,9 @@ #define __com_sun_star_chart_DataLabelPlacement_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** These values specify where the captions/labels of data points are displayed. */ @@ -45,7 +43,6 @@ published constants DataLabelPlacement const long NEAR_ORIGIN = 12; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/Diagram.idl b/offapi/com/sun/star/chart/Diagram.idl index 39ea3190cb96..3c517a418cde 100644 --- a/offapi/com/sun/star/chart/Diagram.idl +++ b/offapi/com/sun/star/chart/Diagram.idl @@ -30,11 +30,9 @@ #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** the base service for the diagram of the chart document. @@ -66,7 +64,6 @@ published service Diagram */ [optional] interface com::sun::star::chart::XDiagramPositioning; - //------------------------------------------------------------------------- /** If this property is <TRUE/> the position is calculated by the application automatically. Setting this property to false will have no effect. Instead use the interface <type scope="com::sun::star::drawing">XShape</type> @@ -74,7 +71,6 @@ published service Diagram */ [optional, property] boolean AutomaticPosition; - //------------------------------------------------------------------------- /** If this property is <TRUE/> the size is calculated by the application automatically. Setting this property to false will have no effect. Instead use the interface <type scope="com::sun::star::drawing">XShape</type> @@ -82,11 +78,9 @@ published service Diagram */ [optional, property] boolean AutomaticSize; - //------------------------------------------------------------------------- interface com::sun::star::beans::XPropertySet; - //------------------------------------------------------------------------- /** If a <type>Diagram</type> may be stored as XML file, this service should be supported in order to preserve unparsed XML @@ -96,7 +90,6 @@ published service Diagram */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; - //------------------------------------------------------------------------- /** determines if the data for a data row is contained in the columns or in the rows of the data array. @@ -106,7 +99,6 @@ published service Diagram */ [property] com::sun::star::chart::ChartDataRowSource DataRowSource; - //------------------------------------------------------------------------- /** specifies how the caption of data points is displayed. @@ -114,7 +106,6 @@ published service Diagram */ [property] long DataCaption; - //------------------------------------------------------------------------- /** specifies how empty or invalid cells in the provided data should be handled when displayed @@ -124,7 +115,6 @@ published service Diagram }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/Dim3DDiagram.idl b/offapi/com/sun/star/chart/Dim3DDiagram.idl index 0ed1e74642db..80a462a714a2 100644 --- a/offapi/com/sun/star/chart/Dim3DDiagram.idl +++ b/offapi/com/sun/star/chart/Dim3DDiagram.idl @@ -23,11 +23,9 @@ #include <com/sun/star/chart/X3DDefaultSetter.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** is a service for diagrams that support the capability to render themselves as three-dimensional diagrams as well as @@ -45,7 +43,6 @@ published service Dim3DDiagram */ [optional] interface ::com::sun::star::chart::X3DDefaultSetter; - //------------------------------------------------------------------------- /** If set to <TRUE/>, the chart becomes a three-dimensional chart. Otherwise it is two-dimensional. @@ -65,7 +62,6 @@ published service Dim3DDiagram [optional, property] long RotationVertical; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/DonutDiagram.idl b/offapi/com/sun/star/chart/DonutDiagram.idl index e0ae94bd3e91..7275b49ca412 100644 --- a/offapi/com/sun/star/chart/DonutDiagram.idl +++ b/offapi/com/sun/star/chart/DonutDiagram.idl @@ -22,11 +22,9 @@ #include <com/sun/star/chart/Diagram.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** a service for donut diagrams. @@ -37,7 +35,6 @@ published service DonutDiagram service com::sun::star::chart::Diagram; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/ErrorBarStyle.idl b/offapi/com/sun/star/chart/ErrorBarStyle.idl index 262bd34931e9..d1ebc638a3ea 100644 --- a/offapi/com/sun/star/chart/ErrorBarStyle.idl +++ b/offapi/com/sun/star/chart/ErrorBarStyle.idl @@ -83,7 +83,6 @@ published constants ErrorBarStyle const long FROM_DATA = 7; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/FilledNetDiagram.idl b/offapi/com/sun/star/chart/FilledNetDiagram.idl index 3cdd0007bd09..22a867d0dc48 100644 --- a/offapi/com/sun/star/chart/FilledNetDiagram.idl +++ b/offapi/com/sun/star/chart/FilledNetDiagram.idl @@ -27,11 +27,9 @@ #include <com/sun/star/chart/ChartAxisYSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies filled net diagrams. @since OOo 3.2 @@ -45,7 +43,6 @@ published service FilledNetDiagram service com::sun::star::chart::StackableDiagram; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/LineDiagram.idl b/offapi/com/sun/star/chart/LineDiagram.idl index 369751f58f2b..9d3c525f7bf8 100644 --- a/offapi/com/sun/star/chart/LineDiagram.idl +++ b/offapi/com/sun/star/chart/LineDiagram.idl @@ -34,11 +34,9 @@ #include <com/sun/star/chart/StackableDiagram.idl> #include <com/sun/star/awt/Size.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies line, spline and symbol diagrams. */ @@ -52,7 +50,6 @@ published service LineDiagram service com::sun::star::chart::Dim3DDiagram; service com::sun::star::chart::StackableDiagram; - //------------------------------------------------------------------------- /** determines which type of symbols are displayed. @@ -72,13 +69,11 @@ published service LineDiagram */ [property] long SymbolType; - //------------------------------------------------------------------------- /** specifies the size of symbols in 1/100th of a millimeter. */ [optional, property] com::sun::star::awt::Size SymbolSize; - //------------------------------------------------------------------------- /** Set this property to any valid URL that points to a graphic file. This graphic is then used as symbol for all series. @@ -91,14 +86,12 @@ published service LineDiagram */ [optional, property] string SymbolBitmapURL; - //------------------------------------------------------------------------- /** determines if the chart type has lines connecting the data points or contains just symbols. */ [property] boolean Lines; - //------------------------------------------------------------------------- /** determines if the chart is a spline-chart type and specifies the type of splines. @@ -113,7 +106,6 @@ published service LineDiagram */ [property] long SplineType; - //------------------------------------------------------------------------- /** specifies the power of the polynomials used for spline calculation @@ -122,14 +114,12 @@ published service LineDiagram */ [optional, property] long SplineOrder; - //------------------------------------------------------------------------- /** determines the number of sampling points of a spline */ [optional, property] long SplineResolution; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/MissingValueTreatment.idl b/offapi/com/sun/star/chart/MissingValueTreatment.idl index 7a02692578e7..19509aa6ea3b 100644 --- a/offapi/com/sun/star/chart/MissingValueTreatment.idl +++ b/offapi/com/sun/star/chart/MissingValueTreatment.idl @@ -20,11 +20,9 @@ #define __com_sun_star_chart_MissingValueTreatment_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** This specifies how empty or invalid cells in the provided data should be handled when plotted. */ @@ -35,7 +33,6 @@ published constants MissingValueTreatment const long CONTINUE = 2; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/NetDiagram.idl b/offapi/com/sun/star/chart/NetDiagram.idl index 97d91d9c7ef1..07d9975026c6 100644 --- a/offapi/com/sun/star/chart/NetDiagram.idl +++ b/offapi/com/sun/star/chart/NetDiagram.idl @@ -26,11 +26,9 @@ #include <com/sun/star/chart/ChartAxisYSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies net diagrams. @@ -44,7 +42,6 @@ published service NetDiagram }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/PieDiagram.idl b/offapi/com/sun/star/chart/PieDiagram.idl index b5febfa66db9..5293da11e5c2 100644 --- a/offapi/com/sun/star/chart/PieDiagram.idl +++ b/offapi/com/sun/star/chart/PieDiagram.idl @@ -24,11 +24,9 @@ #include <com/sun/star/chart/Dim3DDiagram.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** a service for pie diagrams. */ @@ -38,7 +36,6 @@ published service PieDiagram service com::sun::star::chart::Dim3DDiagram; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/StackableDiagram.idl b/offapi/com/sun/star/chart/StackableDiagram.idl index 45b95251a8f2..8685734b7858 100644 --- a/offapi/com/sun/star/chart/StackableDiagram.idl +++ b/offapi/com/sun/star/chart/StackableDiagram.idl @@ -20,11 +20,9 @@ #define __com_sun_star_chart_StackableDiagram_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** @@ -34,14 +32,12 @@ a helper service for stackable chart types (e.g., charts in */ published service StackableDiagram { - //------------------------------------------------------------------------- /** If <TRUE/>, the series of the diagram are stacked and each category sums up to 100%. */ [property] boolean Percent; - //------------------------------------------------------------------------- /** If <TRUE/>, the series of the diagram are stacked. @@ -53,7 +49,6 @@ published service StackableDiagram }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/StockDiagram.idl b/offapi/com/sun/star/chart/StockDiagram.idl index 766f570443dc..a83b8c0d0263 100644 --- a/offapi/com/sun/star/chart/StockDiagram.idl +++ b/offapi/com/sun/star/chart/StockDiagram.idl @@ -30,11 +30,9 @@ #include <com/sun/star/chart/ChartTwoAxisYSupplier.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** specifies a diagram which can be used for presenting stock quotes. @@ -88,7 +86,6 @@ published service StockDiagram service com::sun::star::chart::ChartAxisXSupplier; service com::sun::star::chart::ChartTwoAxisYSupplier; - //------------------------------------------------------------------------- /** indicates if a stock chart contains data representing the volume of stocks. @@ -101,7 +98,6 @@ published service StockDiagram */ [property] boolean Volume; - //------------------------------------------------------------------------- /** indicates if a stock chart contains data representing the value of stocks on the opening and closing date. @@ -126,7 +122,6 @@ published service StockDiagram }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/TimeIncrement.idl b/offapi/com/sun/star/chart/TimeIncrement.idl index 429f8e567343..c9813f5d97c5 100644 --- a/offapi/com/sun/star/chart/TimeIncrement.idl +++ b/offapi/com/sun/star/chart/TimeIncrement.idl @@ -21,11 +21,9 @@ #include <com/sun/star/chart/TimeInterval.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** A TimeIncrement describes how tickmarks are positioned on the scale of a date-time axis. @since OOo 3.4 @@ -52,7 +50,6 @@ published struct TimeIncrement any TimeResolution; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/TimeInterval.idl b/offapi/com/sun/star/chart/TimeInterval.idl index bec7e51c18f9..b5a8cc737746 100644 --- a/offapi/com/sun/star/chart/TimeInterval.idl +++ b/offapi/com/sun/star/chart/TimeInterval.idl @@ -21,11 +21,9 @@ #include <com/sun/star/chart/TimeUnit.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Describes an interval on a date-axis @since OOo 3.4 @@ -42,7 +40,6 @@ published struct TimeInterval long TimeUnit; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/TimeUnit.idl b/offapi/com/sun/star/chart/TimeUnit.idl index 994880355e3c..a0d359c6957a 100644 --- a/offapi/com/sun/star/chart/TimeUnit.idl +++ b/offapi/com/sun/star/chart/TimeUnit.idl @@ -19,11 +19,9 @@ #ifndef __com_sun_star_chart_TimeUnit_idl__ #define __com_sun_star_chart_TimeUnit_idl__ -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Specifies a unit for intervals on a date-time axis @since OOo 3.4 @@ -35,7 +33,6 @@ published constants TimeUnit const long YEAR = 2; }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/X3DDefaultSetter.idl b/offapi/com/sun/star/chart/X3DDefaultSetter.idl index 0bc5c5536160..7ab263712f5b 100644 --- a/offapi/com/sun/star/chart/X3DDefaultSetter.idl +++ b/offapi/com/sun/star/chart/X3DDefaultSetter.idl @@ -22,11 +22,9 @@ #include <com/sun/star/uno/XInterface.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** makes it easy to set suitable defaults for illumination and rotation for 3D charts @@ -50,7 +48,6 @@ published interface X3DDefaultSetter : com::sun::star::uno::XInterface }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/X3DDisplay.idl b/offapi/com/sun/star/chart/X3DDisplay.idl index f282fca1a5a0..1048951a1990 100644 --- a/offapi/com/sun/star/chart/X3DDisplay.idl +++ b/offapi/com/sun/star/chart/X3DDisplay.idl @@ -24,11 +24,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** gives access to 3D elements of a three-dimensional chart. @@ -36,7 +34,6 @@ */ published interface X3DDisplay: com::sun::star::uno::XInterface { - //------------------------------------------------------------------------- /** @returns the properties of the diagram wall(s). @@ -52,7 +49,6 @@ published interface X3DDisplay: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getWall(); - //------------------------------------------------------------------------- /** @returns the properties of the floor. @@ -65,7 +61,6 @@ published interface X3DDisplay: com::sun::star::uno::XInterface }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XAxisXSupplier.idl b/offapi/com/sun/star/chart/XAxisXSupplier.idl index 3eab9e3e6b9f..4f1311812c6b 100644 --- a/offapi/com/sun/star/chart/XAxisXSupplier.idl +++ b/offapi/com/sun/star/chart/XAxisXSupplier.idl @@ -26,11 +26,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** gives access to the <i>x</i>-axis of a chart. @@ -41,7 +39,6 @@ */ published interface XAxisXSupplier: com::sun::star::uno::XInterface { - //------------------------------------------------------------------------- /** @returns the <i>x</i>-axis title shape. @@ -50,7 +47,6 @@ published interface XAxisXSupplier: com::sun::star::uno::XInterface */ com::sun::star::drawing::XShape getXAxisTitle(); - //------------------------------------------------------------------------- /** @returns the properties of the <i>x</i>-axis of the diagram. @@ -62,7 +58,6 @@ published interface XAxisXSupplier: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getXAxis(); - //------------------------------------------------------------------------- /** @returns the properties of the main grid (major grid) of the @@ -72,7 +67,6 @@ published interface XAxisXSupplier: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getXMainGrid(); - //------------------------------------------------------------------------- /** @returns the properties of the help grid (minor grid) of the @@ -84,7 +78,6 @@ published interface XAxisXSupplier: com::sun::star::uno::XInterface }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XAxisYSupplier.idl b/offapi/com/sun/star/chart/XAxisYSupplier.idl index 2979cc76b0c6..93cb0bfaaca6 100644 --- a/offapi/com/sun/star/chart/XAxisYSupplier.idl +++ b/offapi/com/sun/star/chart/XAxisYSupplier.idl @@ -26,11 +26,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** gives access to the <i>y</i>-axis of a chart. @@ -41,7 +39,6 @@ */ published interface XAxisYSupplier: com::sun::star::uno::XInterface { - //------------------------------------------------------------------------- /** @returns the <i>y</i>-axis title shape. @@ -50,7 +47,6 @@ published interface XAxisYSupplier: com::sun::star::uno::XInterface */ com::sun::star::drawing::XShape getYAxisTitle(); - //------------------------------------------------------------------------- /** @returns the properties of the <i>y</i>-axis of the diagram. @@ -62,7 +58,6 @@ published interface XAxisYSupplier: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getYAxis(); - //------------------------------------------------------------------------- /** @returns the properties of the help grid (minor grid) of the @@ -72,7 +67,6 @@ published interface XAxisYSupplier: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getYHelpGrid(); - //------------------------------------------------------------------------- /** @returns the properties of the main grid (major grid) of the @@ -84,7 +78,6 @@ published interface XAxisYSupplier: com::sun::star::uno::XInterface }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XAxisZSupplier.idl b/offapi/com/sun/star/chart/XAxisZSupplier.idl index e5b6c7a4c4a8..edd9f5db08d6 100644 --- a/offapi/com/sun/star/chart/XAxisZSupplier.idl +++ b/offapi/com/sun/star/chart/XAxisZSupplier.idl @@ -26,11 +26,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** gives access to the <i>z</i>-axis of a chart. @@ -38,7 +36,6 @@ */ published interface XAxisZSupplier: com::sun::star::uno::XInterface { - //------------------------------------------------------------------------- /** @returns the <i>z</i>-axis title shape. @@ -47,7 +44,6 @@ published interface XAxisZSupplier: com::sun::star::uno::XInterface */ com::sun::star::drawing::XShape getZAxisTitle(); - //------------------------------------------------------------------------- /** @returns the properties of the main grid (major grid) of the @@ -57,7 +53,6 @@ published interface XAxisZSupplier: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getZMainGrid(); - //------------------------------------------------------------------------- /** @returns the properties of the help grid (minor grid) of the @@ -67,7 +62,6 @@ published interface XAxisZSupplier: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getZHelpGrid(); - //------------------------------------------------------------------------- /** @returns the properties of the <i>z</i>-axis of the diagram. @@ -81,7 +75,6 @@ published interface XAxisZSupplier: com::sun::star::uno::XInterface }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XChartData.idl b/offapi/com/sun/star/chart/XChartData.idl index b9831c17fee0..11b2a6587294 100644 --- a/offapi/com/sun/star/chart/XChartData.idl +++ b/offapi/com/sun/star/chart/XChartData.idl @@ -24,11 +24,9 @@ #include <com/sun/star/chart/XChartDataChangeEventListener.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** manages the data of the chart. @@ -36,7 +34,6 @@ */ published interface XChartData: com::sun::star::uno::XInterface { - //------------------------------------------------------------------------- /** allows a component supporting the <type>XChartDataChangeEventListener</type> interface to @@ -52,7 +49,6 @@ published interface XChartData: com::sun::star::uno::XInterface */ void addChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener aListener ); - //------------------------------------------------------------------------- /** removes a previously registered listener. @@ -61,7 +57,6 @@ published interface XChartData: com::sun::star::uno::XInterface */ void removeChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener aListener ); - //------------------------------------------------------------------------- /** @returns the value which is to be used as an indicator for a @@ -72,7 +67,6 @@ published interface XChartData: com::sun::star::uno::XInterface */ double getNotANumber(); - //------------------------------------------------------------------------- /** checks whether the value given is equal to the indicator value for a missing value. @@ -97,7 +91,6 @@ published interface XChartData: com::sun::star::uno::XInterface }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XChartDataArray.idl b/offapi/com/sun/star/chart/XChartDataArray.idl index 5a097d30f4a5..9c2f5cb12f2d 100644 --- a/offapi/com/sun/star/chart/XChartDataArray.idl +++ b/offapi/com/sun/star/chart/XChartDataArray.idl @@ -21,11 +21,9 @@ #include <com/sun/star/chart/XChartData.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** gives access to data represented as an array of rows. @@ -36,7 +34,6 @@ */ published interface XChartDataArray: XChartData { - //------------------------------------------------------------------------- /** retrieves the numerical data as a nested sequence of values. @@ -46,7 +43,6 @@ published interface XChartDataArray: XChartData */ sequence< sequence< double > > getData(); - //------------------------------------------------------------------------- /** sets the chart data as an array of numbers. @@ -56,7 +52,6 @@ published interface XChartDataArray: XChartData */ void setData( [in] sequence< sequence< double > > aData ); - //------------------------------------------------------------------------- /** retrieves the description texts for all rows. @@ -66,7 +61,6 @@ published interface XChartDataArray: XChartData */ sequence< string > getRowDescriptions(); - //------------------------------------------------------------------------- /** sets the description texts for all rows. @@ -76,7 +70,6 @@ published interface XChartDataArray: XChartData */ void setRowDescriptions( [in] sequence< string > aRowDescriptions ); - //------------------------------------------------------------------------- /** retrieves the description texts for all columns. @@ -86,7 +79,6 @@ published interface XChartDataArray: XChartData */ sequence< string > getColumnDescriptions(); - //------------------------------------------------------------------------- /** sets the description texts for all columns. @@ -97,7 +89,6 @@ published interface XChartDataArray: XChartData void setColumnDescriptions( [in] sequence< string > aColumnDescriptions ); }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XChartDataChangeEventListener.idl b/offapi/com/sun/star/chart/XChartDataChangeEventListener.idl index 9f2fd1803579..95ac72d3c256 100644 --- a/offapi/com/sun/star/chart/XChartDataChangeEventListener.idl +++ b/offapi/com/sun/star/chart/XChartDataChangeEventListener.idl @@ -24,17 +24,14 @@ #include <com/sun/star/chart/ChartDataChangeEvent.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** makes it possible to receive events when chart data changes. */ published interface XChartDataChangeEventListener: com::sun::star::lang::XEventListener { - //------------------------------------------------------------------------- /** is called whenever chart data changes in value or structure. @@ -52,7 +49,6 @@ published interface XChartDataChangeEventListener: com::sun::star::lang::XEventL }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XChartDocument.idl b/offapi/com/sun/star/chart/XChartDocument.idl index c2ba6cd1246d..0d63d023e588 100644 --- a/offapi/com/sun/star/chart/XChartDocument.idl +++ b/offapi/com/sun/star/chart/XChartDocument.idl @@ -30,11 +30,9 @@ #include <com/sun/star/chart/XChartData.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** manages the chart document. @@ -43,7 +41,6 @@ */ published interface XChartDocument: com::sun::star::frame::XModel { - //------------------------------------------------------------------------- /** @returns the shape of the main title of the chart document. @@ -52,7 +49,6 @@ published interface XChartDocument: com::sun::star::frame::XModel */ com::sun::star::drawing::XShape getTitle(); - //------------------------------------------------------------------------- /** @returns the shape of the subtitle of the chart document. @@ -65,7 +61,6 @@ published interface XChartDocument: com::sun::star::frame::XModel */ com::sun::star::drawing::XShape getSubTitle(); - //------------------------------------------------------------------------- /** @returns the shape of the legend of the chart document. @@ -74,7 +69,6 @@ published interface XChartDocument: com::sun::star::frame::XModel */ com::sun::star::drawing::XShape getLegend(); - //------------------------------------------------------------------------- /** @returns the properties of the background area of the chart document. @@ -90,7 +84,6 @@ published interface XChartDocument: com::sun::star::frame::XModel */ com::sun::star::beans::XPropertySet getArea(); - //------------------------------------------------------------------------- /** @returns the diagram of the chart document. @@ -99,7 +92,6 @@ published interface XChartDocument: com::sun::star::frame::XModel */ com::sun::star::chart::XDiagram getDiagram(); - //------------------------------------------------------------------------- /** sets the diagram for the chart document. @@ -115,7 +107,6 @@ published interface XChartDocument: com::sun::star::frame::XModel */ void setDiagram( [in] com::sun::star::chart::XDiagram xDiagram ); - //------------------------------------------------------------------------- /** @returns the data of the chart. @@ -135,7 +126,6 @@ published interface XChartDocument: com::sun::star::frame::XModel */ com::sun::star::chart::XChartData getData(); - //------------------------------------------------------------------------- /** attaches data to the chart. @@ -162,7 +152,6 @@ published interface XChartDocument: com::sun::star::frame::XModel }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl b/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl index e9e1b481cb86..c12ae700f18c 100644 --- a/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl +++ b/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl @@ -21,11 +21,9 @@ #include <com/sun/star/chart/XChartDataArray.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Offers access to complex column and row descriptions. @@ -36,7 +34,6 @@ published interface XComplexDescriptionAccess : XChartDataArray { - //------------------------------------------------------------------------- /** retrieves the description texts for all rows. @@ -47,7 +44,6 @@ published interface XComplexDescriptionAccess : XChartDataArray */ sequence< sequence< string > > getComplexRowDescriptions(); - //------------------------------------------------------------------------- /** sets the description texts for all rows. @@ -58,7 +54,6 @@ published interface XComplexDescriptionAccess : XChartDataArray */ void setComplexRowDescriptions( [in] sequence< sequence< string > > rRowDescriptions ); - //------------------------------------------------------------------------- /** retrieves the description texts for all columns. @@ -69,7 +64,6 @@ published interface XComplexDescriptionAccess : XChartDataArray */ sequence< sequence< string > > getComplexColumnDescriptions(); - //------------------------------------------------------------------------- /** sets the description texts for all columns. @@ -81,7 +75,6 @@ published interface XComplexDescriptionAccess : XChartDataArray void setComplexColumnDescriptions( [in] sequence< sequence< string > > rColumnDescriptions ); }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XDateCategories.idl b/offapi/com/sun/star/chart/XDateCategories.idl index f6d5d1c50290..1565a75fe279 100644 --- a/offapi/com/sun/star/chart/XDateCategories.idl +++ b/offapi/com/sun/star/chart/XDateCategories.idl @@ -21,11 +21,9 @@ #include <com/sun/star/uno/XInterface.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** Allows to set date values as categories. @@ -36,7 +34,6 @@ published interface XDateCategories { - //------------------------------------------------------------------------- /** sets dates as categories @@ -45,7 +42,6 @@ published interface XDateCategories */ void setDateCategories( [in] sequence< double > rDates ); - //------------------------------------------------------------------------- /** retrieves the date values if the category x-axis id a date axis @@ -55,7 +51,6 @@ published interface XDateCategories sequence< double > getDateCategories(); }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XDiagram.idl b/offapi/com/sun/star/chart/XDiagram.idl index 6939ff63d276..998fff50b044 100644 --- a/offapi/com/sun/star/chart/XDiagram.idl +++ b/offapi/com/sun/star/chart/XDiagram.idl @@ -25,11 +25,9 @@ #include <com/sun/star/lang/IndexOutOfBoundsException.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** manages the diagram of the chart document. @@ -37,7 +35,6 @@ */ published interface XDiagram: com::sun::star::drawing::XShape { - //------------------------------------------------------------------------- /** @returns a string representing the diagram type. This string @@ -46,7 +43,6 @@ published interface XDiagram: com::sun::star::drawing::XShape */ string getDiagramType(); - //------------------------------------------------------------------------- /** @returns the properties of the specified data row (series). @@ -59,7 +55,6 @@ published interface XDiagram: com::sun::star::drawing::XShape com::sun::star::beans::XPropertySet getDataRowProperties( [in] long nRow ) raises( com::sun::star::lang::IndexOutOfBoundsException ); - //------------------------------------------------------------------------- /** @returns the properties of the specified data point. @@ -77,7 +72,6 @@ published interface XDiagram: com::sun::star::drawing::XShape }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XDiagramPositioning.idl b/offapi/com/sun/star/chart/XDiagramPositioning.idl index 6ba9edb9440f..401b0ab53ec4 100644 --- a/offapi/com/sun/star/chart/XDiagramPositioning.idl +++ b/offapi/com/sun/star/chart/XDiagramPositioning.idl @@ -22,11 +22,9 @@ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/awt/Rectangle.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** allow for different positioning options for a diagram @@ -85,7 +83,6 @@ interface XDiagramPositioning : com::sun::star::uno::XInterface com::sun::star::awt::Rectangle calculateDiagramPositionIncludingAxesAndAxisTitles(); }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XStatisticDisplay.idl b/offapi/com/sun/star/chart/XStatisticDisplay.idl index 3b54c26bc4f1..7b27872544be 100644 --- a/offapi/com/sun/star/chart/XStatisticDisplay.idl +++ b/offapi/com/sun/star/chart/XStatisticDisplay.idl @@ -24,11 +24,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** gives access to statistical elements for the chart. @@ -40,7 +38,6 @@ */ published interface XStatisticDisplay: com::sun::star::uno::XInterface { - //------------------------------------------------------------------------- /** @returns the properties of the up bars of a stock chart which has @@ -54,7 +51,6 @@ published interface XStatisticDisplay: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getUpBar(); - //------------------------------------------------------------------------- /** @returns the properties of the down bars of a stock chart which has @@ -68,7 +64,6 @@ published interface XStatisticDisplay: com::sun::star::uno::XInterface */ com::sun::star::beans::XPropertySet getDownBar(); - //------------------------------------------------------------------------- /** @returns the properties of the lines that are drawn between the @@ -80,7 +75,6 @@ published interface XStatisticDisplay: com::sun::star::uno::XInterface }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl b/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl index ff5bee5b6d39..de3fa8bb9995 100644 --- a/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl +++ b/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl @@ -24,11 +24,9 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** gives access to both the primary and the secondary <i>x</i>-axis of a chart. @@ -37,7 +35,6 @@ */ published interface XTwoAxisXSupplier: com::sun::star::chart::XAxisXSupplier { - //------------------------------------------------------------------------- /** @returns the properties of the secondary <i>x</i>-axis of the @@ -52,7 +49,6 @@ published interface XTwoAxisXSupplier: com::sun::star::chart::XAxisXSupplier }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl b/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl index 8eed08ab730b..f8571815511b 100644 --- a/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl +++ b/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl @@ -24,17 +24,14 @@ #include <com/sun/star/beans/XPropertySet.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** gives access to both the primary and the secondary y-axis of a diagram.@see XChartDocument */ published interface XTwoAxisYSupplier: com::sun::star::chart::XAxisYSupplier { - //------------------------------------------------------------------------- /** @returns the properties of the secondary <i>y</i>-axis of the @@ -49,7 +46,6 @@ published interface XTwoAxisYSupplier: com::sun::star::chart::XAxisYSupplier }; -//============================================================================= }; }; }; }; diff --git a/offapi/com/sun/star/chart/XYDiagram.idl b/offapi/com/sun/star/chart/XYDiagram.idl index 3879c763caf7..8ee35ba146bf 100644 --- a/offapi/com/sun/star/chart/XYDiagram.idl +++ b/offapi/com/sun/star/chart/XYDiagram.idl @@ -30,11 +30,9 @@ #include <com/sun/star/chart/LineDiagram.idl> -//============================================================================= module com { module sun { module star { module chart { -//============================================================================= /** a service for X/Y diagrams (Also known as scatter charts). @@ -52,7 +50,6 @@ published service XYDiagram service com::sun::star::chart::LineDiagram; }; -//============================================================================= }; }; }; }; |