Home
last modified time | relevance | path

Searched refs:nTargetMonth (Results 1 – 1 of 1) sorted by path

/trunk/main/basic/source/runtime/
H A Dmethods1.cxx2049 sal_Int16 nTargetYear16 = 0, nTargetMonth = 0; in RTLFUNC() local
2057 nTargetMonth = nMonth; in RTLFUNC()
2058 bOk = implDateSerial( nTargetYear16, nTargetMonth, nDay, dNewDate ); in RTLFUNC()
2083 nTargetMonth = nMonth - nMonthAdd; in RTLFUNC()
2084 if( nTargetMonth <= 0 ) in RTLFUNC()
2086 nTargetMonth += 12; in RTLFUNC()
2093 nTargetMonth = nMonth + nMonthAdd; in RTLFUNC()
2094 if( nTargetMonth > 12 ) in RTLFUNC()
2096 nTargetMonth -= 12; in RTLFUNC()
2102 bOk = implDateSerial( nTargetYear16, nTargetMonth, nDay, dNewDate ); in RTLFUNC()
[all …]

Completed in 11 milliseconds