Searched refs:xCloser (Results 1 – 3 of 3) sorted by relevance
172 …css::uno::Reference< css::uno::XInterface > xCloser(static_cast< css::frame::XDispatch* >(pCloser)… in implts_getAllSubProvider() local174 …css::uno::Reference< css::frame::XDispatchInformationProvider > xCloseDispatch(xCloser … in implts_getAllSubProvider()
2380 … css::uno::Reference< css::frame::XDispatch > xCloser = queryDispatch(aURL, SPECIALTARGET_SELF, 0); in windowClosing() local2381 if (xCloser.is()) in windowClosing()2382 xCloser->dispatch(aURL, css::uno::Sequence< css::beans::PropertyValue >()); in windowClosing()
3423 Reference < XCloseable > xCloser( xCreator, UNO_QUERY ); in CloseWindow() local3424 if ( xCloser.is() ) in CloseWindow()3425 xCloser->close( sal_False ); in CloseWindow()
Completed in 42 milliseconds