Lines Matching refs:nLayoutSign
1113 long nLayoutSign = bLayoutRTL ? -1 : 1; in GetOutputArea() local
1123 nCellPosX += nColWidth * nLayoutSign; in GetOutputArea()
1132 nCellPosX -= nColWidth * nLayoutSign; in GetOutputArea()
1196 rParam.maAlignRect.Right() = nCellPosX + ( nMergeSizeX - 1 ) * nLayoutSign; in GetOutputArea()
1244 rParam.maClipRect.Right() += nAdd * nLayoutSign; in GetOutputArea()
1258 rParam.maClipRect.Left() -= nAdd * nLayoutSign; in GetOutputArea()
1269 rParam.maClipRect.Right() -= nMarkPixel * nLayoutSign; in GetOutputArea()
1276 rParam.maClipRect.Left() += nMarkPixel * nLayoutSign; in GetOutputArea()
1301 rParam.maAlignRect.Right() -= nFilter * nLayoutSign; in GetOutputArea()
1302 rParam.maClipRect.Right() -= nFilter * nLayoutSign; in GetOutputArea()
1350 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawStrings() local
1381 nPosX -= pRowInfo[0].pCellInfo[nLoopStartX+1].nWidth * nLayoutSign; in DrawStrings()
1892 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawStrings()
2141 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawEdit() local
2976 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawEdit()
3023 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawRotated() local
3107 nStartX -= nLayoutSign * (long) pRowInfo[0].pCellInfo[nCol+1].nWidth; in DrawRotated()
3672 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawRotated()