Searched refs:cCode (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | xelink.cxx | 258 explicit XclExpExternSheet( const XclExpRoot& rRoot, sal_Unicode cCode ); 472 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode ) = 0; 521 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode ); 571 XclExpExtSheetRef FindInternal( sal_uInt16& rnExtSheet, sal_Unicode cCode ); 591 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode ); 1336 XclExpExternSheet::XclExpExternSheet( const XclExpRoot& rRoot, sal_Unicode cCode ) : in XclExpExternSheet() argument 1339 Init( String( cCode ) ); in XclExpExternSheet() 1959 sal_uInt16 XclExpLinkManagerImpl5::FindExtSheet( sal_Unicode cCode ) in FindExtSheet() argument 1962 FindInternal( nExtSheet, cCode ); in FindExtSheet() 2101 sal_uInt16& rnExtSheet, sal_Unicode cCode ) in FindInternal() argument [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | pdffontcache.cxx | 64 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 D | gcach_ftyp.cxx | 1803 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 D | rangeutl.cxx | 384 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 D | vbahelper.cxx | 584 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 D | xelink.hxx | 168 sal_uInt16 FindExtSheet( sal_Unicode cCode );
|
| /trunk/main/basic/source/runtime/ |
| H A D | step0.cxx | 189 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 D | gtkframe.cxx | 3523 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 D | vbahelper.cxx | 760 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 D | fontmanager.cxx | 4029 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()
|