Lines Matching refs:nH
1334 sal_Int32 nH = nTxtHeight; in CreateLines() local
1335 nH *= rLSItem.GetPropLineSpace(); in CreateLines()
1336 nH /= 100; in CreateLines()
1338 long nDiff = pLine->GetHeight() - nH; in CreateLines()
1342 pLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateLines()
1349 sal_uInt32 nH = rLSItem.GetLineHeight(); in CreateLines() local
1350 if ( nH != nTxtHeight ) in CreateLines()
1352 long nMaxAscent = pLine->GetMaxAscent() - nTxtHeight + nH; in CreateLines()
1356 pLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateLines()
1692 sal_Int32 nH = nTxtHeight; in CreateAndInsertEmptyLine() local
1693 nH *= rLSItem.GetPropLineSpace(); in CreateAndInsertEmptyLine()
1694 nH /= 100; in CreateAndInsertEmptyLine()
1696 long nDiff = pTmpLine->GetHeight() - nH; in CreateAndInsertEmptyLine()
1700 pTmpLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateAndInsertEmptyLine()
1707 sal_uInt32 nH = rLSItem.GetLineHeight(); in CreateAndInsertEmptyLine() local
1708 if ( nH != nTxtHeight ) in CreateAndInsertEmptyLine()
1710 long nMaxAscent = pTmpLine->GetMaxAscent() - nTxtHeight + nH; in CreateAndInsertEmptyLine()
1714 pTmpLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateAndInsertEmptyLine()