Home
last modified time | relevance | path

Searched refs:xCloser (Results 1 – 3 of 3) sorted by relevance

/trunk/main/framework/source/dispatch/
H A Ddispatchinformationprovider.cxx172 …css::uno::Reference< css::uno::XInterface > xCloser(static_cast< css::frame::XDispatch* >(pCloser)… in implts_getAllSubProvider() local
174 …css::uno::Reference< css::frame::XDispatchInformationProvider > xCloseDispatch(xCloser in implts_getAllSubProvider()
/trunk/main/framework/source/services/
H A Dframe.cxx2380 … css::uno::Reference< css::frame::XDispatch > xCloser = queryDispatch(aURL, SPECIALTARGET_SELF, 0); in windowClosing() local
2381 if (xCloser.is()) in windowClosing()
2382 xCloser->dispatch(aURL, css::uno::Sequence< css::beans::PropertyValue >()); in windowClosing()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx3423 Reference < XCloseable > xCloser( xCreator, UNO_QUERY ); in CloseWindow() local
3424 if ( xCloser.is() ) in CloseWindow()
3425 xCloser->close( sal_False ); in CloseWindow()

Completed in 44 milliseconds