Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dcommoncontrol.hxx132 inline Window* getVclControlWindow() { return m_pControlWindow; } in getVclControlWindow() function in pcr::ControlHelper
133 inline const Window* getVclControlWindow() const { return m_pControlWindow; } in getVclControlWindow() function in pcr::ControlHelper
214 …Window() { return static_cast< WindowType* > ( m_aImplControl.getVclControlWindow() ); } in getTypedControlWindow()
215 …Window() const { return static_cast< const WindowType* >( m_aImplControl.getVclControlWindow() ); } in getTypedControlWindow()

Completed in 9 milliseconds