Home
last modified time | relevance | path

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

1234

/aoo41x/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx734 sal_Int32 nTime = 0; in convertToControlValue() local
735 OSL_VERIFY( _rPropertyValue >>= nTime ); in convertToControlValue()
736 aControlValue <<= DBTypeConversion::toTime( nTime ); in convertToControlValue()
/aoo41x/main/sfx2/source/doc/
H A Dobjxtor.cxx220 ,nTime() in SfxObjectShell_Impl()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr2.cxx124 double nTime = ((double)aActTime.Get100Sec() / 100 + in ScGetActTime() local
128 PushDouble( (double) nDiff + nTime ); in ScGetActTime()
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx2437 sal_Int32 nTime = 0; in updateFromModel() local
2438 if ( _rxModel->getPropertyValue( FM_PROP_DATE ) >>= nTime ) in updateFromModel()
2439 static_cast< TimeField* >( m_pWindow )->SetTime( ::Time( nTime ) ); in updateFromModel()
/aoo41x/main/automation/source/server/
H A Dstatemnt.cxx4216 sal_uLong nTime = Time().GetTime(); in HandleCommonMethods() local
4225 if ( Time().GetTime() - nTime > 10 ) in HandleCommonMethods()
4227 nTime = Time().GetTime(); in HandleCommonMethods()
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx3841 sal_uLong nTime = Time::GetSystemTicks(); in ImplCallMouseMove() local
3858 …ImplHandleMouseEvent( mpWindowImpl->mpFrameWindow, EVENT_MOUSEMOVE, bLeave, nX, nY, nTime, nCode, … in ImplCallMouseMove()

Completed in 146 milliseconds

1234