Lines Matching refs:aArgs
247 Sequence< PropertyValue > aArgs( 3 ); in ImpCompressGraphic() local
248 …aArgs[ 0 ].Name = TKGet( TK_MimeType ); // the GraphicProvider is using "MimeType", th… in ImpCompressGraphic()
249 aArgs[ 0 ].Value <<= rDestMimeType; in ImpCompressGraphic()
250 aArgs[ 1 ].Name = TKGet( TK_OutputStream ); in ImpCompressGraphic()
251 aArgs[ 1 ].Value <<= rxOutputStream; in ImpCompressGraphic()
252 aArgs[ 2 ].Name = TKGet( TK_FilterData ); in ImpCompressGraphic()
253 aArgs[ 2 ].Value <<= aFilterData; in ImpCompressGraphic()
255 rxGraphicProvider->storeGraphic( rxGraphic, aArgs ); in ImpCompressGraphic()
355 Sequence< PropertyValue > aArgs( 1 ); in ImpCompressGraphic() local
356 aArgs[ 0 ].Name = TKGet( TK_InputStream ); in ImpCompressGraphic()
357 aArgs[ 0 ].Value <<= xInputStream; in ImpCompressGraphic()
358 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()
374 Sequence< PropertyValue > aArgs( 1 ); in ImpCompressGraphic() local
375 aArgs[ 0 ].Name = TKGet( TK_InputStream ); in ImpCompressGraphic()
376 aArgs[ 0 ].Value <<= xInputStream; in ImpCompressGraphic()
377 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()
599 Sequence< PropertyValue > aArgs; in DispatchURL() local
603 xDispatch->dispatch( aUrl, aArgs ); in DispatchURL()