Lines Matching refs:xStrm

1641 	SotStorageStreamRef xStrm;  in _PasteFileContent()  local
1670 if( rData.GetSotStorageStream( nFmt, xStrm ) ) in _PasteFileContent()
1675 pStream = aMSE40ClpObj.IsValid( *xStrm ); in _PasteFileContent()
1686 pStream = &xStrm; in _PasteFileContent()
1720 if( pStream && !xStrm.Is() ) in _PasteFileContent()
1737 uno::Reference < io::XInputStream > xStrm; in _PasteOLE() local
1751 if( nId && rData.GetInputStream( nId, xStrm ) && xStrm.is() ) in _PasteOLE()
1757 xStore = comphelper::OStorageHelper::GetStorageFromInputStream( xStrm ); in _PasteOLE()
1807 if ( xStrm.is() ) in _PasteOLE()
1811 DBG_ASSERT( !xStrm.is(), "An object without descriptor in clipboard!"); in _PasteOLE()
1818 if ( !rData.GetInputStream( SOT_FORMATSTR_ID_EMBED_SOURCE_OLE, xStrm ) ) in _PasteOLE()
1819 rData.GetInputStream( SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE, xStrm ); in _PasteOLE()
1821 if ( !xStrm.is() ) in _PasteOLE()
1847 if ( xStrm.is() && !xObj.is() ) in _PasteOLE()
1848 xObj = aCnt.InsertEmbeddedObject( xStrm, aName ); in _PasteOLE()
2085 SotStorageStreamRef xStrm; in _PasteDDE() local
2086 if( !rData.GetSotStorageStream( SOT_FORMATSTR_ID_LINK, xStrm )) in _PasteDDE()
2093 xStrm->ReadCString( aApp, eEncoding ); in _PasteDDE()
2094 xStrm->ReadCString( aTopic, eEncoding ); in _PasteDDE()
2095 xStrm->ReadCString( aItem, eEncoding ); in _PasteDDE()
2248 SotStorageStreamRef xStrm; in _PasteSdrFormat() local
2249 if( rData.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xStrm )) in _PasteSdrFormat()
2251 xStrm->SetVersion( SOFFICE_FILEFORMAT_50 ); in _PasteSdrFormat()
2260 rSh.Paste( *xStrm, nAction, pPt ); in _PasteSdrFormat()