Home
last modified time | relevance | path

Searched refs:nTopM (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
2049 long nAvailable = rAlignRect.GetHeight() - nTopM - nBottomM; in ShrinkEditEngine()
2318 long nTopM = (long) ( pMargin->GetTopMargin() * 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()
2842 … aLogicStart.Y() += pRefDevice->PixelToLogic(Size(0,nTopM)).Height(); in DrawEdit()
2844 aLogicStart.Y() += nTopM; in DrawEdit()
2857 … aLogicStart.Y() += pRefDevice->PixelToLogic( Size(0, nTopM + in DrawEdit()
[all …]
/AOO42X/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx895 … long nTopM = ( pMarginItem ? static_cast< long >( pMarginItem->GetTopMargin() * nPPTY ) : 0 ); in GetTextForwarder() local
900 aSize.setHeight( aSize.getHeight() - nTopM - nBottomM ); in GetTextForwarder()
992 nOffsetY = ( nSizeY - nTopM - nBottomM - nTextHeight ) / 2 + nTopM; in GetTextForwarder()
997 nOffsetY = nTopM; in GetTextForwarder()
/AOO42X/main/sc/source/ui/inc/
H A Doutput.hxx170 long nLeftM, long nTopM, long nRightM, long nBottomM,