Lines Matching refs:frame
124 css::uno::WeakReference< css::frame::XFrame > Frame::m_xCloserFrame = css::uno::WeakReference< css:…
137 … DIRECT_INTERFACE(css::frame::XFramesSupplier ), in DEFINE_XINTERFACE_21()
138 … DIRECT_INTERFACE(css::frame::XFrame ), in DEFINE_XINTERFACE_21()
141 … DIRECT_INTERFACE(css::frame::XDispatchProvider ), in DEFINE_XINTERFACE_21()
142 … DIRECT_INTERFACE(css::frame::XDispatchInformationProvider ), in DEFINE_XINTERFACE_21()
143 … DIRECT_INTERFACE(css::frame::XDispatchProviderInterception ), in DEFINE_XINTERFACE_21()
153 … DIRECT_INTERFACE(css::frame::XComponentLoader ), in DEFINE_XINTERFACE_21()
154 … DIRECT_INTERFACE(css::frame::XTitle ), in DEFINE_XINTERFACE_21()
155 … DIRECT_INTERFACE(css::frame::XTitleChangeBroadcaster ) in DEFINE_XINTERFACE_21()
161 … css::frame::XFramesSupplier , in DEFINE_XINTERFACE_21()
162 … css::frame::XFrame , in DEFINE_XINTERFACE_21()
167 … css::frame::XDispatchProvider , in DEFINE_XINTERFACE_21()
168 … css::frame::XDispatchInformationProvider , in DEFINE_XINTERFACE_21()
169 … css::frame::XDispatchProviderInterception , in DEFINE_XINTERFACE_21()
176 … css::frame::XComponentLoader , in DEFINE_XINTERFACE_21()
177 … css::frame::XTitle , in DEFINE_XINTERFACE_21()
178 css::frame::XTitleChangeBroadcaster in DEFINE_XINTERFACE_21()
201 …css::uno::Reference< css::frame::XDispatchProvider > xDispatchProvider( static_cast< ::cppu::OWeak… in DEFINE_XINTERFACE_21()
205 …m_xDispatchInfoHelper = css::uno::Reference< css::frame::XDispatchInformationProvider >( static_ca… in DEFINE_XINTERFACE_21()
213 …m_xDispatchHelper = css::uno::Reference< css::frame::XDispatchProvider >( static_cast< ::cppu::OWe… in DEFINE_XINTERFACE_21()
221 …m_xFramesHelper = css::uno::Reference< css::frame::XFrames >( static_cast< ::cppu::OWeakObject* >(… in DEFINE_XINTERFACE_21()
243 …m_xLayoutManager = css::uno::Reference< css::frame::XLayoutManager >(m_xFactory->createInstance(SE… in DEFINE_XINTERFACE_21()
360 …css::uno::Reference< css::frame::XComponentLoader > xThis(static_cast< css::frame::XComponentLoade… in loadComponentFromURL()
380 css::uno::Reference< css::frame::XFrames > SAL_CALL Frame::getFrames() throw( css::uno::RuntimeExce… in getFrames()
417 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw( css::uno::Runtime… in getActiveFrame()
445 void SAL_CALL Frame::setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) thro… in setActiveFrame()
459 css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getActive(); in setActiveFrame()
490 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_DEACTIVATING ); in setActiveFrame()
512 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_ACTIVATED ); in setActiveFrame()
519 void lcl_enableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManage… in lcl_enableLayoutManager()
520 … const css::uno::Reference< css::frame::XFrame >& xFrame ) in lcl_enableLayoutManager()
525 …css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_enableLayoutManager()
536 void lcl_disableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManag… in lcl_disableLayoutManager()
537 … const css::uno::Reference< css::frame::XFrame >& xFrame ) in lcl_disableLayoutManager()
539 …css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_disableLayoutManager()
542 xLayoutManager->attachFrame(css::uno::Reference< css::frame::XFrame >()); in lcl_disableLayoutManager()
566 static_cast< css::frame::XFrame* >(this)); in initialize()
574 static_cast< css::frame::XFrame* >(this)); in initialize()
594 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager = m_xLayoutManager; in initialize()
605 …css::uno::Reference< css::frame::XFrame > xThis (static_cast< css::fram… in initialize()
635 …m_xTitleHelper = css::uno::Reference< css::frame::XTitle >(static_cast< ::cppu::OWeakObject* >(pTi… in initialize()
683 void SAL_CALL Frame::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& xCreator… in setCreator()
693 css::uno::Reference< css::frame::XDesktop > xIsDesktop( xCreator, css::uno::UNO_QUERY ); in setCreator()
708 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Frame::getCreator() throw( css::uno::Ru… in getCreator()
791 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl::OUString& sTarge… in findFrame()
794 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame()
820 …css::uno::Reference< css::frame::XFrame > xParent ( m_xParent, css::uno::UNO_QUE… in findFrame()
928 (nSearchFlags & css::frame::FrameSearchFlag::SELF) && in findFrame()
944 (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN) in findFrame()
958 ( bIsTopFrame && (nSearchFlags & css::frame::FrameSearchFlag::TASKS) ) || in findFrame()
978 (nSearchFlags & css::frame::FrameSearchFlag::SIBLINGS) && in findFrame()
982 … css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in findFrame()
991 css::uno::Reference< css::frame::XFrame > xSibling; in findFrame()
1003 sal_Int32 nRightFlags = css::frame::FrameSearchFlag::SELF; in findFrame()
1004 if (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN) in findFrame()
1005 nRightFlags |= css::frame::FrameSearchFlag::CHILDREN; in findFrame()
1023 (nSearchFlags & css::frame::FrameSearchFlag::PARENT) && in findFrame()
1032 nRightFlags &= ~css::frame::FrameSearchFlag::CHILDREN; in findFrame()
1045 (nSearchFlags & css::frame::FrameSearchFlag::CREATE) in findFrame()
1116 …css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getAc… in activate()
1117 …css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in activate()
1118 …css::uno::Reference< css::frame::XFrame > xThis ( static_cast< ::cppu::OWeakOb… in activate()
1155 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_ACTIVATED ); in activate()
1183 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_ACTIVATED ); in activate()
1212 …css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getAc… in deactivate()
1213 …css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in deactivate()
1214 …css::uno::Reference< css::frame::XFrame > xThis ( static_cast< ::cppu::OWeakOb… in deactivate()
1243 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_DEACTIVATING ); in deactivate()
1255 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_DEACTIVATING ); in deactivate()
1322 implts_sendFrameActionEvent( css::frame::FrameAction_CONTEXT_CHANGED ); in contextChanged()
1355 …const css::uno::Reference< css::frame::XController >& xController ) throw( css::uno::Runtim… in setComponent()
1371 css::uno::Reference< css::frame::XController > xOldController = m_xController; in setComponent()
1387 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_DETACHING ); in setComponent()
1470 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_REATTACHED ); in setComponent()
1473 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_ATTACHED ); in setComponent()
1551 css::uno::Reference< css::frame::XController > SAL_CALL Frame::getController() throw( css::uno::Run… in getController()
1577 void SAL_CALL Frame::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionLis… in addFrameActionListener()
1588 …m_aListenerContainer.addInterface( ::getCppuType( (const css::uno::Reference< css::frame::XFrameAc… in addFrameActionListener()
1592 void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css::frame::XFrameAction… in removeFrameActionListener()
1603 …m_aListenerContainer.removeInterface( ::getCppuType( (const css::uno::Reference< css::frame::XFram… in removeFrameActionListener()
1750 css::uno::Reference< css::frame::XTitle > xTitle(m_xTitleHelper, css::uno::UNO_QUERY_THROW); in getTitle()
1765 css::uno::Reference< css::frame::XTitle > xTitle(m_xTitleHelper, css::uno::UNO_QUERY_THROW); in setTitle()
1773 void SAL_CALL Frame::addTitleChangeListener( const css::uno::Reference< css::frame::XTitleChangeLis… in addTitleChangeListener()
1780 …css::uno::Reference< css::frame::XTitleChangeBroadcaster > xTitle(m_xTitleHelper, css::uno::UNO_QU… in addTitleChangeListener()
1788 void SAL_CALL Frame::removeTitleChangeListener( const css::uno::Reference< css::frame::XTitleChange… in removeTitleChangeListener()
1795 …css::uno::Reference< css::frame::XTitleChangeBroadcaster > xTitle(m_xTitleHelper, css::uno::UNO_QU… in removeTitleChangeListener()
1818 css::uno::Reference< css::frame::XFrame > xFrame; in implts_forgetSubFrames()
1821 xFrame->setCreator(css::uno::Reference< css::frame::XFramesSupplier >()); in implts_forgetSubFrames()
1862 …css::uno::Reference< css::frame::XFrame > xThis( static_cast< ::cppu::OWeakObject* >(this), css::u… in dispose()
1913 m_xParent = css::uno::Reference< css::frame::XFramesSupplier >(); in dispose()
2079 css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( const css::util::URL& … in queryDispatch()
2097 return css::uno::Reference< css::frame::XDispatch >(); in queryDispatch()
2118 …nce< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Frame::queryDispatches( const css::un… in queryDispatches()
2141 void SAL_CALL Frame::registerDispatchProviderInterceptor( const css::uno::Reference< css::frame::XD… in registerDispatchProviderInterceptor()
2149 …css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in registerDispatchProviderInterceptor()
2154 void SAL_CALL Frame::releaseDispatchProviderInterceptor( const css::uno::Reference< css::frame::XDi… in releaseDispatchProviderInterceptor()
2163 …css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in releaseDispatchProviderInterceptor()
2178 css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL Frame::getConfigurableDispatchInform… in getConfigurableDispatchInformation()
2279 setActiveFrame( css::uno::Reference< css::frame::XFrame >() ); in windowActivated()
2301 css::uno::Reference< css::frame::XFrame > xParent ( m_xParent, css::uno::UNO_QUERY ); in windowDeactivated()
2318 …( (css::uno::Reference< css::frame::XDesktop >( xParent, css::uno::UNO_QUERY )).is() == sal_False… in windowDeactivated()
2330 … css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in windowDeactivated()
2334 xSupplier->setActiveFrame( css::uno::Reference< css::frame::XFrame >() ); in windowDeactivated()
2378 … css::uno::Reference< css::frame::XDispatch > xCloser = queryDispatch(aURL, SPECIALTARGET_SELF, 0); in windowClosing()
2416 …css::uno::Reference< css::frame::XDesktop > xDesktopCheck( m_xParent, css::uno::UNO_QU… in windowShown()
2578 impl_setPropertyChangeBroadcaster(static_cast< css::frame::XFrame* >(this)); in impl_initializePropInfo()
2584 … ::getCppuType((const css::uno::Reference< css::frame::XDispatchRecorderSupplier >*)NULL), in impl_initializePropInfo()
2605 … ::getCppuType((const css::uno::Reference< ::com::sun::star::frame::XLayoutManager >*)NULL), in impl_initializePropInfo()
2649 … css::uno::Reference< css::frame::XLayoutManager > xOldLayoutManager = m_xLayoutManager; in impl_setPropertyValue()
2650 css::uno::Reference< css::frame::XLayoutManager > xNewLayoutManager; in impl_setPropertyValue()
2764 void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction ) in implts_sendFrameActionEvent()
2779 …rContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::frame::XFrameActionListe… in implts_sendFrameActionEvent()
2784 …css::frame::FrameActionEvent aFrameActionEvent( static_cast< ::cppu::OWeakObject* >(this), this, a… in implts_sendFrameActionEvent()
2793 … ((css::frame::XFrameActionListener*)aIterator.next())->frameAction( aFrameActionEvent ); in implts_sendFrameActionEvent()
2862 …css::uno::Reference< css::frame::XController > xController ( m_xController , css::uno::UNO… in implts_setIconOnWindow()
2900 css::uno::Reference< css::frame::XModel > xModel = xController->getModel(); in implts_setIconOnWindow()
3087 void Frame::impl_setCloser( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame , in impl_setCloser()
3097 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in impl_setCloser()
3127 … css::uno::Reference< css::frame::XDesktop > xDesktop (m_xParent, css::uno::UNO_QUERY); in impl_checkMenuCloser()
3128 … css::uno::Reference< css::frame::XFramesSupplier > xTaskSupplier(xDesktop , css::uno::UNO_QUERY); in impl_checkMenuCloser()
3144 css::uno::Reference< css::frame::XFrame > xNewCloserFrame; in impl_checkMenuCloser()
3186 …css::uno::Reference< css::frame::XFrame > xCloserFrame (m_xCloserFrame.get(), css::uno::UNO_QUERY); in impl_checkMenuCloser()
3223 sal_Bool Frame::implcp_setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) in implcp_setActiveFrame()
3227 …( css::uno::Reference< css::frame::XDesktop >( xFrame, css::uno::UNO_QUERY ).is() == sa… in implcp_setActiveFrame()
3232 sal_Bool Frame::implcp_addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionL… in implcp_addFrameActionListener()
3241 sal_Bool Frame::implcp_removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActi… in implcp_removeFrameActionListener()