LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
LwpCharSetMgr Class Reference

#include <lwpcharsetmgr.hxx>

Collaboration diagram for LwpCharSetMgr:
[legend]

Public Member Functions

 LwpCharSetMgr ()
 
void SetCodePageMap ()
 
rtl_TextEncoding GetTextCharEncoding (sal_uInt16 wordproCode)
 

Static Public Member Functions

static LwpCharSetMgrGetInstance ()
 
static rtl_TextEncoding GetTextCharEncoding ()
 

Private Attributes

std::map< sal_uInt16, rtl_TextEncoding > m_CodePageMap
 

Static Private Attributes

static LwpCharSetMgrInstance = nullptr
 

Detailed Description

Definition at line 67 of file lwpcharsetmgr.hxx.

Constructor & Destructor Documentation

◆ LwpCharSetMgr()

LwpCharSetMgr::LwpCharSetMgr ( )
inline

Definition at line 70 of file lwpcharsetmgr.hxx.

References SetCodePageMap().

Referenced by GetInstance().

Member Function Documentation

◆ GetInstance()

LwpCharSetMgr * LwpCharSetMgr::GetInstance ( )
static

Definition at line 66 of file lwpcharsetmgr.cxx.

References Instance, and LwpCharSetMgr().

Referenced by LwpFribText::Read(), and LwpFribUnicode::Read().

◆ GetTextCharEncoding() [1/2]

static rtl_TextEncoding LwpCharSetMgr::GetTextCharEncoding ( )
inlinestatic

◆ GetTextCharEncoding() [2/2]

rtl_TextEncoding LwpCharSetMgr::GetTextCharEncoding ( sal_uInt16  wordproCode)

Definition at line 104 of file lwpcharsetmgr.cxx.

References GetTextCharEncoding(), m_CodePageMap, and pos.

◆ SetCodePageMap()

void LwpCharSetMgr::SetCodePageMap ( )

Definition at line 73 of file lwpcharsetmgr.cxx.

References m_CodePageMap.

Referenced by LwpCharSetMgr().

Member Data Documentation

◆ Instance

LwpCharSetMgr * LwpCharSetMgr::Instance = nullptr
staticprivate

Definition at line 81 of file lwpcharsetmgr.hxx.

Referenced by GetInstance().

◆ m_CodePageMap

std::map<sal_uInt16, rtl_TextEncoding> LwpCharSetMgr::m_CodePageMap
private

Definition at line 80 of file lwpcharsetmgr.hxx.

Referenced by GetTextCharEncoding(), and SetCodePageMap().


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