Home
last modified time | relevance | path

Searched refs:nBottomM (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
2049 long nAvailable = rAlignRect.GetHeight() - nTopM - nBottomM; in ShrinkEditEngine()
2320 long nBottomM = (long) ( pMargin->GetBottomMargin() * nPPTY ); in DrawEdit() local
2356 … aPaperSize.Width() = aAreaParam.maAlignRect.GetHeight() - nTopM - nBottomM; in DrawEdit()
2365 … aPaperSize.Height() = aAreaParam.maAlignRect.GetHeight() - nTopM - nBottomM + nExtraHeight; in DrawEdit()
2574 nLeftM, nTopM, nRightM, nBottomM, bWidth, in DrawEdit()
2647 long nOutHeight = aAreaParam.maAlignRect.GetHeight() - nTopM - nBottomM; in DrawEdit()
3195 long nBottomM = (long) ( pMargin->GetBottomMargin() * nPPTY ); in DrawRotated() local
3199 nOutHeight -= nTopM + nBottomM; in DrawRotated()
3416 … ShrinkEditEngine( *pEngine, aAreaParam.maAlignRect, nLeftM, nTopM, nRightM, nBottomM, in DrawRotated()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx897 …long nBottomM = ( pMarginItem ? static_cast< long >( pMarginItem->GetBottomMargin() * nPPTY ) : 0 … in GetTextForwarder() local
900 aSize.setHeight( aSize.getHeight() - nTopM - nBottomM ); in GetTextForwarder()
987 nOffsetY = nSizeY - nBottomM - nTextHeight; in GetTextForwarder()
992 nOffsetY = ( nSizeY - nTopM - nBottomM - nTextHeight ) / 2 + nTopM; in GetTextForwarder()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx170 long nLeftM, long nTopM, long nRightM, long nBottomM,

Completed in 38 milliseconds