Home
last modified time | relevance | path

Searched refs:nDayCount (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/chart2/source/view/axes/
H A DScaleAutomatism.cxx652 long nDayCount = (aMaxDate-aMinDate); in calculateExplicitIncrementAndScaleForDateTimeAxis() local
670 nMainIncrementCount = nDayCount/nIntervalDayCount; in calculateExplicitIncrementAndScaleForDateTimeAxis()
677 long nIntervalDays = nDayCount / nMaxMainIncrementCount; in calculateExplicitIncrementAndScaleForDateTimeAxis()
712 nMainIncrementCount = static_cast<long>(nDayCount/(nNumer*nDaysPerInterval)); in calculateExplicitIncrementAndScaleForDateTimeAxis()
732 if( nDayCount/nIntervalDayCount > nMaxMainIncrementCount ) in calculateExplicitIncrementAndScaleForDateTimeAxis()
/aoo42x/main/basic/source/runtime/
H A Dmethods1.cxx1831 sal_Int16 nDayCount = (sal_Int16)aDaySeq.getLength(); in RTLFUNC() local
1846 nDay = 1 + (nDay + nDayCount + nFirstDay - 2) % nDayCount; in RTLFUNC()
1847 if( nDay < 1 || nDay > nDayCount ) in RTLFUNC()
/aoo42x/main/svtools/source/control/
H A Dcalendar.cxx693 sal_uInt16 nDayCount = 42-nDaysInMonth-nWeekDay; in ImplHitTest() local
696 for ( nDay = 1; nDay <= nDayCount; nDay++ ) in ImplHitTest()
1173 sal_uInt16 nDayCount = 42-nDaysInMonth-nWeekDay; in ImplDraw() local
1176 for ( nDay = 1; nDay <= nDayCount; nDay++ ) in ImplDraw()

Completed in 57 milliseconds