Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dcalendar.cxx535 sal_uInt16 nWeekDay; in ImplFormat() local
538 nWeekDay = (sal_uInt16)aTempDate.GetDayOfWeek(); in ImplFormat()
539 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplFormat()
540 maFirstDate -= (sal_uLong)nWeekDay; in ImplFormat()
541 mnDayCount = nWeekDay; in ImplFormat()
555 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplFormat()
556 mnDayCount += 42-nDaysInMonth-nWeekDay; in ImplFormat()
692 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplHitTest()
1172 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplDraw()
2274 nWeekDay = (nWeekDay+(7-(sal_uInt16)ImplGetWeekStart())) % 7; in GetDateRect()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx823 sal_Int32 nWeekDay = implGetWeekDay( nNumber ); in Format() local
824 rRes = String::CreateFromInt32( nWeekDay ); in Format()

Completed in 50 milliseconds