summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/imp_op.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/imp_op.hxx')
-rw-r--r--sc/source/filter/inc/imp_op.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx
index f8dad9a45c48..fa0e6b7f5074 100644
--- a/sc/source/filter/inc/imp_op.hxx
+++ b/sc/source/filter/inc/imp_op.hxx
@@ -99,6 +99,8 @@ protected:
XclImpStream maStrm; // input stream
XclImpStream& aIn; // input stream
+ ScfUInt32Vec maSheetOffsets;
+
NameBuffer* pExtNameBuff; // ... externe Namen (Ind.-Basis=1)
ExcelToSc* pFormConv; // Formel-Konverter
@@ -119,6 +121,8 @@ protected:
// Abschneiden von Zellen fuehrt
// Record-Funktionen
+ void ReadFileSharing();
+
sal_uInt16 ReadXFIndex( bool bBiff2 );
void ReadDimensions();