Searched refs:rInputStmRef (Results 1 – 2 of 2) sorted by relevance
230 void ImageProducer::setImage( css::uno::Reference< css::io::XInputStream > const & rInputStmRef ) in setImage() argument237 if( rInputStmRef.is() ) in setImage()238 mpStm.reset( new SvStream( new ImgProdLockBytes( rInputStmRef ) ) ); in setImage()