Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/runtime/
H A Dmethods1.cxx2068 sal_Int16 nMonthAdd; in RTLFUNC() local
2072 nMonthAdd = (sal_Int16)( 3 * (lNumber % 4) ); in RTLFUNC()
2077 nMonthAdd = (sal_Int16)( lNumber % 12 ); in RTLFUNC()
2083 nTargetMonth = nMonth - nMonthAdd; in RTLFUNC()
2093 nTargetMonth = nMonth + nMonthAdd; in RTLFUNC()

Completed in 66 milliseconds