Home
last modified time | relevance | path

Searched refs:aWTimer (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Dseleng.cxx62 aWTimer.SetTimeoutHdl( LINK( this, SelectionEngine, ImpWatchDog ) ); in SelectionEngine()
63 aWTimer.SetTimeout( SELENG_AUTOREPEAT_INTERVAL ); in SelectionEngine()
78 aWTimer.Stop(); in ~SelectionEngine()
331 aWTimer.Stop(); in SelMouseButtonUp()
396 if( aWTimer.IsActive() && !aArea.IsInside( rMEvt.GetPosPixel() )) in SelMouseMove()
400 aWTimer.Start(); in SelMouseMove()
451 aWTimer.Stop(); in Reset()
471 if ( !pFunctionSet || !pWin || aWTimer.IsActive() ) in Command()
473 aWTimer.Stop(); in Command()
/trunk/main/vcl/inc/vcl/
H A Dseleng.hxx83 Timer aWTimer; // erzeugt kuenstliche Mouse-Moves member in SelectionEngine

Completed in 23 milliseconds