Searched refs:m_xParentWindow (Results 1 – 12 of 12) sorted by relevance
57 , m_xParentWindow( 0 ) in CreationWizardUnoDlg()212 if( !m_xParentWindow.is() && m_xChartModel.is() ) in createDialogOnDemand()221 m_xParentWindow = xFrame->getContainerWindow(); in createDialogOnDemand()224 if( m_xParentWindow.is() ) in createDialogOnDemand()226 VCLXWindow* pImplementation = VCLXWindow::GetImplementation(m_xParentWindow); in createDialogOnDemand()274 aProperty.Value >>= m_xParentWindow; in initialize()290 m_xParentWindow.clear(); in disposing()
57 , m_xParentWindow( 0 ) in ChineseTranslation_UnoDialog()142 aProperty.Value >>= m_xParentWindow; in initialize()160 if( m_xParentWindow.is() ) in execute()162 VCLXWindow* pImplementation = VCLXWindow::GetImplementation(m_xParentWindow); in execute()191 m_xParentWindow = 0; in dispose()
126 com::sun::star::awt::XWindow > m_xParentWindow; member in textconversiondlgs::ChineseTranslation_UnoDialog
63 , m_xParentWindow (xParentWindow ) in DEFINE_XINTERFACE_1()68 if (!m_xParentWindow.is()) in DEFINE_XINTERFACE_1()86 css::uno::Reference< css::awt::XWindow > xParentWindow = m_xParentWindow; in start()
188 aPropValue.Value >>= m_xParentWindow; in initialize()259 m_xParentWindow.clear(); in dispose()317 Window* pWindow = VCLUnoHelper::GetWindow( m_xParentWindow ); in statusChanged()667 if ( m_xParentWindow.is() ) in getControlRect()669 … StatusBar* pStatusBar = dynamic_cast< StatusBar* >( VCLUnoHelper::GetWindow( m_xParentWindow )); in getControlRect()
207 m_xParentWindow.set(aPropValue.Value,UNO_QUERY); in initialize()649 Reference< XWindow > xWindow = m_xParentWindow; in isHighContrast()714 return m_xParentWindow; in getParent()
68 css::uno::Reference< css::awt::XWindow > m_xParentWindow; member in framework::VCLStatusIndicator
95 StatusBar* pStatusBar = static_cast<StatusBar*>(VCLUnoHelper::GetWindow(m_xParentWindow)); in initialize()
116 com::sun::star::awt::XWindow > m_xParentWindow; member in chart::CreationWizardUnoDlg
139 …:com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xParentWindow;
187 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xParentWindow;
205 Reference< awt::XWindowPeer > xParent( m_xParentWindow, UNO_QUERY ); in LangMenu()
Completed in 42 milliseconds