Home
last modified time | relevance | path

Searched refs:aNow (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx960 Point aNow(rDrag.GetNow()); in getSpecialDragComment() local
963 aNow = pU->aLineEnd; in getSpecialDragComment()
965 aNow -= aPrev; in getSpecialDragComment()
989 sal_Int32 nLen(GetLen(aNow)); in getSpecialDragComment()
994 sal_Int32 nWink(GetAngle(aNow)); in getSpecialDragComment()
1045 Point aNow(rDrag.GetNow()); in getSpecialDragComment() local
1076 aNow -= rXPoly[nRef]; in getSpecialDragComment()
1078 sal_Int32 nLen(GetLen(aNow)); in getSpecialDragComment()
1083 sal_Int32 nWink(GetAngle(aNow)); in getSpecialDragComment()
1122 Point aPt(aNow); in getSpecialDragComment()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3783 timeval aNow; in run() local
3784 gettimeofday( &aNow, 0 ); in run()
3786 if( (aNow.tv_sec - aLast.tv_sec) > 0 ) in run()
3811 aLast = aNow; in run()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx521 DateTime aNow; in ParseDateField() local
522 aNow += aDelta; in ParseDateField()
523 aNow.ConvertToUTC(); in ParseDateField()
525 rDateTime.SetDate (aNow.GetDate()); in ParseDateField()
526 rDateTime.SetTime (aNow.GetTime()); in ParseDateField()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx251 DateTime aNow ; // Date and time at current moment in UpdateTime_Impl() local
258 …DBG_ASSERT( !(aNow.GetDate()<pImp->nTime.GetDate()), "Timestamp of last change is in the past ?!..… in UpdateTime_Impl()
262 if (aNow.GetDate()>=pImp->nTime.GetDate()) in UpdateTime_Impl()
265 nDays = aNow.GetSecFromDateTime(pImp->nTime.GetDate())/86400 ; in UpdateTime_Impl()
270 nAddTime = (const Time&)aNow - (const Time&)pImp->nTime ; in UpdateTime_Impl()
282 nAddTime += aNow ; in UpdateTime_Impl()
288 pImp->nTime = aNow; in UpdateTime_Impl()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx346 DateTime aNow; in RecalcDateColumn() local
349 String sDateTime = ConvertDateTime_Impl( aNow, *mpLocaleWrapper ); in RecalcDateColumn()
/trunk/main/sdext/source/presenter/
H A DPresenterTimer.cxx591 TimeValue aNow; in GetTimeDifference() local
593 if (osl_getTimeValueFromDateTime(const_cast<oslDateTime*>(&rNow),&aNow) in GetTimeDifference()
596 return TimerScheduler::GetTimeDifference(aNow, aThen); in GetTimeDifference()

Completed in 117 milliseconds