Searched refs:IsLeapYear (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 132 FUNCDATA( IsLeapYear, 1, ScaCat_DateTime, UNIQUE, INTPAR ), 567 sal_Bool IsLeapYear( sal_uInt16 nYear ) in IsLeapYear() function 581 if ( IsLeapYear(nYear) ) in DaysInMonth() 645 if ( (nTempDays != 366) || !IsLeapYear( rYear ) ) in DaysToDate() 868 return (sal_Int32)IsLeapYear(nYear); in getIsLeapYear() 902 return ( IsLeapYear(nYear) ? 366 : 365 ); in getDaysInYear() 937 nRet = ( IsLeapYear(nYear) ? 53 : 52 ); in getWeeksInYear()
|
H A D | datefunc.src | 128 String 1 // description IsLeapYear 132 String 2 // name of parameter 1 IsLeapYear 136 String 3 // description of parameter 1 IsLeapYear
|
/aoo41x/main/sc/addin/datefunc/ |
H A D | dfa.cl | 89 * @see #DaysInMonth, #IsLeapYear, 93 static BOOL IsLeapYear( USHORT nYear ) 113 if ( IsLeapYear(nYear) ) 188 if ( (nTempDays != 366) || !IsLeapYear( *pYear ) ) 396 *r=(double) ( IsLeapYear(nYear) ); 438 * @see #IsLeapYear #WeekNumber 459 *r= (double) ( IsLeapYear(nYear) ? 53 : 52 ); 483 *r=(double) ( IsLeapYear(nYear) ? 366 : 365 ); 676 case 3: /* IsLeapYear */
|
H A D | dfa.src | 135 Text = "IsLeapYear";
|
/aoo41x/main/tools/inc/tools/ |
H A D | date.hxx | 76 sal_uInt16 GetDaysInYear() const { return (IsLeapYear()) ? 366 : 365; } in GetDaysInYear() 77 sal_Bool IsLeapYear() const;
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 156 if( (nMonth == 2) && IsLeapYear( nYear ) ) in DaysInMonth() 222 if ( (nTempDays != 366) || !IsLeapYear( rYear ) ) in DaysToDate() 314 …return GetDiffDate360( nDay1, nMonth1, nYear1, IsLeapYear( nYear1 ), nDay2, nMonth2, nYear2, bUSAM… in GetDiffDate360() 323 if( IsLeapYear( n ) ) in GetDaysInYears() 367 nDayDiff = GetDiffDate360( nDay1, nMonth1, nYear1, IsLeapYear( nYear1 ), in GetDiffParam() 373 nDaysInYear = IsLeapYear( nYear1 )? 366 : 365; in GetDiffParam() 436 sal_Bool bLeap = IsLeapYear( nY1 ); in GetDiffDate() 459 *pOptDaysIn1stYear = IsLeapYear( nY )? 366 : 365; in GetDiffDate() 503 return IsLeapYear( nY )? 366 : 365; in GetDaysInYear()
|
H A D | analysishelper.hxx | 62 inline sal_Bool IsLeapYear( sal_uInt16 nYear ); 615 inline sal_Bool IsLeapYear( sal_uInt16 n ) in IsLeapYear() function
|
/aoo41x/main/tools/source/datetime/ |
H A D | tdate.cxx | 285 if ( Date( 1, 1, GetYear()-1 ).IsLeapYear() ) in GetWeekOfYear() 327 sal_Bool Date::IsLeapYear() const in IsLeapYear() function in Date
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpgroup.cxx | 388 if (days >= 60 && !date.IsLeapYear()) in match() 523 if ( nResult >= 60 && !aDate.IsLeapYear() ) in lcl_GetDatePartValue()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 385 if ( !aDate1.IsLeapYear() ) in ScGetDiffDate360()
|
/aoo41x/extras/l10n/source/sd/ |
H A D | localize.sdf | 9653 …c.src 0 string RID_DATE_FUNCTION_NAMES DATE_FUNCNAME_IsLeapYear 0 sd IsLeapYear 2002-02-02 02…
|
/aoo41x/extras/l10n/source/bo/ |
H A D | localize.sdf | 25750 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3150205 17 0 bo IsLeapYear(Date) 2…
|
Completed in 1194 milliseconds