Home
last modified time | relevance | path

Searched refs:cCode (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx472 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() argument
2104 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 …]
/trunk/main/vcl/source/gdi/
H A Dpdffontcache.cxx64 const sal_Ucs cCode = static_cast<sal_Ucs>(nGlyph & GF_IDXMASK); in getGlyphWidth() local
65 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1803 for( sal_uInt32 cCode = FT_Get_First_Char( maFaceFT, &nGlyphIndex );; ) in GetFontCodeRanges() local
1807 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()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx384 sal_Unicode cCode = rString[ nIndex ]; in IndexOf() local
385 bExitLoop = (cCode == cSearchChar) && !bQuoted; in IndexOf()
386 bQuoted = (bQuoted != (cCode == cQuote)); in IndexOf()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx584 bool NeedEsc(sal_Unicode cCode) in NeedEsc() argument
587 return (STRING_NOTFOUND != sEsc.Search(cCode)); in NeedEsc()
/trunk/main/sc/source/filter/inc/
H A Dxelink.hxx168 sal_uInt16 FindExtSheet( sal_Unicode cCode );
/trunk/main/basic/source/runtime/
H A Dstep0.cxx189 bool NeedEsc(sal_Unicode cCode) in NeedEsc() argument
192 return (STRING_NOTFOUND != sEsc.Search(cCode)); in NeedEsc()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3523 static bool checkSingleKeyCommitHack( guint keyval, sal_Unicode cCode ) in checkSingleKeyCommitHack() argument
3530 if( cCode != '\n' && cCode != '\r' ) in checkSingleKeyCommitHack()
3535 if( cCode != ' ' ) in checkSingleKeyCommitHack()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx760 bool NeedEsc(sal_Unicode cCode) in NeedEsc() argument
763 return (STRING_NOTFOUND != sEsc.Search(cCode)); in NeedEsc()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx4029 sal_Unicode cCode = *pEnc[m].Name.getStr(); in readOverrideMetrics() local
4031 pFont->m_aEncodingVector[ cCode ] = nGlyph; in readOverrideMetrics()
4042 sal_Unicode cCode = *pEnc[m].Name.getStr(); in readOverrideMetrics() local
4044 … pFont->m_aNonEncoded[ cCode ] = OUStringToOString(aGlyphName,RTL_TEXTENCODING_ASCII_US); in readOverrideMetrics()

Completed in 93 milliseconds