Home
last modified time | relevance | path

Searched refs:GetDateSerial (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx68 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 Dinterpr4.cxx379 fValue = (bDate ? GetDateSerial( in ConvertStringToValue()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx604 double GetDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, bool bStrict );

Completed in 47 milliseconds