Searched refs:GetDateSerial (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 68 double ScInterpreter::GetDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, bool bStric… in GetDateSerial() function in ScInterpreter 268 PushDouble( GetDateSerial( nYear, nMonth, nDay, true ) ); in ScEasterSunday() 285 PushDouble(GetDateSerial(nYear, nMonth, nDay, false)); in ScGetDate()
|
H A D | interpr4.cxx | 379 fValue = (bDate ? GetDateSerial( in ConvertStringToValue()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 604 double GetDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, bool bStrict );
|
Completed in 47 milliseconds