Home
last modified time | relevance | path

Searched refs:getTime (Results 26 – 50 of 162) sorted by relevance

1234567

/aoo42x/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx256 ::com::sun::star::util::Time SAL_CALL OCallableStatement::getTime( sal_Int32 columnIndex ) throw(SQ… in getTime() function in OCallableStatement
261 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getTime( columnIndex ); in getTime()
H A Ddatacolumn.cxx249 com::sun::star::util::Time ODataColumn::getTime(void) throw( SQLException, RuntimeException ) in getTime() function in ODataColumn
254 return m_xRow->getTime(m_nPos); in getTime()
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()
/aoo42x/main/l10ntools/source/help/
H A DHelpIndexerTool.java251 System.out.println(end.getTime() - start.getTime() + " total milliseconds"); in mainImpl()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDatabaseMetaDataResultSet.java336 public synchronized Time getTime(int columnIndex) throws SQLException { in getTime() method in DatabaseMetaDataResultSet
339 return field.getTime(); in getTime()
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java245 public Time getTime(int arg0) throws SQLException { in getTime() method in PostgresqlResultSet
246 return implRow.getTime(arg0); in getTime()
/aoo42x/main/svtools/source/control/
H A Dtaskstat.cxx249 maTimeText = SvtSysLocale().GetLocaleData().getTime( aTime, sal_False, sal_False ); in ImplUpdateClock()
307 …XubString aStr = SvtSysLocale().GetLocaleData().getTime( Time( 23, 59, 59 ), sal_False, sal_False … in ImplUpdateField()
/aoo42x/main/connectivity/inc/connectivity/
H A DFValue.hxx277 return isNull() ? ::com::sun::star::util::Time() : getTime(); in operator ::com::sun::star::util::Time()
333 ::com::sun::star::util::Time getTime() const;
/aoo42x/main/ucb/source/sorter/
H A Dsortresult.cxx784 Time SAL_CALL SortedResultSet::getTime( sal_Int32 columnIndex ) in getTime() function in SortedResultSet
788 return Reference< XRow >::query(mxOriginal)->getTime( columnIndex ); in getTime()
1134 aOne = xRowOne->getTime( nColumn ); in CompareImpl()
1136 aTwo = xRowTwo->getTime( nColumn ); in CompareImpl()
/aoo42x/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()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java484 java.util.Date dDate = _calendar.getTime(); in getTimeInMillis()
485 return dDate.getTime(); in getTimeInMillis()
/aoo42x/main/framework/qa/complex/framework/autosave/
H A DProtocol.java728 Timestamp aDiff = new Timestamp(m_aEndTime.getTime()-m_aStartTime.getTime()); in logStatistics()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DDateHelper.java50 aBuf = aFormat.format(aCalendar.getTime(), aBuf, new FieldPosition(0) ); in getDateString()
/aoo42x/main/qadevOOo/runner/graphical/
H A DDateHelper.java50 aBuf = aFormat.format(aCalendar.getTime(), aBuf, new FieldPosition(0) ); in getDateString()
H A DTimeHelper.java80 public String getTime() in getTime() method in TimeHelper
/aoo42x/main/avmedia/inc/avmedia/
H A Dmediaitem.hxx96 double getTime() const;
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbEncoder.java87 header.creationDate = (date.getTime() / 1000) + PdbUtil.TIME_DIFF; in PdbEncoder()
/aoo42x/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()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java817 if (entry.getTime() >= 0) in unzip()
818 entryFile.setLastModified(entry.getTime()); in unzip()
/aoo42x/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1305 ::getTime( sal_Int32 columnIndex ) in getTime() function in ContentResultSetWrapper
1309 XROW_GETXXX( getTime ); in getTime()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx240 getTime( in getTime() function in ftp::ResultSetBase
246 return m_aItems[m_nRow]->getTime( columnIndex ); in getTime()
/aoo42x/main/editeng/source/uno/
H A Dunofield.cxx234 static util::DateTime getTime( long nTime ) in getTime() function
356 mpImpl->maDateTime = getTime( ((SvxExtTimeField*)pData)->GetFixTime() ); in SvxUnoTextField()
/aoo42x/main/testgraphical/source/
H A Dcompare.pl145 my $nCompareTime = getTime();
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrset.hxx293 getTime( in getTime() function in fileaccess::XResultSet_impl
299 return m_aItems[m_nRow]->getTime( columnIndex ); in getTime()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dredcom.cxx124 aDate += ScGlobal::pLocaleData->getTime( aDT, sal_False, sal_False ); in ReInit()

Completed in 148 milliseconds

1234567