Searched refs:nLoopStartX (Results 1 – 1 of 1) sorted by relevance
1356 SCCOL nLoopStartX = nX1; in DrawStrings() local1358 --nLoopStartX; // start before nX1 for rest of long text to the left in DrawStrings()1380 if ( nLoopStartX < nX1 ) in DrawStrings()1381 nPosX -= pRowInfo[0].pCellInfo[nLoopStartX+1].nWidth * nLayoutSign; in DrawStrings()1382 for (SCCOL nX=nLoopStartX; nX<=nX2; nX++) in DrawStrings()
Completed in 18 milliseconds