Searched refs:nTargetMonth (Results 1 – 1 of 1) sorted by relevance
2049 sal_Int16 nTargetYear16 = 0, nTargetMonth = 0; in RTLFUNC() local2057 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 25 milliseconds