Searched refs:cCode (Results 1 – 10 of 10) sorted by relevance
472 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode ) = 0;521 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode );591 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode );1339 Init( String( cCode ) ); in XclExpExternSheet()1962 FindInternal( nExtSheet, cCode ); in FindExtSheet()2101 sal_uInt16& rnExtSheet, sal_Unicode cCode ) in FindInternal() argument2104 XclExpCodeMap::const_iterator aIt = maCodeMap.find( cCode ); in FindInternal()2138 (void)cCode; // avoid compiler warning in FindExtSheet()2139 DBG_ASSERT( (cCode == EXC_EXTSH_OWNDOC) || (cCode == EXC_EXTSH_ADDIN), in FindExtSheet()2303 sal_uInt16 XclExpLinkManager::FindExtSheet( sal_Unicode cCode ) in FindExtSheet() argument[all …]
64 const sal_Ucs cCode = static_cast<sal_Ucs>(nGlyph & GF_IDXMASK); in getGlyphWidth() local65 Ucs2UIntMap::const_iterator it = rFontData.m_aGlyphIdToIndex.find( cCode ); in getGlyphWidth()70 && (cCode < 0x0100) ) in getGlyphWidth()71 it = rFontData.m_aGlyphIdToIndex.find( cCode+0xF000 ); in getGlyphWidth()
1803 for( sal_uInt32 cCode = FT_Get_First_Char( maFaceFT, &nGlyphIndex );; ) in GetFontCodeRanges() local1807 aCodes.push_back( cCode ); // first code inside range in GetFontCodeRanges()1808 sal_uInt32 cNext = cCode; in GetFontCodeRanges()1809 do cNext = FT_Get_Next_Char( maFaceFT, cCode, &nGlyphIndex ); while( cNext == ++cCode ); in GetFontCodeRanges()1810 aCodes.push_back( cCode ); // first code outside range in GetFontCodeRanges()1811 cCode = cNext; in GetFontCodeRanges()
384 sal_Unicode cCode = rString[ nIndex ]; in IndexOf() local385 bExitLoop = (cCode == cSearchChar) && !bQuoted; in IndexOf()386 bQuoted = (bQuoted != (cCode == cQuote)); in IndexOf()
584 bool NeedEsc(sal_Unicode cCode) in NeedEsc() argument587 return (STRING_NOTFOUND != sEsc.Search(cCode)); in NeedEsc()
168 sal_uInt16 FindExtSheet( sal_Unicode cCode );
189 bool NeedEsc(sal_Unicode cCode) in NeedEsc() argument192 return (STRING_NOTFOUND != sEsc.Search(cCode)); in NeedEsc()
760 bool NeedEsc(sal_Unicode cCode) in NeedEsc() argument763 return (STRING_NOTFOUND != sEsc.Search(cCode)); in NeedEsc()
3521 static bool checkSingleKeyCommitHack( guint keyval, sal_Unicode cCode ) in checkSingleKeyCommitHack() argument3528 if( cCode != '\n' && cCode != '\r' ) in checkSingleKeyCommitHack()3533 if( cCode != ' ' ) in checkSingleKeyCommitHack()
4029 sal_Unicode cCode = *pEnc[m].Name.getStr(); in readOverrideMetrics() local4031 pFont->m_aEncodingVector[ cCode ] = nGlyph; in readOverrideMetrics()4042 sal_Unicode cCode = *pEnc[m].Name.getStr(); in readOverrideMetrics() local4044 … pFont->m_aNonEncoded[ cCode ] = OUStringToOString(aGlyphName,RTL_TEXTENCODING_ASCII_US); in readOverrideMetrics()
Completed in 85 milliseconds