Searched refs:pExecutor (Results 1 – 5 of 5) sorted by relevance
95 ::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()
678 SfxDialogExecutor_Impl* pExecutor = 0; in ExecPrint_Impl() local851 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()
109 DialogExecutor_Impl* pExecutor = new DialogExecutor_Impl( _rxDialog ); in executeModalDialogAsync() local110 pExecutor->execute(); in executeModalDialogAsync()
79 MainThreadExecutor_Impl* pExecutor = new MainThreadExecutor_Impl( xJob, aArgsForJob ); in execute() local80 pExecutor->execute(); in execute()
226 ::rtl::Reference< FormScriptingEnvironment > pExecutor( m_pScriptExecutor ); in impl_doFireScriptEvent_nothrow()228 pExecutor->doFireScriptEvent( _rEvent, _pSyncronousResult ); in impl_doFireScriptEvent_nothrow()
Completed in 18 milliseconds