Searched refs:showDescription (Results 1 – 2 of 2) sorted by relevance
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 871 showDescription( m_none, false ); in checkingDone() 873 showDescription( m_noInstallable, false ); in checkingDone() 1056 bool UpdateDialog::showDescription(uno::Reference< xml::dom::XNode > const & aUpdateInfo) in showDescription() function in UpdateDialog 1059 return showDescription(infoset.getLocalizedPublisherNameAndURL(), in showDescription() 1067 return showDescription(std::make_pair(pubInfo.First, pubInfo.Second), in showDescription() 1105 bool UpdateDialog::showDescription( const String& rDescription, bool bWithPublisher ) in showDescription() function in UpdateDialog 1312 bInserted = showDescription( m_enabledUpdates[ pos ].aUpdateSource ); in IMPL_LINK() 1314 bInserted = showDescription( m_enabledUpdates[ pos ].aUpdateInfo ); in IMPL_LINK() 1323 bInserted = showDescription( m_disabledUpdates[pos].aUpdateInfo ); in IMPL_LINK() 1378 showDescription( b.makeStringAndClear(), bInserted ); in IMPL_LINK() [all …]
|
H A D | dp_gui_updatedialog.hxx | 165 bool showDescription(::com::sun::star::uno::Reference< 167 bool showDescription(std::pair< rtl::OUString, rtl::OUString > const & pairPublisher, 169 bool showDescription( ::com::sun::star::uno::Reference< 171 bool showDescription( const String& rDescription, bool bWithPublisher );
|
Completed in 36 milliseconds