summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart')
-rw-r--r--include/oox/drawingml/chart/axiscontext.hxx14
-rw-r--r--include/oox/drawingml/chart/axisconverter.hxx4
-rw-r--r--include/oox/drawingml/chart/axismodel.hxx6
-rw-r--r--include/oox/drawingml/chart/chartcontextbase.hxx10
-rw-r--r--include/oox/drawingml/chart/chartconverter.hxx4
-rw-r--r--include/oox/drawingml/chart/chartdrawingfragment.hxx10
-rw-r--r--include/oox/drawingml/chart/chartspaceconverter.hxx4
-rw-r--r--include/oox/drawingml/chart/chartspacefragment.hxx4
-rw-r--r--include/oox/drawingml/chart/chartspacemodel.hxx4
-rw-r--r--include/oox/drawingml/chart/converterbase.hxx10
-rw-r--r--include/oox/drawingml/chart/datasourcecontext.hxx10
-rw-r--r--include/oox/drawingml/chart/datasourceconverter.hxx6
-rw-r--r--include/oox/drawingml/chart/datasourcemodel.hxx6
-rw-r--r--include/oox/drawingml/chart/modelbase.hxx12
-rw-r--r--include/oox/drawingml/chart/objectformatter.hxx6
-rw-r--r--include/oox/drawingml/chart/plotareacontext.hxx10
-rw-r--r--include/oox/drawingml/chart/plotareaconverter.hxx10
-rw-r--r--include/oox/drawingml/chart/plotareamodel.hxx10
-rw-r--r--include/oox/drawingml/chart/seriescontext.hxx34
-rw-r--r--include/oox/drawingml/chart/seriesconverter.hxx16
-rw-r--r--include/oox/drawingml/chart/seriesmodel.hxx20
-rw-r--r--include/oox/drawingml/chart/titlecontext.hxx8
-rw-r--r--include/oox/drawingml/chart/titleconverter.hxx8
-rw-r--r--include/oox/drawingml/chart/titlemodel.hxx8
-rw-r--r--include/oox/drawingml/chart/typegroupcontext.hxx22
-rw-r--r--include/oox/drawingml/chart/typegroupconverter.hxx14
-rw-r--r--include/oox/drawingml/chart/typegroupmodel.hxx6
27 files changed, 138 insertions, 138 deletions
diff --git a/include/oox/drawingml/chart/axiscontext.hxx b/include/oox/drawingml/chart/axiscontext.hxx
index 3b996592e46f..08ba65860075 100644
--- a/include/oox/drawingml/chart/axiscontext.hxx
+++ b/include/oox/drawingml/chart/axiscontext.hxx
@@ -26,7 +26,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct AxisDispUnitsModel;
@@ -41,7 +41,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct AxisModel;
@@ -57,7 +57,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a category axis context (c:catAx element).
*/
@@ -70,7 +70,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a date axis context (c:dateAx element).
*/
@@ -83,7 +83,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a series axis context (c:serAx element).
*/
@@ -96,7 +96,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a value axis context (c:valAx element).
*/
@@ -109,7 +109,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/axisconverter.hxx b/include/oox/drawingml/chart/axisconverter.hxx
index 7224b97fa508..3b7a58720004 100644
--- a/include/oox/drawingml/chart/axisconverter.hxx
+++ b/include/oox/drawingml/chart/axisconverter.hxx
@@ -31,7 +31,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct AxisDispUnitsModel;
@@ -68,7 +68,7 @@ public:
sal_Int32 nAxisIdx );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/axismodel.hxx b/include/oox/drawingml/chart/axismodel.hxx
index d29af7fedfa3..b3a18f05bbff 100644
--- a/include/oox/drawingml/chart/axismodel.hxx
+++ b/include/oox/drawingml/chart/axismodel.hxx
@@ -27,7 +27,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct AxisDispUnitsModel
{
@@ -47,7 +47,7 @@ struct AxisDispUnitsModel
~AxisDispUnitsModel();
};
-// ============================================================================
+
struct AxisModel
{
@@ -94,7 +94,7 @@ struct AxisModel
~AxisModel();
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/chartcontextbase.hxx b/include/oox/drawingml/chart/chartcontextbase.hxx
index 057f133a5cdd..5c5b3b6d52f0 100644
--- a/include/oox/drawingml/chart/chartcontextbase.hxx
+++ b/include/oox/drawingml/chart/chartcontextbase.hxx
@@ -28,7 +28,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
template< typename ModelType >
class ContextBase : public ::oox::core::ContextHandler2
@@ -42,7 +42,7 @@ protected:
ModelType& mrModel;
};
-// ============================================================================
+
template< typename ModelType >
class FragmentBase : public ::oox::core::FragmentHandler2
@@ -56,7 +56,7 @@ protected:
ModelType& mrModel;
};
-// ============================================================================
+
/** Help class for all contexts that have only the c:spPr child element.
*/
@@ -69,7 +69,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct LayoutModel;
@@ -84,7 +84,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/chartconverter.hxx b/include/oox/drawingml/chart/chartconverter.hxx
index eefc11c8b3a8..4807655bd25e 100644
--- a/include/oox/drawingml/chart/chartconverter.hxx
+++ b/include/oox/drawingml/chart/chartconverter.hxx
@@ -41,7 +41,7 @@ namespace chart {
struct ChartSpaceModel;
struct DataSequenceModel;
-// ============================================================================
+
class OOX_DLLPUBLIC ChartConverter
{
@@ -93,7 +93,7 @@ private:
ChartConverter& operator=( const ChartConverter& );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/chartdrawingfragment.hxx b/include/oox/drawingml/chart/chartdrawingfragment.hxx
index e86bffd4c645..b904e2f4e831 100644
--- a/include/oox/drawingml/chart/chartdrawingfragment.hxx
+++ b/include/oox/drawingml/chart/chartdrawingfragment.hxx
@@ -27,7 +27,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
/** Relative shape position in a chart object. */
struct AnchorPosModel
@@ -39,7 +39,7 @@ struct AnchorPosModel
bool isValid() const { return (0.0 <= mfX) && (mfX <= 1.0) && (0.0 <= mfY) && (mfY <= 1.0); }
};
-// ----------------------------------------------------------------------------
+
/** Absolute shape size in a chart object (in EMUs). */
struct AnchorSizeModel : public EmuSize
@@ -48,7 +48,7 @@ struct AnchorSizeModel : public EmuSize
bool isValid() const { return (Width >= 0) && (Height >= 0); }
};
-// ============================================================================
+
/** Contains the position of a shape in the chart object. Supports different
shape anchor modes (absolute, relative).
@@ -75,7 +75,7 @@ private:
typedef ::boost::shared_ptr< ShapeAnchor > ShapeAnchorRef;
-// ============================================================================
+
/** Handler for a chart drawing fragment (c:userShapes root element).
*/
@@ -104,7 +104,7 @@ private:
bool mbOleSupport; /// True = allow to insert OLE objects into the drawing page.
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/chartspaceconverter.hxx b/include/oox/drawingml/chart/chartspaceconverter.hxx
index e79cb70f1685..a273ba91dbd8 100644
--- a/include/oox/drawingml/chart/chartspaceconverter.hxx
+++ b/include/oox/drawingml/chart/chartspaceconverter.hxx
@@ -30,7 +30,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct ChartSpaceModel;
@@ -46,7 +46,7 @@ public:
const ::com::sun::star::awt::Point& rChartPos );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/chartspacefragment.hxx b/include/oox/drawingml/chart/chartspacefragment.hxx
index 6e927ba1d51a..83c35621c89c 100644
--- a/include/oox/drawingml/chart/chartspacefragment.hxx
+++ b/include/oox/drawingml/chart/chartspacefragment.hxx
@@ -26,7 +26,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct ChartSpaceModel;
@@ -46,7 +46,7 @@ public:
::oox::core::XmlFilterBase& mpFilterBase;
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/chartspacemodel.hxx b/include/oox/drawingml/chart/chartspacemodel.hxx
index 07f119e58240..cc9015d2020a 100644
--- a/include/oox/drawingml/chart/chartspacemodel.hxx
+++ b/include/oox/drawingml/chart/chartspacemodel.hxx
@@ -28,7 +28,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct ChartSpaceModel
{
@@ -62,7 +62,7 @@ struct ChartSpaceModel
~ChartSpaceModel();
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/converterbase.hxx b/include/oox/drawingml/chart/converterbase.hxx
index f16950f85564..e58eb9df3456 100644
--- a/include/oox/drawingml/chart/converterbase.hxx
+++ b/include/oox/drawingml/chart/converterbase.hxx
@@ -44,7 +44,7 @@ class ChartConverter;
struct ChartSpaceModel;
struct ConverterData;
-// ============================================================================
+
const sal_Int32 API_PRIM_AXESSET = 0;
const sal_Int32 API_SECN_AXESSET = 1;
@@ -53,7 +53,7 @@ const sal_Int32 API_X_AXIS = 0;
const sal_Int32 API_Y_AXIS = 1;
const sal_Int32 API_Z_AXIS = 2;
-// ============================================================================
+
class ConverterRoot
{
@@ -98,7 +98,7 @@ private:
::boost::shared_ptr< ConverterData > mxData;
};
-// ============================================================================
+
/** Base class of all converter classes. Holds a reference to a model structure
of the specified type.
@@ -118,7 +118,7 @@ protected:
ModelType& mrModel;
};
-// ============================================================================
+
/** A layout converter calculates positions and sizes for various chart objects.
*/
@@ -144,7 +144,7 @@ public:
bool getAutoLayout(){return mrModel.mbAutoLayout;}
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/datasourcecontext.hxx b/include/oox/drawingml/chart/datasourcecontext.hxx
index 9fbe866944a2..d9274d70ab4c 100644
--- a/include/oox/drawingml/chart/datasourcecontext.hxx
+++ b/include/oox/drawingml/chart/datasourcecontext.hxx
@@ -26,13 +26,13 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct DataSequenceModel;
typedef ContextBase< DataSequenceModel > DataSequenceContextBase;
-// ============================================================================
+
/** Handler for a double sequence context (c:numLit, c:numRef elements).
*/
@@ -49,7 +49,7 @@ private:
sal_Int32 mnPtIndex; /// Current data point index.
};
-// ============================================================================
+
/** Handler for a string sequence context (c:multiLvlStrRef, c:strLit,
c:strRef elements).
@@ -67,7 +67,7 @@ private:
sal_Int32 mnPtIndex; /// Current data point index.
};
-// ============================================================================
+
struct DataSourceModel;
@@ -83,7 +83,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/datasourceconverter.hxx b/include/oox/drawingml/chart/datasourceconverter.hxx
index 4f8b2523c355..6b6ce95d8dfe 100644
--- a/include/oox/drawingml/chart/datasourceconverter.hxx
+++ b/include/oox/drawingml/chart/datasourceconverter.hxx
@@ -30,7 +30,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct DataSequenceModel;
@@ -45,7 +45,7 @@ public:
createDataSequence( const OUString& rRole );
};
-// ============================================================================
+
struct DataSourceModel;
@@ -60,7 +60,7 @@ public:
createDataSequence( const OUString& rRole );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/datasourcemodel.hxx b/include/oox/drawingml/chart/datasourcemodel.hxx
index efbcf6868274..75a5d012f82b 100644
--- a/include/oox/drawingml/chart/datasourcemodel.hxx
+++ b/include/oox/drawingml/chart/datasourcemodel.hxx
@@ -27,7 +27,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct DataSequenceModel
{
@@ -42,7 +42,7 @@ struct DataSequenceModel
~DataSequenceModel();
};
-// ============================================================================
+
struct DataSourceModel
{
@@ -54,7 +54,7 @@ struct DataSourceModel
~DataSourceModel();
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/modelbase.hxx b/include/oox/drawingml/chart/modelbase.hxx
index 12370e273c5f..d46ebbda7c50 100644
--- a/include/oox/drawingml/chart/modelbase.hxx
+++ b/include/oox/drawingml/chart/modelbase.hxx
@@ -30,7 +30,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
template< typename ModelType >
class ModelRef : public ::boost::shared_ptr< ModelType >
@@ -51,7 +51,7 @@ public:
ModelType& getOrCreate( const Param1Type& rParam1 ) { if( !*this ) this->reset( new ModelType( rParam1 ) ); return **this; }
};
-// ============================================================================
+
template< typename ModelType >
class ModelVector : public RefVector< ModelType >
@@ -71,7 +71,7 @@ private:
ModelType& append( ModelType* pModel ) { this->push_back( value_type( pModel ) ); return *pModel; }
};
-// ============================================================================
+
template< typename KeyType, typename ModelType >
class ModelMap : public RefMap< KeyType, ModelType >
@@ -92,7 +92,7 @@ private:
ModelType& insert( KeyType eKey, ModelType* pModel ) { (*this)[ eKey ].reset( pModel ); return *pModel; }
};
-// ============================================================================
+
struct NumberFormat
{
@@ -104,7 +104,7 @@ struct NumberFormat
void setAttributes( const AttributeList& rAttribs );
};
-// ============================================================================
+
struct LayoutModel
{
@@ -123,7 +123,7 @@ struct LayoutModel
~LayoutModel();
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/objectformatter.hxx b/include/oox/drawingml/chart/objectformatter.hxx
index dd3d15aa5653..ebe5a01d8991 100644
--- a/include/oox/drawingml/chart/objectformatter.hxx
+++ b/include/oox/drawingml/chart/objectformatter.hxx
@@ -34,7 +34,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
/** Enumerates different object types for specific automatic formatting behaviour. */
enum ObjectType
@@ -67,7 +67,7 @@ enum ObjectType
OBJECTTYPE_DATATABLE /// Data table.
};
-// ============================================================================
+
struct ChartSpaceModel;
struct ObjectFormatterData;
@@ -146,7 +146,7 @@ private:
::boost::shared_ptr< ObjectFormatterData > mxData;
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/plotareacontext.hxx b/include/oox/drawingml/chart/plotareacontext.hxx
index 9caec48c0d73..bb7195f2e75d 100644
--- a/include/oox/drawingml/chart/plotareacontext.hxx
+++ b/include/oox/drawingml/chart/plotareacontext.hxx
@@ -26,7 +26,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct View3DModel;
@@ -41,7 +41,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct WallFloorModel;
@@ -57,7 +57,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct DataTableModel;
@@ -72,7 +72,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct PlotAreaModel;
@@ -87,7 +87,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/plotareaconverter.hxx b/include/oox/drawingml/chart/plotareaconverter.hxx
index aa38194c0ffe..3123c1595ec4 100644
--- a/include/oox/drawingml/chart/plotareaconverter.hxx
+++ b/include/oox/drawingml/chart/plotareaconverter.hxx
@@ -30,7 +30,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct View3DModel;
class TypeGroupConverter;
@@ -47,7 +47,7 @@ public:
TypeGroupConverter& rTypeGroup );
};
-// ============================================================================
+
struct WallFloorModel;
@@ -63,7 +63,7 @@ public:
ObjectType eObjType );
};
-// ============================================================================
+
struct DataTableModel;
@@ -78,7 +78,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram >& rxDiagram);
};
-// ============================================================================
+
struct PlotAreaModel;
@@ -107,7 +107,7 @@ private:
bool mbPieChart;
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/plotareamodel.hxx b/include/oox/drawingml/chart/plotareamodel.hxx
index 7852ba868278..f0dd30469ef7 100644
--- a/include/oox/drawingml/chart/plotareamodel.hxx
+++ b/include/oox/drawingml/chart/plotareamodel.hxx
@@ -29,7 +29,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct View3DModel
{
@@ -44,7 +44,7 @@ struct View3DModel
~View3DModel();
};
-// ============================================================================
+
struct WallFloorModel
{
@@ -58,7 +58,7 @@ struct WallFloorModel
~WallFloorModel();
};
-// ============================================================================
+
struct DataTableModel
{
@@ -69,7 +69,7 @@ struct DataTableModel
~DataTableModel();
};
-// ============================================================================
+
struct PlotAreaModel
{
@@ -89,7 +89,7 @@ struct PlotAreaModel
~PlotAreaModel();
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/seriescontext.hxx b/include/oox/drawingml/chart/seriescontext.hxx
index 730ea6735ccb..6ee9a83b32ab 100644
--- a/include/oox/drawingml/chart/seriescontext.hxx
+++ b/include/oox/drawingml/chart/seriescontext.hxx
@@ -26,7 +26,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct DataLabelModel;
@@ -42,7 +42,7 @@ public:
virtual void onCharacters( const OUString& rChars );
};
-// ============================================================================
+
struct DataLabelsModel;
@@ -58,7 +58,7 @@ public:
virtual void onCharacters( const OUString& rChars );
};
-// ============================================================================
+
struct PictureOptionsModel;
@@ -73,7 +73,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct ErrorBarModel;
@@ -88,7 +88,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct TrendlineLabelModel;
@@ -103,7 +103,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct TrendlineModel;
@@ -119,7 +119,7 @@ public:
virtual void onCharacters( const OUString& rChars );
};
-// ============================================================================
+
struct DataPointModel;
@@ -134,7 +134,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct SeriesModel;
@@ -149,7 +149,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a data series context for area chart types (c:ser element).
*/
@@ -162,7 +162,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a data series context for bar chart types (c:ser element).
*/
@@ -175,7 +175,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a data series context for bubble chart types (c:ser element).
*/
@@ -188,7 +188,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a data series context for line and stock chart types (c:ser
element).
@@ -202,7 +202,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a data series context for pie and doughnut chart types (c:ser
element).
@@ -216,7 +216,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a data series context for radar chart types (c:ser element).
*/
@@ -229,7 +229,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a data series context for scatter chart types (c:ser element).
*/
@@ -242,7 +242,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a data series context for scatter chart types (c:ser element).
*/
@@ -255,7 +255,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/seriesconverter.hxx b/include/oox/drawingml/chart/seriesconverter.hxx
index 0e7a5493649f..2cbd5665a5c5 100644
--- a/include/oox/drawingml/chart/seriesconverter.hxx
+++ b/include/oox/drawingml/chart/seriesconverter.hxx
@@ -37,7 +37,7 @@ class TypeGroupConverter;
// #i66858# enable this when Chart2 supports smoothed lines per data series
#define OOX_CHART_SMOOTHED_PER_SERIES 0
-// ============================================================================
+
class DataLabelConverter : public ConverterBase< DataLabelModel >
{
@@ -59,7 +59,7 @@ public:
bool bDataSeriesLabel );
};
-// ============================================================================
+
class DataLabelsConverter : public ConverterBase< DataLabelsModel >
{
@@ -73,7 +73,7 @@ public:
const TypeGroupConverter& rTypeGroup );
};
-// ============================================================================
+
class ErrorBarConverter : public ConverterBase< ErrorBarModel >
{
@@ -90,7 +90,7 @@ private:
createLabeledDataSequence( ErrorBarModel::SourceType eSourceType );
};
-// ============================================================================
+
class TrendlineLabelConverter : public ConverterBase< TrendlineLabelModel >
{
@@ -102,7 +102,7 @@ public:
void convertFromModel( PropertySet& rPropSet );
};
-// ============================================================================
+
class TrendlineConverter : public ConverterBase< TrendlineModel >
{
@@ -115,7 +115,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries >& rxDataSeries );
};
-// ============================================================================
+
class DataPointConverter : public ConverterBase< DataPointModel >
{
@@ -130,7 +130,7 @@ public:
const SeriesModel& rSeries );
};
-// ============================================================================
+
class SeriesConverter : public ConverterBase< SeriesModel >
{
@@ -156,7 +156,7 @@ private:
bool bUseTextLabel );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/seriesmodel.hxx b/include/oox/drawingml/chart/seriesmodel.hxx
index 1d426cbbd699..e6e8a01639a5 100644
--- a/include/oox/drawingml/chart/seriesmodel.hxx
+++ b/include/oox/drawingml/chart/seriesmodel.hxx
@@ -27,7 +27,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct DataLabelModelBase
{
@@ -51,7 +51,7 @@ struct DataLabelModelBase
~DataLabelModelBase();
};
-// ============================================================================
+
struct DataLabelModel : public DataLabelModelBase
{
@@ -66,7 +66,7 @@ struct DataLabelModel : public DataLabelModelBase
~DataLabelModel();
};
-// ============================================================================
+
struct DataLabelsModel : public DataLabelModelBase
{
@@ -81,7 +81,7 @@ struct DataLabelsModel : public DataLabelModelBase
~DataLabelsModel();
};
-// ============================================================================
+
struct PictureOptionsModel
{
@@ -95,7 +95,7 @@ struct PictureOptionsModel
~PictureOptionsModel();
};
-// ============================================================================
+
struct ErrorBarModel
{
@@ -120,7 +120,7 @@ struct ErrorBarModel
~ErrorBarModel();
};
-// ============================================================================
+
struct TrendlineLabelModel
{
@@ -139,7 +139,7 @@ struct TrendlineLabelModel
~TrendlineLabelModel();
};
-// ============================================================================
+
struct TrendlineModel
{
@@ -162,7 +162,7 @@ struct TrendlineModel
~TrendlineModel();
};
-// ============================================================================
+
struct DataPointModel
{
@@ -183,7 +183,7 @@ struct DataPointModel
~DataPointModel();
};
-// ============================================================================
+
struct SeriesModel
{
@@ -226,7 +226,7 @@ struct SeriesModel
~SeriesModel();
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/titlecontext.hxx b/include/oox/drawingml/chart/titlecontext.hxx
index 75305ac03d84..4a7327290873 100644
--- a/include/oox/drawingml/chart/titlecontext.hxx
+++ b/include/oox/drawingml/chart/titlecontext.hxx
@@ -26,7 +26,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct TextModel;
@@ -42,7 +42,7 @@ public:
virtual void onCharacters( const OUString& rChars );
};
-// ============================================================================
+
struct TitleModel;
@@ -57,7 +57,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct LegendModel;
@@ -72,7 +72,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/titleconverter.hxx b/include/oox/drawingml/chart/titleconverter.hxx
index c93682dd4a32..5515efbc5821 100644
--- a/include/oox/drawingml/chart/titleconverter.hxx
+++ b/include/oox/drawingml/chart/titleconverter.hxx
@@ -35,7 +35,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct TextModel;
@@ -63,7 +63,7 @@ private:
bool bAddNewLine ) const;
};
-// ============================================================================
+
struct TitleModel;
@@ -80,7 +80,7 @@ public:
sal_Int32 nMainIdx = -1, sal_Int32 nSubIdx = -1 );
};
-// ============================================================================
+
struct LegendModel;
@@ -95,7 +95,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram >& rxDiagram );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/titlemodel.hxx b/include/oox/drawingml/chart/titlemodel.hxx
index 0a138be9d3cd..3d140c93f755 100644
--- a/include/oox/drawingml/chart/titlemodel.hxx
+++ b/include/oox/drawingml/chart/titlemodel.hxx
@@ -27,7 +27,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct TextModel
{
@@ -41,7 +41,7 @@ struct TextModel
~TextModel();
};
-// ============================================================================
+
struct TitleModel
{
@@ -60,7 +60,7 @@ struct TitleModel
~TitleModel();
};
-// ============================================================================
+
struct LegendModel
{
@@ -78,7 +78,7 @@ struct LegendModel
~LegendModel();
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/typegroupcontext.hxx b/include/oox/drawingml/chart/typegroupcontext.hxx
index ef3d5d19c199..9a6e559f823e 100644
--- a/include/oox/drawingml/chart/typegroupcontext.hxx
+++ b/include/oox/drawingml/chart/typegroupcontext.hxx
@@ -26,7 +26,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct UpDownBarsModel;
@@ -41,12 +41,12 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct TypeGroupModel;
typedef ContextBase< TypeGroupModel > TypeGroupContextBase;
-// ============================================================================
+
/** Handler for area type group contexts (c:area3DChart, c:areaChart elements).
*/
@@ -59,7 +59,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for bar type group contexts (c:bar3DChart, c:barChart elements).
*/
@@ -72,7 +72,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for bubble type group context (c:bubbleChart element).
*/
@@ -85,7 +85,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for line type group contexts (c:line3DChart, c:lineChart,
c:stockChart elements).
@@ -99,7 +99,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for pie type group contexts (c:doughnutChart, c:ofPieChart,
c:pie3DChart, c:pieChart elements).
@@ -113,7 +113,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for radar type group context (c:radarChart element).
*/
@@ -126,7 +126,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for scatter type group context (c:scatterChart element).
*/
@@ -139,7 +139,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for surface type group contexts (c:surface3DChart, c:surfaceChart
elements).
@@ -153,7 +153,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/typegroupconverter.hxx b/include/oox/drawingml/chart/typegroupconverter.hxx
index 510ebfae231e..2219e88df9fb 100644
--- a/include/oox/drawingml/chart/typegroupconverter.hxx
+++ b/include/oox/drawingml/chart/typegroupconverter.hxx
@@ -34,7 +34,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
/** Enumerates different chart types. */
enum TypeId
@@ -55,7 +55,7 @@ enum TypeId
TYPEID_UNKNOWN /// Default for unknown chart types.
};
-// ----------------------------------------------------------------------------
+
/** Enumerates different categories of similar chart types. */
enum TypeCategory
@@ -68,7 +68,7 @@ enum TypeCategory
TYPECATEGORY_SURFACE /// Surface charts.
};
-// ----------------------------------------------------------------------------
+
/** Enumerates modes for varying point colors in a series. */
enum VarPointMode
@@ -78,7 +78,7 @@ enum VarPointMode
VARPOINTMODE_MULTI /// Supported for multiple series in a chart type group.
};
-// ============================================================================
+
/** Contains info for a chart type related to the OpenOffice.org chart module. */
struct TypeGroupInfo
@@ -101,7 +101,7 @@ struct TypeGroupInfo
bool mbPictureOptions; /// True = bitmaps support options from c:pictureOptions.
};
-// ============================================================================
+
struct UpDownBarsModel;
@@ -116,7 +116,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& rxChartType );
};
-// ============================================================================
+
struct TypeGroupModel;
struct View3DModel;
@@ -187,7 +187,7 @@ private:
bool mb3dChart; /// True = type is a 3D chart type.
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml
diff --git a/include/oox/drawingml/chart/typegroupmodel.hxx b/include/oox/drawingml/chart/typegroupmodel.hxx
index 5d705a47d5c4..695634ca246c 100644
--- a/include/oox/drawingml/chart/typegroupmodel.hxx
+++ b/include/oox/drawingml/chart/typegroupmodel.hxx
@@ -26,7 +26,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct UpDownBarsModel
{
@@ -40,7 +40,7 @@ struct UpDownBarsModel
~UpDownBarsModel();
};
-// ============================================================================
+
struct TypeGroupModel
{
@@ -85,7 +85,7 @@ struct TypeGroupModel
~TypeGroupModel();
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml