LibreOffice Module vcl (master) 1
|
#include <impfontcharmap.hxx>
Public Member Functions | |
ImplFontCharMap (bool bMicrosoftSymbolMap, std::vector< sal_uInt32 > aRangeCodes) | |
virtual | ~ImplFontCharMap () override |
Public Member Functions inherited from SvRefBase | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Member Functions | |
ImplFontCharMap (const ImplFontCharMap &)=delete | |
void | operator= (const ImplFontCharMap &)=delete |
bool | isDefaultMap () const |
Static Private Member Functions | |
static ImplFontCharMapRef const & | getDefaultMap (bool bMicrosoftSymbolMap=false) |
Private Attributes | |
std::vector< sal_uInt32 > | maRangeCodes |
int | mnCharCount |
const bool | m_bMicrosoftSymbolMap |
Friends | |
class | FontCharMap |
Additional Inherited Members | |
Protected Member Functions inherited from SvRefBase | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 30 of file impfontcharmap.hxx.
|
explicit |
Definition at line 34 of file fontcharmap.cxx.
References i, maRangeCodes, and mnCharCount.
Referenced by getDefaultMap().
|
overridevirtual |
Definition at line 30 of file fontcharmap.cxx.
|
privatedelete |
|
staticprivate |
Definition at line 47 of file fontcharmap.cxx.
References aDefaultSymbolRanges, aDefaultUnicodeRanges, g_pDefaultImplFontCharMap, and ImplFontCharMap().
Referenced by FontCharMap::GetDefaultMap().
|
private |
Definition at line 54 of file fontcharmap.cxx.
References aDefaultSymbolRanges, aDefaultUnicodeRanges, and maRangeCodes.
|
privatedelete |
|
friend |
Definition at line 38 of file impfontcharmap.hxx.
|
private |
Definition at line 49 of file impfontcharmap.hxx.
|
private |
Definition at line 47 of file impfontcharmap.hxx.
Referenced by ImplFontCharMap(), and isDefaultMap().
|
private |
Definition at line 48 of file impfontcharmap.hxx.
Referenced by ImplFontCharMap().