Home
last modified time | relevance | path

Searched refs:nTime (Results 26 – 50 of 81) sorted by relevance

1234

/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx252 double nTime = DBTypeConversion::toDouble(aDateTime, DBTypeConversion::getStandardDate()); in createMacabField() local
253 nTime -= kCFAbsoluteTimeIntervalSince1970; in createMacabField()
255 newField->value = CFDateCreate(NULL, (CFAbsoluteTime) nTime); in createMacabField()
/aoo41x/main/ucb/workben/ucb/
H A Ducbdemo.cxx1003 ULONG nTime = 0; in open() local
1005 nTime = Time::GetSystemTicks(); in open()
1203 nTime = Time::GetSystemTicks() - nTime; in open()
1207 aText += UniString::CreateFromInt64( nTime ); in open()
1217 ULONG nTime = 0; in openAll() local
1219 nTime = Time::GetSystemTicks(); in openAll()
1285 nTime = Time::GetSystemTicks() - nTime; in openAll()
1289 aText += UniString::CreateFromInt64( nTime ); in openAll()
/aoo41x/main/package/source/zipapi/
H A DZipFile.cxx646 sal_Int32 nTestSig, nTime, nCRC, nSize, nCompressedSize; in readLOC() local
658 aGrabber >> nTime; in readLOC()
685 || rEntry.nTime != nTime in readLOC()
800 aMemGrabber >> aEntry.nTime; in readCEN()
888 aMemGrabber >> aEntry.nTime; in recover()
/aoo41x/main/slideshow/source/inc/
H A Deventqueue.hxx129 double nTime; member
134 : pEvent(p), nTime(t) {} in EventEntry()
/aoo41x/main/toolkit/source/awt/
H A Dvclxwindows.cxx4906 sal_Int32 nTime = 0; in getTime() local
4911 return nTime; in getTime()
4920 pTimeField->SetMin( nTime ); in setMin()
4927 sal_Int32 nTime = 0; in getMin() local
4932 return nTime; in getMin()
4948 sal_Int32 nTime = 0; in getMax() local
4953 return nTime; in getMax()
4969 sal_Int32 nTime = 0; in getFirst() local
4974 return nTime; in getFirst()
4990 sal_Int32 nTime = 0; in getLast() local
[all …]
/aoo41x/main/package/source/zippackage/
H A DZipPackageStream.cxx95 aEntry.nTime = -1; in ZipPackageStream()
117 aEntry.nTime = rInEntry.nTime; in setZipEntryOnLoading()
482 aEntry.nTime = -1; in setInputStream()
660 aEntry.nTime = -1; in setRawStream()
H A DZipPackageFolder.cxx74 aEntry.nTime = -1; in ZipPackageFolder()
175 rDest.nTime = rSource.nTime; in copyZipEntry()
/aoo41x/main/tools/source/fsys/
H A Dunx.hxx58 inline Time Unx2Time( time_t nTime ) in Unx2Time() argument
62 pTime = localtime_r( &nTime, &atm ); in Unx2Time()
/aoo41x/main/svx/source/sdr/overlay/
H A Doverlayrectangle.cxx131 void OverlayRectangle::Trigger(sal_uInt32 nTime) in Trigger() argument
136 SetTime(nTime + mnBlinkTime); in Trigger()
H A Doverlayanimatedbitmapex.cxx180 void OverlayAnimatedBitmapEx::Trigger(sal_uInt32 nTime) in Trigger() argument
185 SetTime(nTime + mnBlinkTime); in Trigger()
/aoo41x/main/framework/test/threadtest/
H A Dthreadtest.cxx713 sal_Int32 nTime=0; in Main() local
717 nTime = measureTime( nThreadCount, nOwner, nLoops ); in Main()
720 sBuf.append( nTime ); in Main()
/aoo41x/main/framework/test/
H A Dthreadtest.cxx715 sal_Int32 nTime=0; in Main() local
719 nTime = measureTime( nThreadCount, nOwner, nLoops ); in Main()
722 sBuf.append( nTime ); in Main()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlfld.cxx340 sal_uLong nTime = Time().GetTime(), nDate = Date().GetDate(); in NewField() local
357 nTime = (sal_uLong)aValue.ToInt32(); in NewField()
385 ((SwDateTimeField *)pFld)->SetDateTime( DateTime(Date(nDate), Time(nTime)) ); in NewField()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx232 bool Animator::ProcessAnimations (const double nTime) in ProcessAnimations() argument
245 bExpired |= (*iAnimation)->Run(nTime); in ProcessAnimations()
H A DSlsVisibleAreaManager.cxx298 void VisibleAreaScroller::operator() (const double nTime) in operator ()() argument
300 const double nLocalTime (maAccelerationFunction(nTime)); in operator ()()
/aoo41x/main/sfx2/source/doc/
H A Dobjmisc.cxx1325 const INetURLObject& rUrl, sal_uInt32 nTime, sal_Bool bReload ) in SetAutoLoad() argument
1333 nTime, bReload, this ); in SetAutoLoad()
1613 const String& rURL, sal_uInt32 nTime, sal_Bool bReloadP, SfxObjectShell* pSh ) in AutoReloadTimer_Impl() argument
1616 SetTimeout( nTime ); in AutoReloadTimer_Impl()
1801 sal_uInt32 nTime = aValue.GetToken( 0, ';' ).ToInt32() ; in SetAttribute() local
1815 xDocProps->setAutoloadSecs( nTime ); in SetAttribute()
/aoo41x/main/vcl/source/window/
H A Dscrwnd.cxx394 const sal_uLong nTime = Time::GetSystemTicks(); in IMPL_LINK() local
399 mnRepaintTime = Max( Time::GetSystemTicks() - nTime, 1UL ); in IMPL_LINK()
/aoo41x/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx294 sal_Int32 nTime = SvtHelpOptions().GetHelpAgentTimeoutPeriod(); in implts_startTimer() local
301 m_aTimer.SetTimeout(nTime*1000); // sec => ms ! in implts_startTimer()
/aoo41x/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionerImpl.cxx174 virtual void SAL_CALL update( double nTime )
1117 void SAL_CALL OGLTransitionerImpl::update( double nTime ) throw (uno::RuntimeException) in createWindow() argument
1143 pTransition->display( nTime, GLleavingSlide, GLenteringSlide, in createWindow()
1165 OSL_TRACE("update time: %f", nTime); in createWindow()
/aoo41x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx320 double nTime = nValue - nDays; in getValue() local
321 nTime = ::rtl::math::round( nTime * 86400.0 ) / 86400.0; in getValue()
323 aDateTime += nTime; in getValue()
/aoo41x/main/qadevOOo/runner/helper/
H A DProcessHandler.java530 final long nTime = System.currentTimeMillis(); in getSystemTime() local
531 return nTime; in getSystemTime()
/aoo41x/main/i18npool/source/localedata/
H A DLocaleNode.cxx762 sal_Int32 nTime = -1; in generateCode() local
769 nTime = aCode.indexOf( pSep->getValue()); in generateCode()
770 if (nTime < 0) in generateCode()
790 if (n100s >= 0 && nTime >= 0 && n100s <= nTime) in generateCode()
/aoo41x/main/sd/source/ui/slideshow/
H A Dshowwin.cxx218 sal_uLong nTime = Time::GetSystemTicks(); in MouseMove() local
219 if( (nTime - mnFirstMouseMove) >= SHOW_MOUSE_TIMEOUT ) in MouseMove()
/aoo41x/main/basic/source/runtime/
H A Druntime.cxx712 sal_uInt32 nTime = osl_getGlobalTimer(); in Step() local
713 if (nTime - m_nLastTime > 5 ) // 20 ms in Step()
716 m_nLastTime = nTime; in Step()
/aoo41x/main/package/inc/
H A DZipEntry.hxx33 sal_Int32 nTime; member

Completed in 149 milliseconds

1234