Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx169 m_aAsyncLayoutTimer.SetTimeout( 50 );
170 m_aAsyncLayoutTimer.SetTimeoutHdl( LINK( this, LayoutManager, AsyncLayoutHdl ) );
183 m_aAsyncLayoutTimer.Stop(); in ~LayoutManager()
1309 m_aAsyncLayoutTimer.Stop(); in setDockingAreaAcceptor()
1318 m_aAsyncLayoutTimer.Stop(); in setDockingAreaAcceptor()
2313 m_aAsyncLayoutTimer.Stop(); in unlock()
2744 if ( !m_aAsyncLayoutTimer.IsActive() ) in windowResized()
2746 const Link& aLink = m_aAsyncLayoutTimer.GetTimeoutHdl(); in windowResized()
2748 aLink.Call( &m_aAsyncLayoutTimer ); in windowResized()
2751 m_aAsyncLayoutTimer.Start(); in windowResized()
[all …]
/aoo4110/main/framework/inc/services/
H A Dlayoutmanager.hxx360 … Timer m_aAsyncLayoutTimer; member in framework::LayoutManager

Completed in 38 milliseconds