Lines Matching refs:xStm
127 uno::Reference < io::XInputStream > xStm; in PasteDataFormat() local
131 aDataHelper.GetInputStream( nFormatId, xStm ) ) in PasteDataFormat()
135 …rence < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromInputStream( xStm ); in PasteDataFormat()
184 GetEmbeddedObjectContainer().InsertEmbeddedObject( xStm, aName ); in PasteDataFormat()
230 if ( aDataHelper.GetInputStream( SOT_FORMATSTR_ID_EMBED_SOURCE_OLE, xStm ) in PasteDataFormat()
231 || aDataHelper.GetInputStream( SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE, xStm ) ) in PasteDataFormat()
233 …j = GetViewData()->GetDocShell()->GetEmbeddedObjectContainer().InsertEmbeddedObject( xStm, aName ); 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()
497 …eference< com::sun::star::io::XInputStream > xInputStream( new utl::OInputStreamWrapper( *xStm ) ); in PasteDataFormat()
530 uno::Reference < io::XInputStream > xStm; in PasteDataFormat() local
531 if( aDataHelper.GetInputStream( nFormatId, xStm ) ) in PasteDataFormat()
542 aMed.GetItemSet()->Put( SfxUsrAnyItem( SID_INPUTSTREAM, uno::makeAny( xStm ) ) ); in PasteDataFormat()