Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx1089 class AsyncLoader : public AsyncLoader_Base class
1099AsyncLoader( const Reference< XMultiServiceFactory >& _rxORB, const ::rtl::OUString& _rURL );
1114AsyncLoader::AsyncLoader( const Reference< XMultiServiceFactory >& _rxORB, const ::rtl::OUString& … in AsyncLoader() function in dbaui::__anonb2eb296b0211::AsyncLoader
1116 ,m_aAsyncCaller( LINK( this, AsyncLoader, OnOpenDocument ) ) in AsyncLoader()
1135 void AsyncLoader::doLoadAsync() in doLoadAsync()
1151 IMPL_LINK( AsyncLoader, OnOpenDocument, void*, /*_pEmptyArg*/ )
1189 …void SAL_CALL AsyncLoader::queryTermination( const EventObject& /*Event*/ ) throw (TerminationVeto… in queryTermination()
1195 …void SAL_CALL AsyncLoader::notifyTermination( const EventObject& /*Event*/ ) throw (RuntimeExcepti… in notifyTermination()
1199 … void SAL_CALL AsyncLoader::disposing( const EventObject& /*Source*/ ) throw (RuntimeException) in disposing()
1219AsyncLoader* pAsyncLoader = new AsyncLoader( getORB(), m_pGeneralPage->GetSelectedDocument().sURL … in onFinish()
[all …]

Completed in 28 milliseconds