summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-04-26 13:02:07 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-26 13:02:07 -0400
commit908b446620c85bd21ee31f1e2854b655653948a6 (patch)
tree0f6ae029a82c2bd43c939c56d59eb008be5bc8b6 /sc/inc
parent0990f159a5f08312731a266f406c107a2133dc17 (diff)
killed sal_Bool and tabs.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dpoutput.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index 99ca1ed82754..d1d07e2c42cb 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -81,7 +81,7 @@ private:
com::sun::star::uno::Reference<
com::sun::star::sheet::XDimensionsSupplier> xSource;
ScAddress aStartPos;
- sal_Bool bDoFilter;
+ bool bDoFilter;
ScDPOutLevelData* pColFields;
ScDPOutLevelData* pRowFields;
ScDPOutLevelData* pPageFields;
@@ -91,7 +91,7 @@ private:
com::sun::star::uno::Sequence<
com::sun::star::uno::Sequence<
com::sun::star::sheet::DataResult> > aData;
- sal_Bool bResultsError;
+ bool bResultsError;
bool mbHasDataLayout;
String aDataDescription;
@@ -103,8 +103,8 @@ private:
sal_uInt32 nSingleNumFmt;
// Output geometry related parameters
- sal_Bool bSizesValid;
- sal_Bool bSizeOverflow;
+ bool bSizesValid;
+ bool bSizeOverflow;
long nColCount;
long nRowCount;
long nHeaderSize;
@@ -136,7 +136,7 @@ public:
ScDPOutput( ScDocument* pD,
const com::sun::star::uno::Reference<
com::sun::star::sheet::XDimensionsSupplier>& xSrc,
- const ScAddress& rPos, sal_Bool bFilter );
+ const ScAddress& rPos, bool bFilter );
~ScDPOutput();
void SetPosition( const ScAddress& rPos );