|
LibreOffice Module extensions (master) 1
|
#include <stdlib.h>#include <o3tl/sprintf.hxx>#include <tools/config.hxx>#include <unotools/resmgr.hxx>#include <vcl/bitmapex.hxx>#include <vcl/customweld.hxx>#include <vcl/dibtools.hxx>#include <vcl/lineinfo.hxx>#include <vcl/weld.hxx>#include <vcl/svapp.hxx>#include <vcl/event.hxx>#include "sanedlg.hxx"#include "grid.hxx"#include <math.h>#include <sal/macros.h>#include <sal/log.hxx>#include <rtl/strbuf.hxx>#include <memory>#include <strings.hrc>Go to the source code of this file.
Classes | |
| class | ScanPreview |
Macros | |
| #define | PREVIEW_WIDTH 113 |
| #define | PREVIEW_HEIGHT 160 |
| #define | RECT_SIZE_PIX 7 |
Functions | |
| IMPL_LINK (SaneDlg, ClickBtnHdl, weld::Button &, rButton, void) | |
| IMPL_LINK (SaneDlg, ToggleBtnHdl, weld::Toggleable &, rButton, void) | |
| IMPL_LINK (SaneDlg, SelectHdl, weld::ComboBox &, rListBox, void) | |
| IMPL_LINK_NOARG (SaneDlg, OptionsBoxSelectHdl, weld::TreeView &, void) | |
| IMPL_LINK (SaneDlg, ModifyHdl, weld::Entry &, rEdit, void) | |
| IMPL_LINK (SaneDlg, ValueModifyHdl, weld::ComboBox &, rEdit, void) | |
| IMPL_LINK (SaneDlg, MetricValueModifyHdl, weld::MetricSpinButton &, rEdit, void) | |
| IMPL_LINK_NOARG (SaneDlg, ReloadSaneOptionsHdl, Sane &, void) | |
| #define PREVIEW_HEIGHT 160 |
Definition at line 41 of file sanedlg.cxx.
| #define PREVIEW_WIDTH 113 |
Definition at line 40 of file sanedlg.cxx.
| #define RECT_SIZE_PIX 7 |
Definition at line 43 of file sanedlg.cxx.
| IMPL_LINK | ( | SaneDlg | , |
| ClickBtnHdl | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 575 of file sanedlg.cxx.
References Application::CreateMessageDialog(), Sane::GetModel(), Sane::GetName(), GridDialog::getNewYValues(), Sane::GetType(), Sane::GetVendor(), i, m_xDialog, nElements, nType, RET_CANCEL, RET_OK, weld::DialogController::run(), weld::DialogController::set_title(), GridDialog::setBoundings(), x, and y.
| IMPL_LINK | ( | SaneDlg | , |
| MetricValueModifyHdl | , | ||
| weld::MetricSpinButton & | , | ||
| rEdit | , | ||
| void | |||
| ) |
Definition at line 826 of file sanedlg.cxx.
| IMPL_LINK | ( | SaneDlg | , |
| ModifyHdl | , | ||
| weld::Entry & | , | ||
| rEdit | , | ||
| void | |||
| ) |
Definition at line 751 of file sanedlg.cxx.
References o3tl::sprintf().
| IMPL_LINK | ( | SaneDlg | , |
| SelectHdl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 658 of file sanedlg.cxx.
References Sane::CountDevices(), and Sane::IsSane().
| IMPL_LINK | ( | SaneDlg | , |
| ToggleBtnHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 642 of file sanedlg.cxx.
| IMPL_LINK | ( | SaneDlg | , |
| ValueModifyHdl | , | ||
| weld::ComboBox & | , | ||
| rEdit | , | ||
| void | |||
| ) |
Definition at line 790 of file sanedlg.cxx.
References i.
| IMPL_LINK_NOARG | ( | SaneDlg | , |
| OptionsBoxSelectHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) |
Definition at line 686 of file sanedlg.cxx.
References Sane::IsSane(), nElements, nType, and OUStringToOString().
Definition at line 853 of file sanedlg.cxx.