Searched refs:ImplTabButton (Results 1 – 2 of 2) sorted by relevance
33 class ImplTabButton;319 friend class ImplTabButton;324 ImplTabButton* mpFirstBtn;325 ImplTabButton* mpPrevBtn;326 ImplTabButton* mpNextBtn;327 ImplTabButton* mpLastBtn;382 DECL_DLLPRIVATE_LINK( ImplClickHdl, ImplTabButton* );
90 class ImplTabButton : public PushButton class93 ImplTabButton( TabBar* pParent, WinBits nWinStyle = 0 ) : in ImplTabButton() function in ImplTabButton103 long ImplTabButton::PreNotify( NotifyEvent& rNEvt ) in PreNotify()654 mpPrevBtn = new ImplTabButton( this, WB_REPEAT ); in ImplInitControls()662 mpNextBtn = new ImplTabButton( this, WB_REPEAT ); in ImplInitControls()678 mpFirstBtn = new ImplTabButton( this ); in ImplInitControls()686 mpLastBtn = new ImplTabButton( this ); in ImplInitControls()746 IMPL_LINK( TabBar, ImplClickHdl, ImplTabButton*, pBtn ) in IMPL_LINK() argument