summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/pivotcachebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/pivotcachebuffer.hxx')
-rw-r--r--sc/source/filter/inc/pivotcachebuffer.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx b/sc/source/filter/inc/pivotcachebuffer.hxx
index e24c5042c060..033daef3006f 100644
--- a/sc/source/filter/inc/pivotcachebuffer.hxx
+++ b/sc/source/filter/inc/pivotcachebuffer.hxx
@@ -38,8 +38,6 @@ namespace xls {
class WorksheetHelper;
-
-
typedef ::std::pair< sal_Int32, OUString > IdCaptionPair;
typedef ::std::vector< IdCaptionPair > IdCaptionPairList;
@@ -105,8 +103,6 @@ friend class PivotCacheItemList;
bool mbUnused;
};
-
-
class PivotCacheItemList : public WorkbookHelper
{
public:
@@ -141,8 +137,6 @@ private:
CacheItemVector maItems; /// All items of this list.
};
-
-
struct PCFieldModel
{
OUString maName; /// Fixed name of the cache field.
@@ -162,8 +156,6 @@ struct PCFieldModel
explicit PCFieldModel();
};
-
-
struct PCSharedItemsModel
{
bool mbHasSemiMixed; /// True = has (blank|string|bool|error) item(s), maybe other types.
@@ -180,8 +172,6 @@ struct PCSharedItemsModel
explicit PCSharedItemsModel();
};
-
-
struct PCFieldGroupModel
{
::com::sun::star::util::DateTime maStartDate; /// Manual or calculated start date for range grouping.
@@ -203,8 +193,6 @@ struct PCFieldGroupModel
void setBiffGroupBy( sal_uInt8 nGroupBy );
};
-
-
/** Helper struct for mapping original item names from/to group item names. */
struct PivotCacheGroupItem
{
@@ -217,8 +205,6 @@ struct PivotCacheGroupItem
typedef ::std::vector< PivotCacheGroupItem > PivotCacheGroupItemVector;
-
-
class PivotCacheField : public WorkbookHelper
{
public:
@@ -337,8 +323,6 @@ private:
PCFieldGroupModel maFieldGroupModel; /// Settings for item grouping.
};
-
-
struct PCDefinitionModel
{
OUString maRelId; /// Relation identifier for cache records fragment.
@@ -361,8 +345,6 @@ struct PCDefinitionModel
explicit PCDefinitionModel();
};
-
-
struct PCSourceModel
{
sal_Int32 mnSourceType; /// Type of the source data (sheet, consolidation, scenario, external).
@@ -371,8 +353,6 @@ struct PCSourceModel
explicit PCSourceModel();
};
-
-
struct PCWorksheetSourceModel
{
OUString maRelId; /// Relation identifier for an external document URL.
@@ -384,8 +364,6 @@ struct PCWorksheetSourceModel
explicit PCWorksheetSourceModel();
};
-
-
class PivotCache : public WorkbookHelper
{
public:
@@ -473,8 +451,6 @@ private:
bool mbDummySheet; /// True = pivot cache is based on a dummy sheet.
};
-
-
class PivotCacheBuffer : public WorkbookHelper
{
public:
@@ -501,8 +477,6 @@ private:
PivotCacheIdVector maCacheIds;
};
-
-
} // namespace xls
} // namespace oox