Lines Matching refs:util

67                      DIRECT_INTERFACE(css::util::XCloseListener     )  in DEFINE_XINTERFACE_4()
74 css::util::XCloseListener in DEFINE_XINTERFACE_4()
296 css::uno::Reference< css::util::XCloseable > xClose(m_xFrame, css::uno::UNO_QUERY); in execute()
303 catch(const css::util::CloseVetoException&) {} in execute()
310 css::uno::Reference< css::util::XCloseable > xClose(m_xModel, css::uno::UNO_QUERY); in execute()
317 catch(const css::util::CloseVetoException&) {} in execute()
587 …css::uno::Reference< css::util::XCloseBroadcaster > xCloseable(m_xFrame … in impl_startListening()
588 …css::uno::Reference< css::util::XCloseListener > xThis (static_cast< ::cppu::OWeakObject* >… in impl_startListening()
606 …css::uno::Reference< css::util::XCloseBroadcaster > xCloseable(m_xModel … in impl_startListening()
607 …css::uno::Reference< css::util::XCloseListener > xThis (static_cast< ::cppu::OWeakObject* >… in impl_startListening()
654 …css::uno::Reference< css::util::XCloseBroadcaster > xCloseable(m_xFrame … in impl_stopListening()
655 …css::uno::Reference< css::util::XCloseListener > xThis (static_cast< ::cppu::OWeakObject* >… in impl_stopListening()
672 …css::uno::Reference< css::util::XCloseBroadcaster > xCloseable(m_xModel … in impl_stopListening()
673 …css::uno::Reference< css::util::XCloseListener > xThis (static_cast< ::cppu::OWeakObject* >… in impl_stopListening()
759 css::uno::Reference< css::util::XCloseable > xClose(m_xJob, css::uno::UNO_QUERY); in queryTermination()
767 catch(const css::util::CloseVetoException&) {} in queryTermination()
821 … sal_Bool bGetsOwnership ) throw(css::util::CloseVetoException, in queryClosing()
834 css::uno::Reference< css::util::XCloseable > xClose(m_xJob, css::uno::UNO_QUERY); in queryClosing()
873 throw css::util::CloseVetoException(DECLARE_ASCII("job still in progress"), xThis); in queryClosing()