summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabdat.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-10 13:42:17 +0200
committerNoel Grandin <noel@peralex.com>2014-02-10 14:44:56 +0200
commit6be783933d039708844e9ee9eb2742a1f0c8e367 (patch)
treecd87bed7dea827f3325189d73aa5470ce3a6942e /sc/inc/dptabdat.hxx
parentsal_Bool->bool (diff)
downloadcore-6be783933d039708844e9ee9eb2742a1f0c8e367.tar.gz
core-6be783933d039708844e9ee9eb2742a1f0c8e367.zip
sal_Bool->bool
Change-Id: I4b8c94ae4b2bf3f1fc1f97b4533221f40b8d1907
Diffstat (limited to 'sc/inc/dptabdat.hxx')
-rw-r--r--sc/inc/dptabdat.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx
index 3239a80afa95..6148723a52a5 100644
--- a/sc/inc/dptabdat.hxx
+++ b/sc/inc/dptabdat.hxx
@@ -109,12 +109,12 @@ public:
//! or separate Str and ValueCollection
virtual long GetColumnCount() = 0;
- virtual const std::vector< SCROW >& GetColumnEntries( long nColumn ) ;
- virtual OUString getDimensionName(long nColumn) = 0;
- virtual sal_Bool getIsDataLayoutDimension(long nColumn) = 0;
- virtual sal_Bool IsDateDimension(long nDim) = 0;
- virtual sal_uLong GetNumberFormat(long nDim);
- virtual sal_uInt32 GetNumberFormatByIdx( NfIndexTableOffset );
+ virtual const std::vector< SCROW >& GetColumnEntries( long nColumn ) ;
+ virtual OUString getDimensionName(long nColumn) = 0;
+ virtual bool getIsDataLayoutDimension(long nColumn) = 0;
+ virtual sal_Bool IsDateDimension(long nDim) = 0;
+ virtual sal_uLong GetNumberFormat(long nDim);
+ virtual sal_uInt32 GetNumberFormatByIdx( NfIndexTableOffset );
virtual void DisposeData() = 0;
virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ) = 0;