Home
last modified time | relevance | path

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

/reactos/dll/win32/comdlg32/
H A Dprintdlg.c2618 static WCHAR get_decimal_sep(void) in get_decimal_sep() function
2642 wsprintfW(strout, hundredths_fmt, size / 100, get_decimal_sep(), size % 100); in size2str()
2649 wsprintfW(strout, thousandths_fmt, size / 1000, get_decimal_sep(), size % 1000); in size2str()
3261 WCHAR decimal = get_decimal_sep(); in margin_edit_notification()
3653 WCHAR decimal = get_decimal_sep(); in pagesetup_margin_editproc()