Lines Matching refs:xThis

231 …css::uno::Reference< css::task::XJobListener > xThis(static_cast< ::cppu::OWeakObject* >(this), cs…  in execute()  local
249 xAJob->executeAsync(lJobArgs, xThis); in execute()
569 …css::uno::Reference< css::frame::XTerminateListener > xThis(static_cast< ::cppu::OWeakObject* >(th… in impl_startListening() local
572 m_xDesktop->addTerminateListener(xThis); in impl_startListening()
588 …css::uno::Reference< css::util::XCloseListener > xThis (static_cast< ::cppu::OWeakObject* >… in impl_startListening() local
591 xCloseable->addCloseListener(xThis); in impl_startListening()
607 …css::uno::Reference< css::util::XCloseListener > xThis (static_cast< ::cppu::OWeakObject* >… in impl_startListening() local
610 xCloseable->addCloseListener(xThis); in impl_startListening()
639 …css::uno::Reference< css::frame::XTerminateListener > xThis(static_cast< ::cppu::OWeakObject* >(th… in impl_stopListening() local
640 m_xDesktop->removeTerminateListener(xThis); in impl_stopListening()
655 …css::uno::Reference< css::util::XCloseListener > xThis (static_cast< ::cppu::OWeakObject* >… in impl_stopListening() local
658 xCloseable->removeCloseListener(xThis); in impl_stopListening()
673 …css::uno::Reference< css::util::XCloseListener > xThis (static_cast< ::cppu::OWeakObject* >… in impl_stopListening() local
676 xCloseable->removeCloseListener(xThis); in impl_stopListening()
772 …css::uno::Reference< css::uno::XInterface > xThis(static_cast< ::cppu::OWeakObject* >(this), css::… in queryTermination() local
773 throw css::frame::TerminationVetoException(DECLARE_ASCII("job still in progress"), xThis); in queryTermination()
872 …css::uno::Reference< css::uno::XInterface > xThis(static_cast< ::cppu::OWeakObject* >(this), css::… in queryClosing() local
873 throw css::util::CloseVetoException(DECLARE_ASCII("job still in progress"), xThis); in queryClosing()