Lines Matching refs:frame

134                     DIRECT_INTERFACE (css::frame::XFrameActionListener                          ),  in DEFINE_XINTERFACE_5()
135 DIRECT_INTERFACE (css::frame::XTitleChangeListener ), in DEFINE_XINTERFACE_5()
136 DERIVED_INTERFACE(css::lang::XEventListener,css::frame::XFrameActionListener)) in DEFINE_XINTERFACE_5()
141 css::frame::XFrameActionListener, in DEFINE_XINTERFACE_5()
142 css::frame::XTitleChangeListener, in DEFINE_XINTERFACE_5()
164 css::uno::Reference< css::frame::XFrame > xFrame; in initialize()
188 …css::uno::Reference< css::frame::XTitleChangeBroadcaster > xBroadcaster(xFrame, css::uno::UNO_QUER… in initialize()
194 void SAL_CALL TitleBarUpdate::frameAction(const css::frame::FrameActionEvent& aEvent) in frameAction()
200 (aEvent.Action == css::frame::FrameAction_COMPONENT_ATTACHED ) || in frameAction()
201 (aEvent.Action == css::frame::FrameAction_COMPONENT_REATTACHED) || in frameAction()
202 (aEvent.Action == css::frame::FrameAction_COMPONENT_DETACHING ) in frameAction()
210 void SAL_CALL TitleBarUpdate::titleChanged(const css::frame::TitleChangedEvent& /* aEvent */) in titleChanged()
224 ::sal_Bool TitleBarUpdate::implst_getModuleInfo(const css::uno::Reference< css::frame::XFrame >& xF… in implst_getModuleInfo()
238 css::uno::Reference< css::frame::XModuleManager > xModuleManager( in implst_getModuleInfo()
269 …css::uno::Reference< css::frame::XFrame > xFrame(m_xFrame.get(), css::uno::UNO_QUERY); in impl_forceUpdate()
287 void TitleBarUpdate::impl_updateIcon(const css::uno::Reference< css::frame::XFrame >& xFrame) in impl_updateIcon()
289 css::uno::Reference< css::frame::XController > xController = xFrame->getController (); in impl_updateIcon()
349 css::uno::Reference< css::frame::XModel > xModel = xController->getModel(); in impl_updateIcon()
361 void TitleBarUpdate::impl_updateTitle(const css::uno::Reference< css::frame::XFrame >& xFrame) in impl_updateTitle()
368 css::uno::Reference< css::frame::XTitle > xTitle(xFrame, css::uno::UNO_QUERY); in impl_updateTitle()