Lines Matching refs:xFrame
97 Interceptor(/*IN*/ com.sun.star.frame.XFrame xFrame) in Interceptor() argument
99 m_xFrame = xFrame ; in Interceptor()
118 com.sun.star.frame.XFrame xFrame = null; in startListening() local
127 xFrame = m_xFrame; in startListening()
324 com.sun.star.frame.XFrame xFrame = null ; in impl_frameAction() local
330 xFrame = m_xFrame; in impl_frameAction()
335 xFrame); in impl_frameAction()
616 com.sun.star.frame.XFrame xFrame = null ; in shutdown() local
632 xFrame = m_xFrame; in shutdown()
641 xFrame.removeFrameActionListener(this); in shutdown()
647 xFrame); in shutdown()
653 xFrame = null; in shutdown()