Lines Matching refs:m_xParent
285 , m_xParent ( )
691 m_xParent = xCreator; in setCreator()
719 return m_xParent; in getCreator()
822 …css::uno::Reference< css::frame::XFrame > xParent ( m_xParent, css::uno::UNO_QUE… in findFrame()
1119 …css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in activate()
1215 …css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in deactivate()
1912 if( m_xParent.is() == sal_True ) in dispose()
1914 m_xParent->getFrames()->remove( xThis ); in dispose()
1915 m_xParent = css::uno::Reference< css::frame::XFramesSupplier >(); in dispose()
2303 css::uno::Reference< css::frame::XFrame > xParent ( m_xParent, css::uno::UNO_QUERY ); in windowDeactivated()
2418 …css::uno::Reference< css::frame::XDesktop > xDesktopCheck( m_xParent, css::uno::UNO_QU… in windowShown()
3129 … css::uno::Reference< css::frame::XDesktop > xDesktop (m_xParent, css::uno::UNO_QUERY); in impl_checkMenuCloser()