Lines Matching refs:xRecorder
85 com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > xRecorder; member
137 if ( pImp->xRecorder.is() && !pImp->bDone && !pImp->bIgnored ) in ~SfxRequest()
216 pImp->xRecorder = SfxRequest::GetMacroRecorder( pViewFrame ); in SfxRequest()
363 if(xRecorder.is()) in Record()
365 uno::Reference< container::XIndexReplace > xReplace( xRecorder, uno::UNO_QUERY ); in Record()
401 xRecorder->recordDispatch(aURL,rArgs); in Record()
403 xRecorder->recordDispatchAsComment(aURL,rArgs); in Record()
413 …com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > xRecorder, // der Reco… in Record_Impl()
430 pImp->xRecorder = xRecorder; in Record_Impl()
717 if ( !pImp->xRecorder.is() ) in Done_Impl()
862 com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > xRecorder; in GetMacroRecorder() local
874 xRecorder = xSupplier->getDispatchRecorder(); in GetMacroRecorder()
877 return xRecorder; in GetMacroRecorder()