Lines Matching refs:nOutHeight
1683 long nOutHeight = aAreaParam.maAlignRect.GetHeight(); in DrawStrings() local
1753 nJustPosY += nOutHeight - aVars.GetTextSize().Height() - nBot; in DrawStrings()
1761 nJustPosY += ( nOutHeight + nTop - in DrawStrings()
1772 if ( nTestClipHeight > nOutHeight ) in DrawStrings()
2647 long nOutHeight = aAreaParam.maAlignRect.GetHeight() - nTopM - nBottomM; in DrawEdit() local
2703 aCellSize = pRefDevice->PixelToLogic( Size( nOutWidth, nOutHeight ) ); in DrawEdit()
2705 aCellSize = Size( nOutWidth, nOutHeight ); in DrawEdit()
3118 long nOutHeight; in DrawRotated() local
3120 nOutHeight = nCellHeight; in DrawRotated()
3122 nOutHeight = (long) ( pDoc->GetRowHeight(nY,nTab) * nPPTY ); in DrawRotated()
3130 … nOutHeight += (long) pDoc->GetScaledRowHeight( nY+1, nY+nCountY-1, nTab, nPPTY); in DrawRotated()
3188 long nTotalHeight = nOutHeight; // ohne Rand abzuziehen in DrawRotated()
3199 nOutHeight -= nTopM + nBottomM; in DrawRotated()
3238 aPaperSize.Width() = (long)(nOutHeight / fabs(nSin)); in DrawRotated()
3243 aPaperSize.Width() = nOutHeight - 1; in DrawRotated()
3311 long nEffHeight = nOutHeight - (long)(nEnginePixel * nAbsCos) + 2; in DrawRotated()
3321 nEffHeight = nOutHeight / 2; in DrawRotated()
3375 aCellSize = pRefDevice->PixelToLogic( Size( nOutWidth, nOutHeight ) ); in DrawRotated()
3377 aCellSize = Size( nOutWidth, nOutHeight ); // Scale ist 1 in DrawRotated()