Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/controller/dialogs/
H A Dres_Trendline.cxx159 IMPL_LINK( TrendlineResources, SelectTrendLine, RadioButton *, pRadioButton ) in IMPL_LINK() argument
161 if( pRadioButton == &m_aRBLinear ) in IMPL_LINK()
163 else if( pRadioButton == &m_aRBLogarithmic ) in IMPL_LINK()
165 else if( pRadioButton == &m_aRBExponential ) in IMPL_LINK()
167 else if( pRadioButton == &m_aRBPower ) in IMPL_LINK()
169 else if( pRadioButton == &m_aRBNone ) in IMPL_LINK()
/AOO41X/main/cui/source/dialogs/
H A Dlinkdlg.cxx238 IMPL_LINK_INLINE_START( SvBaseLinksDlg, AutomaticClickHdl, RadioButton *, pRadioButton ) in IMPL_LINK_INLINE_END()
240 (void)pRadioButton; in IMPL_LINK_INLINE_END()
249 IMPL_LINK_INLINE_END( SvBaseLinksDlg, AutomaticClickHdl, RadioButton *, pRadioButton ) in IMPL_LINK_INLINE_END() argument
251 IMPL_LINK_INLINE_START( SvBaseLinksDlg, ManualClickHdl, RadioButton *, pRadioButton ) in IMPL_LINK_INLINE_END()
253 (void)pRadioButton; in IMPL_LINK_INLINE_END()
262 IMPL_LINK_INLINE_END( SvBaseLinksDlg, ManualClickHdl, RadioButton *, pRadioButton ) in IMPL_LINK_INLINE_END() argument
/AOO41X/main/accessibility/source/standard/
H A Dvclxaccessibleradiobutton.cxx101 RadioButton* pRadioButton = dynamic_cast< RadioButton* >( GetWindow() ); in FillAccessibleRelationSet() local
102 if ( pRadioButton ) in FillAccessibleRelationSet()
105 pRadioButton->GetRadioButtonGroup( aGroup, true ); in FillAccessibleRelationSet()
/AOO41X/main/toolkit/source/awt/
H A Dvclxwindows.cxx1237 RadioButton* pRadioButton = (RadioButton*)GetWindow(); in setState() local
1238 if ( pRadioButton) in setState()
1240 pRadioButton->Check( b ); in setState()
1247 pRadioButton->Click(); in setState()
1256 RadioButton* pRadioButton = (RadioButton*)GetWindow(); in getState() local
1257 return pRadioButton ? pRadioButton->IsChecked() : sal_False; in getState()
1265 RadioButton* pRadioButton = (RadioButton*) GetWindow(); in getMinimumSize() local
1266 if ( pRadioButton ) in getMinimumSize()
1267 aSz = pRadioButton->CalcMinimumSize(); in getMinimumSize()
1281 RadioButton* pRadioButton = (RadioButton*) GetWindow(); in calcAdjustedSize() local
[all …]