Searched refs:ScRTFParser (Results 1 – 3 of 3) sorted by relevance
55 ScRTFParser::ScRTFParser( EditEngine* pEditP ) : in ScRTFParser() function in ScRTFParser73 ScRTFParser::~ScRTFParser() in ~ScRTFParser()83 sal_uLong ScRTFParser::Read( SvStream& rStream, const String& rBaseURL ) in Read()86 pEdit->SetImportHdl( LINK( this, ScRTFParser, RTFImportHdl ) ); in Read()110 void ScRTFParser::EntryEnd( ScEEParseEntry* pE, const ESelection& aSel ) in EntryEnd()119 inline void ScRTFParser::NextRow() in NextRow()126 sal_Bool ScRTFParser::SeekTwips( sal_uInt16 nTwips, SCCOL* pCol ) in SeekTwips()150 void ScRTFParser::ColAdjust() in ColAdjust()181 IMPL_LINK( ScRTFParser, RTFImportHdl, ImportInfo*, pInfo ) in IMPL_LINK() argument227 void ScRTFParser::NewCellRow( ImportInfo* /*pInfo*/ ) in NewCellRow()[all …]
59 mpParser = new ScRTFParser( mpEngine ); in ScRTFImport()67 delete (ScRTFParser*) mpParser; // vor EditEngine! in ~ScRTFImport()
58 class ScRTFParser : public ScEEParser class79 ScRTFParser( EditEngine* );80 virtual ~ScRTFParser();
Completed in 30 milliseconds