Searched refs:implDateSerial (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basic/source/runtime/ |
H A D | methods1.cxx | 1988 sal_Bool implDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, double& rdRet ); 2058 bOk = implDateSerial( nTargetYear16, nTargetMonth, nDay, dNewDate ); in RTLFUNC() 2102 bOk = implDateSerial( nTargetYear16, nTargetMonth, nDay, dNewDate ); in RTLFUNC() 2122 implDateSerial( nTargetYear16, nTargetMonth, nCorrectionDay, dNewDate ); in RTLFUNC() 2319 implDateSerial( nYear, 1, 1, dBaseDate ); in implGetDateOfFirstDayInFirstWeek() 2383 implDateSerial( nYear, 1, 1, dBaseDate ); in RTLFUNC()
|
H A D | methods.cxx | 1835 sal_Bool implDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, double& rdRet ) in implDateSerial() function 1925 if( implDateSerial( (sal_Int16)aYearStr.ToInt32(), in RTLFUNC() 1950 if( implDateSerial( nYear, nMonth, nDay, dDate ) ) in RTLFUNC()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxscan.cxx | 716 sal_Bool implDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, double& rdRet ); 830 implDateSerial( nYear, 1, 1, dBaseDate ); in Format()
|
Completed in 67 milliseconds