Searched refs:ScSelEntryDlg (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | lbseldlg.cxx | 42 ScSelEntryDlg::ScSelEntryDlg( Window* pParent, in ScSelEntryDlg() function in ScSelEntryDlg 58 aLb.SetDoubleClickHdl( LINK( this, ScSelEntryDlg, DblClkHdl ) ); in ScSelEntryDlg() 76 String ScSelEntryDlg::GetSelectEntry() const in GetSelectEntry() 90 IMPL_LINK_INLINE_START( ScSelEntryDlg, DblClkHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument 95 IMPL_LINK_INLINE_END( ScSelEntryDlg, DblClkHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument 99 __EXPORT ScSelEntryDlg::~ScSelEntryDlg() in IMPL_LINK_INLINE_END()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | lbseldlg.hxx | 40 class ScSelEntryDlg : public ModalDialog class 52 ScSelEntryDlg( Window* pParent, 57 ~ScSelEntryDlg();
|
/aoo4110/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.hxx | 42 class ScSelEntryDlg; 225 DECL_ABSTDLG_BASE( AbstractScSelEntryDlg_Impl, ScSelEntryDlg )
|
H A D | scdlgfact.cxx | 1010 ScSelEntryDlg * pDlg=NULL; in CreateScSelEntryDlg() 1014 pDlg = new ScSelEntryDlg( pParent, nResId,aTitle, aLbTitle, aEntryList ); in CreateScSelEntryDlg()
|
Completed in 36 milliseconds