Lines Matching refs:nDay
1055 xub_StrLen nDay = rCode.Search( 'D' ); in scanDateFormatImpl() local
1058 if ( nDay == STRING_NOTFOUND || nMonth == STRING_NOTFOUND || nYear == STRING_NOTFOUND ) in scanDateFormatImpl()
1065 nDay = rCode.Search( 'P' ); in scanDateFormatImpl()
1069 else if ( nDay == STRING_NOTFOUND ) in scanDateFormatImpl()
1073 nDay = rCode.Search( 'T' ); // German in scanDateFormatImpl()
1074 if ( nDay != STRING_NOTFOUND ) in scanDateFormatImpl()
1081 nDay = rCode.Search( 'J' ); // French in scanDateFormatImpl()
1082 if ( nDay == STRING_NOTFOUND ) in scanDateFormatImpl()
1083 nDay = rCode.Search( 'G' ); // Italian in scanDateFormatImpl()
1095 if ( nDay == STRING_NOTFOUND || nMonth == STRING_NOTFOUND || nYear == STRING_NOTFOUND ) in scanDateFormatImpl()
1103 if ( nDay == STRING_NOTFOUND ) in scanDateFormatImpl()
1104 nDay = rCode.Len(); in scanDateFormatImpl()
1112 if ( nDay <= nMonth && nMonth <= nYear ) in scanDateFormatImpl()
1114 else if ( nMonth <= nDay && nDay <= nYear ) in scanDateFormatImpl()
1116 else if ( nYear <= nMonth && nMonth <= nDay ) in scanDateFormatImpl()
1513 sal_uInt16 nDay = rDate.GetDay(); in getDate() local
1529 pBuf = ImplAdd2UNum( pBuf, nDay, sal_True /* IsDateDayLeadingZero() */ ); in getDate()
1538 pBuf = ImplAdd2UNum( pBuf, nDay, sal_True /* IsDateDayLeadingZero() */ ); in getDate()
1547 pBuf = ImplAdd2UNum( pBuf, nDay, sal_True /* IsDateDayLeadingZero() */ ); in getDate()