LibreOffice Module sc (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
XclImpRoot Class Reference

Access to global data from other classes. More...

#include <xiroot.hxx>

Inheritance diagram for XclImpRoot:
[legend]
Collaboration diagram for XclImpRoot:
[legend]

Public Member Functions

 XclImpRoot (XclImpRootData &rImpRootData)
 
const XclImpRootGetRoot () const
 Returns this root instance - for code readability in derived classes. More...
 
XclImpRootGetRoot ()
 
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...
 
XclImpAddressConverterGetAddressConverter () const
 Returns the address converter. More...
 
XclImpFormulaCompilerGetFormulaCompiler () const
 Returns the formula converter. More...
 
ExcelToScGetOldFmlaConverter () const
 Returns the old formula converter. More...
 
XclImpSstGetSst () const
 Returns the shared string table. More...
 
XclImpPaletteGetPalette () const
 Returns the color buffer. More...
 
XclImpFontBufferGetFontBuffer () const
 Returns the font buffer. More...
 
XclImpNumFmtBufferGetNumFmtBuffer () const
 Returns the number format buffer. More...
 
XclImpXFBufferGetXFBuffer () const
 Returns the cell formatting attributes buffer. More...
 
XclImpXFRangeBufferGetXFRangeBuffer () const
 Returns the buffer of XF index ranges for a sheet. More...
 
ScRangeListTabsGetPrintAreaBuffer () const
 Returns the buffer that contains all print areas in the document. More...
 
ScRangeListTabsGetTitleAreaBuffer () const
 Returns the buffer that contains all print titles in the document. More...
 
XclImpTabInfoGetTabInfo () const
 Returns the buffer that contains the sheet creation order. More...
 
XclImpNameManagerGetNameManager () const
 Returns the buffer that contains internal defined names. More...
 
XclImpLinkManagerGetLinkManager () const
 Returns the link manager. More...
 
XclImpObjectManagerGetObjectManager () const
 Returns the drawing object manager. More...
 
XclImpSheetDrawingGetCurrSheetDrawing () const
 Returns the drawing container of the current sheet. More...
 
XclImpCondFormatManagerGetCondFormatManager () const
 Returns the conditional formatting manager. More...
 
XclImpValidationManagerGetValidationManager () const
 
XclImpAutoFilterBufferGetFilterManager () const
 Returns the filter manager. More...
 
XclImpWebQueryBufferGetWebQueryBuffer () const
 Returns the web query buffer. More...
 
XclImpPivotTableManagerGetPivotTableManager () const
 Returns the pivot table manager. More...
 
XclImpSheetProtectBufferGetSheetProtectBuffer () const
 Returns the sheet protection options of the current sheet. More...
 
XclImpDocProtectBufferGetDocProtectBuffer () const
 Returns the document protection options. More...
 
XclImpPageSettingsGetPageSettings () const
 Returns the page settings of the current sheet. More...
 
XclImpDocViewSettingsGetDocViewSettings () const
 Returns the view settings of the entire document. More...
 
XclImpTabViewSettingsGetTabViewSettings () 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...
 
ScDocumentImportGetDocImport ()
 
- Public Member Functions inherited from XclRoot
 XclRoot (XclRootData &rRootData)
 
 XclRoot (const XclRoot &rRoot)
 
virtual ~XclRoot ()
 
XclRootoperator= (const XclRoot &rRoot)
 
RootDataGetOldRoot () 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...
 
SfxMediumGetMedium () 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< SotStorageOpenStorage (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< SotStorageOpenStorage (const OUString &rStrgName) const
 Tries to open a storage as child of the root storage for reading or writing. More...
 
tools::SvRef< SotStorageStreamOpenStream (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< SotStorageStreamOpenStream (const OUString &rStrmName) const
 Tries to open a new stream in the root storage for reading or writing. More...
 
ScDocumentGetDoc () const
 Returns reference to the destination document (import) or source document (export). More...
 
SfxObjectShellGetDocShell () const
 Returns the object shell of the Calc document. More...
 
ScModelObjGetDocModelObj () const
 Returns the object model of the Calc document. More...
 
OutputDeviceGetPrinter () const
 Returns pointer to the printer of the Calc document. More...
 
ScStyleSheetPoolGetStyleSheetPool () const
 Returns the style sheet pool of the Calc document. More...
 
ScRangeNameGetNamedRanges () const
 Returns the defined names container of the Calc document. More...
 
SdrPageGetSdrPage (SCTAB nScTab) const
 Returns the drawing layer page of the passed sheet, if present. More...
 
SvNumberFormatterGetFormatter () 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...
 
ScEditEngineDefaulterGetEditEngine () const
 Returns the edit engine for import/export of rich strings etc. More...
 
ScHeaderEditEngineGetHFEditEngine () const
 Returns the edit engine for import/export of headers/footers. More...
 
EditEngineGetDrawEditEngine () const
 Returns the edit engine for import/export of drawing text boxes. More...
 
XclFontPropSetHelperGetFontPropSetHelper () const
 Returns the property set helper for fonts. More...
 
XclChPropSetHelperGetChartPropSetHelper () const
 Returns the property set helper for the chart filters. More...
 
ScExtDocOptionsGetExtDocOptions () const
 Returns the extended document options. More...
 
XclTracerGetTracer () const
 Returns the filter tracer. More...
 
const ScAddressGetScMaxPos () const
 Returns the highest possible cell address in a Calc document. More...
 
const ScAddressGetXclMaxPos () const
 Returns the highest possible cell address in an Excel document (using current BIFF version). More...
 
const ScAddressGetMaxPos () 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...
 

Static Public Member Functions

static OUString GetScAddInName (const OUString &rXclName)
 Returns the Calc add-in function name for an Excel function name. More...
 
- Static Public Member Functions inherited from XclRoot
static OUString GetDefaultPassword ()
 Returns the default password used for stream encryption. More...
 

Private Attributes

XclImpRootDatamrImpData
 

Detailed Description

Access to global data from other classes.

Definition at line 128 of file xiroot.hxx.

Constructor & Destructor Documentation

◆ XclImpRoot()

XclImpRoot::XclImpRoot ( XclImpRootData rImpRootData)
explicit

Member Function Documentation

◆ FinalizeTable()

void XclImpRoot::FinalizeTable ( )

◆ GetAddressConverter()

XclImpAddressConverter & XclImpRoot::GetAddressConverter ( ) const

◆ GetCondFormatManager()

XclImpCondFormatManager & XclImpRoot::GetCondFormatManager ( ) const

Returns the conditional formatting manager.

Definition at line 207 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxCondFmtMgr.

Referenced by ImportExcel8::EndSheet(), and ImportExcel8::Read().

◆ GetCurrSheetDrawing()

XclImpSheetDrawing & XclImpRoot::GetCurrSheetDrawing ( ) const

Returns the drawing container of the current sheet.

Definition at line 201 of file xiroot.cxx.

References XclRoot::GetCurrScTab(), XclRoot::IsInGlobals(), mrImpData, and XclImpRootData::mxObjMgr.

Referenced by ImportExcel::Read(), ImportExcel8::Read(), XclImpValidationManager::ReadDval(), and XclImpPivotTable::ReadSxpi().

◆ GetDocImport()

ScDocumentImport & XclImpRoot::GetDocImport ( )

◆ GetDocProtectBuffer()

XclImpDocProtectBuffer & XclImpRoot::GetDocProtectBuffer ( ) const

Returns the document protection options.

Definition at line 244 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxDocProtect.

Referenced by ImportExcel::DocPassword(), ImportExcel::DocProtect(), ImportExcel8::PostDocLoad(), and ImportExcel::WinProtection().

◆ GetDocViewSettings()

XclImpDocViewSettings & XclImpRoot::GetDocViewSettings ( ) const

Returns the view settings of the entire document.

Definition at line 255 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxDocViewSett.

Referenced by XclImpTabViewSettings::Finalize(), ImportExcel::PostDocLoad(), and ImportExcel::Window1().

◆ GetFilterManager()

XclImpAutoFilterBuffer & XclImpRoot::GetFilterManager ( ) const

Returns the filter manager.

Definition at line 219 of file xiroot.cxx.

References XclRoot::GetOldRoot(), and RootData::pAutoFilterBuffer.

Referenced by XclImpColRowSettings::ConvertHiddenFlags(), and XclImpName::XclImpName().

◆ GetFontBuffer()

XclImpFontBuffer & XclImpRoot::GetFontBuffer ( ) const

◆ GetFormulaCompiler()

XclImpFormulaCompiler & XclImpRoot::GetFormulaCompiler ( ) const

Returns the formula converter.

Definition at line 128 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxFmlaComp.

Referenced by XclImpChSourceLink::ReadChSourceLink(), and XclImpControlHelper::ReadRangeList().

◆ GetLinkManager()

XclImpLinkManager & XclImpRoot::GetLinkManager ( ) const

Returns the link manager.

Definition at line 190 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxLinkMgr.

Referenced by ImportExcel8::Read(), XclImpDrawObjBase::ReadMacro8(), and XclImpPictureObj::ReadPictFmla().

◆ GetNameManager()

XclImpNameManager & XclImpRoot::GetNameManager ( ) const

Returns the buffer that contains internal defined names.

Definition at line 185 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxNameMgr.

Referenced by ExcelToSc::Convert(), ExcelToSc8::Convert(), XclImpSupbook::GetMacroName(), ImportExcel::Read(), ImportExcel8::Read(), and XclImpWebQueryBuffer::ReadQsi().

◆ GetNumFmtBuffer()

XclImpNumFmtBuffer & XclImpRoot::GetNumFmtBuffer ( ) const

◆ GetObjectManager()

XclImpObjectManager & XclImpRoot::GetObjectManager ( ) const

◆ GetOldFmlaConverter()

ExcelToSc & XclImpRoot::GetOldFmlaConverter ( ) const

◆ GetPageSettings()

XclImpPageSettings & XclImpRoot::GetPageSettings ( ) const

◆ GetPalette()

XclImpPalette & XclImpRoot::GetPalette ( ) const

◆ GetPivotTableManager()

XclImpPivotTableManager & XclImpRoot::GetPivotTableManager ( ) const

Returns the pivot table manager.

Definition at line 232 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxPTableMgr.

Referenced by ImportExcel8::Read(), and XclImpPivotTable::ReadSxview().

◆ GetPrintAreaBuffer()

ScRangeListTabs & XclImpRoot::GetPrintAreaBuffer ( ) const

Returns the buffer that contains all print areas in the document.

Definition at line 170 of file xiroot.cxx.

References XclImpRootData::mpPrintRanges, and mrImpData.

Referenced by ImportExcel::PostDocLoad(), and XclImpName::XclImpName().

◆ GetRoot() [1/2]

XclImpRoot & XclImpRoot::GetRoot ( )
inline

Definition at line 135 of file xiroot.hxx.

◆ GetRoot() [2/2]

const XclImpRoot & XclImpRoot::GetRoot ( ) const
inline

Returns this root instance - for code readability in derived classes.

Definition at line 134 of file xiroot.hxx.

Referenced by ScRangeListTabs::Append(), XclImpValidationManager::Apply(), ImportExcel::Array25(), ImportExcel::Array34(), XclImpSheetDrawing::CalcAnchorRect(), XclImpChChart::Convert(), XclImpChLabelRange::Convert(), XclImpChLabelRange::ConvertAxisPosition(), XclImpColRowSettings::ConvertHiddenFlags(), XclImpObjectManager::ConvertObjects(), XclImpFmlaCompImpl::CreateFormula(), XclImpFmlaCompImpl::CreateRangeList(), XclImpDffConverter::CreateSdrObject(), ImportExcel::DocPassword(), ImportExcel::DocProtect(), XclImpChartObj::DoCreateSdrObj(), XclImpTextObj::DoPreProcessSdrObj(), XclImpPictureObj::DoReadObj3(), XclImpPictureObj::DoReadObj4(), XclImpPictureObj::DoReadObj5(), XclImpChSourceLink::FillSourceLink(), XclImpPageSettings::Finalize(), XclImpXFRangeBuffer::Finalize(), XclImpChartObj::FinalizeTabChart(), XclImpChSourceLink::GetCellCount(), XclImpChart::GetChartDrawing(), XclImpObjectManager::GetSheetDrawing(), ImportExcel::ImportExcel(), ImportExcel8::ImportExcel8(), XclImpChRoot::InitConversion(), XclImpSupbook::LoadCachedValues(), ImportExcel::NewTable(), ImportExcel::PostDocLoad(), ImportExcel8::PostDocLoad(), ImportExcel8::Read(), XclImpChangeTrack::Read3DTabRefInfo(), XclImpCondFormat::ReadCF(), XclImpChartObj::ReadChartSubStream(), XclImpChart::ReadChChart(), XclImpCondFormatManager::ReadCondfmt(), XclImpPivotCache::ReadDconref(), XclImpFontBuffer::ReadFont(), XclImpChangeTrack::ReadFormula(), XclImpDffConverter::ReadHlinkProperty(), XclImpPageSettings::ReadImgData(), ImportExcel::ReadLabel(), XclImpDrawing::ReadObj(), XclImpDrawing::ReadObj8(), XclImpPivotCache::ReadPivotCacheStream(), XclImpXFBuffer::ReadStyle(), XclImpPivotTableManager::ReadSxidstm(), XclImpPivotTableManager::ReadSxview(), XclImpSheetDrawing::ReadTabChart(), XclImpXFBuffer::ReadXF(), ImportExcel::ReadXFIndex(), ImportExcel::Row25(), ImportExcel::Row34(), XclImpHFConverter::SetAttribs(), XclImpXFRangeBuffer::SetColumnDefXF(), ImportExcel::SheetPassword(), ImportExcel::SheetProtect(), ImportExcel::TableOp(), XclImpChart::UpdateObjFrame(), ImportExcel::WinProtection(), XclImpPCField::WriteLastOrigItemToSource(), XclImpPCField::WriteOrigItemToSource(), XclImpChangeTrack::XclImpChangeTrack(), XclImpRoot(), and XclImpSupbook::XclImpSupbook().

◆ GetScAddInName()

OUString XclImpRoot::GetScAddInName ( const OUString &  rXclName)
static

Returns the Calc add-in function name for an Excel function name.

Definition at line 265 of file xiroot.cxx.

References ScGlobal::GetAddInCollection().

Referenced by XclImpExtName::XclImpExtName().

◆ GetSheetProtectBuffer()

XclImpSheetProtectBuffer & XclImpRoot::GetSheetProtectBuffer ( ) const

Returns the sheet protection options of the current sheet.

Definition at line 238 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxTabProtect.

Referenced by ImportExcel8::Feat(), ImportExcel8::FeatHdr(), ImportExcel8::PostDocLoad(), ImportExcel::SheetPassword(), and ImportExcel::SheetProtect().

◆ GetSst()

XclImpSst & XclImpRoot::GetSst ( ) const

Returns the shared string table.

Definition at line 139 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxSst.

Referenced by ImportExcel8::Labelsst(), and ImportExcel8::Read().

◆ GetTabInfo()

XclImpTabInfo & XclImpRoot::GetTabInfo ( ) const

◆ GetTabViewSettings()

XclImpTabViewSettings & XclImpRoot::GetTabViewSettings ( ) const

Returns the view settings of the current sheet.

Definition at line 260 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxTabViewSett.

Referenced by FinalizeTable(), InitializeTable(), ImportExcel::Read(), ImportExcel8::Read(), and XclImpChart::ReadChartSubStream().

◆ GetTitleAreaBuffer()

ScRangeListTabs & XclImpRoot::GetTitleAreaBuffer ( ) const

Returns the buffer that contains all print titles in the document.

Definition at line 175 of file xiroot.cxx.

References XclImpRootData::mpPrintTitles, and mrImpData.

Referenced by ImportExcel::PostDocLoad(), and XclImpName::XclImpName().

◆ GetValidationManager()

XclImpValidationManager & XclImpRoot::GetValidationManager ( ) const

Definition at line 213 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxValidMgr.

Referenced by ImportExcel8::EndSheet(), and ImportExcel8::Read().

◆ GetWebQueryBuffer()

XclImpWebQueryBuffer & XclImpRoot::GetWebQueryBuffer ( ) const

Returns the web query buffer.

Definition at line 226 of file xiroot.cxx.

References mrImpData, and XclImpRootData::mxWebQueryBfr.

Referenced by ImportExcel8::PostDocLoad(), and ImportExcel8::Read().

◆ GetXFBuffer()

XclImpXFBuffer & XclImpRoot::GetXFBuffer ( ) const

◆ GetXFRangeBuffer()

XclImpXFRangeBuffer & XclImpRoot::GetXFRangeBuffer ( ) const

◆ HasBasic()

bool XclImpRoot::HasBasic ( ) const
inline

Returns true, if the document contains a VB project.

Definition at line 207 of file xiroot.hxx.

References XclImpRootData::mbHasBasic, and mrImpData.

Referenced by ImportExcel8::PostDocLoad().

◆ InitializeTable()

void XclImpRoot::InitializeTable ( SCTAB  nScTab)

◆ ReadCodeName()

void XclImpRoot::ReadCodeName ( XclImpStream rStrm,
bool  bGlobals 
)

◆ SetCodePage()

void XclImpRoot::SetCodePage ( sal_uInt16  nCodePage)

Sets a code page read from a CODEPAGE record for byte string import.

Definition at line 93 of file xiroot.cxx.

References XclTools::GetTextEncoding(), XclImpRootData::mbHasCodePage, mrImpData, and XclRoot::SetTextEncoding().

Referenced by ImportExcel::Codepage().

◆ SetHasBasic()

void XclImpRoot::SetHasBasic ( )
inline

Called to indicate that the document contains a VB project.

Definition at line 209 of file xiroot.hxx.

References XclImpRootData::mbHasBasic, and mrImpData.

Referenced by ImportExcel8::Read().

Member Data Documentation

◆ mrImpData

XclImpRootData& XclImpRoot::mrImpData
private

The documentation for this class was generated from the following files: