|
LibreOffice Module svtools (master) 1
|
#include <sal/config.h>#include <memory>#include <string.h>#include <string_view>#include <tools/debug.hxx>#include <i18nlangtag/languagetag.hxx>#include <i18nlangtag/mslangid.hxx>#include <utility>#include <vcl/outdev.hxx>#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <sal/macros.h>#include <svtools/strings.hrc>#include <svtools/svtresid.hxx>#include <svtools/ctrltool.hxx>#include <o3tl/typed_flags_set.hxx>#include <o3tl/string_view.hxx>#include <comphelper/lok.hxx>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< FontListFontNameType > |
| class | ImplFontListNameInfo |
| struct | ImplFSNameItem |
Namespaces | |
| namespace | o3tl |
Functions | |
| static int | sortWeightValue (FontWeight eWeight) |
| static sal_Int32 | ImplCompareFontMetric (ImplFontListFontMetric *pInfo1, ImplFontListFontMetric *pInfo2) |
| static OUString | ImplMakeSearchString (const OUString &rStr) |
| static OUString | ImplMakeSearchStringFromName (std::u16string_view rStr) |
Variables | |
| const ImplFSNameItem | aImplSimplifiedChinese [] |
|
static |
Definition at line 136 of file ctrltool.cxx.
References sortWeightValue().
Referenced by FontList::ImplInsertFonts().
|
static |
Definition at line 157 of file ctrltool.cxx.
Referenced by FontList::ImplInsertFonts(), and ImplMakeSearchStringFromName().
|
static |
Definition at line 162 of file ctrltool.cxx.
References o3tl::getToken(), and ImplMakeSearchString().
Referenced by FontList::ImplFindByName().
|
static |
Definition at line 127 of file ctrltool.cxx.
References WEIGHT_NORMAL.
Referenced by ImplCompareFontMetric().
| const ImplFSNameItem aImplSimplifiedChinese[] |
Definition at line 753 of file ctrltool.cxx.