/aoo41x/main/vcl/source/gdi/ |
H A D | impfont.cxx | 47 ImplFontCharMap::ImplFontCharMap( const CmapResult& rCR ) in ImplFontCharMap() function in ImplFontCharMap 70 bool ImplFontCharMap::IsDefaultMap() const in IsDefaultMap() 78 ImplFontCharMap::~ImplFontCharMap() in ~ImplFontCharMap() 89 ImplFontCharMap* ImplFontCharMap::GetDefaultMap( bool bSymbols) in GetDefaultMap() 112 void ImplFontCharMap::AddReference( void) const in AddReference() 119 void ImplFontCharMap::DeReference( void) const in DeReference() 128 int ImplFontCharMap::GetCharCount() const in GetCharCount() 239 sal_UCS4 ImplFontCharMap::GetFirstChar() const in GetFirstChar() 246 sal_UCS4 ImplFontCharMap::GetLastChar() const in GetLastChar() 614 : mpImpl( ImplFontCharMap::GetDefaultMap() ) in FontCharMap() [all …]
|
H A D | outdev3.cxx | 8010 const ImplFontCharMap* pNewMap = mpGraphics->GetImplFontCharMap(); in GetFontCharMap()
|
/aoo41x/main/vcl/inc/ |
H A D | impfont.hxx | 174 class VCL_PLUGIN_PUBLIC ImplFontCharMap class 177 explicit ImplFontCharMap( const CmapResult& ); 178 virtual ~ImplFontCharMap(); 180 static ImplFontCharMap* GetDefaultMap( bool bSymbols=false); 205 explicit ImplFontCharMap( const ImplFontCharMap& ); 206 void operator=( const ImplFontCharMap& );
|
H A D | salgdi.hxx | 45 class ImplFontCharMap; 247 virtual const ImplFontCharMap* GetImplFontCharMap() const = 0;
|
H A D | glyphcache.hxx | 188 virtual const ImplFontCharMap* GetImplFontCharMap() const = 0;
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | metric.hxx | 31 class ImplFontCharMap; 94 const ImplFontCharMap* mpImpl; 117 void Reset( const ImplFontCharMap* pNewMap = NULL );
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.hxx | 94 const ImplFontCharMap* GetImplFontCharMap( void ); 110 const ImplFontCharMap* mpFontCharMap; 185 virtual const ImplFontCharMap* GetImplFontCharMap( void ) const;
|
H A D | gcach_ftyp.cxx | 1759 const ImplFontCharMap* FreetypeServerFont::GetImplFontCharMap( void ) const in GetImplFontCharMap() 1761 const ImplFontCharMap* pIFCMap = mpFontInfo->GetImplFontCharMap(); in GetImplFontCharMap() 1765 const ImplFontCharMap* FtFontInfo::GetImplFontCharMap( void ) in GetImplFontCharMap() 1775 mpFontCharMap = new ImplFontCharMap( aCmapResult ); in GetImplFontCharMap() 1777 mpFontCharMap = ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 491 const ImplFontCharMap* ImplOs2FontData::GetImplFontCharMap() const in GetImplFontCharMap() 599 mpUnicodeMap = new ImplFontCharMap( aResult ); in ReadCmapTable() 603 mpUnicodeMap = ImplFontCharMap::GetDefaultMap( bIsSymbolFont ); in ReadCmapTable() 1046 static const ImplFontCharMap* pOs2DefaultImplFontCharMap = NULL; 1049 const ImplFontCharMap* Os2SalGraphics::GetImplFontCharMap() const in GetImplFontCharMap() 1052 return ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap() 1516 const ImplFontCharMap* pImplFontCharMap = pWinFontData->GetImplFontCharMap(); in CreateFontSubset() 1789 const ImplFontCharMap* pMap = pWinFont->GetImplFontCharMap(); in GetGlyphWidths()
|
/aoo41x/main/vcl/inc/os2/ |
H A D | salgdi.h | 73 const ImplFontCharMap* GetImplFontCharMap() const; 89 mutable ImplFontCharMap* mpUnicodeMap; 270 virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
/aoo41x/main/vcl/inc/win/ |
H A D | salgdi.h | 80 const ImplFontCharMap* GetImplFontCharMap() const; 99 mutable ImplFontCharMap* mpUnicodeMap; 300 virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 67 const ImplFontCharMap* GetImplFontCharMap() const; 78 mutable const ImplFontCharMap* mpCharMap; 338 virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 502 const ImplFontCharMap* pCharMap = pWinFont->GetImplFontCharMap(); in HasMissingChars() 1211 const ImplFontCharMap* ImplWinFontData::GetImplFontCharMap() const in GetImplFontCharMap() 1319 mpUnicodeMap = new ImplFontCharMap( aResult ); in ReadCmapTable() 1323 mpUnicodeMap = ImplFontCharMap::GetDefaultMap( bIsSymbolFont ); in ReadCmapTable() 1948 const ImplFontCharMap* WinSalGraphics::GetImplFontCharMap() const in GetImplFontCharMap() 1951 return ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap() 2744 const ImplFontCharMap* pCharMap = pWinFontData->GetImplFontCharMap(); in CreateFontSubset() 3010 const ImplFontCharMap* pMap = pWinFont->GetImplFontCharMap(); in GetGlyphWidths()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 133 const ImplFontCharMap* ImplMacFontData::GetImplFontCharMap() const in GetImplFontCharMap() 140 mpCharMap = ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap() 164 mpCharMap = new ImplFontCharMap( aCmapResult ); in GetImplFontCharMap() 1852 const ImplFontCharMap* AquaSalGraphics::GetImplFontCharMap() const in GetImplFontCharMap() 1855 return ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap() 2218 const ImplFontCharMap* pMap = mpMacFontData->GetImplFontCharMap(); in GetGlyphWidths()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svptext.cxx | 271 const ImplFontCharMap* SvpSalGraphics::GetImplFontCharMap() const in GetImplFontCharMap() 276 const ImplFontCharMap* pIFCMap = m_pServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
|
H A D | svpgdi.hxx | 91 virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
H A D | svppspgraphics.hxx | 110 virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
H A D | svppspgraphics.cxx | 719 const ImplFontCharMap* PspGraphics::GetImplFontCharMap() const in GetImplFontCharMap() 724 const ImplFontCharMap* pIFCMap = m_pServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
|
/aoo41x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 101 virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
H A D | salgdi.h | 248 virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 804 const ImplFontCharMap* PspGraphics::GetImplFontCharMap() const in GetImplFontCharMap() 809 const ImplFontCharMap* pIFCMap = m_pServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
|
H A D | salgdi3.cxx | 947 const ImplFontCharMap* X11SalGraphics::GetImplFontCharMap() const in GetImplFontCharMap() 952 const ImplFontCharMap* pIFCMap = mpServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3810 const ImplFontCharMap aCharMap( aCmapResult ); in getGlyphWidths()
|