LibreOffice Module vcl (master) 1
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
ImplFontCharMap Class Referencefinal

#include <impfontcharmap.hxx>

Inheritance diagram for ImplFontCharMap:
[legend]
Collaboration diagram for ImplFontCharMap:
[legend]

Public Member Functions

 ImplFontCharMap (bool bMicrosoftSymbolMap, std::vector< sal_uInt32 > aRangeCodes)
 
virtual ~ImplFontCharMap () override
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (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
 

Detailed Description

Definition at line 30 of file impfontcharmap.hxx.

Constructor & Destructor Documentation

◆ ImplFontCharMap() [1/2]

ImplFontCharMap::ImplFontCharMap ( bool  bMicrosoftSymbolMap,
std::vector< sal_uInt32 >  aRangeCodes 
)
explicit

Definition at line 34 of file fontcharmap.cxx.

References i, maRangeCodes, and mnCharCount.

Referenced by getDefaultMap().

◆ ~ImplFontCharMap()

ImplFontCharMap::~ImplFontCharMap ( )
overridevirtual

Definition at line 30 of file fontcharmap.cxx.

◆ ImplFontCharMap() [2/2]

ImplFontCharMap::ImplFontCharMap ( const ImplFontCharMap )
privatedelete

Member Function Documentation

◆ getDefaultMap()

ImplFontCharMapRef const & ImplFontCharMap::getDefaultMap ( bool  bMicrosoftSymbolMap = false)
staticprivate

◆ isDefaultMap()

bool ImplFontCharMap::isDefaultMap ( ) const
private

Definition at line 54 of file fontcharmap.cxx.

References aDefaultSymbolRanges, aDefaultUnicodeRanges, and maRangeCodes.

◆ operator=()

void ImplFontCharMap::operator= ( const ImplFontCharMap )
privatedelete

Friends And Related Function Documentation

◆ FontCharMap

friend class FontCharMap
friend

Definition at line 38 of file impfontcharmap.hxx.

Member Data Documentation

◆ m_bMicrosoftSymbolMap

const bool ImplFontCharMap::m_bMicrosoftSymbolMap
private

Definition at line 49 of file impfontcharmap.hxx.

◆ maRangeCodes

std::vector<sal_uInt32> ImplFontCharMap::maRangeCodes
private

Definition at line 47 of file impfontcharmap.hxx.

Referenced by ImplFontCharMap(), and isDefaultMap().

◆ mnCharCount

int ImplFontCharMap::mnCharCount
private

Definition at line 48 of file impfontcharmap.hxx.

Referenced by ImplFontCharMap().


The documentation for this class was generated from the following files: