Home
last modified time | relevance | path

Searched refs:implGetDateMonth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1990 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()
H A Dmethods.cxx1815 sal_Int16 implGetDateMonth( double aDate ) in implGetDateMonth() function
1901 implGetDateMonth( aDate ), in RTLFUNC()
2176 sal_Int16 nMonth = implGetDateMonth( rPar.Get(1)->GetDate() ); in RTLFUNC()

Completed in 42 milliseconds