Home
last modified time | relevance | path

Searched refs:nSubIndex (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx300 int nSubIndex = nStart; in GetNextGlyphs() local
319 if( nSubIndex >= nGlyphsInRun ) { in GetNextGlyphs()
320 nSubIndex -= nGlyphsInRun; in GetNextGlyphs()
361 for(; (--nLen >= 0) && (nSubIndex < nGlyphsInRun); ++nSubIndex, ++nStart ) in GetNextGlyphs()
364 *(pOutGlyphIds++) = pCGGlyphIdx[ nSubIndex ]; in GetNextGlyphs()
366 *(pGlyphAdvances++) = mfFontStretch * pCGGlyphAdvs[ nSubIndex ].width; in GetNextGlyphs()
368 *(pCharIndexes++) = pCGGlyphStrIdx[ nSubIndex] + mnMinCharPos; in GetNextGlyphs()
370 const CGPoint& rCurPos = pCGGlyphPos[ nSubIndex ]; in GetNextGlyphs()
374 nSubIndex = 0; // prepare for the next glyph run in GetNextGlyphs()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx988 sal_Int32 nSubIndex = 0; in lcl_extractSetPropertyNames() local
997 pSubNodeNames[nSubIndex++] = sSubNode; in lcl_extractSetPropertyNames()
1002 aSubNodeNames.realloc(nSubIndex); in lcl_extractSetPropertyNames()
/trunk/main/chart2/source/inc/
H A DObjectIdentifier.hxx132 , sal_Int32 nSubIndex = -1 );//-1: main grid, 0: first subgrid etc

Completed in 35 milliseconds