Searched refs:rExtensionName (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/extensions/source/update/check/ |
H A D | updatecheckconfig.cxx | 674 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 D | updatecheckconfig.hxx | 155 bool storeExtensionVersion( const rtl::OUString& rExtensionName, 157 bool checkExtensionVersion( const rtl::OUString& rExtensionName,
|
/aoo42x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 645 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 26 milliseconds