Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtabbar.cxx228 DECL_LINK( ImplEndEditHdl, void* );
264 … if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_False ) ) in PreNotify()
273 … if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_True ) ) in PreNotify()
290 if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_False ) ) in LoseFocus()
299 IMPL_LINK( TabBarEdit, ImplEndEditHdl, void*, pCancel ) in IMPL_LINK() argument