Searched refs:PositionChangeHdl (Results 1 – 2 of 2) sorted by relevance
/trunk/main/chart2/source/controller/dialogs/ |
H A D | res_LegendPosition.cxx | 86 m_aRbtLeft.SetToggleHdl( LINK( this, LegendPositionResources, PositionChangeHdl ) ); in impl_setRadioButtonToggleHdl() 87 m_aRbtTop.SetToggleHdl( LINK( this, LegendPositionResources, PositionChangeHdl ) ); in impl_setRadioButtonToggleHdl() 88 m_aRbtRight.SetToggleHdl( LINK( this, LegendPositionResources, PositionChangeHdl ) ); in impl_setRadioButtonToggleHdl() 89 m_aRbtBottom.SetToggleHdl( LINK( this, LegendPositionResources, PositionChangeHdl ) ); in impl_setRadioButtonToggleHdl() 246 IMPL_LINK( LegendPositionResources, PositionChangeHdl, RadioButton*, pRadio ) in IMPL_LINK() argument
|
H A D | res_LegendPosition.hxx | 64 DECL_LINK( PositionChangeHdl, RadioButton* );
|
Completed in 14 milliseconds