LibreOffice Module sc (master) 1
|
#include <rangelst.hxx>
#include <sfx2/bindings.hxx>
#include <svl/numformat.hxx>
#include <utility>
#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 <comphelper/sequence.hxx>
#include <optsolver.hxx>
#include <table.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 | ( | ScCursorRefEdit | , |
KeyInputHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 120 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 548 of file optsolver.cxx.
References ScSolverUtil::GetDefaults(), m_xDialog, maProperties, RET_CLOSE, RET_OK, weld::DialogController::runAsync(), and sEmpty.
IMPL_LINK | ( | ScOptSolverDlg | , |
CursorDownHdl | , | ||
ScCursorRefEdit & | , | ||
rEdit | , | ||
void | |||
) |
limit scroll position?
Definition at line 768 of file optsolver.cxx.
References formula::RefEdit::GrabFocus().
IMPL_LINK | ( | ScOptSolverDlg | , |
CursorUpHdl | , | ||
ScCursorRefEdit & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 737 of file optsolver.cxx.
References formula::RefEdit::GrabFocus().
IMPL_LINK | ( | ScOptSolverDlg | , |
DelBtnHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 680 of file optsolver.cxx.
IMPL_LINK | ( | ScOptSolverDlg | , |
GetButtonFocusHdl | , | ||
formula::RefButton & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 632 of file optsolver.cxx.
References formula::RefEdit::SelectAll().
IMPL_LINK | ( | ScOptSolverDlg | , |
GetEditFocusHdl | , | ||
formula::RefEdit & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 609 of file optsolver.cxx.
References formula::RefEdit::SelectAll().
IMPL_LINK | ( | ScOptSolverDlg | , |
GetFocusHdl | , | ||
weld::Widget & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 656 of file optsolver.cxx.
IMPL_LINK | ( | ScSolverSuccessDialog | , |
ClickHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 99 of file optsolver.cxx.
References m_xDialog, RET_CANCEL, and RET_OK.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
CondModifyHdl | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 714 of file optsolver.cxx.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
LoseButtonFocusHdl | , | ||
formula::RefButton & | , | ||
void | |||
) |
Definition at line 675 of file optsolver.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
LoseEditFocusHdl | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 670 of file optsolver.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
ScrollHdl | , | ||
weld::ScrolledWindow & | , | ||
void | |||
) |
Definition at line 728 of file optsolver.cxx.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 721 of file optsolver.cxx.
IMPL_LINK_NOARG | ( | ScOptSolverDlg | , |
TargetModifyHdl | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 706 of file optsolver.cxx.