Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx203 const std::vector<uno::Reference<deployment::XPackage > > &vExtensionList ) in ExtensionCmd()
206 m_vExtensionList( vExtensionList ) {}; in ExtensionCmd()
225 … void checkForUpdates( const std::vector<uno::Reference<deployment::XPackage > > &vExtensionList );
252 …void _checkForUpdates( const std::vector<uno::Reference<deployment::XPackage > > &vExtensionList );
253 …solar_checkForUpdates( const std::vector<uno::Reference<deployment::XPackage > > &vExtensionList );
687 const std::vector<uno::Reference<deployment::XPackage > > &vExtensionList ) in checkForUpdates()
695 TExtensionCmd pEntry( new ExtensionCmd( ExtensionCmd::CHECK_FOR_UPDATES, vExtensionList ) ); in checkForUpdates()
958 const std::vector<uno::Reference<deployment::XPackage > > &vExtensionList ) in _checkForUpdates()
965 this, vExtensionList ) ); in _checkForUpdates()
970 const std::vector<uno::Reference<deployment::XPackage > > &vExtensionList ) in _solar_checkForUpdates()
[all …]
H A Ddp_gui_updatedialog.cxx217 const std::vector< uno::Reference< deployment::XPackage > > & vExtensionList);
290 const std::vector< uno::Reference< deployment::XPackage > > &vExtensionList): in Thread()
293 m_vExtensionList(vExtensionList), in Thread()
563 const std::vector<uno::Reference< deployment::XPackage > > &vExtensionList, in UpdateDialog()
600 context, *this, vExtensionList)), in UpdateDialog()
H A Ddp_gui_updatedialog.hxx92 com::sun::star::deployment::XPackage > > & vExtensionList,