/trunk/main/cui/source/options/ |
H A D | optlingu.cxx | 258 void SetChecked( sal_Bool bVal ); 274 void DicUserData::SetChecked( sal_Bool bVal ) in SetChecked() function in DicUserData 426 void SetChecked( sal_Bool bVal ); 443 void OptionsUserData::SetChecked( sal_Bool bVal ) in SetChecked() function in OptionsUserData 566 void SetChecked( const Sequence< OUString > &rConfiguredServices ); 885 SetChecked( aCfgSvcs ); in SvxLinguData_Impl() 890 SetChecked( aCfgSvcs ); in SvxLinguData_Impl() 895 SetChecked( aCfgSvcs ); in SvxLinguData_Impl() 900 SetChecked( aCfgSvcs ); in SvxLinguData_Impl() 1749 pLinguData->SetChecked( pLinguData->GetHyphTable()[ nLang ] ); in IMPL_LINK() [all …]
|
/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessiblecheckbox.cxx | 97 void VCLXAccessibleCheckBox::SetChecked( bool bChecked ) in SetChecked() function in VCLXAccessibleCheckBox 135 SetChecked( IsChecked() ); in ProcessWindowEvent()
|
H A D | accessiblemenubasecomponent.cxx | 209 void OAccessibleMenuBaseComponent::SetChecked( sal_Bool bChecked ) in SetChecked() function in OAccessibleMenuBaseComponent 301 pComp->SetChecked( bChecked ); in UpdateChecked()
|
H A D | vclxaccessibletoolbox.cxx | 302 pItem->SetChecked( pToolBox->IsItemChecked( nItemId ) ); in UpdateChecked_Impl() 767 pChild->SetChecked( sal_True ); in getAccessibleChild()
|
H A D | vclxaccessibletoolboxitem.cxx | 182 void VCLXAccessibleToolBoxItem::SetChecked( sal_Bool _bCheck ) in SetChecked() function in VCLXAccessibleToolBoxItem
|
/trunk/main/sw/inc/ |
H A D | IMark.hxx | 112 virtual void SetChecked(bool checked) =0;
|
/trunk/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessiblecheckbox.hxx | 60 void SetChecked( bool bChecked );
|
H A D | accessiblemenubasecomponent.hxx | 91 void SetChecked( sal_Bool bChecked );
|
H A D | vclxaccessibletoolboxitem.hxx | 95 void SetChecked( sal_Bool _bCheck );
|
/trunk/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBoxCheckBoxCell.hxx | 87 void SetChecked( sal_Bool _bChecked );
|
/trunk/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxCheckBoxCell.cxx | 157 void AccessibleCheckBoxCell::SetChecked( sal_Bool _bChecked ) in SetChecked() function in accessibility::AccessibleCheckBoxCell
|
H A D | accessibletablistboxtable.cxx | 234 pCell->SetChecked( m_pTabListBox->IsItemChecked( pEntry, nCol ) ); in ProcessWindowEvent()
|
/trunk/main/sw/source/core/inc/ |
H A D | bookmrk.hxx | 261 void SetChecked(bool checked);
|
/trunk/main/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 392 void CheckboxFieldmark::SetChecked(bool checked) in SetChecked() function in sw::mark::CheckboxFieldmark
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 248 pCheckboxFm->SetChecked(aFormula.nChecked); in Read_F_FormCheckBox()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 2299 pFieldmark->SetChecked(!pFieldmark->IsChecked()); in KeyInput() 4234 pCheckboxFm->SetChecked(!pCheckboxFm->IsChecked()); in MouseButtonUp()
|