Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2032 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()
2105 rNeededPixel = nNewSize + nLeftM + nRightM; in ShrinkEditEngine()
2319 long nRightM = (long) ( pMargin->GetRightMargin() * nPPTX ); in DrawEdit() local
2561 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 …]
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx170 long nLeftM, long nTopM, long nRightM, long nBottomM,
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx896 … long nRightM = ( pMarginItem ? static_cast< long >( pMarginItem->GetRightMargin() * nPPTX ) : 0 ); in GetTextForwarder() local
898 long nWidth = aSize.getWidth() - nLeftM - nRightM; in GetTextForwarder()

Completed in 41 milliseconds