Home
last modified time | relevance | path

Searched refs:m_xAvailableUpdates (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx250 m_xAvailableUpdates( xAvailableUpdates ), in UpdateCheckConfig()
635 xChangesBatch = uno::Reference< util::XChangesBatch > ( m_xAvailableUpdates, uno::UNO_QUERY ); in commitChanges()
679 if ( m_xAvailableUpdates->hasByName( rExtensionName ) ) in storeExtensionVersion()
680 …uno::Reference< beans::XPropertySet >( m_xAvailableUpdates->getByName( rExtensionName ), uno::UNO_… in storeExtensionVersion()
683 …PropertySet > elem( uno::Reference< lang::XSingleServiceFactory >( m_xAvailableUpdates, uno::UNO_Q… in storeExtensionVersion()
685 m_xAvailableUpdates->insertByName( rExtensionName, uno::Any( elem ) ); in storeExtensionVersion()
708 if ( m_xAvailableUpdates->hasByName( rExtensionName ) ) in checkExtensionVersion()
711 …uno::Any aValue( uno::Reference< beans::XPropertySet >( m_xAvailableUpdates->getByName( rExtension… in checkExtensionVersion()
729 m_xAvailableUpdates->removeByName( rExtensionName ); in checkExtensionVersion()
H A Dupdatecheckconfig.hxx206 …:com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > m_xAvailableUpdates; member in UpdateCheckConfig

Completed in 34 milliseconds