| /aoo41x/main/vcl/source/gdi/ | 
| H A D | impfont.cxx | 58 		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 D | sallayout.cxx | 81 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()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | metric.hxx | 33 typedef sal_uInt32 sal_UCS4;  typedef101 	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;
 
 | 
| H A D | svapp.hxx | 73 VCL_DLLPUBLIC sal_UCS4 GetMirroredChar( sal_UCS4 );
 | 
| H A D | vclenum.hxx | 315 typedef sal_uInt32 sal_UCS4;	// TODO: this should be moved to rtl  typedef
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | ucsubset.hxx | 43     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 D | charmap.hxx | 58 	sal_UCS4        GetSelectCharacter() const;
 | 
| /aoo41x/main/vcl/inc/ | 
| H A D | sallayout.hxx | 138 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 D | outfont.hxx | 340 …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 D | glyphcache.hxx | 195     virtual sal_GlyphId         GetGlyphIndex( sal_UCS4 ) const = 0;
 | 
| /aoo41x/main/vcl/source/glyphs/ | 
| H A D | gcach_ftyp.hxx | 90     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 D | gcach_layout.cxx | 108         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 ()()
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | cuicharmap.cxx | 112 void SvxCharacterMap::SetChar( sal_UCS4 c )  in SetChar()119 sal_UCS4 SvxCharacterMap::GetChar() const  in GetChar()
 381         sal_UCS4 cChar = aShowSet.GetSelectCharacter();  in IMPL_LINK()
 460         sal_UCS4 cFirst = pSubset->GetRangeMin();  in IMPL_LINK()
 487             sal_UCS4 cChar = aShowSet.GetSelectCharacter();  in IMPL_LINK()
 503     sal_UCS4 cChar = aShowSet.GetSelectCharacter();  in IMPL_LINK()
 544         sal_UCS4 cChar = aShowSet.GetSelectCharacter();  in IMPL_LINK()
 
 | 
| /aoo41x/main/starmath/inc/ | 
| H A D | symbol.hxx | 81     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()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | charmap.cxx | 298                 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()
 
 | 
| /aoo41x/main/cui/source/inc/ | 
| H A D | autocdlg.hxx | 367 	sal_UCS4	cSglStartQuote;368 	sal_UCS4	cSglEndQuote;
 370 	sal_UCS4	cStartQuote;
 371 	sal_UCS4	cEndQuote;
 376 	String 				ChangeStringExt_Impl( sal_UCS4 );
 
 | 
| H A D | cuicharmap.hxx | 130     void            SetChar( sal_UCS4 );131     sal_UCS4        GetChar() const;
 
 | 
| /aoo41x/main/vcl/inc/win/ | 
| H A D | salgdi.h | 116     typedef std::hash_set<sal_UCS4> UcsHashSet;121     bool                    IsGSUBstituted( sal_UCS4 ) const;
 
 | 
| /aoo41x/main/vcl/win/source/gdi/ | 
| H A D | salgdi3.cxx | 322 	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()
 
 | 
| H A D | winlayout.cxx | 366                 sal_UCS4 cChar = rArgs.mpStr[ nCharPos ];378                     sal_UCS4 cVert = ::GetVerticalChar( cChar );
 606                 const sal_UCS4 cChar = static_cast<sal_UCS4>(aGlyphId & GF_IDXMASK);
 
 | 
| /aoo41x/main/starmath/source/ | 
| H A D | cfgitem.cxx | 489         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()
 
 | 
| H A D | dialog.cxx | 1160         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 D | symbol.cxx | 77 SmSym::SmSym(const String& rName, const Font& rFont, sal_UCS4 cChar,  in SmSym()
 | 
| /aoo41x/main/cui/source/tabpages/ | 
| H A D | autocdlg.cxx | 803 			sal_UCS4 aChar = pMapDlg->GetChar();  in IMPL_LINK()2298 	sal_UCS4 cDlg;  in IMPL_LINK()
 2334 		sal_UCS4 cNewChar = pMap->GetChar();  in IMPL_LINK()
 2385 String OfaQuoteTabPage::ChangeStringExt_Impl( sal_UCS4 cChar )  in ChangeStringExt_Impl()
 2391 	sal_UCS4 aStrCodes[32] = { 0, ' ', '(', 'U', '+', '0' };  in ChangeStringExt_Impl()
 2399         sal_UCS4 cHexDigit = ((cChar >> (4*i)) & 0x0f) + '0';  in ChangeStringExt_Impl()
 
 | 
| /aoo41x/main/svx/source/accessibility/ | 
| H A D | charmapacc.cxx | 710 	const sal_UCS4 c = aCharStr.iterateCodePoints( &nStrIndex );  in getAccessibleDescription()713 	sal_UCS4 c_Shifted = c;  in getAccessibleDescription()
 
 |