Searched refs:nMilliSecond (Results 1 – 2 of 2) sorted by relevance
/trunk/main/i18npool/source/calendar/ |
H A D | calendar_gregorian.cxx | 454 sal_Int32 nSecond, sal_Int32 nMilliSecond, sal_Int32 nZone, sal_Int32 nDST ) in submitValues() argument 470 if (nMilliSecond >= 0) in submitValues() 471 body->set( UCAL_MILLISECOND, nMilliSecond); in submitValues() 528 …sal_Int32 nZone1, nDST1, nYear, nMonth, nDay, nHour, nMinute, nSecond, nMilliSecond, nZone0, nDST0; in setValue() local 530 nYear = nMonth = nDay = nHour = nMinute = nSecond = nMilliSecond = -1; in setValue() 572 nMilliSecond = body->get( UCAL_MILLISECOND, status = U_ZERO_ERROR); in setValue() 574 nMilliSecond = -1; in setValue() 590 … submitValues( nYear, nMonth, nDay, nHour, nMinute, nSecond, nMilliSecond, nZone0, nDST0); in setValue() 641 … submitValues( nYear, nMonth, nDay, nHour, nMinute, nSecond, nMilliSecond, nZone2, nDST2); in setValue() 687 … submitValues( nYear, nMonth, nDay, nHour, nMinute, nSecond, nMilliSecond, nZone3, nDST3); in setValue()
|
/trunk/main/i18npool/inc/ |
H A D | calendar_gregorian.hxx | 108 …Day, sal_Int32 nHour, sal_Int32 nMinute, sal_Int32 nSecond, sal_Int32 nMilliSecond, sal_Int32 nZon…
|
Completed in 15 milliseconds