Lines Matching refs:xRecorder
3069 com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > xRecorder; in MiscExec_Impl() local
3071 xRecorder = xSupplier->getDispatchRecorder(); in MiscExec_Impl()
3073 sal_Bool bIsRecording = xRecorder.is(); in MiscExec_Impl()
3078 if ( xRecorder.is() ) in MiscExec_Impl()
3087 AddDispatchMacroToBasic_Impl(xRecorder->getRecordedMacro()); in MiscExec_Impl()
3089 xRecorder->endRecording(); in MiscExec_Impl()
3090 xRecorder = NULL; in MiscExec_Impl()
3091 GetBindings().SetRecorder_Impl( xRecorder ); in MiscExec_Impl()
3104 … xRecorder = com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder >( in MiscExec_Impl()
3112 xSupplier->setDispatchRecorder(xRecorder); in MiscExec_Impl()
3113 xRecorder->startRecording(xFrame); in MiscExec_Impl()
3116 GetBindings().SetRecorder_Impl( xRecorder ); in MiscExec_Impl()