LibreOffice Module editeng (master) 1
|
#include <memory>
#include <vcl/image.hxx>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <i18nlangtag/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <svl/languageoptions.hxx>
#include <svtools/ctrltool.hxx>
#include <svtools/langtab.hxx>
#include <tools/stream.hxx>
#include <svl/srchitem.hxx>
#include "impedit.hxx"
#include <comphelper/propertyvalue.hxx>
#include <editeng/editeng.hxx>
#include <editeng/editview.hxx>
#include <editeng/flditem.hxx>
#include <editeng/svxacorr.hxx>
#include <editeng/langitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/eerdll.hxx>
#include <eerdll2.hxx>
#include <editeng/editrids.hrc>
#include <editeng.hxx>
#include <i18nlangtag/lang.h>
#include <vcl/window.hxx>
#include <editeng/acorrcfg.hxx>
#include <editeng/unolingu.hxx>
#include <unotools/lingucfg.hxx>
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/linguistic2/XDictionary.hpp>
#include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
#include <linguistic/lngprops.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/lok.hxx>
#include <sfx2/viewsh.hxx>
#include <osl/diagnose.h>
#include <boost/property_tree/json_parser.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
Go to the source code of this file.
Functions | |
static void | LOKSendSpellPopupMenu (const weld::Menu &rMenu, LanguageType nGuessLangWord, LanguageType nGuessLangPara, sal_uInt16 nSuggestions) |
static void | ChangeFontSizeImpl (EditView *pEditView, bool bGrow, const ESelection &rSel, const FontList *pFontList) |
|
static |
Definition at line 1455 of file editview.cxx.
References EditView::ChangeFontSize(), EE_CHAR_FONTHEIGHT(), EE_CHAR_FONTHEIGHT_CJK(), EE_CHAR_FONTHEIGHT_CTL(), SfxItemSet::Get(), EditView::GetAttribs(), EditView::GetEmptyItemSet(), SfxItemSet::Put(), EditView::SetAttribs(), and EditView::SetSelection().
Referenced by EditView::ChangeFontSize().
|
static |
Definition at line 909 of file editview.cxx.
References SfxViewShell::Current(), weld::Menu::get_label(), weld::Menu::get_sensitive(), SvtLanguageTable::GetLanguageString(), i, comphelper::LibreOfficeKit::isActive(), SfxViewShell::libreOfficeKitViewCallback(), and MN_ALTSTART.
Referenced by EditView::ExecuteSpellPopup().