Home
last modified time | relevance | path

Searched refs:SdCustomShowDlg (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx52 SdCustomShowDlg::SdCustomShowDlg( Window* pWindow, in SdCustomShowDlg() function in SdCustomShowDlg
73 Link aLink( LINK( this, SdCustomShowDlg, ClickButtonHdl ) ); in SdCustomShowDlg()
81 aBtnStartShow.SetClickHdl( LINK( this, SdCustomShowDlg, StartShowHdl ) ); // Testweise in SdCustomShowDlg()
107 SdCustomShowDlg::~SdCustomShowDlg() in ~SdCustomShowDlg()
114 void SdCustomShowDlg::CheckState() in CheckState()
132 IMPL_LINK( SdCustomShowDlg, ClickButtonHdl, void *, p ) in IMPL_LINK() argument
280 IMPL_LINK( SdCustomShowDlg, StartShowHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
290 sal_Bool SdCustomShowDlg::IsCustomShow() const in IsCustomShow()
H A Dsddlgfact.hxx72 class SdCustomShowDlg;
75 DECL_ABSTDLG_BASE(AbstractSdCustomShowDlg_Impl,SdCustomShowDlg)
H A Dsddlgfact.cxx403 return new AbstractSdCustomShowDlg_Impl( new SdCustomShowDlg( pWindow, rDrawDoc ) ); in CreateSdCustomShowDlg()
/trunk/main/sd/source/ui/inc/
H A Dcustsdlg.hxx42 class SdCustomShowDlg : public ModalDialog class
66 SdCustomShowDlg( Window* pWindow, SdDrawDocument& rDrawDoc );
67 ~SdCustomShowDlg();

Completed in 19 milliseconds