Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx733 int nMaxCharPos = 0; in DrawPrinterLayout() local
744 nMaxCharPos = pPspLayout->getMaxCharPos(); in DrawPrinterLayout()
755 nMaxCharPos = pGrLayout->getMaxCharPos(); in DrawPrinterLayout()
773 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx674 …int nMaxCharPos = bIsPspServerFontLayout ? static_cast<const PspServerFontLayout&>(rLayout).getMax… in DrawPrinterLayout() local
688 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7340 int nMinCharPos = 0, nMaxCharPos = rText.Len()-1; in drawLayout() local
7477 else if( pCharPosAry[i] >= nMinCharPos && pCharPosAry[i] <= nMaxCharPos ) in drawLayout()

Completed in 62 milliseconds