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()
554 nWeekDay = (sal_uInt16)aTempDate2.GetDayOfWeek(); in ImplFormat()
555 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplFormat()
556 mnDayCount += 42-nDaysInMonth-nWeekDay; in ImplFormat()
691 sal_uInt16 nWeekDay = (sal_uInt16)rDate.GetDayOfWeek(); in ImplHitTest() local
692 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplHitTest()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx821 sal_Int32 nWeekDay = implGetWeekDay( nNumber ); in Format() local
822 rRes = String::CreateFromInt32( nWeekDay ); in Format()