Home
last modified time | relevance | path

Searched refs:m_xComponentWindow (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/framework/source/services/
H A Dframe.cxx285 , m_xComponentWindow ( )
1119 …css::uno::Reference< css::awt::XWindow > xComponentWindow( m_xComponentWindow, css::uno… in activate()
1370 css::uno::Reference< css::awt::XWindow > xOldComponentWindow = m_xComponentWindow; in setComponent()
1438 m_xComponentWindow = NULL; in setComponent()
1460 m_xComponentWindow = xComponentWindow; in setComponent()
1462 m_bConnected = (m_xComponentWindow.is() || m_xController.is()); in setComponent()
1530 return m_xComponentWindow; in getComponentWindow()
1930 if (m_xComponentWindow.is()) in dispose()
1932 …css::uno::Reference< css::lang::XComponent > xDisposable( m_xComponentWindow, css::uno::UNO_QUERY … in dispose()
2233 css::uno::Reference< css::awt::XWindow > xComponentWindow = m_xComponentWindow; in focusGained()
/AOO42X/main/framework/inc/services/
H A Dframe.hxx421 …css::uno::Reference< css::awt::XWindow > m_xComponentWindow member in framework::Frame