Lines Matching refs:nRightM

2032             long nLeftM, long nTopM, long nRightM, long nBottomM,  in ShrinkEditEngine()  argument
2072 rNeededPixel = nPixelWidth + nLeftM + nRightM; in ShrinkEditEngine()
2078 long nAvailable = rAlignRect.GetWidth() - nLeftM - nRightM; in ShrinkEditEngine()
2079 long nScaleSize = rNeededPixel - nLeftM - nRightM; // without margin in ShrinkEditEngine()
2105 rNeededPixel = nNewSize + nLeftM + nRightM; in ShrinkEditEngine()
2319 long nRightM = (long) ( pMargin->GetRightMargin() * nPPTX ); in DrawEdit() local
2358 … aPaperSize.Width() = aAreaParam.maAlignRect.GetWidth() - nLeftM - nRightM; in DrawEdit()
2561 nNeededPixel += nLeftM + nRightM; in DrawEdit()
2574 nLeftM, nTopM, nRightM, nBottomM, bWidth, in DrawEdit()
2585 … long nFormatted = nNeededPixel - nLeftM - nRightM; // without margin in DrawEdit()
2586 … long nAvailable = aAreaParam.maAlignRect.GetWidth() - nLeftM - nRightM; in DrawEdit()
2614 nNeededPixel += nLeftM + nRightM; in DrawEdit()
2628 nNeededPixel += nLeftM + nRightM; in DrawEdit()
2646 long nOutWidth = nCellWidth - 1 - nLeftM - nRightM; in DrawEdit()
2660 nStartX -= nNeededPixel - nCellWidth + nRightM + 1; in DrawEdit()
2662 nStartX -= ( nNeededPixel - nCellWidth + nRightM + 1 - nLeftM ) / 2; in DrawEdit()
3194 long nRightM = (long) ( pMargin->GetRightMargin() * nPPTX ); in DrawRotated() local
3198 nOutWidth -= nLeftM + nRightM; in DrawRotated()
3411 long nNeededPixel = nPixelWidth + nLeftM + nRightM; in DrawRotated()
3416 … ShrinkEditEngine( *pEngine, aAreaParam.maAlignRect, nLeftM, nTopM, nRightM, nBottomM, in DrawRotated()
3423 … ShrinkEditEngine( *pEngine, aAreaParam.maAlignRect, nLeftM, nTopM, nRightM, nBottomM, in DrawRotated()