Searched refs:ScSelEntryDlg (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | lbseldlg.cxx | 41 ScSelEntryDlg::ScSelEntryDlg( Window* pParent, in ScSelEntryDlg() function in ScSelEntryDlg 57 aLb.SetDoubleClickHdl( LINK( this, ScSelEntryDlg, DblClkHdl ) ); in ScSelEntryDlg() 75 String ScSelEntryDlg::GetSelectEntry() const in GetSelectEntry() 89 IMPL_LINK_INLINE_START( ScSelEntryDlg, DblClkHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument 94 IMPL_LINK_INLINE_END( ScSelEntryDlg, DblClkHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument 98 __EXPORT ScSelEntryDlg::~ScSelEntryDlg() in IMPL_LINK_INLINE_END()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | lbseldlg.hxx | 40 class ScSelEntryDlg : public ModalDialog class 52 ScSelEntryDlg( Window* pParent, 57 ~ScSelEntryDlg();
|
/aoo42x/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 | 1009 ScSelEntryDlg * pDlg=NULL; in CreateScSelEntryDlg() 1013 pDlg = new ScSelEntryDlg( pParent, nResId,aTitle, aLbTitle, aEntryList ); in CreateScSelEntryDlg()
|
Completed in 58 milliseconds