Lines Matching refs:aArgs
249 Sequence< PropertyValue > aArgs( 3 ); in ImpCompressGraphic() local
250 …aArgs[ 0 ].Name = TKGet( TK_MimeType ); // the GraphicProvider is using "MimeType", the Graphic… in ImpCompressGraphic()
251 aArgs[ 0 ].Value <<= rDestMimeType; in ImpCompressGraphic()
252 aArgs[ 1 ].Name = TKGet( TK_OutputStream ); in ImpCompressGraphic()
253 aArgs[ 1 ].Value <<= rxOutputStream; in ImpCompressGraphic()
254 aArgs[ 2 ].Name = TKGet( TK_FilterData ); in ImpCompressGraphic()
255 aArgs[ 2 ].Value <<= aFilterData; in ImpCompressGraphic()
257 rxGraphicProvider->storeGraphic( rxGraphic, aArgs ); in ImpCompressGraphic()
357 Sequence< PropertyValue > aArgs( 1 ); in ImpCompressGraphic() local
358 aArgs[ 0 ].Name = TKGet( TK_InputStream ); in ImpCompressGraphic()
359 aArgs[ 0 ].Value <<= xInputStream; in ImpCompressGraphic()
360 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()
376 Sequence< PropertyValue > aArgs( 1 ); in ImpCompressGraphic() local
377 aArgs[ 0 ].Name = TKGet( TK_InputStream ); in ImpCompressGraphic()
378 aArgs[ 0 ].Value <<= xInputStream; in ImpCompressGraphic()
379 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()
601 Sequence< PropertyValue > aArgs; in DispatchURL() local
605 xDispatch->dispatch( aUrl, aArgs ); in DispatchURL()