LibreOffice Module sc (master) 1
|
#include <imp_op.hxx>
Classes | |
struct | LastFormula |
Public Member Functions | |
ImportExcel (XclImpRootData &rImpData, SvStream &rStrm) | |
virtual | ~ImportExcel () override |
virtual ErrCode | Read () |
![]() | |
ImportTyp (ScDocument &, rtl_TextEncoding eSrc) | |
virtual | ~ImportTyp () |
Protected Types | |
typedef std::unordered_map< SCCOL, LastFormula > | LastFormulaMapType |
typedef std::vector< std::unique_ptr< XclImpOutlineDataBuffer > > | XclImpOutlineListBuffer |
Protected Member Functions | |
void | SetLastFormula (SCCOL nCol, SCROW nRow, double fVal, sal_uInt16 nXF, ScFormulaCell *pCell) |
True if fuzzing filter. More... | |
void | ReadFileSharing () |
sal_uInt16 | ReadXFIndex (const ScAddress &rScPos, bool bBiff2) |
void | ReadDimensions () |
void | ReadBlank () |
void | ReadInteger () |
void | ReadNumber () |
void | ReadLabel () |
void | ReadBoolErr () |
void | ReadRk () |
void | Window1 () |
void | Formula25 () |
void | Row25 () |
void | Bof2 () |
void | Eof () |
void | DocProtect () |
void | SheetProtect () |
void | DocPassword () |
void | SheetPassword () |
void | Externsheet () |
void | WinProtection () |
void | Columndefault () |
void | Array25 () |
void | Rec1904 () |
void | Externname25 () |
void | Colwidth () |
void | Defrowheight2 () |
void | Codepage () |
void | Ixfe () |
void | DefColWidth () |
void | Colinfo () |
void | Wsbool () |
void | Boundsheet () |
void | Country () |
void | Hideobj () |
void | Standardwidth () |
void | Shrfmla () |
void | Mulrk () |
void | Mulblank () |
void | Rstring () |
void | Cellmerging () |
void | Olesize () |
void | ReadUsesElfs () |
void | Formula3 () |
void | Row34 () |
void | Bof3 () |
void | Array34 () |
void | Defrowheight345 () |
void | TableOp () |
void | Formula4 () |
void | Bof4 () |
void | Bof5 () |
void | Formula (const XclAddress &rXclPos, sal_uInt16 nXF, sal_uInt16 nFormLen, double fCurVal, bool bShrFmla) |
virtual void | EndSheet () |
void | NewTable () |
std::unique_ptr< ScTokenArray > | ErrorToFormula (bool bErrOrVal, sal_uInt8 nError, double &rVal) |
void | AdjustRowHeight () |
virtual void | PostDocLoad () |
![]() | |
XclImpRoot (XclImpRootData &rImpRootData) | |
const XclImpRoot & | GetRoot () const |
Returns this root instance - for code readability in derived classes. More... | |
XclImpRoot & | GetRoot () |
void | SetCodePage (sal_uInt16 nCodePage) |
Sets a code page read from a CODEPAGE record for byte string import. More... | |
void | InitializeTable (SCTAB nScTab) |
Is called when import filter starts importing a single sheet (all BIFF versions). More... | |
void | FinalizeTable () |
Is called when import filter stops importing a single sheet (all BIFF versions). More... | |
XclImpAddressConverter & | GetAddressConverter () const |
Returns the address converter. More... | |
XclImpFormulaCompiler & | GetFormulaCompiler () const |
Returns the formula converter. More... | |
ExcelToSc & | GetOldFmlaConverter () const |
Returns the old formula converter. More... | |
XclImpSst & | GetSst () const |
Returns the shared string table. More... | |
XclImpPalette & | GetPalette () const |
Returns the color buffer. More... | |
XclImpFontBuffer & | GetFontBuffer () const |
Returns the font buffer. More... | |
XclImpNumFmtBuffer & | GetNumFmtBuffer () const |
Returns the number format buffer. More... | |
XclImpXFBuffer & | GetXFBuffer () const |
Returns the cell formatting attributes buffer. More... | |
XclImpXFRangeBuffer & | GetXFRangeBuffer () const |
Returns the buffer of XF index ranges for a sheet. More... | |
ScRangeListTabs & | GetPrintAreaBuffer () const |
Returns the buffer that contains all print areas in the document. More... | |
ScRangeListTabs & | GetTitleAreaBuffer () const |
Returns the buffer that contains all print titles in the document. More... | |
XclImpTabInfo & | GetTabInfo () const |
Returns the buffer that contains the sheet creation order. More... | |
XclImpNameManager & | GetNameManager () const |
Returns the buffer that contains internal defined names. More... | |
XclImpLinkManager & | GetLinkManager () const |
Returns the link manager. More... | |
XclImpObjectManager & | GetObjectManager () const |
Returns the drawing object manager. More... | |
XclImpSheetDrawing & | GetCurrSheetDrawing () const |
Returns the drawing container of the current sheet. More... | |
XclImpCondFormatManager & | GetCondFormatManager () const |
Returns the conditional formatting manager. More... | |
XclImpValidationManager & | GetValidationManager () const |
XclImpAutoFilterBuffer & | GetFilterManager () const |
Returns the filter manager. More... | |
XclImpWebQueryBuffer & | GetWebQueryBuffer () const |
Returns the web query buffer. More... | |
XclImpPivotTableManager & | GetPivotTableManager () const |
Returns the pivot table manager. More... | |
XclImpSheetProtectBuffer & | GetSheetProtectBuffer () const |
Returns the sheet protection options of the current sheet. More... | |
XclImpDocProtectBuffer & | GetDocProtectBuffer () const |
Returns the document protection options. More... | |
XclImpPageSettings & | GetPageSettings () const |
Returns the page settings of the current sheet. More... | |
XclImpDocViewSettings & | GetDocViewSettings () const |
Returns the view settings of the entire document. More... | |
XclImpTabViewSettings & | GetTabViewSettings () const |
Returns the view settings of the current sheet. More... | |
bool | HasBasic () const |
Returns true, if the document contains a VB project. More... | |
void | SetHasBasic () |
Called to indicate that the document contains a VB project. More... | |
void | ReadCodeName (XclImpStream &rStrm, bool bGlobals) |
Reads the CODENAME record and inserts the codename into the document. More... | |
ScDocumentImport & | GetDocImport () |
![]() | |
XclRoot (XclRootData &rRootData) | |
XclRoot (const XclRoot &rRoot) | |
virtual | ~XclRoot () |
XclRoot & | operator= (const XclRoot &rRoot) |
RootData & | GetOldRoot () const |
Returns old RootData struct. More... | |
XclBiff | GetBiff () const |
Returns the current BIFF version of the importer/exporter. More... | |
XclOutput | GetOutput () const |
Returns the current output format of the importer/exporter. More... | |
bool | IsImport () const |
Returns true, if currently a document is imported. More... | |
rtl_TextEncoding | GetTextEncoding () const |
Returns the text encoding to import/export byte strings. More... | |
LanguageType | GetSysLanguage () const |
Returns the system language, i.e. More... | |
LanguageType | GetDocLanguage () const |
Returns the document language. More... | |
LanguageType | GetUILanguage () const |
Returns the UI language. More... | |
sal_Int16 | GetDefApiScript () const |
Returns the default script type, e.g. More... | |
tools::Long | GetCharWidth () const |
Returns the width of the '0' character (default font) for the current printer (twips). More... | |
tools::Long | GetSpaceWidth () const |
bool | IsInGlobals () const |
Returns the current Calc sheet index. More... | |
SCTAB | GetCurrScTab () const |
Returns the current Calc sheet index. More... | |
sal_Int32 | GetHmmFromPixelX (double fPixelX) const |
Calculates the width of the passed number of pixels in 1/100 mm. More... | |
sal_Int32 | GetHmmFromPixelY (double fPixelY) const |
Calculates the height of the passed number of pixels in 1/100 mm. More... | |
SfxMedium & | GetMedium () const |
Returns the medium to import from. More... | |
const OUString & | GetDocUrl () const |
Returns the document URL of the imported/exported file. More... | |
const OUString & | GetBasePath () const |
Returns the base path of the imported/exported file. More... | |
const OUString & | GetUserName () const |
Returns the current user name. More... | |
css::uno::Sequence< css::beans::NamedValue > | RequestEncryptionData (::comphelper::IDocPasswordVerifier &rVerifier) const |
Requests and verifies a password from the medium or the user. More... | |
const tools::SvRef< SotStorage > & | GetRootStorage () const |
Returns the OLE2 root storage of the imported/exported file. More... | |
bool | HasVbaStorage () const |
Returns true, if the document contains a VBA storage. More... | |
tools::SvRef< SotStorage > | OpenStorage (tools::SvRef< SotStorage > const &xStrg, const OUString &rStrgName) const |
Tries to open a storage as child of the specified storage for reading or writing. More... | |
tools::SvRef< SotStorage > | OpenStorage (const OUString &rStrgName) const |
Tries to open a storage as child of the root storage for reading or writing. More... | |
tools::SvRef< SotStorageStream > | OpenStream (tools::SvRef< SotStorage > const &xStrg, const OUString &rStrmName) const |
Tries to open a new stream in the specified storage for reading or writing. More... | |
tools::SvRef< SotStorageStream > | OpenStream (const OUString &rStrmName) const |
Tries to open a new stream in the root storage for reading or writing. More... | |
ScDocument & | GetDoc () const |
Returns reference to the destination document (import) or source document (export). More... | |
SfxObjectShell * | GetDocShell () const |
Returns the object shell of the Calc document. More... | |
ScModelObj * | GetDocModelObj () const |
Returns the object model of the Calc document. More... | |
OutputDevice * | GetPrinter () const |
Returns pointer to the printer of the Calc document. More... | |
ScStyleSheetPool & | GetStyleSheetPool () const |
Returns the style sheet pool of the Calc document. More... | |
ScRangeName & | GetNamedRanges () const |
Returns the defined names container of the Calc document. More... | |
SdrPage * | GetSdrPage (SCTAB nScTab) const |
Returns the drawing layer page of the passed sheet, if present. More... | |
SvNumberFormatter & | GetFormatter () const |
Returns the number formatter of the Calc document. More... | |
DateTime | GetNullDate () const |
Returns the null date of the current number formatter. More... | |
sal_uInt16 | GetBaseYear () const |
Returns the base year depending on the current null date (1900 or 1904). More... | |
double | GetDoubleFromDateTime (const DateTime &rDateTime) const |
Converts a date/time value to a floating-point value. More... | |
DateTime | GetDateTimeFromDouble (double fValue) const |
Converts a floating-point value to a date/time value. More... | |
ScEditEngineDefaulter & | GetEditEngine () const |
Returns the edit engine for import/export of rich strings etc. More... | |
ScHeaderEditEngine & | GetHFEditEngine () const |
Returns the edit engine for import/export of headers/footers. More... | |
EditEngine & | GetDrawEditEngine () const |
Returns the edit engine for import/export of drawing text boxes. More... | |
XclFontPropSetHelper & | GetFontPropSetHelper () const |
Returns the property set helper for fonts. More... | |
XclChPropSetHelper & | GetChartPropSetHelper () const |
Returns the property set helper for the chart filters. More... | |
ScExtDocOptions & | GetExtDocOptions () const |
Returns the extended document options. More... | |
XclTracer & | GetTracer () const |
Returns the filter tracer. More... | |
const ScAddress & | GetScMaxPos () const |
Returns the highest possible cell address in a Calc document. More... | |
const ScAddress & | GetXclMaxPos () const |
Returns the highest possible cell address in an Excel document (using current BIFF version). More... | |
const ScAddress & | GetMaxPos () const |
Returns the highest possible cell address valid in Calc and Excel (using current BIFF version). More... | |
void | SetDocLanguage (LanguageType eLang) |
Sets the document language. More... | |
void | SetUILanguage (LanguageType eLang) |
Sets the UI language, i.e. More... | |
void | SetTextEncoding (rtl_TextEncoding eTextEnc) |
Sets the text encoding to import/export byte strings. More... | |
void | SetCharWidth (const XclFontData &rFontData) |
Sets the width of the '0' - '9' digit character as well as the ' ' space char (using the default font) for the current printer (twips). More... | |
void | SetCurrScTab (SCTAB nScTab) |
Sets the current Calc sheet index. More... | |
void | IncCurrScTab () |
Increases the current Calc sheet index by 1. More... | |
Protected Attributes | |
RootData * | pExcRoot |
XclImpStream | maStrm |
XclImpStream & | aIn |
ScfUInt32Vec | maSheetOffsets |
ScRange | maScOleSize |
std::unique_ptr< ExcelToSc > | pFormConv |
Visible range if embedded. More... | |
XclImpOutlineBuffer * | pColOutlineBuff |
XclImpOutlineBuffer * | pRowOutlineBuff |
XclImpColRowSettings * | pColRowBuff |
std::unique_ptr< XclImpOutlineListBuffer > | pOutlineListBuffer |
LastFormulaMapType | maLastFormulaCells |
LastFormula * | mpLastFormula |
sal_Int16 | mnLastRefIdx |
sal_uInt16 | mnIxfeIndex |
sal_uInt16 | mnLastRecId |
Current XF identifier from IXFE record. More... | |
SCTAB | nBdshtTab |
bool | bTabTruncated |
bool | mbBiff2HasXfs:1 |
bool | mbBiff2HasXfsValid:1 |
Select XF formatting or direct formatting in BIFF2. More... | |
bool | mbFuzzing:1 |
False = mbBiff2HasXfs is undetermined yet. More... | |
![]() | |
rtl_TextEncoding | eQuellChar |
ScDocument & | rD |
Additional Inherited Members | |
![]() | |
static OUString | GetScAddInName (const OUString &rXclName) |
Returns the Calc add-in function name for an Excel function name. More... | |
![]() | |
static OUString | GetDefaultPassword () |
Returns the default password used for stream encryption. More... | |
Definition at line 74 of file imp_op.hxx.
|
protected |
Definition at line 85 of file imp_op.hxx.
|
protected |
Definition at line 101 of file imp_op.hxx.
ImportExcel::ImportExcel | ( | XclImpRootData & | rImpData, |
SvStream & | rStrm | ||
) |
Definition at line 84 of file impop.cxx.
References BiffX, bTabTruncated, SvNumberFormatter::ChangeNullDate(), RootData::eDateiTyp, ScDocument::GetDocOptions(), ScDocument::GetFormatTable(), XclRoot::GetOldRoot(), XclImpRoot::GetRoot(), nBdshtTab, pExcRoot, RootData::pExtNameBuff, RootData::pExtSheetBuff, RootData::pFmlaConverter, pFormConv, RootData::pIR, pOutlineListBuffer, RootData::pShrfmlaBuff, ImportTyp::rD, rStrm, ScDocOptions::SetDate(), ScDocument::SetDocOptions(), ScDocOptions::SetFormulaRegexEnabled(), ScDocOptions::SetFormulaWildcardsEnabled(), ScDocOptions::SetIgnoreCase(), and ScDocOptions::SetLookUpColRowNames().
|
overridevirtual |
Definition at line 133 of file impop.cxx.
References XclRoot::GetDoc(), XclRoot::GetTextEncoding(), pFormConv, pOutlineListBuffer, and ScDocument::SetSrcCharSet().
|
protected |
Definition at line 1269 of file impop.cxx.
References XclRoot::GetDocModelObj().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 498 of file impop.cxx.
References aIn, EXC_BIFF2, XclRoot::GetBiff(), XclRoot::GetCurrScTab(), XclRoot::GetDoc(), XclImpRoot::GetDocImport(), XclImpRoot::GetRoot(), formula::FormulaGrammar::GRAM_ENGLISH_XL_A1, XclImpStream::Ignore(), maStrm, pFormConv, XclImpStream::ReaduInt16(), XclImpStream::ReaduInt8(), SAL_WARN_IF, ScDocumentImport::setMatrixCells(), and ValidColRow().
Referenced by Read().
|
protected |
Definition at line 1050 of file impop.cxx.
References aIn, EXC_BIFF5, XclRoot::GetBiff(), XclRoot::GetCurrScTab(), XclRoot::GetDoc(), XclImpRoot::GetDocImport(), XclImpRoot::GetRoot(), formula::FormulaGrammar::GRAM_ENGLISH_XL_A1, XclImpStream::Ignore(), maStrm, pFormConv, XclImpStream::ReaduInt16(), XclImpStream::ReaduInt8(), SAL_WARN_IF, ScDocumentImport::setMatrixCells(), and ValidColRow().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 425 of file impop.cxx.
References Biff2, Biff2C, Biff2M, XclImpStream::DisableDecryption(), RootData::eDateiTyp, XclImpStream::Ignore(), maStrm, pExcRoot, and XclImpStream::ReaduInt16().
Referenced by Read().
|
protected |
Definition at line 1032 of file impop.cxx.
References Biff3, Biff3C, Biff3M, Biff3W, XclImpStream::DisableDecryption(), RootData::eDateiTyp, XclImpStream::Ignore(), maStrm, pExcRoot, and XclImpStream::ReaduInt16().
Referenced by Read().
|
protected |
Definition at line 1181 of file impop.cxx.
References Biff4, Biff4C, Biff4M, Biff4W, XclImpStream::DisableDecryption(), RootData::eDateiTyp, XclImpStream::Ignore(), maStrm, pExcRoot, and XclImpStream::ReaduInt16().
Referenced by Read().
|
protected |
Definition at line 1198 of file impop.cxx.
References Biff5, Biff5C, Biff5M4, Biff5V, Biff5W, Biff8, XclImpStream::DisableDecryption(), RootData::eDateiTyp, EXC_BIFF8, XclRoot::GetBiff(), maStrm, pExcRoot, and XclImpStream::ReaduInt16().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 696 of file impop.cxx.
References aIn, aName, ScDocument::CreateValidTabName(), XclImpStream::DisableDecryption(), XclImpStream::EnableDecryption(), EXC_BIFF5, XclRoot::GetBiff(), ScDocument::HasTable(), ScDocument::MakeTable(), maSheetOffsets, nBdshtTab, ImportTyp::rD, XclImpStream::ReadByteString(), XclImpStream::ReaduInt16(), XclImpStream::ReaduInt32(), ScDocument::RenameTab(), and ScDocument::SetVisible().
Referenced by Read().
|
protected |
Definition at line 966 of file impop.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), XclImpAddressConverter::ConvertRange(), XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpStream::GetRecLeft(), XclImpRoot::GetXFRangeBuffer(), maStrm, mbFuzzing, nCount, XclImpStream::ReaduInt16(), ScAddress::Row(), XclImpXFRangeBuffer::SetMerge(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 626 of file impop.cxx.
References maStrm, XclImpStream::ReaduInt16(), and XclImpRoot::SetCodePage().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 655 of file impop.cxx.
References aIn, EXC_COLINFO_COLLAPSED, EXC_COLINFO_HIDDEN, get_flag(), XclRoot::GetCharWidth(), XclTools::GetScColumnWidth(), XclImpColRowSettings::HideColRange(), ScDocument::MaxCol(), pColOutlineBuff, pColRowBuff, ImportTyp::rD, XclImpStream::ReaduInt16(), XclImpColRowSettings::SetDefaultXF(), XclImpOutlineBuffer::SetLevelRange(), and XclImpColRowSettings::SetWidthRange().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 472 of file impop.cxx.
References aIn, XclImpStream::GetRecLeft(), XclImpColRowSettings::HideCol(), XclImpStream::Ignore(), ScDocument::MaxCol(), pColRowBuff, ImportTyp::rD, XclImpStream::ReaduInt16(), and XclImpStream::ReaduInt8().
Referenced by Read().
|
protected |
Definition at line 577 of file impop.cxx.
References aIn, XclRoot::GetCharWidth(), XclTools::GetScColumnWidth(), pColRowBuff, XclImpStream::ReaduInt16(), XclImpStream::ReaduInt8(), and XclImpColRowSettings::SetWidthRange().
Referenced by Read().
|
protected |
Definition at line 729 of file impop.cxx.
References LANGUAGE_DONTKNOW, maStrm, XclImpStream::ReaduInt16(), XclRoot::SetDocLanguage(), and XclRoot::SetUILanguage().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 636 of file impop.cxx.
References XclImpFontBuffer::GetAppFontData(), XclRoot::GetCharWidth(), XclImpRoot::GetFontBuffer(), XclTools::GetScColumnWidth(), XclTools::GetXclDefColWidthCorrection(), maStrm, XclFontData::mnHeight, pColRowBuff, XclImpStream::ReaduInt16(), SAL_WARN, and XclImpColRowSettings::SetDefWidth().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 594 of file impop.cxx.
References EXC_DEFROW_UNSYNCED, maStrm, pColRowBuff, XclImpStream::ReaduInt16(), and XclImpColRowSettings::SetDefHeight().
Referenced by Read().
|
protected |
Definition at line 1083 of file impop.cxx.
References maStrm, pColRowBuff, XclImpStream::ReaduInt16(), SAL_WARN, and XclImpColRowSettings::SetDefHeight().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 618 of file impop.cxx.
References aIn, EXC_BIFF8, XclRoot::GetBiff(), XclImpRoot::GetDocProtectBuffer(), XclImpRoot::GetRoot(), and XclImpDocProtectBuffer::ReadPasswordHash().
Referenced by ImportExcel8::Read().
|
protected |
Definition at line 610 of file impop.cxx.
References aIn, EXC_BIFF8, XclRoot::GetBiff(), XclImpRoot::GetDocProtectBuffer(), XclImpRoot::GetRoot(), and XclImpDocProtectBuffer::ReadDocProtect().
Referenced by Read(), and ImportExcel8::Read().
|
protectedvirtual |
Reimplemented in ImportExcel8.
Definition at line 1224 of file impop.cxx.
References EXC_BIFF5, XclImpRoot::FinalizeTable(), XclRoot::GetBiff(), mnLastRefIdx, pExcRoot, RootData::pExtNameBuff, and RootData::pExtSheetBuff.
Referenced by ImportExcel8::EndSheet(), and Eof().
|
protected |
Definition at line 440 of file impop.cxx.
References EndSheet(), and XclRoot::IncCurrScTab().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 1264 of file impop.cxx.
References XclTools::ErrorToEnum(), and pFormConv.
Referenced by ReadBoolErr().
|
protected |
Definition at line 553 of file impop.cxx.
References aIn, mnLastRefIdx, pExcRoot, RootData::pExtNameBuff, XclImpStream::ReadByteString(), XclImpStream::ReaduInt16(), and XclImpStream::ReaduInt32().
Referenced by Read().
|
protected |
Definition at line 455 of file impop.cxx.
References aIn, XclImpUrlHelper::DecodeUrl(), mnLastRefIdx, pExcRoot, RootData::pExtSheetBuff, RootData::pIR, and XclImpStream::ReadByteString().
Referenced by Read().
|
protected |
Definition at line 95 of file excform.cxx.
References ScFormulaCell::AddRecalcMode(), ScDocument::CheckLinkFormulaNeedingCheck(), ScTokenArray::Clone(), ScAddress::Col(), ScDocument::EnsureTable(), EXC_MAXCOL8, EXC_MAXROW8, XclImpRoot::GetAddressConverter(), ScFormulaCell::GetCode(), XclRoot::GetCurrScTab(), ScDocumentImport::getDoc(), XclImpRoot::GetDocImport(), ScDocument::GetFormulaCell(), XclImpRoot::GetXFRangeBuffer(), maStrm, OK, pFormConv, ImportTyp::rD, ExcelToSc::ReadSharedFormulaPosition(), ScAddress::Row(), ExcelToSc::SetError(), ScDocumentImport::setFormulaCell(), SetLastFormula(), ScFormulaCell::SetNeedNumberFormat(), ScFormulaCell::SetResultDouble(), XclImpXFRangeBuffer::SetXF(), ScAddress::Tab(), ScAddress::UNINITIALIZED, and ScTokenArray::WrapReference().
Referenced by Formula25(), and Formula4().
|
protected |
Definition at line 43 of file excform.cxx.
References aIn, EXC_BIFF2, Formula(), XclRoot::GetBiff(), XclImpStream::Ignore(), XclImpStream::ReadDouble(), XclImpStream::ReaduInt16(), and XclImpStream::ReaduInt8().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
|
protected |
Definition at line 82 of file excform.cxx.
References aIn, Formula(), XclImpStream::Ignore(), XclImpStream::ReadDouble(), and XclImpStream::ReaduInt16().
Referenced by Formula3(), and Read().
|
protected |
Definition at line 756 of file impop.cxx.
References aIn, ScDocument::GetViewOptions(), ImportTyp::rD, XclImpStream::ReaduInt16(), ScViewOptions::SetObjMode(), ScDocument::SetViewOptions(), VOBJ_MODE_HIDE, VOBJ_MODE_SHOW, VOBJ_TYPE_CHART, VOBJ_TYPE_DRAW, and VOBJ_TYPE_OLE.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 631 of file impop.cxx.
References maStrm, mnIxfeIndex, and XclImpStream::ReaduInt16().
Referenced by Read().
|
protected |
Definition at line 903 of file impop.cxx.
References aIn, XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpStream::GetRecLeft(), XclImpRoot::GetXFRangeBuffer(), XclAddress::mnCol, XclImpStream::ReaduInt16(), XclImpXFRangeBuffer::SetBlankXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 860 of file impop.cxx.
References aIn, XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpRoot::GetDocImport(), XclTools::GetDoubleFromRK(), XclImpStream::GetRecLeft(), XclImpRoot::GetXFRangeBuffer(), XclAddress::mnCol, XclImpStream::ReadInt32(), XclImpStream::ReaduInt16(), ScDocumentImport::setNumericCell(), XclImpXFRangeBuffer::SetXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 1237 of file impop.cxx.
References aURL, EXC_BIFF2, XclRoot::GetBiff(), XclImpOutlineDataBuffer::GetColOutline(), XclImpOutlineDataBuffer::GetColRowBuff(), XclRoot::GetCurrScTab(), XclRoot::GetDocUrl(), XclImpRoot::GetRoot(), XclImpOutlineDataBuffer::GetRowOutline(), ScDocument::HasTable(), XclImpRoot::InitializeTable(), ScDocument::MakeTable(), maLastFormulaCells, mpLastFormula, pColOutlineBuff, pColRowBuff, RootData::pColRowBuff, pExcRoot, pOutlineListBuffer, pRowOutlineBuff, RootData::pShrfmlaBuff, ImportTyp::rD, and ScDocument::RenameTab().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 992 of file impop.cxx.
References XclImpAddressConverter::ConvertRange(), XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpStream::Ignore(), maScOleSize, maStrm, XclRange::Read(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protectedvirtual |
Reimplemented in ImportExcel8.
Definition at line 1279 of file impop.cxx.
References ScDocument::AddPrintRange(), ScRange::aEnd, ScRange::aStart, ATTR_PAGE_FIRSTPAGENO(), ScDocument::ClearPrintRanges(), ScAddress::Col(), XclImpObjectManager::ConvertObjects(), ScRange::ExtendTo(), XclImpDocViewSettings::Finalize(), ScRangeListTabs::First(), XclRoot::GetDoc(), XclRoot::GetDocModelObj(), ScExtDocOptions::GetDocSettings(), XclRoot::GetDocShell(), XclImpRoot::GetDocViewSettings(), XclRoot::GetExtDocOptions(), XclImpRoot::GetObjectManager(), XclImpRoot::GetPrintAreaBuffer(), XclImpRoot::GetRoot(), XclRoot::GetStyleSheetPool(), ScDocument::GetTableCount(), XclImpRoot::GetTitleAreaBuffer(), XclRoot::GetTracer(), XclImpObjectManager::GetUsedArea(), ScRange::IsValid(), maScOleSize, ScDocument::MaxCol(), ScDocument::MaxRow(), ScExtDocSettings::mnDisplTab, n, ScRangeListTabs::Next(), p, pOutlineListBuffer, ImportTyp::rD, ScAddress::Row(), SC_UNO_APPLYFMDES, ScResId(), ScExtDocOptions::SetChanged(), ScDocument::SetExtDocOptions(), ScDocument::SetPrintEntireSheet(), ScDocument::SetRepeatColRange(), ScDocument::SetRepeatRowRange(), ScDocument::SetVisibleTab(), and XclTracer::TracePrintRange().
Referenced by ImportExcel8::PostDocLoad(), and Read().
|
virtual |
Reimplemented in ImportExcel8.
Definition at line 70 of file read.cxx.
References AdjustRowHeight(), aIn, Array25(), Array34(), Biff2, Biff3, Biff4, Biff4W, Biff5, Biff5C, Biff5M4, Biff5V, Biff5W, Bof2(), Bof3(), Bof4(), Bof5(), Boundsheet(), bTabTruncated, ScDocument::CalcAfterLoad(), Cellmerging(), Codepage(), Colinfo(), Columndefault(), Colwidth(), XclImpNameManager::ConvertAllTokens(), Country(), XclImpNumFmtBuffer::CreateScFormats(), XclImpXFBuffer::CreateUserStyles(), DBG_ERROR_BIFF, DefColWidth(), Defrowheight2(), Defrowheight345(), DocProtect(), RootData::eDateiTyp, Eof(), ERRCODE_NONE, EXC_BIFF2, EXC_BIFF3, EXC_BIFF4, EXC_BIFF5, EXC_ID2_BLANK, EXC_ID2_BOF, EXC_ID2_BOOLERR, EXC_ID2_DIMENSIONS, EXC_ID2_FONT, EXC_ID2_FORMULA, EXC_ID2_INTEGER, EXC_ID2_LABEL, EXC_ID2_NUMBER, EXC_ID3_BLANK, EXC_ID3_BOF, EXC_ID3_BOOLERR, EXC_ID3_DIMENSIONS, EXC_ID3_FORMULA, EXC_ID3_LABEL, EXC_ID3_NUMBER, EXC_ID4_BOF, EXC_ID4_FORMULA, EXC_ID5_BOF, EXC_ID_EFONT, EXC_ID_FILESHARING, EXC_ID_RK, EXC_ID_SHRFMLA, Externname25(), Externsheet(), ScDocumentImport::finalize(), Formula25(), Formula3(), Formula4(), XclImpRoot::GetAddressConverter(), XclRoot::GetBiff(), XclRoot::GetCurrScTab(), XclImpRoot::GetCurrSheetDrawing(), XclImpRoot::GetDocImport(), XclRoot::GetDocShell(), XclImpRoot::GetFontBuffer(), XclImpRoot::GetNameManager(), XclImpRoot::GetNumFmtBuffer(), XclImpRoot::GetPageSettings(), XclImpRoot::GetPalette(), XclImpStream::GetRecId(), XclImpStream::GetSvStreamPos(), XclImpStream::GetSvStreamSize(), XclImpRoot::GetTabViewSettings(), XclRoot::GetTracer(), XclImpRoot::GetXFBuffer(), Hideobj(), XclRoot::IncCurrScTab(), XclAddressConverterBase::IsColTruncated(), utl::ConfigManager::IsFuzzing(), XclAddressConverterBase::IsRowTruncated(), XclAddressConverterBase::IsTabTruncated(), XclImpStream::IsValid(), Ixfe(), maSheetOffsets, maStrm, mnLastRecId, Mulblank(), Mulrk(), nBdshtTab, NewTable(), Olesize(), pExcRoot, PostDocLoad(), ImportTyp::rD, ReadBlank(), ReadBoolErr(), XclImpPageSettings::ReadCenter(), ReadDimensions(), XclImpFontBuffer::ReadEfont(), XclImpDecryptHelper::ReadFilepass(), ReadFileSharing(), XclImpFontBuffer::ReadFont(), XclImpNumFmtBuffer::ReadFormat(), XclImpPageSettings::ReadHeaderFooter(), ReadInteger(), ReadLabel(), XclImpPageSettings::ReadMargin(), XclImpNameManager::ReadName(), XclImpSheetDrawing::ReadNote(), ReadNumber(), XclImpDrawing::ReadObj(), XclImpPageSettings::ReadPageBreaks(), XclImpPalette::ReadPalette(), XclImpTabViewSettings::ReadPane(), XclImpPageSettings::ReadPrintGridLines(), XclImpPageSettings::ReadPrintHeaders(), ReadRk(), XclImpTabViewSettings::ReadScl(), XclImpTabViewSettings::ReadSelection(), XclImpPageSettings::ReadSetup(), XclImpXFBuffer::ReadStyle(), XclImpSheetDrawing::ReadTabChart(), XclImpTabViewSettings::ReadWindow2(), XclImpXFBuffer::ReadXF(), Rec1904(), Row25(), Row34(), Rstring(), SCWARN_IMPORT_COLUMN_OVERFLOW, SCWARN_IMPORT_ROW_OVERFLOW, SCWARN_IMPORT_SHEET_OVERFLOW, XclImpStream::SeekGlobalPosition(), ScDocument::SetVisible(), SheetProtect(), Shrfmla(), XclTools::SkipSubStream(), Standardwidth(), XclImpStream::StartNextRecord(), XclImpStream::StoreGlobalPosition(), TableOp(), XclTracer::TraceChartOnlySheet(), Window1(), and Wsbool().
|
protected |
Definition at line 267 of file impop.cxx.
References aIn, EXC_ID2_BLANK, XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpStream::GetRecId(), XclImpRoot::GetXFRangeBuffer(), maStrm, ReadXFIndex(), XclImpXFRangeBuffer::SetBlankXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 345 of file impop.cxx.
References ErrorToFormula(), EXC_BOOLERR_BOOL, EXC_ID2_BOOLERR, XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpRoot::GetDocImport(), XclImpStream::GetRecId(), XclImpRoot::GetXFRangeBuffer(), maStrm, nType, nValue, ImportTyp::rD, XclImpStream::ReaduInt8(), ReadXFIndex(), XclImpXFRangeBuffer::SetBoolXF(), ScDocumentImport::setFormulaCell(), ScFormulaCell::SetHybridDouble(), XclImpXFRangeBuffer::SetXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 224 of file impop.cxx.
References XclImpAddressConverter::ConvertRange(), EXC_BIFF5, EXC_ID2_DIMENSIONS, XclImpRoot::GetAddressConverter(), XclRoot::GetBiff(), XclRange::GetColCount(), XclRoot::GetCurrScTab(), XclRoot::GetExtDocOptions(), ScExtDocOptions::GetOrCreateTabSettings(), XclImpStream::GetRecId(), XclRoot::GetScMaxPos(), XclRange::maFirst, o3tl::make_unsigned(), XclRange::maLast, maStrm, ScExtTabSettings::maUsedArea, XclAddress::mnCol, XclAddress::mnRow, XclImpStream::ReaduInt16(), XclImpStream::ReaduInt32(), Row, and SAL_MAX_UINT16.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 161 of file impop.cxx.
References XclRoot::GetDocShell(), GetItemSet(), XclRoot::GetMedium(), maStrm, and XclImpStream::ReaduInt16().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 281 of file impop.cxx.
References XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpRoot::GetDocImport(), XclImpRoot::GetXFRangeBuffer(), maStrm, nValue, XclImpStream::ReaduInt16(), ReadXFIndex(), ScDocumentImport::setNumericCell(), XclImpXFRangeBuffer::SetXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 315 of file impop.cxx.
References EightBitLength, EXC_BIFF5, EXC_ID2_LABEL, XclImpRoot::GetAddressConverter(), XclRoot::GetBiff(), XclRoot::GetCurrScTab(), XclImpRoot::GetDocImport(), GetFont(), XclImpStream::GetRecId(), XclImpRoot::GetRoot(), XclRoot::GetTextEncoding(), XclImpRoot::GetXFBuffer(), XclImpRoot::GetXFRangeBuffer(), maStrm, NONE, XclImpString::Read(), ReadXFIndex(), XclRoot::SetTextEncoding(), XclImpStringHelper::SetToDocument(), XclImpXFRangeBuffer::SetXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 298 of file impop.cxx.
References EXC_ID2_NUMBER, XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpRoot::GetDocImport(), XclImpStream::GetRecId(), XclImpRoot::GetXFRangeBuffer(), maStrm, XclImpStream::ReadDouble(), ReadXFIndex(), ScDocumentImport::setNumericCell(), XclImpXFRangeBuffer::SetXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 373 of file impop.cxx.
References XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpRoot::GetDocImport(), XclTools::GetDoubleFromRK(), XclImpRoot::GetXFRangeBuffer(), maStrm, XclImpStream::ReadInt32(), ReadXFIndex(), ScDocumentImport::setNumericCell(), XclImpXFRangeBuffer::SetXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 746 of file impop.cxx.
References XclRoot::GetDoc(), ScDocument::GetDocOptions(), maStrm, XclImpStream::ReaduInt16(), ScDocument::SetDocOptions(), and ScDocOptions::SetLookUpColRowNames().
Referenced by ImportExcel8::Read().
|
protected |
Definition at line 182 of file impop.cxx.
References aIn, XclImpXF::ApplyPatternForBiff2CellFormat(), XclImpRoot::GetRoot(), XclImpXFBuffer::GetXF(), XclImpRoot::GetXFBuffer(), maStrm, mbBiff2HasXfs, mbBiff2HasXfsValid, mnIxfeIndex, XclImpStream::ReaduInt16(), and XclImpStream::ReaduInt8().
Referenced by ReadBlank(), ReadBoolErr(), ReadInteger(), ReadLabel(), ReadNumber(), and ReadRk().
|
protected |
Definition at line 538 of file impop.cxx.
References aIn, SvNumberFormatter::ChangeNullDate(), ScDocument::GetDocOptions(), ScDocument::GetFormatTable(), ImportTyp::rD, XclImpStream::ReaduInt16(), ScDocOptions::SetDate(), and ScDocument::SetDocOptions().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 395 of file impop.cxx.
References aIn, EXC_BIFF2, EXC_ROW_COLLAPSED, get_flag(), XclRoot::GetBiff(), XclRoot::GetDoc(), XclImpRoot::GetRoot(), XclImpStream::Ignore(), pColRowBuff, pRowOutlineBuff, XclImpStream::ReaduInt16(), XclImpColRowSettings::SetHeight(), XclImpOutlineBuffer::SetLevel(), XclImpColRowSettings::SetRowSettings(), and ValidRow().
Referenced by Read().
|
protected |
Definition at line 1002 of file impop.cxx.
References aIn, EXC_BIFF2, EXC_ROW_COLLAPSED, EXC_ROW_USEDEFXF, EXC_ROW_XFMASK, get_flag(), XclRoot::GetBiff(), XclRoot::GetDoc(), XclImpRoot::GetRoot(), XclImpRoot::GetXFRangeBuffer(), XclImpStream::Ignore(), pColRowBuff, pRowOutlineBuff, XclImpStream::ReaduInt16(), XclImpOutlineBuffer::SetLevel(), XclImpXFRangeBuffer::SetRowDefXF(), XclImpColRowSettings::SetRowSettings(), and ScDocument::ValidRow().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 943 of file impop.cxx.
References aIn, XclImpRoot::GetAddressConverter(), XclRoot::GetCurrScTab(), XclImpRoot::GetDocImport(), XclImpRoot::GetXFRangeBuffer(), XclImpString::IsRich(), maStrm, XclImpString::Read(), XclImpString::ReadFormats(), XclImpStream::ReaduInt16(), XclImpStringHelper::SetToDocument(), XclImpXFRangeBuffer::SetXF(), and ScAddress::UNINITIALIZED.
Referenced by Read(), and ImportExcel8::Read().
|
protected |
True if fuzzing filter.
Definition at line 142 of file impop.cxx.
References maLastFormulaCells, and mpLastFormula.
Referenced by Formula().
|
protected |
Definition at line 447 of file impop.cxx.
References aIn, EXC_BIFF8, XclRoot::GetBiff(), XclRoot::GetCurrScTab(), XclImpRoot::GetRoot(), XclImpRoot::GetSheetProtectBuffer(), and XclImpSheetProtectBuffer::ReadPasswordHash().
Referenced by ImportExcel8::Read().
|
protected |
Definition at line 602 of file impop.cxx.
References aIn, EXC_BIFF8, XclRoot::GetBiff(), XclRoot::GetCurrScTab(), XclImpRoot::GetRoot(), XclImpRoot::GetSheetProtectBuffer(), and XclImpSheetProtectBuffer::ReadProtect().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 802 of file impop.cxx.
References aIn, ScDocument::CheckLinkFormulaNeedingCheck(), ScDocument::EnsureTable(), EXC_ID2_FORMULA, EXC_ID3_FORMULA, EXC_ID4_FORMULA, EXC_MAXCOL8, EXC_MAXROW8, FT_SharedFormula, ScFormulaCell::GetCode(), XclRoot::GetCurrScTab(), ScDocumentImport::getDoc(), XclImpRoot::GetDocImport(), XclImpRoot::GetXFRangeBuffer(), XclImpStream::Ignore(), maStrm, ImportExcel::LastFormula::mfValue, ImportExcel::LastFormula::mnCol, mnLastRecId, ImportExcel::LastFormula::mnRow, ImportExcel::LastFormula::mnXF, ImportExcel::LastFormula::mpCell, mpLastFormula, pExcRoot, pFormConv, RootData::pShrfmlaBuff, ImportTyp::rD, XclImpStream::ReaduInt16(), SAL_WARN, ScDocumentImport::setFormulaCell(), ScFormulaCell::SetNeedNumberFormat(), ScFormulaCell::SetResultDouble(), XclImpXFRangeBuffer::SetXF(), ScAddress::Tab(), and ScTokenArray::WrapReference().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 791 of file impop.cxx.
References XclRoot::GetCharWidth(), XclTools::GetScColumnWidth(), maStrm, pColRowBuff, XclImpStream::ReaduInt16(), SAL_WARN, and XclImpColRowSettings::SetDefWidth().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 1098 of file impop.cxx.
References aIn, ScTabOpParam::aRefColCell, ScTabOpParam::aRefFormulaCell, ScTabOpParam::aRefFormulaEnd, ScTabOpParam::aRefRowCell, ScTabOpParam::Both, bTabTruncated, ScTabOpParam::Column, EXC_TABLEOP_BOTH, EXC_TABLEOP_ROW, XclRoot::GetCurrScTab(), XclRoot::GetDoc(), XclImpRoot::GetDocImport(), XclImpRoot::GetRoot(), XclRoot::GetTracer(), ScDocument::MaxRow(), MAXROW_30, mbFuzzing, ScTabOpParam::meMode, ImportTyp::rD, XclImpStream::ReaduInt16(), XclImpStream::ReaduInt8(), ScTabOpParam::Row, ScRefAddress::Set(), ScDocumentImport::setTableOpCells(), XclTracer::TraceInvalidRow(), and ValidColRow().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 390 of file impop.cxx.
References XclImpRoot::GetDocViewSettings(), maStrm, and XclImpDocViewSettings::ReadWindow1().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 464 of file impop.cxx.
References aIn, EXC_BIFF8, XclRoot::GetBiff(), XclImpRoot::GetDocProtectBuffer(), XclImpRoot::GetRoot(), and XclImpDocProtectBuffer::ReadWinProtect().
Referenced by ImportExcel8::Read().
|
protected |
Definition at line 685 of file impop.cxx.
References aIn, EXC_WSBOOL_COLBELOW, EXC_WSBOOL_FITTOPAGE, EXC_WSBOOL_ROWBELOW, get_flag(), XclImpRoot::GetPageSettings(), pColOutlineBuff, pRowOutlineBuff, XclImpStream::ReaduInt16(), XclImpOutlineBuffer::SetButtonMode(), and XclImpPageSettings::SetFitToPages().
Referenced by Read(), and ImportExcel8::Read().
|
protected |
Definition at line 90 of file imp_op.hxx.
Referenced by Array25(), Array34(), ImportExcel8::AutoFilter(), ImportExcel8::Boundsheet(), Boundsheet(), ImportExcel8::Calccount(), Colinfo(), Columndefault(), Colwidth(), ImportExcel8::Delta(), DocPassword(), DocProtect(), Externname25(), Externsheet(), ImportExcel8::Feat(), ImportExcel8::FeatHdr(), Formula25(), Formula4(), Hideobj(), ImportExcel8::Iteration(), ImportExcel8::Labelsst(), Mulblank(), Mulrk(), ImportExcel8::Precision(), Read(), ImportExcel8::Read(), ReadBlank(), ReadXFIndex(), Rec1904(), Row25(), Row34(), Rstring(), ImportExcel8::Scenario(), ImportExcel8::Scenman(), SheetPassword(), SheetProtect(), Shrfmla(), TableOp(), WinProtection(), and Wsbool().
|
protected |
Definition at line 113 of file imp_op.hxx.
Referenced by ImportExcel(), Read(), ImportExcel8::Read(), and TableOp().
|
protected |
Definition at line 104 of file imp_op.hxx.
Referenced by NewTable(), and SetLastFormula().
|
protected |
Definition at line 93 of file imp_op.hxx.
Referenced by Olesize(), and PostDocLoad().
|
protected |
Definition at line 92 of file imp_op.hxx.
Referenced by ImportExcel8::Boundsheet(), Boundsheet(), Read(), and ImportExcel8::Read().
|
protected |
Definition at line 89 of file imp_op.hxx.
Referenced by Array25(), Array34(), Bof2(), Bof3(), Bof4(), Bof5(), Cellmerging(), Codepage(), Country(), DefColWidth(), Defrowheight2(), Defrowheight345(), Formula(), Ixfe(), Olesize(), Read(), ImportExcel8::Read(), ReadBlank(), ReadBoolErr(), ReadDimensions(), ReadFileSharing(), ReadInteger(), ReadLabel(), ReadNumber(), ReadRk(), ReadUsesElfs(), ReadXFIndex(), Rstring(), Shrfmla(), Standardwidth(), and Window1().
|
protected |
Definition at line 116 of file imp_op.hxx.
Referenced by ReadXFIndex().
|
protected |
Select XF formatting or direct formatting in BIFF2.
Definition at line 117 of file imp_op.hxx.
Referenced by ReadXFIndex().
|
protected |
False = mbBiff2HasXfs is undetermined yet.
Definition at line 118 of file imp_op.hxx.
Referenced by Cellmerging(), and TableOp().
|
protected |
Definition at line 108 of file imp_op.hxx.
Referenced by Ixfe(), and ReadXFIndex().
|
protected |
Current XF identifier from IXFE record.
Definition at line 109 of file imp_op.hxx.
Referenced by Read(), ImportExcel8::Read(), and Shrfmla().
|
protected |
Definition at line 107 of file imp_op.hxx.
Referenced by EndSheet(), Externname25(), and Externsheet().
|
protected |
Definition at line 105 of file imp_op.hxx.
Referenced by NewTable(), SetLastFormula(), and Shrfmla().
|
protected |
Definition at line 111 of file imp_op.hxx.
Referenced by ImportExcel8::Boundsheet(), Boundsheet(), ImportExcel(), Read(), and ImportExcel8::Read().
|
protected |
Definition at line 97 of file imp_op.hxx.
Referenced by Colinfo(), NewTable(), and Wsbool().
|
protected |
Definition at line 99 of file imp_op.hxx.
Referenced by Colinfo(), Columndefault(), Colwidth(), DefColWidth(), Defrowheight2(), Defrowheight345(), NewTable(), Row25(), Row34(), and Standardwidth().
|
protected |
Definition at line 87 of file imp_op.hxx.
Referenced by ImportExcel8::AutoFilter(), ImportExcel8::AutoFilterInfo(), Bof2(), Bof3(), Bof4(), Bof5(), EndSheet(), Externname25(), Externsheet(), ImportExcel8::FilterMode(), ImportExcel(), ImportExcel8::ImportExcel8(), NewTable(), ImportExcel8::PostDocLoad(), Read(), ImportExcel8::Read(), ImportExcel8::Scenario(), and Shrfmla().
|
protected |
Visible range if embedded.
Definition at line 95 of file imp_op.hxx.
Referenced by Array25(), Array34(), ErrorToFormula(), Formula(), ImportExcel(), ImportExcel8::ImportExcel8(), ImportExcel8::Read(), Shrfmla(), and ~ImportExcel().
|
protected |
Definition at line 102 of file imp_op.hxx.
Referenced by ImportExcel(), NewTable(), PostDocLoad(), and ~ImportExcel().
|
protected |
Definition at line 98 of file imp_op.hxx.
Referenced by NewTable(), Row25(), Row34(), and Wsbool().