Lines Matching refs:util

153 …                         DIRECT_INTERFACE(css::util::XCloseable                                  ),  in DEFINE_XINTERFACE_21()
154 … DIRECT_INTERFACE(css::util::XCloseBroadcaster ), in DEFINE_XINTERFACE_21()
176 … css::util::XCloseable , in DEFINE_XINTERFACE_21()
177 … css::util::XCloseBroadcaster , in DEFINE_XINTERFACE_21()
1628 void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException, in close()
1643 …rContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::util::XCloseListener >*)… in close()
1651 … ((css::util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnerShip ); in close()
1673 …throw css::util::CloseVetoException(DECLARE_ASCII("Frame in use for loading document ..."),static_… in close()
1677 …throw css::util::CloseVetoException(DECLARE_ASCII("Component couldn't be deattached ..."),static_c… in close()
1680 …rContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::util::XCloseListener >*)… in close()
1688 ((css::util::XCloseListener*)pIterator.next())->notifyClosing( aSource ); in close()
1726 void SAL_CALL Frame::addCloseListener( const css::uno::Reference< css::util::XCloseListener >& xLis… in addCloseListener()
1731 …m_aListenerContainer.addInterface( ::getCppuType( ( const css::uno::Reference< css::util::XCloseLi… in addCloseListener()
1735 void SAL_CALL Frame::removeCloseListener( const css::uno::Reference< css::util::XCloseListener >& x… in removeCloseListener()
1741 …m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::util::XClos… in removeCloseListener()
2081 css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( const css::util::URL& … in queryDispatch()
2375 css::util::URL aURL; in windowClosing()
2377 …css::uno::Reference< css::util::XURLTransformer > xParser(xFactory->createInstance(SERVICENAME_URL… in windowClosing()
3071 catch(const css::util::CloseVetoException&) in implts_checkSuicide()