Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dfield2.cxx1351 sal_Bool bShowCentury = sal_False; in ImplGetDateAsText() local
1361 bShowCentury = sal_True; in ImplGetDateAsText()
1366 bShowCentury = sal_False; in ImplGetDateAsText()
1370 if ( !bShowCentury ) in ImplGetDateAsText()
1378 bShowCentury = sal_True; in ImplGetDateAsText()
1388 sal_uInt16 nYearLen = bShowCentury ? 4 : 2; in ImplGetDateAsText()
1390 if ( !bShowCentury ) in ImplGetDateAsText()
1723 sal_Bool bShowCentury = (eDateFormat == XTDATEF_SYSTEM_SHORT_YYYY); in GetExtDateFormat() local
1726 case DMY: eDateFormat = bShowCentury ? XTDATEF_SHORT_DDMMYYYY : XTDATEF_SHORT_DDMMYY; in GetExtDateFormat()
1728 case MDY: eDateFormat = bShowCentury ? XTDATEF_SHORT_MMDDYYYY : XTDATEF_SHORT_MMDDYY; in GetExtDateFormat()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx377 void SetShowDateCentury( sal_Bool bShowCentury );

Completed in 34 milliseconds