Home
last modified time | relevance | path

Searched refs:getTime (Results 1 – 25 of 162) sorted by last modified time

1234567

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.hxx326 …virtual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::s…
H A DCacheSet.cxx550 ::com::sun::star::util::Time SAL_CALL OCacheSet::getTime( sal_Int32 columnIndex ) throw(SQLExceptio… in getTime() function in OCacheSet
553 return m_xDriverRow->getTime(columnIndex); in getTime()
H A DKeySet.cxx1538 ::com::sun::star::util::Time SAL_CALL OKeySet::getTime( sal_Int32 columnIndex ) throw(SQLException,… in getTime() function in OKeySet
1542 return m_xRow->getTime(columnIndex); in getTime()
H A DRowSet.cxx1390 ::com::sun::star::util::Time SAL_CALL ORowSet::getTime( sal_Int32 columnIndex ) throw(SQLException,… in getTime() function in dbaccess::ORowSet
/trunk/main/padmin/source/
H A Dpadialog.cxx503 aPrintText.append( rLocaleWrapper.getTime( Time() ) ); in printPage()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationWin.cxx224 … String(rLocalData.getTime( pWin->GetTime(),false)) + rtl::OUString::createFromAscii("): \""))); in InitAnswer()
H A DSidebarWin.cxx432 … sMeta = sMeta + rtl::OUString::createFromAscii(" ") + rLocalData.getTime( GetTime(),false ); in CheckMetaText()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1521 … aInfo.msTimeDate += GetSdrGlobalData().GetLocaleData()->getTime( Time(), sal_False, sal_False ); in PreparePages()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx178 sRet = sRet + rtl::OUString::createFromAscii(" ") + rLocalData.getTime( aTime,false ); in getAnnotationDateTimeString()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx174 String aStrTime = rLoc.getTime( aDateTime ); in lcl_AddStamp()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx658 aRet = ScGlobal::pLocaleData->getTime(aData.aTime); in CalcFieldValue()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx181 aTrackText += ScGlobal::pLocaleData->getTime(aDT); in ShowNoteMarker()
/trunk/main/cui/source/dialogs/
H A Dpostdlg.cxx233 aStr += aLocaleWrapper.getTime(aTime, sal_False, sal_False); in IMPL_LINK_INLINE_END()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java457 zEntry.setTime(new Date().getTime()); in getFileEntry()
487 zEntry.setTime(new Date().getTime()); in getFolderEntry()
556 return new Date((entry != null)? entry.getTime(): 0L); in lastModified()
982 time = entry.getTime(); in Entry()
1022 public long getTime() in getTime() method in OpenOfficeDocFileSystem.Entry
1063 entry.setTime(getTime()); in save()
1068 entry.setTime(getTime()); in save()
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx309 double r = body->getTime(status = U_ZERO_ERROR); in getDateTime()
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java728 Timestamp aDiff = new Timestamp(m_aEndTime.getTime()-m_aStartTime.getTime()); in logStatistics()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java165 startTime = cal.getTime().toString(); in main()
257 OutputHandler.out("Finished at : " + Convert.cal.getTime()); in showStatistic()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSalesFilter.java139 m_aFilterDates.add( aCalendar.getTime() ); in initFilterDates()
144 m_aFilterDates.add( aCalendar.getTime() ); in initFilterDates()
149 m_aFilterDates.add( aCalendar.getTime() ); in initFilterDates()
188 aReturn = aCalDate.getTime(); in translateDate()
/trunk/main/avmedia/source/viewer/
H A Dmediawindowbase_impl.cxx402 setMediaTime( ::std::min( rItem.getTime(), getDuration() ) ); in executeMediaItem()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultset.hxx277 getTime( sal_Int32 columnIndex )
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx1051 util::Time SAL_CALL ResultSet::getTime( sal_Int32 columnIndex ) in getTime() function in ucbhelper::ResultSet
1063 return xValues->getTime( columnIndex ); in getTime()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java817 if (entry.getTime() >= 0) in unzip()
818 entryFile.setLastModified(entry.getTime()); in unzip()
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx315 aLBEntry += GetSettings().GetUILocaleDataWrapper().getTime( aDateTime.GetTime() ); in CertificateViewerDetailsTP()
320 aLBEntry += GetSettings().GetUILocaleDataWrapper().getTime( aDateTime.GetTime() ); in CertificateViewerDetailsTP()
H A Dresourcemanager.cxx82 sRet += rLoDa.getTime( aDT ); in GetDateTimeString()
102 aStr += rLoDa.getTime( aTime ); in GetDateTimeString()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx236 getTime( in getTime() function in chelp::ResultSetBase
242 return m_aItems[m_nRow]->getTime( columnIndex ); in getTime()

Completed in 163 milliseconds

1234567