LibreOffice Module sc (master) 1
|
#include <validate.hxx>
Public Types | |
typedef void(ScRefHandlerCaller::* | PFUNCSETREFHDLTYPE) (const ScRange &, const ScDocument &) |
typedef void(ScRefHandlerCaller::* | PCOMMONHDLTYPE) () |
typedef void(ScRefHandlerCaller::* | PINPUTSTARTDLTYPE) (formula::RefEdit *pEdit, const formula::RefButton *pButton) |
Public Member Functions | |
void | SetSetRefHdl (PFUNCSETREFHDLTYPE pNewHdl) |
void | SetSetActHdl (PCOMMONHDLTYPE pNewHdl) |
void | SetHandler (ScRefHandlerCaller *pNewHandler) |
void | SetRefInputStartPreHdl (PINPUTSTARTDLTYPE pNewHdl) |
void | SetRefInputDonePostHdl (void(ScRefHandlerCaller::*pNewHdl)()) |
ScRefHandlerHelper () | |
Protected Attributes | |
ScRefHandlerCaller * | m_pHandler |
void(ScRefHandlerCaller::* | m_pSetReferenceHdl )(const ScRange &, const ScDocument &) |
void(ScRefHandlerCaller::* | m_pSetActiveHdl )() |
void(ScRefHandlerCaller::* | m_pRefInputStartPreHdl )(formula::RefEdit *pEdit, const formula::RefButton *pButton) |
void(ScRefHandlerCaller::* | m_pRefInputDonePostHdl )() |
Definition at line 32 of file validate.hxx.
typedef void(ScRefHandlerCaller::* ScRefHandlerHelper::PCOMMONHDLTYPE) () |
Definition at line 50 of file validate.hxx.
typedef void(ScRefHandlerCaller::* ScRefHandlerHelper::PFUNCSETREFHDLTYPE) (const ScRange &, const ScDocument &) |
Definition at line 49 of file validate.hxx.
typedef void(ScRefHandlerCaller::* ScRefHandlerHelper::PINPUTSTARTDLTYPE) (formula::RefEdit *pEdit, const formula::RefButton *pButton) |
Definition at line 51 of file validate.hxx.
|
inline |
Definition at line 70 of file validate.hxx.
|
inline |
Definition at line 63 of file validate.hxx.
References m_pHandler.
Referenced by ScTPValidationValue::RemoveRefDlg(), and ScTPValidationValue::SetupRefDlg().
|
inline |
Definition at line 68 of file validate.hxx.
References m_pRefInputDonePostHdl.
Referenced by ScTPValidationValue::RemoveRefDlg(), and ScTPValidationValue::SetupRefDlg().
|
inline |
Definition at line 67 of file validate.hxx.
References m_pRefInputStartPreHdl.
Referenced by ScTPValidationValue::RemoveRefDlg(), and ScTPValidationValue::SetupRefDlg().
|
inline |
Definition at line 58 of file validate.hxx.
References m_pSetActiveHdl.
Referenced by ScTPValidationValue::RemoveRefDlg(), and ScTPValidationValue::SetupRefDlg().
|
inline |
Definition at line 53 of file validate.hxx.
References m_pSetReferenceHdl.
Referenced by ScTPValidationValue::RemoveRefDlg(), and ScTPValidationValue::SetupRefDlg().
|
protected |
Definition at line 35 of file validate.hxx.
Referenced by ScValidationDlg::RefInputDone(), ScValidationDlg::RefInputStart(), ScValidationDlg::SetActive(), SetHandler(), and ScValidationDlg::SetReference().
|
protected |
Definition at line 43 of file validate.hxx.
Referenced by ScValidationDlg::RefInputDone(), and SetRefInputDonePostHdl().
|
protected |
Definition at line 42 of file validate.hxx.
Referenced by ScValidationDlg::RefInputStart(), and SetRefInputStartPreHdl().
|
protected |
Definition at line 41 of file validate.hxx.
Referenced by ScValidationDlg::SetActive(), and SetSetActHdl().
|
protected |
Definition at line 40 of file validate.hxx.
Referenced by ScValidationDlg::SetReference(), and SetSetRefHdl().