LibreOffice Module lotuswordpro (master) 1
|
#include <lwpcharsetmgr.hxx>
Public Member Functions | |
LwpCharSetMgr () | |
void | SetCodePageMap () |
rtl_TextEncoding | GetTextCharEncoding (sal_uInt16 wordproCode) |
Static Public Member Functions | |
static LwpCharSetMgr * | GetInstance () |
static rtl_TextEncoding | GetTextCharEncoding () |
Private Attributes | |
std::map< sal_uInt16, rtl_TextEncoding > | m_CodePageMap |
Static Private Attributes | |
static LwpCharSetMgr * | Instance = nullptr |
Definition at line 67 of file lwpcharsetmgr.hxx.
|
inline |
Definition at line 70 of file lwpcharsetmgr.hxx.
References SetCodePageMap().
Referenced by GetInstance().
|
static |
Definition at line 66 of file lwpcharsetmgr.cxx.
References Instance, and LwpCharSetMgr().
Referenced by LwpFribText::Read(), and LwpFribUnicode::Read().
|
inlinestatic |
Definition at line 74 of file lwpcharsetmgr.hxx.
Referenced by LwpDrawTextBox::CreateDrawObj(), LwpDrawTextArt::CreateDrawObj(), GetTextCharEncoding(), LwpFribText::Read(), and LwpFribUnicode::Read().
rtl_TextEncoding LwpCharSetMgr::GetTextCharEncoding | ( | sal_uInt16 | wordproCode | ) |
Definition at line 104 of file lwpcharsetmgr.cxx.
References GetTextCharEncoding(), m_CodePageMap, and pos.
void LwpCharSetMgr::SetCodePageMap | ( | ) |
Definition at line 73 of file lwpcharsetmgr.cxx.
References m_CodePageMap.
Referenced by LwpCharSetMgr().
|
staticprivate |
Definition at line 81 of file lwpcharsetmgr.hxx.
Referenced by GetInstance().
|
private |
Definition at line 80 of file lwpcharsetmgr.hxx.
Referenced by GetTextCharEncoding(), and SetCodePageMap().