summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/pivottablebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/pivottablebuffer.hxx')
-rw-r--r--sc/source/filter/inc/pivottablebuffer.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/filter/inc/pivottablebuffer.hxx b/sc/source/filter/inc/pivottablebuffer.hxx
index f1c1e6dd2f42..4147a4c05dd7 100644
--- a/sc/source/filter/inc/pivottablebuffer.hxx
+++ b/sc/source/filter/inc/pivottablebuffer.hxx
@@ -36,7 +36,7 @@ namespace xls {
class PivotTable;
-// ============================================================================
+
struct PTFieldItemModel
{
@@ -52,7 +52,7 @@ struct PTFieldItemModel
void setBiffType( sal_uInt16 nType );
};
-// ----------------------------------------------------------------------------
+
struct PTFieldModel
{
@@ -91,7 +91,7 @@ struct PTFieldModel
void setBiffAxis( sal_uInt8 nAxisFlags );
};
-// ----------------------------------------------------------------------------
+
struct PTPageFieldModel
{
@@ -102,7 +102,7 @@ struct PTPageFieldModel
explicit PTPageFieldModel();
};
-// ----------------------------------------------------------------------------
+
struct PTDataFieldModel
{
@@ -122,7 +122,7 @@ struct PTDataFieldModel
void setBiffShowDataAs( sal_Int32 nShowDataAs );
};
-// ----------------------------------------------------------------------------
+
class PivotTableField : public WorkbookHelper
{
@@ -189,7 +189,7 @@ private:
sal_Int32 mnFieldIndex; /// Zero-based index of this field.
};
-// ============================================================================
+
struct PTFilterModel
{
@@ -210,7 +210,7 @@ struct PTFilterModel
explicit PTFilterModel();
};
-// ----------------------------------------------------------------------------
+
class PivotTableFilter : public WorkbookHelper
{
@@ -235,7 +235,7 @@ private:
PTFilterModel maModel;
};
-// ============================================================================
+
struct PTDefinitionModel : public AutoFormatModel
{
@@ -286,7 +286,7 @@ struct PTDefinitionModel : public AutoFormatModel
explicit PTDefinitionModel();
};
-// ----------------------------------------------------------------------------
+
struct PTLocationModel
{
@@ -301,7 +301,7 @@ struct PTLocationModel
explicit PTLocationModel();
};
-// ----------------------------------------------------------------------------
+
class PivotTable : public WorkbookHelper
{
@@ -401,7 +401,7 @@ private:
mxDPDescriptor; /// Descriptor of the DataPilot object.
};
-// ============================================================================
+
class PivotTableBuffer : public WorkbookHelper
{
@@ -419,7 +419,7 @@ private:
PivotTableVector maTables;
};
-// ============================================================================
+
} // namespace xls
} // namespace oox