/aoo4110/main/svx/source/sdr/animation/ |
H A D | scheduler.cxx | 60 sal_uInt32 Event::GetTime() const in GetTime() function in sdr::animation::Event 99 while(pCurrent && pCurrent->GetTime() < pNew->GetTime()) in Insert() 203 while(pNextEvent && pNextEvent->GetTime() <= mnTime) in triggerEvents() 225 mnDeltaTime = maList.GetFirst()->GetTime() - mnTime; in checkTimeout() 239 sal_uInt32 Scheduler::GetTime() in GetTime() function in sdr::animation::Scheduler
|
H A D | animationstate.cxx | 80 const double fCurrentTime(mrVOContact.GetObjectContact().getPrimitiveAnimator().GetTime()); in prepareNextEvent() 94 …nNextTime = GetTime() + (1000 * 60 * 60); // one hour, works with vcl timers, 0xffffff00 was too m… in prepareNextEvent()
|
/aoo4110/main/svx/source/dialog/ |
H A D | ctredlin.cxx | 329 aDaTiFilterFirst.SetTime(aTMin.GetTime()); in UpdateFilterTest() 330 aDaTiFilterLast.SetTime(aTMax.GetTime()); in UpdateFilterTest() 335 aDaTiFilterFirst.SetTime(aTMin.GetTime()); in UpdateFilterTest() 336 aDaTiFilterLast.SetTime(aTMax.GetTime()); in UpdateFilterTest() 368 aDaTiFirst.SetTime(aTime.GetTime()); in SetFirstTime() 373 aDaTiLast.SetTime(aTime.GetTime()); in SetLastTime() 1003 return aTfDate.GetTime(); in GetFirstTime() 1024 return aTfDate2.GetTime(); in GetLastTime() 1311 pRedlinTable->SetFirstTime(aTfDate.GetTime()); in DeactivatePage() 1312 pRedlinTable->SetLastTime(aTfDate2.GetTime()); in DeactivatePage() [all …]
|
/aoo4110/main/tools/source/datetime/ |
H A D | ttime.cxx | 59 short nSign = (rTime.GetTime() >= 0) ? +1 : -1; in TimeToSec100() 90 aTime.SetTime( aTime.GetTime() * nSign ); in Sec100ToTime() 246 SetTime( aTime.GetTime() * nSign ); in MakeTimeFromMS() 275 TimeToSec100( rTime ) ).GetTime(); in operator +=() 284 TimeToSec100( rTime ) ).GetTime(); in operator -=()
|
H A D | datetime.cxx | 186 if ( aTime.GetTime() > 0 ) in operator +=() 195 else if ( aTime.GetTime() != 0 ) in operator +=() 225 if ( aTime.GetTime() > 0 ) in operator -=() 234 else if ( aTime.GetTime() != 0 ) in operator -=()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | AnnotationWin.cxx | 224 … String(rLocalData.getTime( pWin->GetTime(),false)) + rtl::OUString::createFromAscii("): \""))); in InitAnswer() 302 Time SwAnnotationWin::GetTime() in GetTime() function in sw::annotation::SwAnnotationWin 304 return mpFld->GetTime(); in GetTime()
|
H A D | srcedtw.cxx | 644 if((Time().GetTime() - aSyntaxCheckStart.GetTime()) > MAX_HIGHLIGHTTIME ) in IMPL_LINK() 662 if(Time().GetTime() - aSyntaxCheckStart.GetTime() > MAX_HIGHLIGHTTIME) in IMPL_LINK()
|
/aoo4110/main/svx/inc/svx/sdr/animation/ |
H A D | scheduler.hxx | 56 sal_uInt32 GetTime() const; 126 sal_uInt32 GetTime();
|
/aoo4110/main/tools/workben/ |
H A D | fstest.cxx | 84 aDateCreated.GetDate(), aTimeCreated.GetTime()); in CheckTimes() 87 aDateModified.GetDate(), aTimeModified.GetTime()); in CheckTimes()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | present.cxx | 286 …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 D | animobjs.cxx | 574 *pTime = aTimeField.GetTime(); in IMPL_LINK() 966 Time* pTime = new Time( aTimeField.GetTime() ); in AddObj() 985 Time* pTime = new Time( aTimeField.GetTime() ); in AddObj() 1013 Time* pTime = new Time( aTimeField.GetTime() ); in AddObj()
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfileview.cxx | 924 if((Time().GetTime() - aSyntaxCheckStart.GetTime()) > MAX_HIGHLIGHTTIME ) in IMPL_LINK() 942 if(Time().GetTime() - aSyntaxCheckStart.GetTime() > MAX_HIGHLIGHTTIME) in IMPL_LINK()
|
/aoo4110/main/sw/source/core/fields/ |
H A D | flddat.cxx | 214 Time SwDateTimeField::GetTime(sal_Bool bUseOffset) const in GetTime() function in SwDateTimeField 252 DateTime aDateTime(GetDate(), GetTime()); in QueryValue()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | field.hxx | 472 Time GetTime() const; 875 using TimeFormatter::GetTime; 876 Time GetTime( sal_uInt16 nPos ) const;
|
/aoo4110/main/sfx2/source/bastyp/ |
H A D | frmhtmlw.cxx | 194 sOut += String::CreateFromInt32(aT.GetTime()); in Out_DocInfo() 210 sOut += String::CreateFromInt32(aT2.GetTime()); in Out_DocInfo()
|
/aoo4110/main/oox/source/ppt/ |
H A D | commontimenodecontext.cxx | 415 aProps[ NP_DURATION ] = GetTime( xAttribs->getOptionalValue( XML_dur) ); in CommonTimeNodeContext() 567 aProps[ NP_REPEATCOUNT ] = GetTime( xAttribs->getOptionalValue( XML_repeatCount ) ); in CommonTimeNodeContext() 573 aProps[ NP_REPEATDURATION ] = GetTime( xAttribs->getOptionalValue( XML_repeatDur ) ); in CommonTimeNodeContext()
|
H A D | animationtypes.hxx | 37 ::com::sun::star::uno::Any GetTime( const ::rtl::OUString & val );
|
H A D | animationtypes.cxx | 38 Any GetTime( const ::rtl::OUString & val ) in GetTime() function
|
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | certificateviewer.cxx | 315 aLBEntry += GetSettings().GetUILocaleDataWrapper().getTime( aDateTime.GetTime() ); in CertificateViewerDetailsTP() 320 aLBEntry += GetSettings().GetUILocaleDataWrapper().getTime( aDateTime.GetTime() ); in CertificateViewerDetailsTP()
|
/aoo4110/main/sw/inc/ |
H A D | AnnotationWin.hxx | 52 virtual Time GetTime();
|
H A D | docufld.hxx | 545 inline const Time GetTime() const in GetTime() function in SwPostItField 547 return maDateTime.GetTime(); in GetTime()
|
H A D | flddat.hxx | 136 Time GetTime(sal_Bool bUseOffset = sal_False) const;
|
/aoo4110/main/editeng/source/items/ |
H A D | flditem.cxx | 552 nFixTime = Time().GetTime(); in SvxExtTimeField() 561 nFixTime = rTime.GetTime(); in SvxExtTimeField()
|
/aoo4110/main/xmloff/source/forms/handler/ |
H A D | vcl_time_handler.cxx | 85 nVCLTime = aVCLTime.GetTime(); in getPropertyValues()
|
/aoo4110/main/vcl/source/control/ |
H A D | field2.cxx | 2725 Time aTime( GetTime() ); in ImplTimeSpinArea() 3018 Time TimeFormatter::GetTime() const in GetTime() function in TimeFormatter 3067 else if ( GetTime() != maFieldTime ) in IsTimeModified() 3303 SetUserTime( GetTime() ); in SetExtFormat() 3444 Time TimeBox::GetTime( sal_uInt16 nPos ) const in GetTime() function in TimeBox
|