Searched refs:TabBarEdit (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svtools/source/control/ |
| H A D | tabbar.cxx | 224 class TabBarEdit : public Edit class 234 TabBarEdit( TabBar* pParent, WinBits nWinStyle = 0 ); 247 TabBarEdit::TabBarEdit( TabBar* pParent, WinBits nWinStyle ) : in TabBarEdit() function in TabBarEdit 255 long TabBarEdit::PreNotify( NotifyEvent& rNEvt ) in PreNotify() 266 … if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_False ) ) in PreNotify() 275 … if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_True ) ) in PreNotify() 288 void TabBarEdit::LoseFocus() in LoseFocus() 292 if ( PostUserEvent( LINK( this, TabBarEdit, ImplEndEditHdl ), (void*)sal_False ) ) in LoseFocus() 301 IMPL_LINK( TabBarEdit, ImplEndEditHdl, void*, pCancel ) in IMPL_LINK() argument 311 maLoseFocusTimer.SetTimeoutHdl( LINK( this, TabBarEdit, ImplEndTimerHdl ) ); in IMPL_LINK() [all …]
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | tabbar.hxx | 37 class TabBarEdit; 340 TabBarEdit* mpEdit;
|