summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:50:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:50:21 +0000
commit3f29c88a7850b2669564489fe8a31c9020ec8b5b (patch)
tree732451f55e4ffc9b47407a8a85c168dc6ec64f2e /sc/source/filter/xml/XMLExportIterator.hxx
parent48ef28b82deed487858036306511d255beb1f654 (diff)
INTEGRATION: CWS calcuno01 (1.25.76); FILE MERGED
2004/10/13 12:41:31 sab 1.25.76.2: RESYNC: (1.25-1.27); FILE MERGED 2004/01/05 11:55:38 sab 1.25.76.1: #i22706#; improve API using
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx46
1 files changed, 23 insertions, 23 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index da0343cedd65..286c15fc4748 100644
--- a/sc/source/filter/xml/XMLExportIterator.hxx
+++ b/sc/source/filter/xml/XMLExportIterator.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExportIterator.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 13:49:14 $
+ * last change: $Author: vg $ $Date: 2005-03-23 12:50:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,7 +189,7 @@ struct ScMyMergedRange
{
com::sun::star::table::CellRangeAddress aCellRange;
sal_Int32 nRows;
- sal_Bool bIsFirst : 1;
+ sal_Bool bIsFirst;
sal_Bool operator<(const ScMyMergedRange& aRange) const;
};
@@ -284,7 +284,7 @@ struct ScMyDetectiveObj
::com::sun::star::table::CellAddress aPosition;
::com::sun::star::table::CellRangeAddress aSourceRange;
ScDetectiveObjType eObjType;
- sal_Bool bHasError : 1;
+ sal_Bool bHasError;
sal_Bool operator<(const ScMyDetectiveObj& rDetObj) const;
};
@@ -370,25 +370,25 @@ struct ScMyCell
sal_Int32 nNumberFormat;
com::sun::star::table::CellContentType nType;
- sal_Bool bIsAutoStyle : 1;
-
- sal_Bool bHasShape : 1;
- sal_Bool bIsMergedBase : 1;
- sal_Bool bIsCovered : 1;
- sal_Bool bHasAreaLink : 1;
- sal_Bool bHasEmptyDatabase : 1;
- sal_Bool bHasDetectiveObj : 1;
- sal_Bool bHasDetectiveOp : 1;
-
- sal_Bool bIsEditCell : 1;
- sal_Bool bKnowWhetherIsEditCell : 1;
- sal_Bool bHasStringValue : 1;
- sal_Bool bHasDoubleValue : 1;
- sal_Bool bHasXText : 1;
-
- sal_Bool bIsMatrixBase : 1;
- sal_Bool bIsMatrixCovered : 1;
- sal_Bool bHasAnnotation : 1;
+ sal_Bool bIsAutoStyle;
+
+ sal_Bool bHasShape;
+ sal_Bool bIsMergedBase;
+ sal_Bool bIsCovered;
+ sal_Bool bHasAreaLink;
+ sal_Bool bHasEmptyDatabase;
+ sal_Bool bHasDetectiveObj;
+ sal_Bool bHasDetectiveOp;
+
+ sal_Bool bIsEditCell;
+ sal_Bool bKnowWhetherIsEditCell;
+ sal_Bool bHasStringValue;
+ sal_Bool bHasDoubleValue;
+ sal_Bool bHasXText;
+
+ sal_Bool bIsMatrixBase;
+ sal_Bool bIsMatrixCovered;
+ sal_Bool bHasAnnotation;
ScMyCell();
~ScMyCell();