Searched refs:nBottomM (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 2032 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 …]
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 897 …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()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | output.hxx | 170 long nLeftM, long nTopM, long nRightM, long nBottomM,
|
Completed in 40 milliseconds