Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx482 sal_Int32 nTrunc = nValue / 60000; in lcl_setCombinedOffsetFieldValues() local
484 static_cast<sal_Int16>( nTrunc); in lcl_setCombinedOffsetFieldValues()
485 sal_uInt16 nMillis = static_cast<sal_uInt16>( abs( nValue - nTrunc * 60000)); in lcl_setCombinedOffsetFieldValues()

Completed in 33 milliseconds