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()
1257 return pRadioButton ? pRadioButton->IsChecked() : sal_False; in getState()
1266 if ( pRadioButton ) in getMinimumSize()
1267 aSz = pRadioButton->CalcMinimumSize(); in getMinimumSize()
1282 if ( pRadioButton ) in calcAdjustedSize()
1284 Size aMinSz = pRadioButton->CalcMinimumSize(); in calcAdjustedSize()
1329 …if ( pRadioButton && ( pRadioButton->IsRadioCheckEnabled() == bToggled ) && ( bToggled || pRadioBu… in ImplClickedOrToggled()
[all …]

Completed in 55 milliseconds