Home
last modified time | relevance | path

Searched refs:sal_UCS4 (Results 1 – 25 of 30) sorted by last modified time

12

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1003 std::hash<sal_UCS4> a; in operator ()()
1008 inline void ImplFontEntry::AddFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, const String&… in AddFallbackForUnicode()
1017 inline bool ImplFontEntry::GetFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, String* pFont… in GetFallbackForUnicode()
1032 inline void ImplFontEntry::IgnoreFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, const Stri… in IgnoreFallbackForUnicode()
1427 sal_UCS4 cChar = 0; in GetGlyphFallbackFont()
1444sal_UCS4* pRemainingCodes = (sal_UCS4*)alloca( rMissingCodes.getLength() * sizeof(sal_UCS4) ); in GetGlyphFallbackFont()
5930 sal_UCS4 cChar = GetLocalizedChar( *pStr, meTextLanguage ); in ImplPrepareLayoutArgs()
H A Dimpfont.cxx58 sal_UCS4 cFirst = pRangePtr[0]; in ImplFontCharMap()
59 sal_UCS4 cLast = pRangePtr[1]; in ImplFontCharMap()
212 int ImplFontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange()
253 sal_UCS4 ImplFontCharMap::GetNextChar( sal_UCS4 cChar ) const in GetNextChar()
268 sal_UCS4 ImplFontCharMap::GetPrevChar( sal_UCS4 cChar ) const in GetPrevChar()
290 sal_UCS4 cFirst = *(pRange++); in GetIndexFromChar()
291 sal_UCS4 cLast = *(pRange++); in GetIndexFromChar()
311 sal_UCS4 cFirst = *(pRange++); in GetCharFromIndex()
634 int FontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange()
686 sal_UCS4 FontCharMap::GetNextChar( sal_UCS4 cChar ) const in GetNextChar()
[all …]
H A Dsallayout.cxx81 bool IsDiacritic( sal_UCS4 nChar ) in IsDiacritic()
90 struct DiaRange { sal_UCS4 mnMin, mnEnd;}; in IsDiacritic()
118 int GetVerticalFlags( sal_UCS4 nChar ) in GetVerticalFlags()
148 sal_UCS4 GetVerticalChar( sal_UCS4 ) in GetVerticalChar() argument
197 VCL_DLLPUBLIC sal_UCS4 GetMirroredChar( sal_UCS4 nChar ) in GetMirroredChar()
206 const char* GetAutofallback( sal_UCS4 nChar ) in GetAutofallback()
290 sal_UCS4 GetLocalizedChar( sal_UCS4 nChar, LanguageType eLang ) in GetLocalizedChar()
388 inline bool IsControlChar( sal_UCS4 cChar ) in IsControlChar()
828 int SalLayout::CalcAsianKerning( sal_UCS4 c, bool bLeft, bool /*TODO:? bVertical*/ ) in CalcAsianKerning()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h116 typedef std::hash_set<sal_UCS4> UcsHashSet;
121 bool IsGSUBstituted( sal_UCS4 ) const;
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx366 sal_UCS4 cChar = rArgs.mpStr[ nCharPos ];
378 sal_UCS4 cVert = ::GetVerticalChar( cChar );
606 const sal_UCS4 cChar = static_cast<sal_UCS4>(aGlyphId & GF_IDXMASK);
H A Dsalgdi3.cxx322 sal_UCS4 mnMinCode;
323 sal_UCS4 mnMaxCode;
407 LanguageType MapCharToLanguage( sal_UCS4 uChar ) in MapCharToLanguage()
539 const sal_UCS4 uChar = rMissingChars.iterateCodePoints( &nStrIdx ); in HasMissingChars()
560 const sal_UCS4 uChar = rMissingChars.iterateCodePoints( &nStrIdx ); in FindFontSubstitute()
1204 bool ImplWinFontData::IsGSUBstituted( sal_UCS4 cChar ) const in IsGSUBstituted()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx558 sal_UCS4 cChar = rArgs.mpStr[ nCharPos ]; in LayoutText()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1177 sal_GlyphId FreetypeServerFont::GetRawGlyphIndex( sal_UCS4 aChar ) const in GetRawGlyphIndex()
1240 sal_GlyphId FreetypeServerFont::FixupGlyphIndex( sal_GlyphId aGlyphId, sal_UCS4 aChar ) const in FixupGlyphIndex()
1288 sal_GlyphId FreetypeServerFont::GetGlyphIndex( sal_UCS4 aChar ) const in GetGlyphIndex()
H A Dgcach_ftyp.hxx90 int GetGlyphIndex( sal_UCS4 cChar ) const;
91 void CacheGlyphIndex( sal_UCS4 cChar, int nGI ) const;
124 inline int FtFontInfo::GetGlyphIndex( sal_UCS4 cChar ) const in GetGlyphIndex()
134 inline void FtFontInfo::CacheGlyphIndex( sal_UCS4 cChar, int nIndex ) const in CacheGlyphIndex()
187 virtual sal_GlyphId GetGlyphIndex( sal_UCS4 ) const;
188 sal_GlyphId GetRawGlyphIndex( sal_UCS4 ) const;
189 sal_GlyphId FixupGlyphIndex( sal_GlyphId, sal_UCS4 ) const;
H A Dgcach_layout.cxx108 sal_UCS4 cChar = rArgs.mpStr[ nCharPos ]; in operator ()()
520 sal_UCS4 aChar = rArgs.mpStr[ nCharPos ]; in operator ()()
528 sal_UCS4 aLow = rArgs.mpStr[ nCharPos+1 ]; in operator ()()
/trunk/main/vcl/inc/vcl/
H A Dvclenum.hxx315 typedef sal_uInt32 sal_UCS4; // TODO: this should be moved to rtl typedef
H A Dsvapp.hxx73 VCL_DLLPUBLIC sal_UCS4 GetMirroredChar( sal_UCS4 );
H A Dmetric.hxx33 typedef sal_uInt32 sal_UCS4; typedef
101 bool HasChar( sal_UCS4 ) const;
102 int CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const;
105 sal_UCS4 GetFirstChar( void ) const;
106 sal_UCS4 GetLastChar( void ) const;
108 sal_UCS4 GetNextChar( sal_UCS4 ) const;
109 sal_UCS4 GetPrevChar( sal_UCS4 ) const;
111 int GetIndexFromChar( sal_UCS4 ) const;
112 sal_UCS4 GetCharFromIndex( int ) const;
/trunk/main/vcl/inc/
H A Dsallayout.hxx138 bool IsDiacritic( sal_UCS4 );
139 int GetVerticalFlags( sal_UCS4 );
140 sal_UCS4 GetVerticalChar( sal_UCS4 );
143 sal_UCS4 GetLocalizedChar( sal_UCS4, LanguageType );
144 VCL_PLUGIN_PUBLIC const char* GetAutofallback( sal_UCS4 ) ;
208 static int CalcAsianKerning( sal_UCS4, bool bLeft, bool bVertical );
H A Doutfont.hxx340 …void AddFallbackForUnicode( sal_UCS4, FontWeight eWeight, const String& rFontName );
341 …bool GetFallbackForUnicode( sal_UCS4, FontWeight eWeight, String* pFontName ) const;
342 …void IgnoreFallbackForUnicode( sal_UCS4, FontWeight eWeight, const String& rFontNam…
348 typedef ::std::pair<sal_UCS4,FontWeight> GFBCacheKey;
H A Dglyphcache.hxx195 virtual sal_GlyphId GetGlyphIndex( sal_UCS4 ) const = 0;
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx298 sal_UCS4 cChar = rKEvt.GetCharCode(); in KeyInput()
299 sal_UCS4 cNext = maFontCharMap.GetNextChar( cChar - 1 ); in KeyInput()
467 sal_UCS4 SvxShowCharSet::GetSelectCharacter() const in GetSelectCharacter()
614 void SvxShowCharSet::SelectCharacter( sal_UCS4 cNew, sal_Bool bFocus ) in SelectCharacter()
617 sal_UCS4 cNext = maFontCharMap.GetNextChar( cNew - 1 ); in SelectCharacter()
735 const Subset* SubsetMap::GetSubsetByUnicode( sal_UCS4 cChar ) const in GetSubsetByUnicode()
744 inline Subset::Subset( sal_UCS4 nMin, sal_UCS4 nMax, int resId) in Subset()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx710 const sal_UCS4 c = aCharStr.iterateCodePoints( &nStrIndex ); in getAccessibleDescription()
713 sal_UCS4 c_Shifted = c; in getAccessibleDescription()
/trunk/main/svx/inc/svx/
H A Ducsubset.hxx43 Subset( sal_UCS4 nMin, sal_UCS4 nMax, const String& aName ) in Subset()
47 Subset( sal_UCS4 nMin, sal_UCS4 nMax, int resId );
49 sal_UCS4 GetRangeMin() const { return mnRangeMin;} in GetRangeMin()
50 sal_UCS4 GetRangeMax() const { return mnRangeMax;} in GetRangeMax()
54 sal_UCS4 mnRangeMin;
55 sal_UCS4 mnRangeMax;
66 const Subset* GetSubsetByUnicode( sal_UCS4 ) const;
H A Dcharmap.hxx58 sal_UCS4 GetSelectCharacter() const;
/trunk/main/starmath/source/
H A Dnode.cxx2550 sal_UCS4 cChar = OUString( aText ).iterateCodePoints( &nPos ); in Draw()
2962 sal_UCS4 cChar = pSym->GetCharacter(); in Prepare()
H A Dsymbol.cxx77 SmSym::SmSym(const String& rName, const Font& rFont, sal_UCS4 cChar, in SmSym()
H A Ddialog.cxx1160 sal_UCS4 cChar = aSymbol.GetCharacter(); in Paint()
1360 sal_UCS4 cChar = pSymbol->GetCharacter(); in SetSymbol()
1651 sal_UCS4 cChar = aText.iterateCodePoints( &nPos ); in Paint()
1669 void SmShowChar::SetSymbol( sal_UCS4 cChar, const Font &rFont ) in SetSymbol()
1869 sal_UCS4 cChar = aCharsetDisplay.GetSelectCharacter(); in IMPL_LINK()
H A Dcfgitem.cxx489 sal_UCS4 cChar = '\0'; in ReadSymbol()
499 cChar = static_cast< sal_UCS4 >( nTmp32 ); in ReadSymbol()
623 pVal->Value <<= static_cast< sal_UCS4 >( rSymbol.GetCharacter() ); in SetSymbols()
/trunk/main/starmath/inc/
H A Dsymbol.hxx81 sal_UCS4 m_cChar;
87 SmSym(const String& rName, const Font& rFont, sal_UCS4 cChar,
94 sal_UCS4 GetCharacter() const { return m_cChar; } in GetCharacter()
98 void SetCharacter( sal_UCS4 cChar ) { m_cChar = cChar; } in SetCharacter()

Completed in 214 milliseconds

12