User: kz Date: 2008-03-05 16:32:13+0000 Modified: dba/connectivity/source/inc/calc/CTable.hxx
Log: INTEGRATION: CWS dba30a (1.9.352); FILE MERGED 2008/02/14 09:51:47 oj 1.9.352.1: #i9899# refcount of doc inside the connection, will be released when the last table has gone File Changes: Directory: /dba/connectivity/source/inc/calc/ ============================================= File [changed]: CTable.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/calc/CTable.hxx?r1=1.9&r2=1.10 Delta lines: +4 -1 ------------------- --- CTable.hxx 2005-09-08 07:00:38+0000 1.9 +++ CTable.hxx 2008-03-05 16:32:10+0000 1.10 @@ -45,6 +45,7 @@ namespace com { namespace sun { namespace star { namespace sheet { class XSpreadsheet; + class XSpreadsheetDocument; } } } } namespace com { namespace sun { namespace star { namespace util { @@ -70,6 +71,7 @@ ::std::vector<sal_Int32> m_aPrecisions; // same as aboth ::std::vector<sal_Int32> m_aScales; ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet > m_xSheet; + OCalcConnection* m_pConnection; sal_Int32 m_nStartCol; sal_Int32 m_nStartRow; sal_Int32 m_nDataCols; @@ -109,6 +111,7 @@ virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException); static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId(); + void construct(); }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
