LibreOffice Module sc (master) 1
|
Collection of orcus filter wrappers. More...
#include <orcusfilters.hxx>
Public Member Functions | |
virtual | ~ScOrcusFilters () |
virtual bool | importCSV (ScDocument &rDoc, SfxMedium &rMedium) const =0 |
virtual bool | importGnumeric (ScDocument &rDoc, SfxMedium &rMedium) const =0 |
virtual bool | importExcel2003XML (ScDocument &rDoc, SfxMedium &rMedium) const =0 |
virtual bool | importXLSX (ScDocument &rDoc, SfxMedium &rMedium) const =0 |
virtual bool | importODS (ScDocument &rDoc, SfxMedium &rMedium) const =0 |
virtual bool | importODS_Styles (ScDocument &rDoc, OUString &aFileName) const =0 |
Used to import just the styles from an xml file. More... | |
virtual std::unique_ptr< ScOrcusXMLContext > | createXMLContext (ScDocument &rDoc, const OUString &rPath) const =0 |
Create a context for XML file. More... | |
Collection of orcus filter wrappers.
Definition at line 25 of file orcusfilters.hxx.
|
inlinevirtual |
Definition at line 28 of file orcusfilters.hxx.
|
pure virtual |
Create a context for XML file.
The context object stores session information for each unique XML file. You must create a new context for each XML file, and never to re-use the same context for multiple XML files.
The caller is responsible for deleting the instance returned from this method when it's done.
Implemented in ScOrcusFiltersImpl.
Referenced by sc::XMLFetchThread::execute(), and ScXMLSourceDlg::LoadSourceFileStructure().
|
pure virtual |
Implemented in ScOrcusFiltersImpl.
Referenced by ScDocShell::LoadExternal().
|
pure virtual |
Implemented in ScOrcusFiltersImpl.
Referenced by ScDocShell::ConvertFrom().
|
pure virtual |
Implemented in ScOrcusFiltersImpl.
Referenced by ScDocShell::ConvertFrom(), and ScDocShell::LoadExternal().
|
pure virtual |
Implemented in ScOrcusFiltersImpl.
Referenced by ScDocShell::LoadExternal().
|
pure virtual |
Used to import just the styles from an xml file.
Implemented in ScOrcusFiltersImpl.
Referenced by ScDocShell::InitNew(), and ScDocShell::Load().
|
pure virtual |
Implemented in ScOrcusFiltersImpl.
Referenced by ScDocShell::LoadExternal().