Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dcommoncontrol.hxx194 ControlHelper m_aImplControl; member in pcr::CommonBehaviourControl
214 …ypedControlWindow() { return static_cast< WindowType* > ( m_aImplControl.getVclControlW… in getTypedControlWindow()
215 …ypedControlWindow() const { return static_cast< const WindowType* >( m_aImplControl.getVclControlW… in getTypedControlWindow()
251 … ,m_aImplControl( new WindowType( _pParentWindow, _nWindowStyle ), _nControlType, *this, this ) in CommonBehaviourControl()
254 pControlWindow->setControlHelper( m_aImplControl ); in CommonBehaviourControl()
257 pControlWindow->SetModifyHdl( LINK( &m_aImplControl, ControlHelper, ModifiedHdl ) ); in CommonBehaviourControl()
258 pControlWindow->SetGetFocusHdl( LINK( &m_aImplControl, ControlHelper, GetFocusHdl ) ); in CommonBehaviourControl()
259 pControlWindow->SetLoseFocusHdl( LINK( &m_aImplControl, ControlHelper, LoseFocusHdl ) ); in CommonBehaviourControl()
261 m_aImplControl.autoSizeWindow(); in CommonBehaviourControl()
268 return m_aImplControl.getControlType(); in getControlType()
[all …]
H A Dstandardcontrol.cxx241 m_aImplControl.notifyModifiedValue(); in modified()
809 m_aImplControl.notifyModifiedValue(); in modified()
901 m_aImplControl.notifyModifiedValue(); in modified()
969 m_aImplControl.notifyModifiedValue();