LibreOffice Module svtools (master) 1
Namespaces | Functions | Variables
fontsubstconfig.cxx File Reference
#include <svtools/fontsubstconfig.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <o3tl/any.hxx>
#include <tools/debug.hxx>
#include <vcl/outdev.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/configitem.hxx>
Include dependency graph for fontsubstconfig.cxx:

Go to the source code of this file.

Namespaces

namespace  svtools
 

Functions

bool svtools::IsFontSubstitutionsEnabled ()
 
std::vector< SubstitutionStructsvtools::GetFontSubstitutions ()
 
void svtools::SetFontSubstitutions (bool bIsEnabled, std::vector< SubstitutionStruct > const &aSubstArr)
 
void svtools::ApplyFontSubstitutionsToVcl ()
 

Variables

constexpr OUStringLiteral cReplacement = u"Replacement"
 
constexpr OUStringLiteral cFontPairs = u"FontPairs"
 
constexpr OUStringLiteral cReplaceFont = u"ReplaceFont"
 
constexpr OUStringLiteral cSubstituteFont = u"SubstituteFont"
 
constexpr OUStringLiteral cOnScreenOnly = u"OnScreenOnly"
 
constexpr OUStringLiteral cAlways = u"Always"
 

Variable Documentation

◆ cAlways

constexpr OUStringLiteral cAlways = u"Always"
constexpr

◆ cFontPairs

constexpr OUStringLiteral cFontPairs = u"FontPairs"
constexpr

◆ cOnScreenOnly

constexpr OUStringLiteral cOnScreenOnly = u"OnScreenOnly"
constexpr

◆ cReplaceFont

constexpr OUStringLiteral cReplaceFont = u"ReplaceFont"
constexpr

◆ cReplacement

constexpr OUStringLiteral cReplacement = u"Replacement"
constexpr

◆ cSubstituteFont

constexpr OUStringLiteral cSubstituteFont = u"SubstituteFont"
constexpr