Lines Matching refs:xIStm
1020 SvStorageStreamRef xIStm( xStor->OpenSotStream( aStmName, STREAM_READ ) ); in GetModel() local
1022 if( xIStm.Is() && !xIStm->GetError() ) in GetModel()
1024 xIStm->SetBufferSize( STREAMBUF_SIZE ); in GetModel()
1025 bRet = GallerySvDrawImport( *xIStm, rModel ); in GetModel()
1026 xIStm->SetBufferSize( 0L ); in GetModel()
1096 SvStorageStreamRef xIStm( xStor->OpenSotStream( aStmName, STREAM_READ ) ); in GetModelStream() local
1098 if( xIStm.Is() && !xIStm->GetError() ) in GetModelStream()
1102 xIStm->SetBufferSize( 16348 ); in GetModelStream()
1104 if( GalleryCodec::IsCoded( *xIStm, nVersion ) ) in GetModelStream()
1110 if( GallerySvDrawImport( *xIStm, *aModel.GetModel() ) ) in GetModelStream()
1126 xIStm->SetBufferSize( 0 ); in GetModelStream()