20#ifndef INCLUDED_FONTCHARMAP_HXX
21#define INCLUDED_FONTCHARMAP_HXX
45 FontCharMap(
bool bMicrosoftSymbolMap, std::vector<sal_UCS4> aRangeCodes);
60 bool IsDefaultMap()
const;
83 int GetCharCount()
const;
126 int GetIndexFromChar(
sal_UCS4 cChar )
const;
137 sal_UCS4 GetCharFromIndex(
int nCharIndex )
const;
139 bool isMicrosoftSymbolMap()
const;
144 friend class ::OutputDevice;
146 int findRangeIndex(
sal_UCS4 )
const;
ImplFontCharMapRef mpImplFontCharMap
FontCharMap(const FontCharMap &)=delete
void operator=(const FontCharMap &)=delete
Some things multiple-inherit from VclAbstractDialog and OutputDevice, so we need to use virtual inher...
tools::SvRef< ImplFontCharMap > ImplFontCharMapRef
tools::SvRef< FontCharMap > FontCharMapRef