LibreOffice Module sc (master) 1
|
#include <rtfimp.hxx>
Public Member Functions | |
ScRTFImport (ScDocument *pDoc, const ScRange &rRange) | |
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 |
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 |
ScDocument * | mpDoc |
std::unique_ptr< ScTabEditEngine > | mpEngine |
std::unique_ptr< ScEEParser > | mpParser |
RowHeightMap | maRowHeights |
Definition at line 24 of file rtfimp.hxx.
ScRTFImport::ScRTFImport | ( | ScDocument * | pDoc, |
const ScRange & | rRange | ||
) |
Definition at line 41 of file rtfimp.cxx.
References ScEEImport::mpEngine, and ScEEImport::mpParser.