Lines Matching refs:nSecond
105 const sal_Int32 nSecond,
126 const sal_Int32 nSecond,
176 const sal_Int32 nSecond,
224 const sal_Int32 nSecond,
762 const sal_Int32 nSecond, in Paint() argument
828 const double nMinutesAngle ((nMinute+nSecond/60.0) * 2 * M_PI / 60); in Paint()
838 const double nSecondsAngle (nSecond * 2 * M_PI / 60); in Paint()
937 const sal_Int32 nSecond, in Paint() argument
941 (void)nSecond; in Paint()
963 const double nMinuteAngle ((nMinute+nSecond/60.0) * 2.0 * M_PI / 60.0); in Paint()
1255 const sal_Int32 nSecond, in Paint() argument
1291 const OUString sSeconds (OUString::valueOf(nSecond)); in Paint()