ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

numbers.c File Reference
#include "intl.h"

Go to the source code of this file.

Defines

#define SAMPLE_NUMBER   _T("123456789")
#define SAMPLE_NEG_NUMBER   _T("-123456789")
#define MAX_NUM_SEP_SAMPLES   2
#define MAX_FRAC_NUM_SAMPLES   10
#define MAX_FIELD_SEP_SAMPLES   1
#define MAX_FIELD_DIG_SAMPLES   3
#define MAX_NEG_SIGN_SAMPLES   1
#define MAX_NEG_NUMBERS_SAMPLES   5
#define MAX_LEAD_ZEROES_SAMPLES   2
#define MAX_LIST_SEP_SAMPLES   1
#define MAX_UNITS_SYS_SAMPLES   2

Functions

static VOID InitNumDecimalSepCB (HWND hwndDlg, LCID lcid)
static VOID InitNumOfFracSymbCB (HWND hwndDlg, LCID lcid)
static VOID InitNumFieldSepCB (HWND hwndDlg, LCID lcid)
static VOID InitFieldDigNumCB (HWND hwndDlg, LCID lcid)
static VOID InitNegSignCB (HWND hwndDlg, LCID lcid)
static VOID InitNegNumFmtCB (HWND hwndDlg, LCID lcid)
static VOID InitLeadingZeroesCB (HWND hwndDlg, LCID lcid)
static VOID InitListSepCB (HWND hwndDlg, LCID lcid)
static VOID InitUnitsSysCB (HWND hwndDlg, LCID lcid)
static VOID UpdateNumSamples (HWND hwndDlg, LCID lcid)
static BOOL SetNumDecimalSep (HWND hwndDlg, LCID lcid)
static BOOL SetFracSymNum (HWND hwndDlg, LCID lcid)
static BOOL SetNumFieldSep (HWND hwndDlg, LCID lcid)
static BOOL SetFieldDigNum (HWND hwndDlg, LCID lcid)
static BOOL SetNumNegSign (HWND hwndDlg, LCID lcid)
static BOOL SetNegSumFmt (HWND hwndDlg, LCID lcid)
static BOOL SetNumLeadZero (HWND hwndDlg, LCID lcid)
static BOOL SetNumListSep (HWND hwndDlg, LCID lcid)
static BOOL SetNumUnitsSys (HWND hwndDlg, LCID lcid)
INT_PTR CALLBACK NumbersPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)

Variables

static LPTSTR lpNumSepSamples [MAX_NUM_SEP_SAMPLES]
static LPTSTR lpFieldSepSamples [MAX_FIELD_SEP_SAMPLES]
static LPTSTR lpFieldDigNumSamples [MAX_FIELD_DIG_SAMPLES]
static LPTSTR lpNegSignSamples [MAX_NEG_SIGN_SAMPLES]
static LPTSTR lpNegNumFmtSamples [MAX_NEG_NUMBERS_SAMPLES]
static LPTSTR lpLeadNumFmtSamples [MAX_LEAD_ZEROES_SAMPLES]
static LPTSTR lpListSepSamples [MAX_LIST_SEP_SAMPLES]

Generated on Sat May 26 2012 04:48:47 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.