Home
last modified time | relevance | path

Searched refs:IsLeapYear (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/scaddins/source/datefunc/
H A Ddatefunc.cxx132 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 Ddatefunc.src128 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 Ddfa.cl89 * @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 Ddfa.src135 Text = "IsLeapYear";
/aoo41x/main/tools/inc/tools/
H A Ddate.hxx76 sal_uInt16 GetDaysInYear() const { return (IsLeapYear()) ? 366 : 365; } in GetDaysInYear()
77 sal_Bool IsLeapYear() const;
/aoo41x/main/scaddins/source/analysis/
H A Danalysishelper.cxx156 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 Danalysishelper.hxx62 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 Dtdate.cxx285 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 Ddpgroup.cxx388 if (days >= 60 && !date.IsLeapYear()) in match()
523 if ( nResult >= 60 && !aDate.IsLeapYear() ) in lcl_GetDatePartValue()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr2.cxx385 if ( !aDate1.IsLeapYear() ) in ScGetDiffDate360()
/aoo41x/extras/l10n/source/sd/
H A Dlocalize.sdf9653 …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 Dlocalize.sdf25750 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3150205 17 0 bo IsLeapYear(Date) 2…

Completed in 2791 milliseconds