Home
last modified time | relevance | path

Searched refs:SetDecimalSeparatorAsLocale (Results 1 – 3 of 3) sorted by relevance

/trunk/main/unotools/source/config/
H A Dsyslocaleoptions.cxx119 void SetDecimalSeparatorAsLocale( sal_Bool bSet);
417 void SvtSysLocaleOptions_Impl::SetDecimalSeparatorAsLocale( sal_Bool bSet) in SetDecimalSeparatorAsLocale() function in SvtSysLocaleOptions_Impl
589 void SvtSysLocaleOptions::SetDecimalSeparatorAsLocale( sal_Bool bSet) in SetDecimalSeparatorAsLocale() function in SvtSysLocaleOptions
592 pOptions->SetDecimalSeparatorAsLocale(bSet); in SetDecimalSeparatorAsLocale()
/trunk/main/unotools/inc/unotools/
H A Dsyslocaleoptions.hxx119 void SetDecimalSeparatorAsLocale( sal_Bool bSet);
/trunk/main/cui/source/options/
H A Doptgdlg.cxx1500 pLangConfig->aSysLocaleOptions.SetDecimalSeparatorAsLocale(aDecimalSeparatorCB.IsChecked()); in FillItemSet()