Searched refs:pMedStrm (Results 1 – 1 of 1) sorted by relevance
68 SvStream* pMedStrm = rMedium.GetInStream(); in ScImportExcel() local69 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() argument219 SotStorageRef xRootStrg = new SotStorage( pMedStrm, sal_False ); in lcl_ExportExcelBiff()270 SvStream* pMedStrm, CharSet eNach ) in lcl_ExportExcel2007Xml() argument[all …]