Searched refs:xGraphStream (Results 1 – 1 of 1) sorted by relevance
413 …Reference< XInputStream > xGraphStream( xShapeSet->getPropertyValue( OUString( RTL_CONSTASCII_USTR… in SaveGraphic() local418 aDesc[1].Value <<= xGraphStream; in SaveGraphic()524 Reference< XInputStream > xGraphStream; in SaveGraphic() local526 …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 13 milliseconds