Lines Matching refs:serviceName
97 OUString const & serviceName,
101 OUString const & serviceName, Sequence<Any> const & args,
110 virtual sal_Bool SAL_CALL supportsService( OUString const & serviceName )
246 sal_Bool CanvasFactory::supportsService( OUString const & serviceName ) in supportsService() argument
249 return serviceName.equals(getSuppServices()[0]); in supportsService()
283 OUString const & serviceName, in use() argument
289 serviceName, args, xContext); in use()
322 OUString const & serviceName, Sequence<Any> const & args, in lookupAndUse() argument
351 boost::cref(serviceName), in lookupAndUse()
367 boost::cref(serviceName), in lookupAndUse()
380 boost::cref(serviceName), in lookupAndUse()
393 boost::cref(serviceName), in lookupAndUse()
465 m_aCachedImplementations.push_back(std::make_pair(serviceName, in lookupAndUse()