Lines Matching refs:rxContext
92 uno::Reference< uno::XComponentContext > const & rxContext, in checkForUpdates()
111 if( !rxContext.is() ) in checkForUpdates()
115 OSL_ASSERT( rxContext->getServiceManager().is() ); in checkForUpdates()
119 …rxContext->getServiceManager()->createInstanceWithContext( UNISTRING( "com.sun.star.xml.xpath.XPat… in checkForUpdates()
251 bool storeExtensionUpdateInfos( const uno::Reference< uno::XComponentContext > & rxContext, in storeExtensionUpdateInfos() argument
258 rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( rxContext ); in storeExtensionUpdateInfos()
271 bool checkForExtensionUpdates( const uno::Reference< uno::XComponentContext > & rxContext ) in checkForExtensionUpdates() argument
278 uno::Any aValue( rxContext->getValueByName( in checkForExtensionUpdates()
290 bool bNotify = storeExtensionUpdateInfos( rxContext, aUpdateList ); in checkForExtensionUpdates()
298 bool checkForPendingUpdates( const uno::Reference< uno::XComponentContext > & rxContext ) in checkForPendingUpdates() argument
304 uno::Any aValue( rxContext->getValueByName( in checkForPendingUpdates()
320 rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( rxContext ); in checkForPendingUpdates()