Searched refs:ScHTMLLayoutParser (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sc/source/filter/html/ |
| H A D | htmlpars.cxx | 91 ScHTMLLayoutParser::ScHTMLLayoutParser( EditEngine* pEditP, const String& rBaseURL, const Size& aPa… in ScHTMLLayoutParser() function in ScHTMLLayoutParser 120 ScHTMLLayoutParser::~ScHTMLLayoutParser() in ~ScHTMLLayoutParser() 144 sal_uLong ScHTMLLayoutParser::Read( SvStream& rStream, const String& rBaseURL ) in Read() 147 pEdit->SetImportHdl( LINK( this, ScHTMLLayoutParser, HTMLImportHdl ) ); in Read() 194 const ScHTMLTable* ScHTMLLayoutParser::GetGlobalTable() const in GetGlobalTable() 200 void ScHTMLLayoutParser::NewActEntry( ScEEParseEntry* pE ) in NewActEntry() 216 void ScHTMLLayoutParser::EntryEnd( ScEEParseEntry* pE, const ESelection& rSel ) in EntryEnd() 233 void ScHTMLLayoutParser::NextRow( ImportInfo* pInfo ) in NextRow() 245 sal_Bool ScHTMLLayoutParser::SeekOffset( ScHTMLColOffset* pOffset, sal_uInt16 nOffset, in SeekOffset() 270 void ScHTMLLayoutParser::MakeCol( ScHTMLColOffset* pOffset, sal_uInt16& nOffset, in MakeCol() [all …]
|
| H A D | htmlimp.cxx | 109 mpParser = new ScHTMLLayoutParser( mpEngine, rBaseURL, aPageSize, pDocP ); in ScHTMLImport()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | htmlpars.hxx | 126 class ScHTMLLayoutParser : public ScHTMLParser class 192 … ScHTMLLayoutParser( EditEngine*, const String& rBaseURL, const Size& aPageSize, ScDocument* ); 193 virtual ~ScHTMLLayoutParser();
|