Lines Matching refs:xFrame

164     css::uno::Reference< css::frame::XFrame > xFrame;  in initialize()  local
171 lArguments[0] >>= xFrame; in initialize()
172 if (!xFrame.is()) in initialize()
181 m_xFrame = xFrame; in initialize()
186 xFrame->addFrameActionListener(this); in initialize()
188 …css::uno::Reference< css::frame::XTitleChangeBroadcaster > xBroadcaster(xFrame, css::uno::UNO_QUER… in initialize()
224 …_Bool TitleBarUpdate::implst_getModuleInfo(const css::uno::Reference< css::frame::XFrame >& xFrame, in implst_getModuleInfo() argument
227 if ( ! xFrame.is ()) in implst_getModuleInfo()
246 rInfo.sID = xModuleManager->identify(xFrame); in implst_getModuleInfo()
269 …css::uno::Reference< css::frame::XFrame > xFrame(m_xFrame.get(), css::uno::UNO_QUERY); in impl_forceUpdate() local
274 if ( ! xFrame.is()) in impl_forceUpdate()
278 css::uno::Reference< css::awt::XWindow > xWindow = xFrame->getContainerWindow(); in impl_forceUpdate()
282 impl_updateIcon (xFrame); in impl_forceUpdate()
283 impl_updateTitle (xFrame); in impl_forceUpdate()
287 void TitleBarUpdate::impl_updateIcon(const css::uno::Reference< css::frame::XFrame >& xFrame) in impl_updateIcon() argument
289 css::uno::Reference< css::frame::XController > xController = xFrame->getController (); in impl_updateIcon()
290 css::uno::Reference< css::awt::XWindow > xWindow = xFrame->getContainerWindow (); in impl_updateIcon()
324 if (implst_getModuleInfo(xFrame, aInfo)) in impl_updateIcon()
361 void TitleBarUpdate::impl_updateTitle(const css::uno::Reference< css::frame::XFrame >& xFrame) in impl_updateTitle() argument
364 css::uno::Reference< css::awt::XWindow > xWindow = xFrame->getContainerWindow (); in impl_updateTitle()
368 css::uno::Reference< css::frame::XTitle > xTitle(xFrame, css::uno::UNO_QUERY); in impl_updateTitle()