Home
last modified time | relevance | path

Searched refs:firstChar (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx209 if ((bRtl && ((signed)info.firstChar() <= nNextChar)) || in fill_from()
245 while ((bRtl && ((signed)info.firstChar() <= nNextChar)) || in fill_from()
282 nFirstCharInCluster = info.firstChar(); in fill_from()
420 if ((signed)aGlyph.firstChar() < rArgs.mnEndCharPos && in appendCluster()
421 (signed)aGlyph.firstChar() >= rArgs.mnMinCharPos) in appendCluster()
466 int firstChar = std::min(gi.firstChar(), gi.lastChar()); in append() local
468 if (!bIsBase) rGlyph2Char[size()] = firstChar; in append()
484 firstChar, in append()
496 fprintf(grLog(),"fallback c%d %x in run %d\n", firstChar, args.mpStr[firstChar], in append()
497 args.maRuns.PosIsInAnyRun(firstChar)); in append()
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java359 int firstChar = (col + 1) / 26; in int2CellStr() local
365 if(firstChar>0) { in int2CellStr()
367 …outputString += Character.toString(int2Char(firstChar - 1)) + Character.toString(int2Char(secondCh… in int2CellStr()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm164 …NSString * firstChar = [ attribute substringWithRange: aRange ]; // drop leading "AX" and get firs…
166 [ methodName appendString: [ firstChar lowercaseString ] ];
168 [ methodName appendString: firstChar ];
/trunk/main/vcl/inc/
H A Dsft.hxx486 …TTSimpleGlyphMetrics *GetTTSimpleCharMetrics(TrueTypeFont *ttf, sal_uInt16 firstChar, int nChars, …
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2650 TTSimpleGlyphMetrics *GetTTSimpleCharMetrics(TrueTypeFont * ttf, sal_uInt16 firstChar, int nChars, … in GetTTSimpleCharMetrics() argument
2658 for (i=0; i<nChars; i++) str[i] = (sal_uInt16)(firstChar + i); in GetTTSimpleCharMetrics()

Completed in 55 milliseconds