LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <optional>
#include <utility>
#include <hintids.hxx>
#include <rtl/textenc.h>
#include <i18nlangtag/mslangid.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <unotools/lingucfg.hxx>
#include <unotools/viewoptions.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/printer.hxx>
#include <sfx2/docfile.hxx>
#include <svl/languageoptions.hxx>
#include <editeng/langitem.hxx>
#include <swtypes.hxx>
#include <ascfldlg.hxx>
#include <shellio.hxx>
#include <docsh.hxx>
#include <doc.hxx>
#include <IDocumentDeviceAccess.hxx>
#include <vcl/metric.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwAsciiFilterDlg, CharSetSelHdl, weld::ComboBox &, void) | |
IMPL_LINK (SwAsciiFilterDlg, LineEndHdl, weld::Toggleable &, rBtn, void) | |
IMPL_LINK | ( | SwAsciiFilterDlg | , |
LineEndHdl | , | ||
weld::Toggleable & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 442 of file ascfldlg.cxx.
IMPL_LINK_NOARG | ( | SwAsciiFilterDlg | , |
CharSetSelHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 365 of file ascfldlg.cxx.
References GetSystemLineEnd(), LANGUAGE_SYSTEM, LINEEND_CR, LINEEND_CRLF, and LINEEND_LF.