Home
last modified time | relevance | path

Searched refs:pMonth (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sc/addin/datefunc/
H A Ddfa.cl161 * @param *pMonth pointer to a variable for the month
166 USHORT *pDay, USHORT *pMonth, USHORT *pYear )
198 *pMonth = 1;
199 while ( (ULONG)nTempDays > DaysInMonth( *pMonth, *pYear ) )
201 nTempDays -= DaysInMonth( *pMonth, *pYear );
202 (*pMonth)++;
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx742 sal_Char const * pMonth = p; in parseVMS() local
751 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JAN")) == 0) in parseVMS()
754 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("FEB")) == 0) in parseVMS()
757 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("MAR")) == 0) in parseVMS()
760 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("APR")) == 0) in parseVMS()
763 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("MAY")) == 0) in parseVMS()
766 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JUN")) == 0) in parseVMS()
769 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JUL")) == 0) in parseVMS()
772 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("AUG")) == 0) in parseVMS()
775 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("SEP")) == 0) in parseVMS()
[all …]

Completed in 18 milliseconds