Home
last modified time | relevance | path

Searched refs:GetMSFromTime (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dpresent.cxx286 …rAttr.Put( SfxUInt32Item ( ATTR_PRESENT_PAUSE_TIMEOUT, aTmfPause.GetTime().GetMSFromTime() / 1000 … in GetAttr()
319 aCbxAutoLogo.Enable( bAuto && ( aTmfPause.GetTime().GetMSFromTime() > 0 ) ); in IMPL_LINK()
341 aCbxAutoLogo.Enable( aRbtAuto.IsChecked() && ( aTmfPause.GetTime().GetMSFromTime() > 0 ) ); in IMPL_LINK()
H A Danimobjs.cxx298 nFullTime = aTime.GetMSFromTime(); in IMPL_LINK()
339 sal_uLong nTime = pTime->GetMSFromTime(); in IMPL_LINK()
H A Ddlgass.cxx1055 sal_uInt32 nNewTime = (sal_uInt32)mpPage3PresTimeTMF->GetTime().GetMSFromTime() / 1000; in GetDocument()
1060 rSettings.mnPauseTimeout = (sal_Int32)mpPage3BreakTMF->GetTime().GetMSFromTime() / 1000; in GetDocument()
/trunk/main/sd/source/ui/tools/
H A DTimerBasedTaskExecution.cxx147 sal_uInt32 nStartTime (Time().GetMSFromTime()); in IMPL_LINK()
154 sal_uInt32 nDuration (Time().GetMSFromTime()-nStartTime); in IMPL_LINK()
/trunk/main/tools/source/datetime/
H A Ddatetime.cxx369 long nTime = rDateTime1.GetMSFromTime() - rDateTime2.GetMSFromTime(); in operator -()
H A Dttime.cxx221 sal_Int32 Time::GetMSFromTime() const in GetMSFromTime() function in Time
/trunk/main/tools/inc/tools/
H A Dtime.hxx68 sal_Int32 GetMSFromTime() const;
/trunk/main/sd/source/filter/html/
H A Dpubdlg.cxx852 aValue.Value <<= (sal_uInt32)pPage2_Duration->GetTime().GetMSFromTime() / 1000; in GetParameterSequence()
1602 pDesign->m_nSlideDuration = (sal_uInt32)pPage2_Duration->GetTime().GetMSFromTime() / 1000; in GetDesign()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx820 aProp.Value <<= (sal_Int32)( ( ( aTime.GetMSFromTime() / 1000 ) * 1000 ) + nFractions ); in handleAttribute()

Completed in 81 milliseconds