Searched refs:InsertIdleHdl (Results 1 – 6 of 6) sorted by relevance
46 sal_Bool InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority );
69 GetpApp()->InsertIdleHdl( aLink, 1 ); in SfxItemDesruptor_Impl()
73 sal_Bool ImplIdleMgr::InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority ) in InsertIdleHdl() function in ImplIdleMgr
1179 sal_Bool Application::InsertIdleHdl( const Link& rLink, sal_uInt16 nPrio ) in InsertIdleHdl() function in Application1187 return pSVData->maAppData.mpIdleMgr->InsertIdleHdl( rLink, nPrio ); in InsertIdleHdl()
339 static sal_Bool InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority );
758 GetpApp()->InsertIdleHdl( LINK( this, ImplRemoteControl, IdleHdl ), 1 ); in QueCommands()
Completed in 54 milliseconds