Home
last modified time | relevance | path

Searched refs:DropErrorHdl (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/source/ui/inc/
H A DView.hxx254 DECL_LINK( DropErrorHdl, Timer* );
/AOO41X/main/sd/source/ui/view/
H A Dsdview4.cxx562 IMPL_LINK( View, DropErrorHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
H A Dsdview.cxx158 maDropErrorTimer.SetTimeoutHdl( LINK(this, View, DropErrorHdl) ); in View()