LibreOffice Module sw (master) 1
Functions
translatelangselect.cxx File Reference
#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>
Include dependency graph for translatelangselect.cxx:

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)
 

Function Documentation

◆ getLanguageVec()

static const std::vector< SwLanguageListItem > & getLanguageVec ( )
static

◆ IMPL_LINK_NOARG() [1/2]

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() [2/2]

IMPL_LINK_NOARG ( SwTranslateLangSelectDlg  ,
LangSelectTranslateHdl  ,
weld::Button ,
void   
)

◆ IMPL_STATIC_LINK()

IMPL_STATIC_LINK ( SwTranslateLangSelectDlg  ,
LangSelectHdl  ,
weld::ComboBox ,
rBox  ,
void   
)