LibreOffice Module svx (master)
1
|
#include <ucsubset.hxx>
Public Member Functions | |
SubsetMap (const FontCharMapRef &) | |
const Subset * | GetSubsetByUnicode (sal_UCS4) const |
const SubsetVec & | GetSubsetMap () const |
Private Member Functions | |
SVX_DLLPRIVATE void | InitList () |
SVX_DLLPRIVATE void | ApplyCharMap (const FontCharMapRef &) |
Private Attributes | |
SubsetVec | maSubsets |
Definition at line 56 of file ucsubset.hxx.
SubsetMap::SubsetMap | ( | const FontCharMapRef & | rxFontCharMap | ) |
Definition at line 850 of file charmap.cxx.
References ApplyCharMap(), and InitList().
|
private |
Definition at line 1854 of file charmap.cxx.
References tools::SvRef< T >::is(), maSubsets, and nCount.
Referenced by SubsetMap().
Definition at line 861 of file charmap.cxx.
References maSubsets.
const SubsetVec & SubsetMap::GetSubsetMap | ( | ) | const |
Definition at line 856 of file charmap.cxx.
References maSubsets.
|
private |
Definition at line 874 of file charmap.cxx.
References assert(), i, maSubsets, and SvxResId().
Referenced by SubsetMap().
|
private |
Definition at line 65 of file ucsubset.hxx.
Referenced by ApplyCharMap(), GetSubsetByUnicode(), GetSubsetMap(), and InitList().