summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-05-14 09:28:06 +0000
committerSascha Ballach <sab@openoffice.org>2001-05-14 09:28:06 +0000
commit6f0212b428044965e6c0997dfba141b10407edef (patch)
tree3c75518ede48aaa765c0324d8f03fa9ceac15106 /sc/source/filter/xml/XMLExportIterator.hxx
parent977effb0c4ddc0a25323f215e4e76eb51d156ae4 (diff)
ask only once for the cell style index
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index 4bd009016050..d3b938b10c7a 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: dr $ $Date: 2001-04-05 10:57:41 $
+ * last change: $Author: sab $ $Date: 2001-05-14 10:28:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,7 @@
class ScHorizontalCellIterator;
struct ScMyCell;
class ScXMLExport;
+class ScFormatRangeStyles;
//==============================================================================
@@ -318,6 +319,12 @@ struct ScMyCell
ScMyDetectiveObjVec aDetectiveObjVec;
ScMyDetectiveOpVec aDetectiveOpVec;
+ sal_Int32 nValidationIndex;
+ sal_Int32 nStyleIndex;
+ sal_Int32 nNumberFormat;
+
+ sal_Bool bIsAutoStyle : 1;
+
sal_Bool bHasShape : 1;
sal_Bool bIsMergedBase : 1;
sal_Bool bIsCovered : 1;
@@ -378,7 +385,7 @@ public:
void SetCurrentTable(const sal_Int32 nTable);
- sal_Bool GetNext(ScMyCell& aCell);
+ sal_Bool GetNext(ScMyCell& aCell, ScFormatRangeStyles* pCellStyles);
};
#endif