Searched refs:ExtendedEdit (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basctl/source/basicide/ |
H A D | bastypes.cxx | 474 ExtendedEdit::ExtendedEdit( Window* pParent, IDEResId nRes ) : in ExtendedEdit() function in ExtendedEdit 477 aAcc.SetSelectHdl( LINK( this, ExtendedEdit, EditAccHdl ) ); in ExtendedEdit() 478 Control::SetGetFocusHdl( LINK( this, ExtendedEdit, ImplGetFocusHdl ) ); in ExtendedEdit() 479 Control::SetLoseFocusHdl( LINK( this, ExtendedEdit, ImplLoseFocusHdl ) ); in ExtendedEdit() 482 IMPL_LINK( ExtendedEdit, ImplGetFocusHdl, Control*, EMPTYARG ) in IMPL_LINK() argument 490 IMPL_LINK( ExtendedEdit, ImplLoseFocusHdl, Control*, EMPTYARG ) in IMPL_LINK() argument 497 IMPL_LINK_INLINE_START( ExtendedEdit, EditAccHdl, Accelerator *, pAcc ) in IMPL_LINK_INLINE_START() argument 502 IMPL_LINK_INLINE_END( ExtendedEdit, EditAccHdl, Accelerator *, pAcc )
|
H A D | bastype3.hxx | 36 class ExtendedEdit : public Edit class 50 ExtendedEdit( Window* pParent, IDEResId nRes );
|
H A D | baside2.hxx | 261 ExtendedEdit aXEdit;
|
Completed in 18 milliseconds