Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptjava.cxx258 Reference< XAsynchronousExecutableDialog > xAsyncDlg( xFolderPicker, UNO_QUERY ); in IMPL_LINK() local
259 if ( xAsyncDlg.is() ) in IMPL_LINK()
260 xAsyncDlg->startExecuteModal( xDialogListener.get() ); in IMPL_LINK()
380 Reference< XAsynchronousExecutableDialog > xAsyncDlg( xFolderPicker, UNO_QUERY ); in IMPL_LINK() local
381 if ( xAsyncDlg.is() ) in IMPL_LINK()
382 xAsyncDlg->startExecuteModal( xDialogListener.get() ); in IMPL_LINK()
H A Doptpath.cxx639 Reference< XAsynchronousExecutableDialog > xAsyncDlg( xFolderPicker, UNO_QUERY ); in IMPL_LINK() local
640 if ( xAsyncDlg.is() ) in IMPL_LINK()
641 xAsyncDlg->startExecuteModal( xDialogListener.get() ); in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx1049 …::com::sun::star::uno::Reference< XAsynchronousExecutableDialog > xAsyncDlg( xFolderPicker, UNO_QU… in IMPL_LINK()
1050 if ( xAsyncDlg.is() ) in IMPL_LINK()
1051 xAsyncDlg->startExecuteModal( xDialogListener.get() ); in IMPL_LINK()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1382 uno::Reference< XAsynchronousExecutableDialog > xAsyncDlg( mxFileDlg, UNO_QUERY ); in implStartExecute() local
1383 if ( xAsyncDlg.is() ) in implStartExecute()
1384 xAsyncDlg->startExecuteModal( this ); in implStartExecute()

Completed in 36 milliseconds