Searched refs:xFramesSupplier (Results 1 – 6 of 6) sorted by relevance
164 uno::Reference < frame::XFramesSupplier > xFramesSupplier( xFrame, uno::UNO_QUERY ); in load() local165 if ( xFramesSupplier.is() ) in load()166 mxFrame->setCreator( xFramesSupplier ); in load()
200 uno::Reference< frame::XFramesSupplier > xFramesSupplier( in IMPL_LINK() local206 xFramesSupplier->getActiveFrame(); in IMPL_LINK()
1831 uno::Reference< frame::XFramesSupplier > xFramesSupplier( in Reset() local1838 xFramesSupplier->getFrames(); in Reset()1931 uno::Reference< frame::XFramesSupplier > xFramesSupplier( in GetFrameWithDefaultAndIdentify() local1938 _inout_rxFrame = xFramesSupplier->getActiveFrame(); in GetFrameWithDefaultAndIdentify()1942 uno::Reference< frame::XDesktop > xDesktop( xFramesSupplier, uno::UNO_QUERY_THROW ); in GetFrameWithDefaultAndIdentify()
147 …XFramesSupplier xFramesSupplier = (XFramesSupplier) UnoRuntime.queryInterface(XFramesSupplier.clas… in showTopWindow() local148 m_xFrame.setCreator(xFramesSupplier); in showTopWindow()
115 …XFramesSupplier xFramesSupplier = (XFramesSupplier) UnoRuntime.queryInterface(XFramesSupplier.clas… in getWindowPeerOfFrame() local116 xFrame = xFramesSupplier.getActiveFrame(); in getWindowPeerOfFrame()
693 … uno::Reference< frame::XFramesSupplier > xFramesSupplier( xDesktop, uno::UNO_QUERY ); in IMPL_LINK() local694 xFramesSupplier->setActiveFrame( xFrame ); in IMPL_LINK()
Completed in 88 milliseconds