Searched refs:DaysInMonth (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/tools/source/datetime/ |
H A D | tdate.cxx | 69 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()
|
/aoo42x/main/sc/addin/datefunc/ |
H A D | dfa.cl | 75 * 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 D | dfa.src | 146 Text = "DaysInMonth";
|
/aoo42x/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 133 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 D | datefunc.src | 144 String 1 // description DaysInMonth 148 String 2 // name of parameter 1 DaysInMonth 152 String 3 // description of parameter 1 DaysInMonth
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 154 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 D | analysishelper.hxx | 63 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 D | analysis.cxx | 658 …return DateToDays( DaysInMonth( sal_uInt16( nNewMonth ), nYear ), sal_uInt16( nNewMonth ), nYear )… in getEomonth()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objuno.cxx | 130 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()
|
/aoo42x/extras/l10n/source/mn/ |
H A D | localize.sdf | 3800 helpcontent2 source\text\scalc\01\04060111.xhp 0 help hd_id3154737 50 0 mn DaysInMonth 2002-02…
|
/aoo42x/extras/l10n/source/bo/ |
H A D | localize.sdf | 25790 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3150955 53 0 bo DaysInMonth(Date) …
|
/aoo42x/extras/l10n/source/zh-TW/ |
H A D | localize.sdf | 54735 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3150955 53 0 zh-TW DaysInMonth(Date) …
|
/aoo42x/extras/l10n/source/zh-CN/ |
H A D | localize.sdf | 54737 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3150955 53 0 zh-CN DaysInMonth(Date) …
|
Completed in 2870 milliseconds