Home
last modified time | relevance | path

Searched refs:rExtensionName (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx674 bool UpdateCheckConfig::storeExtensionVersion( const rtl::OUString& rExtensionName, in storeExtensionVersion() argument
679 if ( m_xAvailableUpdates->hasByName( rExtensionName ) ) in storeExtensionVersion()
680 …uno::Reference< beans::XPropertySet >( m_xAvailableUpdates->getByName( rExtensionName ), uno::UNO_… in storeExtensionVersion()
685 m_xAvailableUpdates->insertByName( rExtensionName, uno::Any( elem ) ); in storeExtensionVersion()
688 if ( m_xIgnoredUpdates->hasByName( rExtensionName ) ) in storeExtensionVersion()
691 …uno::Reference< beans::XPropertySet >( m_xIgnoredUpdates->getByName( rExtensionName ), uno::UNO_QU… in storeExtensionVersion()
705 bool UpdateCheckConfig::checkExtensionVersion( const rtl::OUString& rExtensionName, in checkExtensionVersion() argument
708 if ( m_xAvailableUpdates->hasByName( rExtensionName ) ) in checkExtensionVersion()
711 …o::Reference< beans::XPropertySet >( m_xAvailableUpdates->getByName( rExtensionName ), uno::UNO_QU… in checkExtensionVersion()
714 if ( m_xIgnoredUpdates->hasByName( rExtensionName ) ) in checkExtensionVersion()
[all …]
H A Dupdatecheckconfig.hxx155 bool storeExtensionVersion( const rtl::OUString& rExtensionName,
157 bool checkExtensionVersion( const rtl::OUString& rExtensionName,
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx645 bool DialogHelper::installExtensionWarn( const OUString &rExtensionName ) const in installExtensionWarn()
651 sText.SearchAndReplaceAllAscii( "%NAME", rExtensionName ); in installExtensionWarn()
795 bool ExtMgrDialog::removeExtensionWarn( const OUString &rExtensionName ) const in removeExtensionWarn()
801 sText.SearchAndReplaceAllAscii( "%NAME", rExtensionName ); in removeExtensionWarn()

Completed in 35 milliseconds