Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx2334 xStg = 0; in AddToCplSttExceptList()
2358 xStg = 0; in AddToWrdSttExceptList()
2376 if( xStg.Is() && xStg->IsContained( sTemp ) ) in LoadCplSttExceptList()
2392 xStg = 0; in SaveCplSttExceptList()
2423 if( xStg.Is() && xStg->IsContained( sTemp ) ) in LoadWrdSttExceptList()
2437 xStg = 0; in SaveWrdSttExceptList()
2475 if( xStg.Is() && SVSTREAM_OK == xStg->GetError() && in RemoveStream_Imp()
2481 xStg = 0; in RemoveStream_Imp()
2718 sal_Bool bRet = xStg.Is() && SVSTREAM_OK == xStg->GetError(); in PutText()
2750 xStg = 0; in PutText()
[all …]
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx224 SotStorageRef xStg; in IsFileFilter() local
231 xStg = new SotStorage( pStream, sal_False ); in IsFileFilter()
246 else if ( xStg.Is() ) in IsFileFilter()
247 bRet = xStg.Is() && IsValidStgFilter( *xStg, *pFltr ); in IsFileFilter()
250 else if( !xStg.Is() && !xStor.is() ) in IsFileFilter()
307 SotStorageRef xStg; in GetFileFilter() local
350 xStg = new SotStorage( pStream, sal_False ); in GetFileFilter()
352 if( xStg.Is() && ( xStg->GetError() == SVSTREAM_OK ) ) in GetFileFilter()
356 … if( 'C' == *pFilter->GetUserData().GetBuffer() && IsValidStgFilter( *xStg, *pFilter ) ) in GetFileFilter()
H A Dshellio.cxx77 po->xStg = xStg; in Read()
458 : SwDocFac(rPam.GetDoc()), pStrm(0), xStg( rStg ), pMedium(0), pCrsr(&rPam), aFileName(rFilename) in SwReader()
620 xStg = pMedium->GetStorage(); in SetStrmStgPtr()
784 : pStrm(0), xStg( rStg ), pMedium(0), pOutPam(0), pShell(0), rDoc(rDocument), bWriteAll(true) in SwWriter()
934 else if( xStg.is() ) in Write()
935 nError = rxWriter->Write( *pPam, xStg, pRealFileName ); in Write()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx102 ASSERT( xStg.is(), "Where is my storage?" ); in _Write()
103 pGraphicHelper = SvXMLGraphicHelper::Create( xStg, in _Write()
112 xStg, *pPersist, in _Write()
183 xInfoSet->setPropertyValue( sTargetStorage, Any( xStg ) ); in _Write()
250 const sal_Bool bOASIS = ( SotStorage::GetVersion( xStg ) > SOFFICE_FILEFORMAT_60 ); in _Write()
317 const uno::Reference<beans::XPropertySet> xPropSet(xStg, in _Write()
331 xDMA->storeMetadataToStorage(xStg); in _Write()
428 …uno::Reference < io::XStream > xStm = xStg->openStreamElement( sStreamName, embed::ElementModes::R… in _Write()
528 DBG_ASSERT( xStg.is(), "Need storage!" ); in WriteThroughComponent()
542 xStg->openStreamElement( sStreamName, in WriteThroughComponent()
H A Dswxml.cxx536 xStorage = xStg; in Read()
/trunk/main/filter/source/msfilter/powerpoint/
H A Dppttoxml.cxx62 SotStorageRef xStg( new SotStorage( sURL, STREAM_STD_READ, 0 ) ); in filter() local
63 if ( xStg.Is() ) in filter()
65 …SotStorageStreamRef xDocStream( xStg->OpenSotStream( B2UCONST( "PowerPoint Document" ), STREAM_STD… in filter()
68 xDocStream->SetVersion( xStg->GetVersion() ); in filter()
69 xDocStream->SetKey( xStg->GetKey() ); in filter()
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx113 … uno::Reference < embed::XStorage > xStg = comphelper::OStorageHelper::GetTemporaryStorage(); in GetData() local
118 xPers->storeToEntry( xStg, aName, aEmpty, aEmpty ); in GetData()
119 if ( xStg->isStreamElement( aName ) ) in GetData()
121 … uno::Reference < io::XStream > xStm = xStg->cloneStreamElement( aName ); in GetData()
129xStg->openStorageElement( aName, embed::ElementModes::READ )->copyToStorage( xStor ); in GetData()
/trunk/main/writerfilter/source/filter/
H A DWriterFilterDetection.cxx96 SotStorageRef xStg = new SotStorage( pStream, sal_False ); in detect() local
98 bool bTable2 = xStg->IsContained( rtl::OUString::createFromAscii("1Table" )); in detect()
101 xStg->OpenSotStream(rtl::OUString::createFromAscii("WordDocument"), in detect()
105 if(bTable2 && xStg.Is()) in detect()
/trunk/main/sw/inc/
H A Dshellio.hxx163 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xStg; member in SwReader
228 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xStg; member in Reader
553 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xStg; member in StgWriter
595 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xStg; member in SwWriter
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx604 SvStorageRef xStg = new SotStorage( rMedium.GetOutStream(), sal_False ); in ConvertTo() local
605 DBG_ASSERT( !xStg->GetError(), "No storage available for storing VBA macros!" ); in ConvertTo()
606 if ( !xStg->GetError() ) in ConvertTo()
608 …nVBWarning = SaveOrDelMSVBAStorage( (SfxObjectShell&) *this, *xStg, bSave, String::CreateFromAscii… in ConvertTo()
609 xStg->Commit(); in ConvertTo()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx183 uno::Reference < embed::XStorage > xStg = rMedium.GetOutputStorage(); in Export() local
184 sal_Bool bOASIS = ( SotStorage::GetVersion( xStg ) > SOFFICE_FILEFORMAT_60 ); in Export()
211 xStg, xModelComp, "meta.xml", xServiceFactory, xInfoSet, in Export()
222 xStg, xModelComp, "content.xml", xServiceFactory, xInfoSet, in Export()
232 xStg, xModelComp, "settings.xml", xServiceFactory, xInfoSet, in Export()
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx46 : pGlossary(0), rStrm(refStrm), xStg(pStg), nStrings(0) in WW8Glossary()
223 xStg, &rStrm, *pD, rBlocks.GetBaseURL(), true); in Load()
H A Dww8glsy.hxx74 SvStorageRef xStg; member in WW8Glossary
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.hxx67 com::sun::star::embed::XStorage > & xStg ) in setParentStorage()
68 { osl::MutexGuard aGuard( m_aMutex ); m_xParentStorage = xStg; } in setParentStorage()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx1561 uno::Reference < embed::XStorage > xStg; in lcl_ReadSections() local
1562 if( rMedium.IsStorage() && (xStg = rMedium.GetStorage()).is() ) in lcl_ReadSections()
1565 sal_uInt32 nFormat = SotStorage::GetFormatID( xStg ); in lcl_ReadSections()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx608 xStg = rStg; in Write()

Completed in 115 milliseconds