Home
last modified time | relevance | path

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

/AOO42X/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()
2079 long nScaleSize = rNeededPixel - nLeftM - nRightM; // without margin in ShrinkEditEngine()
2105 rNeededPixel = nNewSize + nLeftM + nRightM; in ShrinkEditEngine()
2317 long nLeftM = (long) ( (pMargin->GetLeftMargin() + nIndent) * 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()
[all …]
/AOO42X/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx894 …long nLeftM = ( pMarginItem ? static_cast< long >( ( pMarginItem->GetLeftMargin() + nIndent ) * nP… in GetTextForwarder() local
898 long nWidth = aSize.getWidth() - nLeftM - nRightM; in GetTextForwarder()
955 long nOffsetX = nLeftM; in GetTextForwarder()
/AOO42X/main/sc/source/ui/inc/
H A Doutput.hxx170 long nLeftM, long nTopM, long nRightM, long nBottomM,