Searched refs:SdCustomShowDlg (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sd/source/ui/dlg/ |
| H A D | custsdlg.cxx | 46 SdCustomShowDlg::SdCustomShowDlg( Window* pWindow, in SdCustomShowDlg() function in SdCustomShowDlg 67 Link aLink( LINK( this, SdCustomShowDlg, ClickButtonHdl ) ); in SdCustomShowDlg() 75 aBtnStartShow.SetClickHdl( LINK( this, SdCustomShowDlg, StartShowHdl ) ); // Testweise in SdCustomShowDlg() 101 SdCustomShowDlg::~SdCustomShowDlg() in ~SdCustomShowDlg() 108 void SdCustomShowDlg::CheckState() in CheckState() 126 IMPL_LINK( SdCustomShowDlg, ClickButtonHdl, void *, p ) in IMPL_LINK() argument 274 IMPL_LINK( SdCustomShowDlg, StartShowHdl, Button *, EMPTYARG ) in IMPL_LINK() argument 284 sal_Bool SdCustomShowDlg::IsCustomShow() const in IsCustomShow()
|
| H A D | sddlgfact.hxx | 72 class SdCustomShowDlg; 75 DECL_ABSTDLG_BASE(AbstractSdCustomShowDlg_Impl,SdCustomShowDlg)
|
| H A D | sddlgfact.cxx | 403 return new AbstractSdCustomShowDlg_Impl( new SdCustomShowDlg( pWindow, rDrawDoc ) ); in CreateSdCustomShowDlg()
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | custsdlg.hxx | 42 class SdCustomShowDlg : public ModalDialog class 66 SdCustomShowDlg( Window* pWindow, SdDrawDocument& rDrawDoc ); 67 ~SdCustomShowDlg();
|