Home
last modified time | relevance | path

Searched refs:DaysInMonth (Results 1 – 13 of 13) sorted by relevance

/trunk/main/tools/source/datetime/
H A Dtdate.cxx69 inline sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear ) in DaysInMonth() function
91 nDays += DaysInMonth(i,nYear); in DateToDays()
132 while ( (sal_uIntPtr)nTempDays > DaysInMonth( rMonth, rYear ) ) in DaysToDate()
134 nTempDays -= DaysInMonth( rMonth, rYear ); in DaysToDate()
222 … nDay = nDay + ::DaysInMonth( i, GetYear() ); // += yields a warning on MSVC, so don't use it in GetDayOfYear()
322 return DaysInMonth( GetMonth(), GetYear() ); in GetDaysInMonth()
343 if ( !nDay || (nDay > DaysInMonth( nMonth, nYear )) ) in IsValid()
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl75 * Array holding values for month length, used in DaysInMonth() function
77 * @see #DaysInMonth
89 * @see #DaysInMonth, #IsLeapYear,
107 static USHORT DaysInMonth( USHORT nMonth, USHORT nYear )
144 nDays += DaysInMonth(i,nYear);
199 while ( (ULONG)nTempDays > DaysInMonth( *pMonth, *pYear ) )
201 nTempDays -= DaysInMonth( *pMonth, *pYear );
417 *r=(double) ( DaysInMonth( nMonth, nYear) );
687 case 4: /* DaysInMonth */
H A Ddfa.src146 Text = "DaysInMonth";
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx133 FUNCDATA( DaysInMonth, 1, ScaCat_DateTime, UNIQUE, INTPAR ),
572 sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear ) in DaysInMonth() function
603 nDays += DaysInMonth(i,nYear); in DateToDays()
656 while ( (sal_Int32)nTempDays > DaysInMonth( rMonth, rYear ) ) in DaysToDate()
658 nTempDays -= DaysInMonth( rMonth, rYear ); in DaysToDate()
885 return DaysInMonth( nMonth, nYear ); in getDaysInMonth()
H A Ddatefunc.src144 String 1 // description DaysInMonth
148 String 2 // name of parameter 1 DaysInMonth
152 String 3 // description of parameter 1 DaysInMonth
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx154 sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear ) in DaysInMonth() function
179 nDays += DaysInMonth(i,nYear); in DateToDays()
233 while ( (sal_Int32)nTempDays > DaysInMonth( rMonth, rYear ) ) in DaysToDate()
235 nTempDays -= DaysInMonth( rMonth, rYear ); in DaysToDate()
2826 bLastDay = (nOrigDay >= ::DaysInMonth( nMonth, nYear )); in ScaDate()
2866 if( bLastDay || (nDay >= ::DaysInMonth( nMonth, nYear )) ) in setDay()
2872 sal_uInt16 nLastDay = ::DaysInMonth( nMonth, nYear ); in setDay()
2930 sal_uInt16 nLastDay = ::DaysInMonth( nMonth, nYear ); in getDate()
2952 aTo.nDay = ::DaysInMonth( 2, aTo.nYear ); in getDiff()
2958 aFrom.nDay = ::DaysInMonth( 2, aFrom.nYear ); in getDiff()
[all …]
H A Danalysishelper.hxx63 sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear );
641 sal_uInt16 nMax = DaysInMonth( nM, nY ); in AlignDate()
1002 return b30Days ? 30 : DaysInMonth( _nMon, nYear ); in getDaysInMonth()
H A Danalysis.cxx658 …return DateToDays( DaysInMonth( sal_uInt16( nNewMonth ), nYear ), sal_uInt16( nNewMonth ), nYear )… in getEomonth()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx130 inline sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear ) in DaysInMonth() function
148 if ( !rDT.Day || (rDT.Day > DaysInMonth( rDT.Month, rDT.Year )) ) in IsValidDateTime()
/trunk/extras/l10n/source/mn/
H A Dlocalize.sdf3800 helpcontent2 source\text\scalc\01\04060111.xhp 0 help hd_id3154737 50 0 mn DaysInMonth 2002-02…
/trunk/extras/l10n/source/bo/
H A Dlocalize.sdf25790 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3150955 53 0 bo DaysInMonth(Date) …
/trunk/extras/l10n/source/zh-CN/
H A Dlocalize.sdf54737 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3150955 53 0 zh-CN DaysInMonth(Date) …
/trunk/extras/l10n/source/zh-TW/
H A Dlocalize.sdf54735 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3150955 53 0 zh-TW DaysInMonth(Date) …

Completed in 3360 milliseconds