Kaydet (Commit) a6692616 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba24d (1.30.86); FILE MERGED

2007/12/01 13:41:20 fs 1.30.86.2: RESYNC: (1.30-1.31); FILE MERGED
2007/11/08 14:25:10 fs 1.30.86.1: #i81658# re-factoring of the Copy Table wizard
üst 4d873b5e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: HtmlReader.cxx,v $ * $RCSfile: HtmlReader.cxx,v $
* *
* $Revision: 1.31 $ * $Revision: 1.32 $
* *
* last change: $Author: ihi $ $Date: 2007-11-21 16:06:18 $ * last change: $Author: rt $ $Date: 2008-01-30 08:50:19 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -183,8 +183,8 @@ OHTMLReader::OHTMLReader(SvStream& rIn,const SharedConnection& _rxConnection, ...@@ -183,8 +183,8 @@ OHTMLReader::OHTMLReader(SvStream& rIn,const SharedConnection& _rxConnection,
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM, const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM,
const TColumnVector* pList, const TColumnVector* pList,
const OTypeInfoMap* _pInfoMap) const OTypeInfoMap* _pInfoMap)
: HTMLParser(rIn) :HTMLParser(rIn)
,ODatabaseExport(_rxConnection,_rxNumberF,_rM,pList,_pInfoMap) ,ODatabaseExport( _rxConnection, _rxNumberF, _rM, pList, _pInfoMap, rIn )
,m_nTableCount(0) ,m_nTableCount(0)
,m_nColumnWidth(87) ,m_nColumnWidth(87)
,m_bMetaOptions(sal_False) ,m_bMetaOptions(sal_False)
...@@ -204,8 +204,8 @@ OHTMLReader::OHTMLReader(SvStream& rIn, ...@@ -204,8 +204,8 @@ OHTMLReader::OHTMLReader(SvStream& rIn,
const TColumnVector* pList, const TColumnVector* pList,
const OTypeInfoMap* _pInfoMap, const OTypeInfoMap* _pInfoMap,
sal_Bool _bAutoIncrementEnabled) sal_Bool _bAutoIncrementEnabled)
: HTMLParser(rIn) :HTMLParser(rIn)
,ODatabaseExport(nRows,_rColumnPositions,_rxNumberF,_rM,pList,_pInfoMap,_bAutoIncrementEnabled) ,ODatabaseExport( nRows, _rColumnPositions, _rxNumberF, _rM, pList, _pInfoMap, _bAutoIncrementEnabled, rIn )
,m_nTableCount(0) ,m_nTableCount(0)
,m_nColumnWidth(87) ,m_nColumnWidth(87)
,m_bMetaOptions(sal_False) ,m_bMetaOptions(sal_False)
...@@ -671,10 +671,10 @@ void OHTMLReader::release() ...@@ -671,10 +671,10 @@ void OHTMLReader::release()
ReleaseRef(); ReleaseRef();
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
OWizTypeSelect* OHTMLReader::createPage(Window* _pParent) TypeSelectionPageFactory OHTMLReader::getTypeSelectionPageFactory()
{ {
DBG_CHKTHIS(OHTMLReader,NULL); DBG_CHKTHIS(OHTMLReader,NULL);
return new OWizHTMLExtend(_pParent,rInput); return &OWizHTMLExtend::Create;
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment