LibreOffice Module sc (master)
1
|
#include <rangelst.hxx>
#include <sfx2/bindings.hxx>
#include <svl/zforlist.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
#include <reffact.hxx>
#include <docsh.hxx>
#include <docfunc.hxx>
#include <rangeutl.hxx>
#include <convuno.hxx>
#include <unonames.hxx>
#include <solveroptions.hxx>
#include <solverutil.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <optsolver.hxx>
#include <com/sun/star/sheet/SolverConstraint.hpp>
#include <com/sun/star/sheet/SolverConstraintOperator.hpp>
#include <com/sun/star/sheet/XSolverDescription.hpp>
#include <com/sun/star/sheet/XSolver.hpp>
Go to the source code of this file.
IMPL_LINK | ( | ScSolverSuccessDialog | , |
ClickHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 97 of file optsolver.cxx.
References m_xDialog, RET_CANCEL, and RET_OK.
IMPL_LINK | ( | ScCursorRefEdit | , |
KeyInputHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 118 of file optsolver.cxx.
References vcl::KeyCode::GetCode(), vcl::KeyCode::IsMod1(), vcl::KeyCode::IsMod2(), vcl::KeyCode::IsShift(), KEY_DOWN, KEY_UP, and formula::RefEdit::KeyInput().
IMPL_LINK | ( | ScOptSolverDlg | , |
BtnHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
move options dialog to UI lib?
Definition at line 508 of file optsolver.cxx.
References ScSolverUtil::GetDefaults(), m_xDialog, maProperties, RET_CLOSE, RET_OK, weld::DialogController::runAsync(), and sEmpty.
IMPL_LINK | ( | ScOptSolverDlg | , |
GetEditFocusHdl | , | ||
formula::RefEdit & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 575 of file optsolver.cxx.
References formula::RefEdit::SelectAll().
IMPL_LINK | ( | ScOptSolverDlg | , |
GetButtonFocusHdl | , | ||
formula::RefButton & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 598 of file optsolver.cxx.
References formula::RefEdit::SelectAll().
IMPL_LINK | ( | ScOptSolverDlg | , |
GetFocusHdl | , | ||
weld::Widget & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 622 of file optsolver.cxx.
IMPL_LINK | ( | ScOptSolverDlg | , |
DelBtnHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 646 of file optsolver.cxx.
IMPL_LINK | ( | ScOptSolverDlg | , |
CursorUpHdl | , | ||
ScCursorRefEdit & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 703 of file optsolver.cxx.
References formula::RefEdit::GrabFocus(), and rEdit.
IMPL_LINK | ( | ScOptSolverDlg | , |
CursorDownHdl | , | ||
ScCursorRefEdit & | , | ||
rEdit | , | ||
void | |||
) |
limit scroll position?
Definition at line 734 of file optsolver.cxx.
References formula::RefEdit::GrabFocus(), and rEdit.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
LoseEditFocusHdl | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 636 of file optsolver.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
LoseButtonFocusHdl | , | ||
formula::RefButton & | , | ||
void | |||
) |
Definition at line 641 of file optsolver.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
TargetModifyHdl | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 672 of file optsolver.cxx.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
CondModifyHdl | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 680 of file optsolver.cxx.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 687 of file optsolver.cxx.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
ScrollHdl | , | ||
weld::ScrolledWindow & | , | ||
void | |||
) |
Definition at line 694 of file optsolver.cxx.