Lines Matching refs:pTmpLine

1600 	EditLine* pTmpLine = new EditLine;  in CreateAndInsertEmptyLine()  local
1601 pTmpLine->SetStart( pParaPortion->GetNode()->Len() ); in CreateAndInsertEmptyLine()
1602 pTmpLine->SetEnd( pParaPortion->GetNode()->Len() ); in CreateAndInsertEmptyLine()
1603 pParaPortion->GetLines().Insert( pTmpLine, pParaPortion->GetLines().Count() ); in CreateAndInsertEmptyLine()
1643 pTmpLine->SetMaxAscent( aFormatterMetrics.nMaxAscent ); in CreateAndInsertEmptyLine()
1644 pTmpLine->SetHeight( (sal_uInt16) pDummyPortion->GetSize().Height() ); in CreateAndInsertEmptyLine()
1646 if ( nLineHeight > pTmpLine->GetHeight() ) in CreateAndInsertEmptyLine()
1647 pTmpLine->SetHeight( nLineHeight ); in CreateAndInsertEmptyLine()
1666 pTmpLine->SetStartPosX( nStartX ); in CreateAndInsertEmptyLine()
1673 sal_uInt16 nTxtHeight = pTmpLine->GetHeight(); in CreateAndInsertEmptyLine()
1678 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff) ); in CreateAndInsertEmptyLine()
1679 pTmpLine->SetHeight( nMinHeight, nTxtHeight ); in CreateAndInsertEmptyLine()
1685 if ( nPara || IsFixedCellHeight() || pTmpLine->GetStartPortion() ) // Nicht die aller erste Zeile in CreateAndInsertEmptyLine()
1691 sal_uInt16 nTxtHeight = pTmpLine->GetHeight(); in CreateAndInsertEmptyLine()
1696 long nDiff = pTmpLine->GetHeight() - nH; in CreateAndInsertEmptyLine()
1697 if ( nDiff > pTmpLine->GetMaxAscent() ) in CreateAndInsertEmptyLine()
1698 nDiff = pTmpLine->GetMaxAscent(); in CreateAndInsertEmptyLine()
1699 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() - nDiff) ); in CreateAndInsertEmptyLine()
1700 pTmpLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateAndInsertEmptyLine()
1706 sal_uInt16 nTxtHeight = pTmpLine->GetHeight(); in CreateAndInsertEmptyLine()
1710 long nMaxAscent = pTmpLine->GetMaxAscent() - nTxtHeight + nH; in CreateAndInsertEmptyLine()
1713 pTmpLine->SetMaxAscent( (sal_uInt16)nMaxAscent ); in CreateAndInsertEmptyLine()
1714 pTmpLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateAndInsertEmptyLine()
1722 if ( nMinHeight > (long)pTmpLine->GetHeight() ) in CreateAndInsertEmptyLine()
1724 long nDiff = nMinHeight - (long)pTmpLine->GetHeight(); in CreateAndInsertEmptyLine()
1726 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff/2) ); in CreateAndInsertEmptyLine()
1727 pTmpLine->SetHeight( (sal_uInt16)nMinHeight ); in CreateAndInsertEmptyLine()
1741 pTmpLine->SetStartPortion( nPos ); in CreateAndInsertEmptyLine()
1742 pTmpLine->SetEndPortion( nPos ); in CreateAndInsertEmptyLine()