| /aoo42x/main/sd/source/ui/view/ | 
| H A D | sdview3.cxx | 344 		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 …] 
 | 
| H A D | sdview2.cxx | 737                     		SotStorageStreamRef xStm;  in ExecuteDrop()  local 739 …                 		if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_XFA, xStm ) && xStm.Is() )  in ExecuteDrop() 743                     			*xStm >> aFillData;  in ExecuteDrop()
  | 
| /aoo42x/main/svtools/source/misc/ | 
| H A D | transfer.cxx | 1064 		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 …] 
 | 
| H A D | embedtransfer.cxx | 121 …                           uno::Reference < io::XStream > xStm = xStg->cloneStreamElement( aName );  in GetData()  local 122                                 pStream = utl::UcbStreamHelper::CreateStream( xStm );  in GetData()
  | 
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | viewfun5.cxx | 127         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 …] 
 | 
| H A D | viewfun3.cxx | 831         SotStorageStreamRef xStm;  in PasteOnDrawObjectLinked()  local 834         if( pScDrawView && aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) )  in PasteOnDrawObjectLinked() 838             *xStm >> aGraphic;  in PasteOnDrawObjectLinked()
  | 
| H A D | gridwin.cxx | 3765 		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()
  | 
| /aoo42x/main/chart2/source/controller/main/ | 
| H A D | ChartController_Tools.cxx | 314                 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()
  | 
| /aoo42x/main/sd/source/ui/app/ | 
| H A D | sdmod.cxx | 213 	SvStorageStreamRef	xStm;  in GetOptionStream()  local 240 			xStm = xOptionStorage->OpenSotStream( aStmName );  in GetOptionStream() 243 	return xStm;  in GetOptionStream()
  | 
| /aoo42x/main/svx/source/xml/ | 
| H A D | xmleohlp.cxx | 435                 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()
  | 
| /aoo42x/main/sw/source/filter/xml/ | 
| H A D | swxml.cxx | 942 …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 D | wrtxml.cxx | 428 …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()
  | 
| /aoo42x/main/comphelper/source/container/ | 
| H A D | embeddedobjectcontainer.cxx | 563 …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()
  | 
| /aoo42x/main/sd/source/ui/inc/ | 
| H A D | View.hxx | 154 	bool PasteRTFTable( SotStorageStreamRef xStm, SdrPage* pPage, sal_uLong nPasteOptions );
  | 
| /aoo42x/main/sw/source/ui/dochdl/ | 
| H A D | swdtflvr.cxx | 2292         SotStorageStreamRef xStm;  in _PasteGrf()  local 2294         if(rData.GetSotStorageStream(SOT_FORMATSTR_ID_SVXB, xStm))  in _PasteGrf() 2296             *xStm >> aGrf;  in _PasteGrf()
  | 
| /aoo42x/main/filter/source/msfilter/ | 
| H A D | msdffimp.cxx | 6852 	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()
  | 
| /aoo42x/main/sd/source/filter/eppt/ | 
| H A D | eppt.cxx | 1811 …			SotStorageStreamRef xStm = xCleanStorage->OpenSotStream( aPersistStream, STREAM_STD_READWRITE );  in ImplWriteOLE()  local 1812 						*xStm	<< (sal_uInt32)0		// no ClipboardId  in ImplWriteOLE()
  |