LibreOffice Module sc (master)
1
|
#include <optsolver.hxx>
Protected Member Functions | |
DECL_LINK (KeyInputHdl, const KeyEvent &, bool) | |
![]() | |
virtual bool | KeyInput (const KeyEvent &rKEvt) |
Private Attributes | |
Link< ScCursorRefEdit &, void > | maCursorUpLink |
Link< ScCursorRefEdit &, void > | maCursorDownLink |
Additional Inherited Members | |
![]() | |
std::unique_ptr< weld::Entry > | xEntry |
Definition at line 35 of file optsolver.hxx.
ScCursorRefEdit::ScCursorRefEdit | ( | std::unique_ptr< weld::Entry > | xEntry | ) |
Definition at line 105 of file optsolver.cxx.
References LINK, and formula::RefEdit::xEntry.
|
protected |
void ScCursorRefEdit::SetCursorLinks | ( | const Link< ScCursorRefEdit &, void > & | rUp, |
const Link< ScCursorRefEdit &, void > & | rDown | ||
) |
Definition at line 112 of file optsolver.cxx.
References maCursorDownLink, and maCursorUpLink.
Referenced by ScOptSolverDlg::Init().
|
private |
Definition at line 38 of file optsolver.hxx.
Referenced by SetCursorLinks().
|
private |
Definition at line 37 of file optsolver.hxx.
Referenced by SetCursorLinks().