Searched refs:xRootStrg (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | excel.cxx | 139 SotStorageRef xRootStrg; in ScImportExcel() local 143 xRootStrg = new SotStorage( pMedStrm, sal_False ); in ScImportExcel() 144 if( xRootStrg->GetError() ) in ScImportExcel() 145 xRootStrg = 0; in ScImportExcel() 149 if( xRootStrg.Is() ) in ScImportExcel() 152 … SotStorageStreamRef xBookStrm = ScfTools::OpenStorageStreamRead( xRootStrg, EXC_STREAM_BOOK ); in ScImportExcel() 156 …SotStorageStreamRef xWorkbookStrm = ScfTools::OpenStorageStreamRead( xRootStrg, EXC_STREAM_WORKBOO… in ScImportExcel() 192 XclImpRootData aImpData( eBiff, rMedium, xRootStrg, *pDocument, RTL_TEXTENCODING_MS_1252 ); in ScImportExcel() 219 SotStorageRef xRootStrg = new SotStorage( pMedStrm, sal_False ); in lcl_ExportExcelBiff() local 220 if( xRootStrg->GetError() ) return eERR_OPEN; in lcl_ExportExcelBiff() [all …]
|
| H A D | expop2.cxx | 79 SotStorageRef xRootStrg = GetRootStorage(); in Write() local 80 DBG_ASSERT( xRootStrg.Is(), "ExportBiff5::Write - no root storage" ); in Write() 93 if( pDocShell && xRootStrg.Is() && bWriteBasicStrg ) in Write() 95 SvxImportMSVBasic aBasicImport( *pDocShell, *xRootStrg, bWriteBasicCode, bWriteBasicStrg ); in Write() 104 if( pDocShell && xRootStrg.Is() ) in Write() 120 sfx2::SaveOlePropertySet(xDocProps, xRootStrg, &metaFile); in Write() 123 sfx2::SaveOlePropertySet(xDocProps, xRootStrg ); in Write() 170 SotStorageRef xRootStrg = GetRootStorage(); in Write() local 171 DBG_ASSERT( xRootStrg.Is(), "ExportXml2007::Write - no root storage" ); in Write() 182 if( pDocShell && xRootStrg.Is() && bWriteBasicStrg ) in Write() [all …]
|
| H A D | xlroot.cxx | 84 SotStorageRef xRootStrg, ScDocument& rDoc, rtl_TextEncoding eTextEnc, bool bExport ) : in XclRootData() argument 88 mxRootStrg( xRootStrg ), in XclRootData() 250 SotStorageRef xRootStrg = GetRootStorage(); in HasVbaStorage() local 251 return xRootStrg.Is() && xRootStrg->IsContained( EXC_STORAGE_VBA_PROJECT ); in HasVbaStorage()
|
| H A D | excimp8.cxx | 236 SotStorageRef xRootStrg = GetRootStorage(); in ReadBasic() local 237 if( pShell && xRootStrg.Is() ) try in ReadBasic() 327 SotStorageRef xRootStrg = GetRootStorage(); in LoadDocumentProperties() local 328 if( xRootStrg.Is() ) try in LoadDocumentProperties() 332 sfx2::LoadOlePropertySet( xDocProps, xRootStrg ); in LoadDocumentProperties()
|
| H A D | xiroot.cxx | 48 SotStorageRef xRootStrg, ScDocument& rDoc, rtl_TextEncoding eTextEnc ) : in XclImpRootData() argument 49 XclRootData( eBiff, rMedium, xRootStrg, rDoc, eTextEnc, false ), in XclImpRootData()
|
| H A D | xeroot.cxx | 58 SotStorageRef xRootStrg, ScDocument& rDoc, rtl_TextEncoding eTextEnc ) : in XclExpRootData() argument 59 XclRootData( eBiff, rMedium, xRootStrg, rDoc, eTextEnc, true ) in XclExpRootData()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xeroot.hxx | 96 SotStorageRef xRootStrg, ScDocument& rDoc, rtl_TextEncoding eTextEnc );
|
| H A D | xiroot.hxx | 118 SotStorageRef xRootStrg, ScDocument& rDoc, rtl_TextEncoding eTextEnc );
|
| H A D | xlroot.hxx | 121 SotStorageRef xRootStrg, ScDocument& rDoc,
|