LibreOffice Module vcl (master)
1
|
#include <o3tl/safeint.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
#include <unotools/localedatawrapper.hxx>
#include <officecfg/Office/Common.hxx>
#include <vcl/QueueInfo.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/decoview.hxx>
#include <vcl/help.hxx>
#include <vcl/naturalsort.hxx>
#include <vcl/print.hxx>
#include <vcl/printer/Options.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <vcl/wall.hxx>
#include <vcl/weldutils.hxx>
#include <vcl/windowstate.hxx>
#include <bitmaps.hlst>
#include <configsettings.hxx>
#include <printdlg.hxx>
#include <strings.hrc>
#include <svdata.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
Go to the source code of this file.
Enumerations | |
enum | { ORIENTATION_AUTOMATIC, ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE } |
anonymous enum |
Enumerator | |
---|---|
ORIENTATION_AUTOMATIC | |
ORIENTATION_PORTRAIT | |
ORIENTATION_LANDSCAPE |
Definition at line 56 of file printdlg.cxx.
Definition at line 2199 of file printdlg.cxx.
Referenced by vcl::PrintProgressDialog::PrintProgressDialog(), and vcl::PrintProgressDialog::setProgress().
IMPL_LINK | ( | PrintDialog | , |
ToggleHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 1806 of file printdlg.cxx.
References Any, ORIENTATION_AUTOMATIC, and ORIENTATION_LANDSCAPE.
IMPL_LINK | ( | PrintDialog | , |
ClickHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 1869 of file printdlg.cxx.
References PaperInfo::doSloppyFit(), Application::GetHelp(), PaperInfo::getPaper(), Printer::GetPaper(), m_xDialog, RET_CANCEL, RET_OK, and Help::Start().
IMPL_LINK | ( | PrintDialog | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 1937 of file printdlg.cxx.
References Printer::GetDefaultPrinterName(), ORIENTATION_AUTOMATIC, PAPER_USER, and Printer::SetPaperSizeUser().
IMPL_LINK | ( | PrintDialog | , |
SpinModifyHdl | , | ||
weld::SpinButton & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 2044 of file printdlg.cxx.
IMPL_LINK | ( | PrintDialog | , |
UIOption_CheckHdl | , | ||
weld::Toggleable & | , | ||
i_rBox | , | ||
void | |||
) |
Definition at line 2060 of file printdlg.cxx.
IMPL_LINK | ( | PrintDialog | , |
UIOption_RadioHdl | , | ||
weld::Toggleable & | , | ||
i_rBtn | , | ||
void | |||
) |
Definition at line 2077 of file printdlg.cxx.
IMPL_LINK | ( | PrintDialog | , |
UIOption_SelectHdl | , | ||
weld::ComboBox & | , | ||
i_rBox | , | ||
void | |||
) |
Definition at line 2107 of file printdlg.cxx.
IMPL_LINK | ( | PrintDialog | , |
UIOption_SpinModifyHdl | , | ||
weld::SpinButton & | , | ||
i_rBox | , | ||
void | |||
) |
Definition at line 2132 of file printdlg.cxx.
IMPL_LINK | ( | PrintDialog | , |
UIOption_EntryModifyHdl | , | ||
weld::Entry & | , | ||
i_rBox | , | ||
void | |||
) |
Definition at line 2149 of file printdlg.cxx.
IMPL_LINK_NOARG | ( | PrintDialog | , |
updatePreviewIdle | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 931 of file printdlg.cxx.
IMPL_LINK_NOARG | ( | PrintDialog | , |
updatePreviewNoCacheIdle | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 936 of file printdlg.cxx.
IMPL_LINK_NOARG | ( | PrintDialog | , |
MetricSpinModifyHdl | , | ||
weld::MetricSpinButton & | , | ||
void | |||
) |
Definition at line 2011 of file printdlg.cxx.
IMPL_LINK_NOARG | ( | PrintDialog | , |
FocusOutHdl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 2017 of file printdlg.cxx.
IMPL_LINK_NOARG | ( | PrintDialog | , |
ActivateHdl | , | ||
weld::Entry & | , | ||
bool | |||
) |
Definition at line 2022 of file printdlg.cxx.
IMPL_LINK_NOARG | ( | PrintProgressDialog | , |
ClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 2241 of file printdlg.cxx.