Searched refs:SvInsertOleDlg (Results 1 – 3 of 3) sorted by relevance
/trunk/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 112 IMPL_LINK_INLINE_START( SvInsertOleDlg, DoubleClickHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument 117 IMPL_LINK_INLINE_END( SvInsertOleDlg, DoubleClickHdl, ListBox *, pListBox ) in IMPL_LINK_INLINE_END() argument 121 IMPL_LINK( SvInsertOleDlg, BrowseHdl, PushButton *, EMPTYARG ) in IMPL_LINK_INLINE_END() 164 IMPL_LINK( SvInsertOleDlg, RadioHdl, RadioButton *, EMPTYARG ) in IMPL_LINK() argument 188 void SvInsertOleDlg::SelectDefault() in SelectDefault() 194 SvInsertOleDlg::SvInsertOleDlg in SvInsertOleDlg() function in SvInsertOleDlg 216 aLbObjecttype.SetDoubleClickHdl( LINK( this, SvInsertOleDlg, DoubleClickHdl ) ); in SvInsertOleDlg() 217 aBtnFilepath.SetClickHdl( LINK( this, SvInsertOleDlg, BrowseHdl ) ); in SvInsertOleDlg() 218 Link aLink( LINK( this, SvInsertOleDlg, RadioHdl ) ); in SvInsertOleDlg() 226 short SvInsertOleDlg::Execute() in Execute() [all …]
|
/trunk/main/cui/source/inc/ |
H A D | insdlg.hxx | 58 class SvInsertOleDlg : public InsertObjectDialog_Impl class 88 SvInsertOleDlg( Window* pParent,
|
/trunk/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1903 pDlg = new SvInsertOleDlg( pParent, xStor, pList ); in CreateInsertObjectDialog()
|
Completed in 52 milliseconds