Searched refs:implGetDateMonth (Results 1 – 2 of 2) sorted by relevance
1990 sal_Int16 implGetDateMonth( double aDate );2001 rnMonth = implGetDateMonth( dDate ); in implGetDayMonthYear()2176 sal_Int16 nQ1 = 1 + (implGetDateMonth( dDate1 ) - 1) / 3; in RTLFUNC()2177 sal_Int16 nQ2 = 1 + (implGetDateMonth( dDate2 ) - 1) / 3; in RTLFUNC()2187 sal_Int16 nMonth1 = implGetDateMonth( dDate1 ); in RTLFUNC()2188 sal_Int16 nMonth2 = implGetDateMonth( dDate2 ); in RTLFUNC()2371 nRet = 1 + (implGetDateMonth( dDate ) - 1) / 3; in RTLFUNC()2376 nRet = implGetDateMonth( dDate ); in RTLFUNC()
1815 sal_Int16 implGetDateMonth( double aDate ) in implGetDateMonth() function1901 implGetDateMonth( aDate ), in RTLFUNC()2176 sal_Int16 nMonth = implGetDateMonth( rPar.Get(1)->GetDate() ); in RTLFUNC()
Completed in 29 milliseconds