Home
last modified time | relevance | path

Searched refs:xStm (Results 1 – 17 of 17) sorted by path

/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx314 SotStorageStreamRef xStm; in executeDispatch_Paste() local
315 if ( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xStm ) ) in executeDispatch_Paste()
317 xStm->Seek( 0 ); in executeDispatch_Paste()
318 … Reference< io::XInputStream > xInputStream( new utl::OInputStreamWrapper( *xStm ) ); in executeDispatch_Paste()
329 SotStorageStreamRef xStm; in executeDispatch_Paste() local
330 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm )) in executeDispatch_Paste()
331 (*xStm) >> aGraphic; in executeDispatch_Paste()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx563 …ntainer::InsertEmbeddedObject( const uno::Reference < io::XInputStream >& xStm, ::rtl::OUString& r… in InsertEmbeddedObject() argument
575 …rence < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromInputStream( xStm ); in InsertEmbeddedObject()
593 ::comphelper::OStorageHelper::CopyInputToOutput( xStm, xNewStream->getOutputStream() ); in InsertEmbeddedObject()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6852 SotStorageStreamRef xStm = pStor->OpenSotStream( aPersistStream ); in MakeContentStream() local
6853 xStm->SetVersion( pStor->GetVersion() ); in MakeContentStream()
6854 xStm->SetBufferSize( 8192 ); in MakeContentStream()
6871 aEle.Write( *xStm ); in MakeContentStream()
6873 xStm->SetBufferSize( 0 ); in MakeContentStream()
6874 return xStm->GetError() == SVSTREAM_OK; in MakeContentStream()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3765 SotStorageStreamRef xStm; in lcl_GetDropFormatId() local
3768 aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_EMBED_SOURCE, xStm ) ) in lcl_GetDropFormatId()
3770 SotStorageRef xStore( new SotStorage( *xStm ) ); in lcl_GetDropFormatId()
H A Dviewfun3.cxx831 SotStorageStreamRef xStm; in PasteOnDrawObjectLinked() local
834 if( pScDrawView && aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in PasteOnDrawObjectLinked()
838 *xStm >> aGraphic; in PasteOnDrawObjectLinked()
H A Dviewfun5.cxx127 uno::Reference < io::XInputStream > xStm; in PasteDataFormat() local
131 aDataHelper.GetInputStream( nFormatId, xStm ) ) in PasteDataFormat()
230 if ( aDataHelper.GetInputStream( SOT_FORMATSTR_ID_EMBED_SOURCE_OLE, xStm ) in PasteDataFormat()
472 SotStorageStreamRef xStm; in PasteDataFormat() local
473 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in PasteDataFormat()
476 *xStm >> aGraphic; in PasteDataFormat()
482 SotStorageStreamRef xStm; in PasteDataFormat() local
483 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xStm ) ) in PasteDataFormat()
495 xStm->Seek(0); in PasteDataFormat()
530 uno::Reference < io::XInputStream > xStm; in PasteDataFormat() local
[all …]
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1811 … SotStorageStreamRef xStm = xCleanStorage->OpenSotStream( aPersistStream, STREAM_STD_READWRITE ); in ImplWriteOLE() local
1812 *xStm << (sal_uInt32)0 // no ClipboardId in ImplWriteOLE()
/trunk/main/sd/source/ui/app/
H A Dsdmod.cxx213 SvStorageStreamRef xStm; in GetOptionStream() local
240 xStm = xOptionStorage->OpenSotStream( aStmName ); in GetOptionStream()
243 return xStm; in GetOptionStream()
/trunk/main/sd/source/ui/inc/
H A DView.hxx154 bool PasteRTFTable( SotStorageStreamRef xStm, SdrPage* pPage, sal_uLong nPasteOptions );
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx737 SotStorageStreamRef xStm; in ExecuteDrop() local
739 … if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_XFA, xStm ) && xStm.Is() ) in ExecuteDrop()
743 *xStm >> aFillData; in ExecuteDrop()
H A Dsdview3.cxx344 SotStorageStreamRef xStm; in InsertData() local
361 SotStorageStreamRef xStm; in InsertData() local
365 xStm->Seek( 0 ); in InsertData()
687 SotStorageStreamRef xStm; in InsertData() local
700 xStm->Seek( 0 ); in InsertData()
1213 SotStorageStreamRef xStm; in InsertData() local
1220 *xStm >> aGraphic; in InsertData()
1330 SotStorageStreamRef xStm; in InsertData() local
1336 *xStm >> aFillData; in InsertData()
1394 SotStorageStreamRef xStm; in InsertData() local
[all …]
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx121 … uno::Reference < io::XStream > xStm = xStg->cloneStreamElement( aName ); in GetData() local
122 pStream = utl::UcbStreamHelper::CreateStream( xStm ); in GetData()
H A Dtransfer.cxx1064 xStm->Seek( STREAM_SEEK_TO_BEGIN ); in SetObject()
1065 xStm->Read( aSeq.getArray(), nLen ); in SetObject()
1840 SotStorageStreamRef xStm; in GetBitmapEx() local
1935 SotStorageStreamRef xStm; in GetGDIMetaFile() local
1941 *xStm >> rMtf; in GetGDIMetaFile()
2046 SotStorageStreamRef xStm; in GetGraphic() local
2050 *xStm >> rGraphic; in GetGraphic()
2070 SotStorageStreamRef xStm; in GetImageMap() local
2075 rIMap.Read( *xStm, String() ); in GetImageMap()
2258 SotStorageStreamRef xStm; in GetINetImage() local
[all …]
/trunk/main/svx/source/xml/
H A Dxmleohlp.cxx435 uno::Reference < io::XStream > xStm = xDocStor->openStreamElement( rObjName, in ImplReadObject() local
437 SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( xStm ); in ImplReadObject()
443 uno::Reference< beans::XPropertySet > xProps( xStm, uno::UNO_QUERY_THROW ); in ImplReadObject()
448 xStm->getOutputStream()->closeOutput(); in ImplReadObject()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx942 …uno::Reference < io::XStream > xStm = xStorage->openStreamElement( sStreamName, embed::ElementMode… in Read() local
943 SvStream* pStrm2 = utl::UcbStreamHelper::CreateStream( xStm ); in Read()
1077 …uno::Reference < io::XStream > xStm = xStg2->openStreamElement( sDocName, embed::ElementModes::REA… in GetSectionList() local
1078 aParserInput.aInputStream = xStm->getInputStream(); in GetSectionList()
H A Dwrtxml.cxx428 …uno::Reference < io::XStream > xStm = xStg->openStreamElement( sStreamName, embed::ElementModes::R… in _Write() local
429 SvStream* pStream = utl::UcbStreamHelper::CreateStream( xStm ); in _Write()
432 uno::Reference < beans::XPropertySet > xSet( xStm, UNO_QUERY ); in _Write()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2292 SotStorageStreamRef xStm; in _PasteGrf() local
2294 if(rData.GetSotStorageStream(SOT_FORMATSTR_ID_SVXB, xStm)) in _PasteGrf()
2296 *xStm >> aGrf; in _PasteGrf()

Completed in 193 milliseconds