Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtabbar.cxx222 class TabBarEdit : public Edit class
232 TabBarEdit( TabBar* pParent, WinBits nWinStyle = 0 );
245 TabBarEdit::TabBarEdit( TabBar* pParent, WinBits nWinStyle ) : in TabBarEdit() function in TabBarEdit
253 long TabBarEdit::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
264 … if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_False ) ) in PreNotify()
273 … if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_True ) ) in PreNotify()
286 void TabBarEdit::LoseFocus() in LoseFocus()
290 if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_False ) ) in LoseFocus()
299 IMPL_LINK( TabBarEdit, ImplEndEditHdl, void*, pCancel ) in IMPL_LINK() argument
309 maLoseFocusTimer.SetTimeoutHdl( LINK( this, TabBarEdit, ImplEndTimerHdl ) ); in IMPL_LINK()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtabbar.hxx35 class TabBarEdit;
329 TabBarEdit* mpEdit;