Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dthreadex.hxx95 ::std::auto_ptr<ExecutorT> const pExecutor( new ExecutorT(func) ); in exec()
96 pExecutor->execute(); in exec()
98 if (pExecutor->m_exc.hasValue()) in exec()
99 ::cppu::throwException( pExecutor->m_exc ); in exec()
101 return *pExecutor->m_result; in exec()
138 ::std::auto_ptr<ExecutorT> const pExecutor( new ExecutorT(func) ); in exec()
139 pExecutor->execute(); in exec()
141 if (pExecutor->m_exc.hasValue()) in exec()
142 ::cppu::throwException( pExecutor->m_exc ); in exec()
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx678 SfxDialogExecutor_Impl* pExecutor = 0; in ExecPrint_Impl() local
851 pExecutor = new SfxDialogExecutor_Impl( this, pPrintSetupDlg ); in ExecPrint_Impl()
853 pExecutor->DisableHelp(); in ExecPrint_Impl()
854 pPrintSetupDlg->SetOptionsHdl( pExecutor->GetLink() ); in ExecPrint_Impl()
860 if ( pExecutor && pExecutor->GetOptions() ) in ExecPrint_Impl()
864 pDlgPrinter->SetOptions( *pExecutor->GetOptions() ); in ExecPrint_Impl()
867 pPrinter->SetOptions( *pExecutor->GetOptions() ); in ExecPrint_Impl()
/trunk/main/dbaccess/source/ui/misc/
H A Dasyncmodaldialog.cxx109 DialogExecutor_Impl* pExecutor = new DialogExecutor_Impl( _rxDialog ); in executeModalDialogAsync() local
110 pExecutor->execute(); in executeModalDialogAsync()
/trunk/main/embeddedobj/test/MainThreadExecutor/
H A Dxexecutor.cxx79 MainThreadExecutor_Impl* pExecutor = new MainThreadExecutor_Impl( xJob, aArgsForJob ); in execute() local
80 pExecutor->execute(); in execute()
/trunk/main/svx/source/form/
H A Dfmscriptingenv.cxx226 ::rtl::Reference< FormScriptingEnvironment > pExecutor( m_pScriptExecutor ); in impl_doFireScriptEvent_nothrow()
228 pExecutor->doFireScriptEvent( _rEvent, _pSyncronousResult ); in impl_doFireScriptEvent_nothrow()

Completed in 28 milliseconds