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

#include <htmlimp.hxx>

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

Public Member Functions

 ScHTMLImport (ScDocument *pDoc, const OUString &rBaseURL, const ScRange &rRange, bool bCalcWidthHeight)
 
virtual void WriteToDocument (bool bSizeColsRows=false, double nOutputFactor=1.0, SvNumberFormatter *pFormatter=nullptr, bool bConvertDate=true, bool bConvertScientific=true) override
 
- Public Member Functions inherited from ScEEImport
 ScEEImport (ScDocument *pDoc, const ScRange &rRange)
 
virtual ~ScEEImport () override
 
virtual ErrCode Read (SvStream &rStream, const OUString &rBaseURL) override
 
virtual ScRange GetRange () override
 
virtual void WriteToDocument (bool bSizeColsRows=false, double nOutputFactor=1.0, SvNumberFormatter *pFormatter=nullptr, bool bConvertDate=true, bool bConvertScientific=true) override
 
- Public Member Functions inherited from ScEEAbsImport
virtual ~ScEEAbsImport ()
 
virtual ErrCode Read (SvStream &rStream, const OUString &rBaseURL)=0
 
virtual ScRange GetRange ()=0
 
virtual void WriteToDocument (bool bSizeColsRows=false, double nOutputFactor=1.0, SvNumberFormatter *pFormatter=nullptr, bool bConvertDate=true, bool bConvertScientific=true)=0
 

Static Public Member Functions

static OUString GetHTMLRangeNameList (const ScDocument &rDoc, std::u16string_view rOrigName)
 

Static Private Member Functions

static void InsertRangeName (ScDocument &rDoc, const OUString &rName, const ScRange &rRange)
 

Additional Inherited Members

- Protected Member Functions inherited from ScEEImport
bool GraphicSize (SCCOL nCol, SCROW nRow, ScEEParseEntry *)
 
void InsertGraphic (SCCOL nCol, SCROW nRow, SCTAB nTab, ScEEParseEntry *)
 
- Protected Attributes inherited from ScEEImport
ScRange maRange
 
ScDocumentmpDoc
 
std::unique_ptr< ScTabEditEnginempEngine
 
std::unique_ptr< ScEEParsermpParser
 
RowHeightMap maRowHeights
 

Detailed Description

Definition at line 24 of file htmlimp.hxx.

Constructor & Destructor Documentation

◆ ScHTMLImport()

ScHTMLImport::ScHTMLImport ( ScDocument pDoc,
const OUString &  rBaseURL,
const ScRange rRange,
bool  bCalcWidthHeight 
)

Member Function Documentation

◆ GetHTMLRangeNameList()

OUString ScHTMLImport::GetHTMLRangeNameList ( const ScDocument rDoc,
std::u16string_view  rOrigName 
)
static

◆ InsertRangeName()

void ScHTMLImport::InsertRangeName ( ScDocument rDoc,
const OUString &  rName,
const ScRange rRange 
)
staticprivate

◆ WriteToDocument()

void ScHTMLImport::WriteToDocument ( bool  bSizeColsRows = false,
double  nOutputFactor = 1.0,
SvNumberFormatter pFormatter = nullptr,
bool  bConvertDate = true,
bool  bConvertScientific = true 
)
overridevirtual

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