Lines Matching refs:SvInsertOleDlg
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()
385 uno::Reference< io::XInputStream > SvInsertOleDlg::GetIconIfIconified( ::rtl::OUString* pGraphicMed… in GetIconIfIconified()