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, 0 insertions, 24 deletions
diff --git a/sc/source/filter/inc/pivottablebuffer.hxx b/sc/source/filter/inc/pivottablebuffer.hxx
index fff2b652a939..5ef56e924a8c 100644
--- a/sc/source/filter/inc/pivottablebuffer.hxx
+++ b/sc/source/filter/inc/pivottablebuffer.hxx
@@ -36,8 +36,6 @@ namespace xls {
class PivotTable;
-
-
struct PTFieldItemModel
{
sal_Int32 mnCacheItem; /// Index to shared item in pivot cache.
@@ -52,8 +50,6 @@ struct PTFieldItemModel
void setBiffType( sal_uInt16 nType );
};
-
-
struct PTFieldModel
{
sal_Int32 mnAxis; /// Axis this field is assigned to (none, row, column, page).
@@ -91,8 +87,6 @@ struct PTFieldModel
void setBiffAxis( sal_uInt8 nAxisFlags );
};
-
-
struct PTPageFieldModel
{
OUString maName; /// Unique name of the page field.
@@ -102,8 +96,6 @@ struct PTPageFieldModel
explicit PTPageFieldModel();
};
-
-
struct PTDataFieldModel
{
OUString maName; /// Name of the data field.
@@ -122,8 +114,6 @@ struct PTDataFieldModel
void setBiffShowDataAs( sal_Int32 nShowDataAs );
};
-
-
class PivotTableField : public WorkbookHelper
{
public:
@@ -189,8 +179,6 @@ private:
sal_Int32 mnFieldIndex; /// Zero-based index of this field.
};
-
-
struct PTFilterModel
{
OUString maName; /// Name of the field filter.
@@ -210,8 +198,6 @@ struct PTFilterModel
explicit PTFilterModel();
};
-
-
class PivotTableFilter : public WorkbookHelper
{
public:
@@ -235,8 +221,6 @@ private:
PTFilterModel maModel;
};
-
-
struct PTDefinitionModel : public AutoFormatModel
{
OUString maName;
@@ -285,8 +269,6 @@ struct PTDefinitionModel : public AutoFormatModel
explicit PTDefinitionModel();
};
-
-
struct PTLocationModel
{
::com::sun::star::table::CellRangeAddress
@@ -300,8 +282,6 @@ struct PTLocationModel
explicit PTLocationModel();
};
-
-
class PivotTable : public WorkbookHelper
{
public:
@@ -400,8 +380,6 @@ private:
mxDPDescriptor; /// Descriptor of the DataPilot object.
};
-
-
class PivotTableBuffer : public WorkbookHelper
{
public:
@@ -418,8 +396,6 @@ private:
PivotTableVector maTables;
};
-
-
} // namespace xls
} // namespace oox