Home
last modified time | relevance | path

Searched refs:ErrorRepSendDialog (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx1709 ErrorRepSendDialog::ErrorRepSendDialog( Window* _pParent ) in ErrorRepSendDialog() function in svx::DocRecovery::ErrorRepSendDialog
1743 maShowRepBtn.SetClickHdl( LINK( this, ErrorRepSendDialog, ShowRepBtnHdl ) ); in ErrorRepSendDialog()
1744 maOptBtn.SetClickHdl( LINK( this, ErrorRepSendDialog, OptBtnHdl ) ); in ErrorRepSendDialog()
1745 maContactCB.SetClickHdl( LINK( this, ErrorRepSendDialog, ContactCBHdl ) ); in ErrorRepSendDialog()
1746 maPrevBtn.SetClickHdl( LINK( this, ErrorRepSendDialog, PrevBtnHdl ) ); in ErrorRepSendDialog()
1747 maNextBtn.SetClickHdl( LINK( this, ErrorRepSendDialog, SendBtnHdl ) ); in ErrorRepSendDialog()
1748 maCancelBtn.SetClickHdl( LINK( this, ErrorRepSendDialog, CancelBtnHdl ) ); in ErrorRepSendDialog()
1761 ErrorRepSendDialog::~ErrorRepSendDialog() in ~ErrorRepSendDialog()
1765 short ErrorRepSendDialog::execute() in execute()
1775 void ErrorRepSendDialog::setDefButton() in setDefButton()
[all …]
H A Dsendreportgen.cxx32 bool ErrorRepSendDialog::ReadParams() in ReadParams()
37 bool ErrorRepSendDialog::SaveParams() in SaveParams()
42 bool ErrorRepSendDialog::SendReport() in SendReport()
H A Dsendreportw32.cxx90 bool ErrorRepSendDialog::ReadParams() in ReadParams()
143 bool ErrorRepSendDialog::SaveParams() in SaveParams()
192 bool ErrorRepSendDialog::SendReport() in SendReport()
H A Dsendreportunx.cxx167 bool ErrorRepSendDialog::ReadParams() in ReadParams()
183 bool ErrorRepSendDialog::SaveParams() in SaveParams()
207 bool ErrorRepSendDialog::SendReport() in SendReport()
/trunk/main/svx/source/inc/
H A Ddocrecovery.hxx861 class ErrorRepSendDialog : public IExtendedTabPage class
896 ErrorRepSendDialog( Window* _pParent );
897 virtual ~ErrorRepSendDialog();
/trunk/main/svx/source/unodraw/
H A Drecoveryui.cxx319 pPage3 = new svxdr::ErrorRepSendDialog (pWizard ); in impl_doRecovery()
345 svxdr::IExtendedTabPage* pPage2 = new svxdr::ErrorRepSendDialog (pWizard ); in impl_doCrashReport()