Lines Matching refs:frame

126 css::uno::WeakReference< css::frame::XFrame > Frame::m_xCloserFrame = css::uno::WeakReference< css:…
139 DIRECT_INTERFACE(css::frame::XFramesSupplier ), in DEFINE_XINTERFACE_21()
140 DIRECT_INTERFACE(css::frame::XFrame ), in DEFINE_XINTERFACE_21()
143 DIRECT_INTERFACE(css::frame::XDispatchProvider ), in DEFINE_XINTERFACE_21()
144 DIRECT_INTERFACE(css::frame::XDispatchInformationProvider ), in DEFINE_XINTERFACE_21()
145 DIRECT_INTERFACE(css::frame::XDispatchProviderInterception ), in DEFINE_XINTERFACE_21()
155 … DIRECT_INTERFACE(css::frame::XComponentLoader ), in DEFINE_XINTERFACE_21()
156 … DIRECT_INTERFACE(css::frame::XTitle ), in DEFINE_XINTERFACE_21()
157 … DIRECT_INTERFACE(css::frame::XTitleChangeBroadcaster ) in DEFINE_XINTERFACE_21()
163 css::frame::XFramesSupplier , in DEFINE_XINTERFACE_21()
164 css::frame::XFrame , in DEFINE_XINTERFACE_21()
169 css::frame::XDispatchProvider , in DEFINE_XINTERFACE_21()
170 css::frame::XDispatchInformationProvider , in DEFINE_XINTERFACE_21()
171 css::frame::XDispatchProviderInterception , in DEFINE_XINTERFACE_21()
178 … css::frame::XComponentLoader , in DEFINE_XINTERFACE_21()
179 … css::frame::XTitle , in DEFINE_XINTERFACE_21()
180 css::frame::XTitleChangeBroadcaster in DEFINE_XINTERFACE_21()
203 …css::uno::Reference< css::frame::XDispatchProvider > xDispatchProvider( static_cast< ::cppu::OWeak… in DEFINE_XINTERFACE_21()
207 …m_xDispatchInfoHelper = css::uno::Reference< css::frame::XDispatchInformationProvider >( static_ca… in DEFINE_XINTERFACE_21()
215 …m_xDispatchHelper = css::uno::Reference< css::frame::XDispatchProvider >( static_cast< ::cppu::OWe… in DEFINE_XINTERFACE_21()
223 …m_xFramesHelper = css::uno::Reference< css::frame::XFrames >( static_cast< ::cppu::OWeakObject* >(… in DEFINE_XINTERFACE_21()
245 …m_xLayoutManager = css::uno::Reference< css::frame::XLayoutManager >(m_xFactory->createInstance(SE… in DEFINE_XINTERFACE_21()
362 …css::uno::Reference< css::frame::XComponentLoader > xThis(static_cast< css::frame::XComponentLoade… in loadComponentFromURL()
382 css::uno::Reference< css::frame::XFrames > SAL_CALL Frame::getFrames() throw( css::uno::RuntimeExce… in getFrames()
419 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw( css::uno::Runtime… in getActiveFrame()
447 void SAL_CALL Frame::setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) thro… in setActiveFrame()
461 css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getActive(); in setActiveFrame()
492 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_DEACTIVATING ); in setActiveFrame()
514 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_ACTIVATED ); in setActiveFrame()
521 void lcl_enableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManage… in lcl_enableLayoutManager()
522 … const css::uno::Reference< css::frame::XFrame >& xFrame ) in lcl_enableLayoutManager()
527 …css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_enableLayoutManager()
538 void lcl_disableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManag… in lcl_disableLayoutManager()
539 … const css::uno::Reference< css::frame::XFrame >& xFrame ) in lcl_disableLayoutManager()
541 …css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_disableLayoutManager()
544 xLayoutManager->attachFrame(css::uno::Reference< css::frame::XFrame >()); in lcl_disableLayoutManager()
568 static_cast< css::frame::XFrame* >(this)); in initialize()
576 static_cast< css::frame::XFrame* >(this)); in initialize()
596 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager = m_xLayoutManager; in initialize()
607 …css::uno::Reference< css::frame::XFrame > xThis (static_cast< css::fram… in initialize()
637 …m_xTitleHelper = css::uno::Reference< css::frame::XTitle >(static_cast< ::cppu::OWeakObject* >(pTi… in initialize()
685 void SAL_CALL Frame::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& xCreator… in setCreator()
695 css::uno::Reference< css::frame::XDesktop > xIsDesktop( xCreator, css::uno::UNO_QUERY ); in setCreator()
710 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Frame::getCreator() throw( css::uno::Ru… in getCreator()
793 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl::OUString& sTarge… in findFrame()
796 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame()
822 …css::uno::Reference< css::frame::XFrame > xParent ( m_xParent, css::uno::UNO_QUE… in findFrame()
930 (nSearchFlags & css::frame::FrameSearchFlag::SELF) && in findFrame()
946 (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN) in findFrame()
960 ( bIsTopFrame && (nSearchFlags & css::frame::FrameSearchFlag::TASKS) ) || in findFrame()
980 (nSearchFlags & css::frame::FrameSearchFlag::SIBLINGS) && in findFrame()
984 … css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in findFrame()
993 css::uno::Reference< css::frame::XFrame > xSibling; in findFrame()
1005 sal_Int32 nRightFlags = css::frame::FrameSearchFlag::SELF; in findFrame()
1006 if (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN) in findFrame()
1007 nRightFlags |= css::frame::FrameSearchFlag::CHILDREN; in findFrame()
1025 (nSearchFlags & css::frame::FrameSearchFlag::PARENT) && in findFrame()
1034 nRightFlags &= ~css::frame::FrameSearchFlag::CHILDREN; in findFrame()
1047 (nSearchFlags & css::frame::FrameSearchFlag::CREATE) in findFrame()
1118 …css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getAc… in activate()
1119 …css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in activate()
1120 …css::uno::Reference< css::frame::XFrame > xThis ( static_cast< ::cppu::OWeakOb… in activate()
1157 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_ACTIVATED ); in activate()
1185 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_ACTIVATED ); in activate()
1214 …css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getAc… in deactivate()
1215 …css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in deactivate()
1216 …css::uno::Reference< css::frame::XFrame > xThis ( static_cast< ::cppu::OWeakOb… in deactivate()
1245 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_DEACTIVATING ); in deactivate()
1257 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_DEACTIVATING ); in deactivate()
1324 implts_sendFrameActionEvent( css::frame::FrameAction_CONTEXT_CHANGED ); in contextChanged()
1357 …const css::uno::Reference< css::frame::XController >& xController ) throw( css::uno::Runtim… in setComponent()
1373 css::uno::Reference< css::frame::XController > xOldController = m_xController; in setComponent()
1389 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_DETACHING ); in setComponent()
1472 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_REATTACHED ); in setComponent()
1475 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_ATTACHED ); in setComponent()
1553 css::uno::Reference< css::frame::XController > SAL_CALL Frame::getController() throw( css::uno::Run… in getController()
1579 void SAL_CALL Frame::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionLis… in addFrameActionListener()
1590 …m_aListenerContainer.addInterface( ::getCppuType( (const css::uno::Reference< css::frame::XFrameAc… in addFrameActionListener()
1594 void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css::frame::XFrameAction… in removeFrameActionListener()
1605 …m_aListenerContainer.removeInterface( ::getCppuType( (const css::uno::Reference< css::frame::XFram… in removeFrameActionListener()
1752 css::uno::Reference< css::frame::XTitle > xTitle(m_xTitleHelper, css::uno::UNO_QUERY_THROW); in getTitle()
1767 css::uno::Reference< css::frame::XTitle > xTitle(m_xTitleHelper, css::uno::UNO_QUERY_THROW); in setTitle()
1775 void SAL_CALL Frame::addTitleChangeListener( const css::uno::Reference< css::frame::XTitleChangeLis… in addTitleChangeListener()
1782 …css::uno::Reference< css::frame::XTitleChangeBroadcaster > xTitle(m_xTitleHelper, css::uno::UNO_QU… in addTitleChangeListener()
1790 void SAL_CALL Frame::removeTitleChangeListener( const css::uno::Reference< css::frame::XTitleChange… in removeTitleChangeListener()
1797 …css::uno::Reference< css::frame::XTitleChangeBroadcaster > xTitle(m_xTitleHelper, css::uno::UNO_QU… in removeTitleChangeListener()
1820 css::uno::Reference< css::frame::XFrame > xFrame; in implts_forgetSubFrames()
1823 xFrame->setCreator(css::uno::Reference< css::frame::XFramesSupplier >()); in implts_forgetSubFrames()
1864 …css::uno::Reference< css::frame::XFrame > xThis( static_cast< ::cppu::OWeakObject* >(this), css::u… in dispose()
1915 m_xParent = css::uno::Reference< css::frame::XFramesSupplier >(); in dispose()
2081 css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( const css::util::URL& … in queryDispatch()
2099 return css::uno::Reference< css::frame::XDispatch >(); in queryDispatch()
2120 …nce< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Frame::queryDispatches( const css::un… in queryDispatches()
2143 void SAL_CALL Frame::registerDispatchProviderInterceptor( const css::uno::Reference< css::frame::XD… in registerDispatchProviderInterceptor()
2151 …css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in registerDispatchProviderInterceptor()
2156 void SAL_CALL Frame::releaseDispatchProviderInterceptor( const css::uno::Reference< css::frame::XDi… in releaseDispatchProviderInterceptor()
2165 …css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in releaseDispatchProviderInterceptor()
2180 css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL Frame::getConfigurableDispatchInform… in getConfigurableDispatchInformation()
2281 setActiveFrame( css::uno::Reference< css::frame::XFrame >() ); in windowActivated()
2303 css::uno::Reference< css::frame::XFrame > xParent ( m_xParent, css::uno::UNO_QUERY ); in windowDeactivated()
2320 …( (css::uno::Reference< css::frame::XDesktop >( xParent, css::uno::UNO_QUERY )).is() == sal_False… in windowDeactivated()
2332 … css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in windowDeactivated()
2336 xSupplier->setActiveFrame( css::uno::Reference< css::frame::XFrame >() ); in windowDeactivated()
2380 … css::uno::Reference< css::frame::XDispatch > xCloser = queryDispatch(aURL, SPECIALTARGET_SELF, 0); in windowClosing()
2418 …css::uno::Reference< css::frame::XDesktop > xDesktopCheck( m_xParent, css::uno::UNO_QU… in windowShown()
2580 impl_setPropertyChangeBroadcaster(static_cast< css::frame::XFrame* >(this)); in impl_initializePropInfo()
2586 … ::getCppuType((const css::uno::Reference< css::frame::XDispatchRecorderSupplier >*)NULL), in impl_initializePropInfo()
2607 … ::getCppuType((const css::uno::Reference< ::com::sun::star::frame::XLayoutManager >*)NULL), in impl_initializePropInfo()
2651 … css::uno::Reference< css::frame::XLayoutManager > xOldLayoutManager = m_xLayoutManager; in impl_setPropertyValue()
2652 css::uno::Reference< css::frame::XLayoutManager > xNewLayoutManager; in impl_setPropertyValue()
2766 void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction ) in implts_sendFrameActionEvent()
2781 …rContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::frame::XFrameActionListe… in implts_sendFrameActionEvent()
2786 …css::frame::FrameActionEvent aFrameActionEvent( static_cast< ::cppu::OWeakObject* >(this), this, a… in implts_sendFrameActionEvent()
2795 … ((css::frame::XFrameActionListener*)aIterator.next())->frameAction( aFrameActionEvent ); in implts_sendFrameActionEvent()
2864 …css::uno::Reference< css::frame::XController > xController ( m_xController , css::uno::UNO… in implts_setIconOnWindow()
2902 css::uno::Reference< css::frame::XModel > xModel = xController->getModel(); in implts_setIconOnWindow()
3089 void Frame::impl_setCloser( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame , in impl_setCloser()
3099 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in impl_setCloser()
3129 … css::uno::Reference< css::frame::XDesktop > xDesktop (m_xParent, css::uno::UNO_QUERY); in impl_checkMenuCloser()
3130 … css::uno::Reference< css::frame::XFramesSupplier > xTaskSupplier(xDesktop , css::uno::UNO_QUERY); in impl_checkMenuCloser()
3146 css::uno::Reference< css::frame::XFrame > xNewCloserFrame; in impl_checkMenuCloser()
3188 …css::uno::Reference< css::frame::XFrame > xCloserFrame (m_xCloserFrame.get(), css::uno::UNO_QUERY); in impl_checkMenuCloser()
3225 sal_Bool Frame::implcp_setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) in implcp_setActiveFrame()
3229 …( css::uno::Reference< css::frame::XDesktop >( xFrame, css::uno::UNO_QUERY ).is() == sa… in implcp_setActiveFrame()
3234 sal_Bool Frame::implcp_addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionL… in implcp_addFrameActionListener()
3243 sal_Bool Frame::implcp_removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActi… in implcp_removeFrameActionListener()