Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx528 ::rtl::OUString sSeconds = sTime.getToken( 0, ':', nTimeIndex ); in convertDateTime()
530 aRet.Seconds = (sal_uInt16)sSeconds.getToken( 0, '.', nTimeIndex ).toInt32(); in convertDateTime()
531 aRet.HundredthSeconds = (sal_uInt16)sSeconds.getToken( 0, '.', nTimeIndex ).toInt32(); in convertDateTime()
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx1291 const OUString sSeconds (OUString::valueOf(nSecond)); in Paint() local
1292 switch (sSeconds.getLength()) in Paint()
1295 sText += OUString::createFromAscii("0") + sSeconds; in Paint()
1298 sText += sSeconds; in Paint()
H A DPresenterToolBar.cxx2137 const OUString sSeconds (OUString::valueOf(nSeconds)); in FormatTime() local
2138 if (sSeconds.getLength() == 1) in FormatTime()
2140 sText.append(sSeconds); in FormatTime()
/trunk/main/jvmfwk/source/
H A Delements.cxx607 rtl::OUString sSeconds = in write() local
610 root,NULL, (xmlChar*) "modified", CXmlCharPtr(sSeconds)); in write()

Completed in 43 milliseconds