Home
last modified time | relevance | path

Searched refs:nTime (Results 51 – 75 of 81) sorted by relevance

1234

/aoo41x/main/svx/inc/svx/sdr/animation/
H A Danimationstate.hxx70 virtual void Trigger(sal_uInt32 nTime);
/aoo41x/main/svx/inc/svx/sdr/overlay/
H A Doverlayrectangle.hxx84 virtual void Trigger(sal_uInt32 nTime);
H A Doverlayanimatedbitmapex.hxx95 virtual void Trigger(sal_uInt32 nTime);
H A Doverlayobject.hxx157 virtual void Trigger(sal_uInt32 nTime);
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimator.hxx125 bool ProcessAnimations (const double nTime);
/aoo41x/main/tools/source/rc/
H A Drc.cxx58 nTime = 0; in Time()
/aoo41x/main/sfx2/inc/sfx2/
H A Dlinksrc.hxx79 void SetUpdateTimeout( sal_uIntPtr nTime );
H A Dobjsh.hxx464 …void SetAutoLoad( const INetURLObject&, sal_uInt32 nTime, sal_Bool bReload …
823 AutoReloadTimer_Impl( const String& rURL, sal_uInt32 nTime, sal_Bool bReloadP,
/aoo41x/main/sd/source/ui/inc/
H A Danimobjs.hxx170 void WaitInEffect( sal_uLong nMilliSeconds, sal_uLong nTime,
/aoo41x/main/editeng/source/uno/
H A Dunofield.cxx234 static util::DateTime getTime( long nTime ) in getTime() argument
239 Time aTempTime( nTime ); in getTime()
/aoo41x/main/sfx2/source/inc/
H A Dobjshimp.hxx74 DateTime nTime; member
/aoo41x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2017 sal_Int32 nTime = 800; in render() local
2024 case presentation::AnimationSpeed_SLOW : nTime = 1500; break; in render()
2025 case presentation::AnimationSpeed_FAST : nTime = 300; break; in render()
2027 case presentation::AnimationSpeed_MEDIUM : nTime = 800; in render()
2094 pPDFExtOutDevData->SetPageTransition( eType, nTime, -1 ); in render()
/aoo41x/main/offapi/com/sun/star/packages/zip/
H A DZipEntry.idl71 long nTime;
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx353 time_t nTime = time (NULL); in getLocalTime() local
355 struct tm *pLocalTime = localtime_r (&nTime, &aTime); in getLocalTime()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx2082 sal_uLong nDate, nTime; in SetFixFields() local
2086 nTime = pNewDateTime->GetTime(); in SetFixFields()
2091 nTime = Time().GetTime(); in SetFixFields()
2156 DateTime(Date(nDate), Time(nTime)) ); in SetFixFields()
/aoo41x/main/vcl/inc/os2/
H A Dsaldata.hxx183 void SalTimerProc( HWND hWnd, UINT nMsg, UINT nId, ULONG nTime );
/aoo41x/main/framework/source/loadenv/
H A Dloadenv.cxx455 sal_Int32 nTime = nTimeout; in waitWhileLoading() local
472 --nTime; in waitWhileLoading()
473 if (nTime<1) in waitWhileLoading()
/aoo41x/main/svx/source/svdraw/
H A Dsvdpntv.cxx1542 void SdrPaintView::SetAnimationTimer(sal_uInt32 nTime) in SetAnimationTimer() argument
1552 rAnimator.SetTime(nTime); in SetAnimationTimer()
/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1136 const long nTime = pInfoItem->getEditingDuration(); in Reset() local
1139 const Time aT( nTime/3600, (nTime%3600)/60, nTime%60 ); in Reset()
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx898 sal_Int32 nDate = 0,nTime = 0; in fetchRow() local
902 memcpy(&nTime, pData+ 4, 4); in fetchRow()
904 if ( !nDate && !nTime ) in fetchRow()
911 lcl_CalDate(nDate,nTime,aDateTime); in fetchRow()
/aoo41x/main/package/source/zippackage/
H A DZipPackage.cxx1011 pEntry->nTime = ZipOutputStream::getCurrentDosTime(); in WriteMimetypeMagicFile()
1048 pEntry->nTime = ZipOutputStream::getCurrentDosTime(); in WriteManifest()
1093 pEntry->nTime = ZipOutputStream::getCurrentDosTime(); in WriteContentTypes()
/aoo41x/main/svl/inc/svl/
H A Dsvdde.hxx162 long nTime; member in DdeTransaction
/aoo41x/main/vcl/inc/win/
H A Dsaldata.hxx225 void CALLBACK SalTimerProc( HWND hWnd, UINT nMsg, UINT_PTR nId, DWORD nTime );
/aoo41x/main/svx/inc/svx/
H A Dsvdpntv.hxx573 void SetAnimationTimer(sal_uInt32 nTime);
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx69 void operator () (const double nTime);

Completed in 191 milliseconds

1234