LibreOffice Module sc (master) 1
|
#include <optsolver.hxx>
Public Member Functions | |
ScCursorRefEdit (std::unique_ptr< weld::Entry > xEntry) | |
void | SetCursorLinks (const Link< ScCursorRefEdit &, void > &rUp, const Link< ScCursorRefEdit &, void > &rDown) |
Public Member Functions inherited from formula::RefEdit | |
RefEdit (std::unique_ptr< weld::Entry > xControl) | |
weld::Entry * | GetWidget () const |
virtual | ~RefEdit () |
void | SetRefString (const OUString &rStr) |
void | SetRefValid (bool bValid) |
void | SetText (const OUString &rStr) |
OUString | GetText () const |
void | StartUpdateData () |
void | SetReferences (IControlReferenceHandler *pDlg, weld::Label *pLabelWidget) |
void | DoModify () |
void | GrabFocus () |
void | SelectAll () |
void | SetSelection (const Selection &rSelection) |
void | SetCursorAtLast () |
Selection | GetSelection () const |
weld::Label * | GetLabelWidgetForShrinkMode () |
void | SaveValue () |
bool | IsValueChangedFromSaved () const |
void | SetGetFocusHdl (const Link< RefEdit &, void > &rLink) |
void | SetLoseFocusHdl (const Link< RefEdit &, void > &rLink) |
void | SetModifyHdl (const Link< RefEdit &, void > &rLink) |
const Link< RefEdit &, void > & | GetModifyHdl () const |
void | SetActivateHdl (const Link< weld::Widget &, bool > &rLink) |
Protected Member Functions | |
DECL_LINK (KeyInputHdl, const KeyEvent &, bool) | |
Protected Member Functions inherited from formula::RefEdit | |
virtual bool | KeyInput (const KeyEvent &rKEvt) |
Private Attributes | |
Link< ScCursorRefEdit &, void > | maCursorUpLink |
Link< ScCursorRefEdit &, void > | maCursorDownLink |
Additional Inherited Members | |
Protected Attributes inherited from formula::RefEdit | |
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 107 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 114 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().