Searched refs:xRootStrg (Results 1 – 10 of 10) 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() 219 SotStorageRef xRootStrg = new SotStorage( pMedStrm, sal_False ); in lcl_ExportExcelBiff() local 220 if( xRootStrg->GetError() ) return eERR_OPEN; in lcl_ExportExcelBiff() 261 xRootStrg->SetClass( aGlobName, nClip, aClassName ); in lcl_ExportExcelBiff() 264 xRootStrg->Commit(); in lcl_ExportExcelBiff() 272 SotStorageRef xRootStrg = (SotStorage*) 0; in lcl_ExportExcel2007Xml() local [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() 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() 193 if( pDocShell && xRootStrg.Is() ) 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,
|
/trunk/main/oox/source/export/ |
H A D | ooxml-export-notes.txt | 157 SotStorageRef xRootStrg = new SotStorage( pMedStrm, FALSE );
|
Completed in 28 milliseconds