Searched refs:xExec (Results 1 – 1 of 1) sorted by relevance
543 uno::Reference< ui::dialogs::XExecutableDialog > xExec( xDialog, UNO_QUERY ); in dispatch() local544 …DBG_ASSERT( xExec.is(), "BibFrameController_Impl::dispatch: missing an interface on the dialog!" ); in dispatch()545 if ( xExec.is() ) in dispatch()546 if ( xExec->execute( ) ) in dispatch()
Completed in 29 milliseconds