Searched refs:nRightM (Results 1 – 3 of 3) sorted by relevance
2032 long nLeftM, long nTopM, long nRightM, long nBottomM, in ShrinkEditEngine() argument2072 rNeededPixel = nPixelWidth + nLeftM + nRightM; in ShrinkEditEngine()2078 long nAvailable = rAlignRect.GetWidth() - nLeftM - nRightM; in ShrinkEditEngine()2105 rNeededPixel = nNewSize + nLeftM + nRightM; in ShrinkEditEngine()2319 long nRightM = (long) ( pMargin->GetRightMargin() * nPPTX ); in DrawEdit() local2561 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()[all …]
170 long nLeftM, long nTopM, long nRightM, long nBottomM,
896 … long nRightM = ( pMarginItem ? static_cast< long >( pMarginItem->GetRightMargin() * nPPTX ) : 0 ); in GetTextForwarder() local898 long nWidth = aSize.getWidth() - nLeftM - nRightM; in GetTextForwarder()
Completed in 43 milliseconds