Searched refs:_rxDialog (Results 1 – 2 of 2) sorted by relevance
64 DialogExecutor_Impl( const Reference< XExecutableDialog >& _rxDialog ) in DialogExecutor_Impl() argument65 :m_xDialog( _rxDialog ) in DialogExecutor_Impl()103 …oid AsyncDialogExecutor::executeModalDialogAsync( const Reference< XExecutableDialog >& _rxDialog ) in executeModalDialogAsync() argument105 if ( !_rxDialog.is() ) in executeModalDialogAsync()109 DialogExecutor_Impl* pExecutor = new DialogExecutor_Impl( _rxDialog ); in executeModalDialogAsync()
54 …nst ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XExecutableDialog >& _rxDialog
Completed in 7 milliseconds