| 
    LibreOffice Module sc (master) 1
    
   | 
 
#include <root.hxx>
Public Member Functions | |
| RootData () | |
| ~RootData () | |
Public Attributes | |
| BiffTyp | eDateiTyp | 
| std::unique_ptr< ExtSheetBuffer > | pExtSheetBuff | 
| std::unique_ptr< SharedFormulaBuffer > | pShrfmlaBuff | 
| std::unique_ptr< ExtNameBuff > | pExtNameBuff | 
| ExcelToSc * | pFmlaConverter | 
| XclImpColRowSettings * | pColRowBuff | 
| std::unique_ptr< XclImpAutoFilterBuffer > | pAutoFilterBuffer | 
| XclExpChTrTabId * | pTabId | 
| XclExpUserBViewList * | pUserBViewList | 
| XclImpRoot * | pIR | 
| XclExpRoot * | pER | 
| RootData::RootData | ( | ) | 
Definition at line 36 of file exctools.cxx.
References BiffX, eDateiTyp, pColRowBuff, pER, pFmlaConverter, pIR, pTabId, and pUserBViewList.
| RootData::~RootData | ( | ) | 
Definition at line 49 of file exctools.cxx.
References pAutoFilterBuffer, pExtNameBuff, pExtSheetBuff, and pShrfmlaBuff.
| BiffTyp RootData::eDateiTyp | 
Definition at line 45 of file root.hxx.
Referenced by ImportExcel::Bof2(), ImportExcel::Bof3(), ImportExcel::Bof4(), ImportExcel::Bof5(), ExportBiff5::ExportBiff5(), ExportBiff8::ExportBiff8(), XclExpXmlStream::exportDocument(), ImportExcel::ImportExcel(), ImportExcel::Read(), ImportExcel8::Read(), and RootData().
| std::unique_ptr<XclImpAutoFilterBuffer> RootData::pAutoFilterBuffer | 
Definition at line 53 of file root.hxx.
Referenced by ImportExcel8::AutoFilter(), ImportExcel8::AutoFilterInfo(), ImportExcel8::FilterMode(), XclImpRoot::GetFilterManager(), ImportExcel8::PostDocLoad(), XclImpRoot::XclImpRoot(), and ~RootData().
| XclImpColRowSettings* RootData::pColRowBuff | 
Definition at line 50 of file root.hxx.
Referenced by XclImpXFRangeBuffer::Finalize(), XclImpRoot::FinalizeTable(), ImportExcel::NewTable(), and RootData().
| XclExpRoot* RootData::pER | 
Definition at line 60 of file root.hxx.
Referenced by ExcBundlesheet::ExcBundlesheet(), ExportBiff5::ExportBiff5(), XclExpXmlStream::exportDocument(), and RootData().
| std::unique_ptr<ExtNameBuff> RootData::pExtNameBuff | 
Definition at line 48 of file root.hxx.
Referenced by ImportExcel::EndSheet(), ImportExcel::Externname25(), ImportExcel::ImportExcel(), XclImpPictureObj::ReadPictFmla(), and ~RootData().
| std::unique_ptr<ExtSheetBuffer> RootData::pExtSheetBuff | 
Definition at line 46 of file root.hxx.
Referenced by ExcelToSc::Convert(), ImportExcel::EndSheet(), ImportExcel::Externsheet(), ImportExcel::ImportExcel(), and ~RootData().
| ExcelToSc* RootData::pFmlaConverter | 
Definition at line 49 of file root.hxx.
Referenced by XclImpRoot::GetOldFmlaConverter(), ImportExcel::ImportExcel(), ImportExcel8::ImportExcel8(), and RootData().
| XclImpRoot* RootData::pIR | 
Definition at line 59 of file root.hxx.
Referenced by XclImpAutoFilterData::Apply(), ImportExcel::Externsheet(), ExtSheetBuffer::GetScTabIndex(), ImportExcel::ImportExcel(), XclImpAutoFilterData::InsertQueryParam(), RootData(), and XclImpAutoFilterData::SetCellAttribs().
| std::unique_ptr<SharedFormulaBuffer> RootData::pShrfmlaBuff | 
Definition at line 47 of file root.hxx.
Referenced by ExcelToSc::GetSharedFormula(), ImportExcel::ImportExcel(), ImportExcel::NewTable(), ImportExcel::Shrfmla(), and ~RootData().
| XclExpChTrTabId* RootData::pTabId | 
Definition at line 56 of file root.hxx.
Referenced by ExcTable::FillAsHeaderBinary(), ExcTable::FillAsHeaderXml(), RootData(), and XclExpChangeTrack::XclExpChangeTrack().
| XclExpUserBViewList* RootData::pUserBViewList | 
Definition at line 57 of file root.hxx.
Referenced by ExcTable::FillAsHeaderBinary(), ExcTable::FillAsHeaderXml(), ExcTable::FillAsTableBinary(), and RootData().