Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dexcel.cxx68 SvStream* pMedStrm = rMedium.GetInStream(); in ScImportExcel() local
69 DBG_ASSERT( pMedStrm, "::ScImportExcel - medium without input stream" ); in ScImportExcel()
70 if( !pMedStrm ) return eERR_OPEN; // should not happen in ScImportExcel()
141 if( SotStorage::IsStorageFile( pMedStrm ) ) in ScImportExcel()
143 xRootStrg = new SotStorage( pMedStrm, sal_False ); in ScImportExcel()
181 eBiff = XclImpStream::DetectBiffVersion( *pMedStrm ); in ScImportExcel()
183 pBookStrm = pMedStrm; in ScImportExcel()
216 SvStream* pMedStrm, sal_Bool bBiff8, CharSet eNach ) in lcl_ExportExcelBiff() argument
219 SotStorageRef xRootStrg = new SotStorage( pMedStrm, sal_False ); in lcl_ExportExcelBiff()
270 SvStream* pMedStrm, CharSet eNach ) in lcl_ExportExcel2007Xml() argument
[all …]