Home
last modified time | relevance | path

Searched refs:xGraphStream (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx413 …Reference< XInputStream > xGraphStream( xShapeSet->getPropertyValue( OUString( RTL_CONSTASCII_USTR… in SaveGraphic() local
418 aDesc[1].Value <<= xGraphStream; in SaveGraphic()
524 Reference< XInputStream > xGraphStream; in SaveGraphic() local
526 …t->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicStream" ) ) ) >>= xGraphStream; in SaveGraphic()
528 if( xGraphStream.is() ) in SaveGraphic()
531 xFileAccess->writeFile( sPath, xGraphStream ); in SaveGraphic()

Completed in 11 milliseconds