Home
last modified time | relevance | path

Searched refs:ScRTFParser (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/source/filter/rtf/
H A Drtfparse.cxx55 ScRTFParser::ScRTFParser( EditEngine* pEditP ) : in ScRTFParser() function in ScRTFParser
73 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() argument
227 void ScRTFParser::NewCellRow( ImportInfo* /*pInfo*/ ) in NewCellRow()
[all …]
H A Drtfimp.cxx59 mpParser = new ScRTFParser( mpEngine ); in ScRTFImport()
67 delete (ScRTFParser*) mpParser; // vor EditEngine! in ~ScRTFImport()
/aoo41x/main/sc/source/filter/inc/
H A Drtfparse.hxx58 class ScRTFParser : public ScEEParser class
79 ScRTFParser( EditEngine* );
80 virtual ~ScRTFParser();

Completed in 28 milliseconds