LibreOffice Module sw (master) 1
|
#include <vcl/svapp.hxx>
#include <osl/diagnose.h>
#include <uitool.hxx>
#include <swtypes.hxx>
#include <wrtsh.hxx>
#include <view.hxx>
#include <viewopt.hxx>
#include <translatelangselect.hxx>
#include <pagedesc.hxx>
#include <poolfmt.hxx>
#include <sal/log.hxx>
#include <ndtxt.hxx>
#include <shellio.hxx>
#include <vcl/idle.hxx>
#include <mdiexp.hxx>
#include <strings.hrc>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <sfx2/viewfrm.hxx>
#include <com/sun/star/task/XStatusIndicatorFactory.hpp>
#include <linguistic/translate.hxx>
#include <officecfg/Office/Linguistic.hxx>
Go to the source code of this file.
Functions | |
static const std::vector< SwLanguageListItem > & | getLanguageVec () |
IMPL_STATIC_LINK (SwTranslateLangSelectDlg, LangSelectHdl, weld::ComboBox &, rBox, void) | |
IMPL_LINK_NOARG (SwTranslateLangSelectDlg, LangSelectCancelHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwTranslateLangSelectDlg, LangSelectTranslateHdl, weld::Button &, void) | |
|
static |
Definition at line 42 of file translatelangselect.cxx.
Referenced by SwTranslateLangSelectDlg::GetSelectedLanguage(), IMPL_LINK_NOARG(), and SwTranslateLangSelectDlg::SwTranslateLangSelectDlg().
IMPL_LINK_NOARG | ( | SwTranslateLangSelectDlg | , |
LangSelectCancelHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 119 of file translatelangselect.cxx.
References m_xDialog, and RET_CANCEL.
IMPL_LINK_NOARG | ( | SwTranslateLangSelectDlg | , |
LangSelectTranslateHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 128 of file translatelangselect.cxx.
References sw::proofreadingiterator::get(), getLanguageVec(), m_xDialog, OUStringToOString(), RET_CANCEL, RET_OK, SAL_WARN, SwTranslateLangSelectDlg::selectedLangIdx, and SwTranslateHelper::TranslateDocumentCancellable().
IMPL_STATIC_LINK | ( | SwTranslateLangSelectDlg | , |
LangSelectHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 113 of file translatelangselect.cxx.
References SwTranslateLangSelectDlg::selectedLangIdx.