User: ihi Date: 2007-11-21 15:59:33+0000 Modified: dba/dbaccess/source/ui/inc/HtmlReader.hxx
Log: INTEGRATION: CWS dba24c (1.13.130); FILE MERGED 2007/10/15 10:48:05 oj 1.13.130.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:13 oj 1.13.130.1: #i80917# append first line as first data row File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: HtmlReader.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/HtmlReader.hxx?r1=1.13&r2=1.14 Delta lines: +2 -0 ------------------- --- HtmlReader.hxx 2006-10-18 13:31:27+0000 1.13 +++ HtmlReader.hxx 2007-11-21 15:59:31+0000 1.14 @@ -59,11 +59,13 @@ //=============================================================================================== class OHTMLReader : public HTMLParser, public ODatabaseExport { + String m_sCurrent; sal_Int32 m_nTableCount; sal_Int16 m_nWidth; sal_Int16 m_nColumnWidth; // max. Spaltenbreite sal_Bool m_bMetaOptions; // true when we scaned the meta information sal_Bool m_bSDNum; + protected: virtual void NextToken( int nToken ); // Basisklasse virtual sal_Bool CreateTable(int nToken); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
