Searched refs:pTmpLine (Results 1 – 6 of 6) sorted by relevance
1600 EditLine* pTmpLine = new EditLine; in CreateAndInsertEmptyLine() local1646 if ( nLineHeight > pTmpLine->GetHeight() ) in CreateAndInsertEmptyLine()1647 pTmpLine->SetHeight( nLineHeight ); in CreateAndInsertEmptyLine()1666 pTmpLine->SetStartPosX( nStartX ); in CreateAndInsertEmptyLine()1678 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff) ); 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()1726 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff/2) ); in CreateAndInsertEmptyLine()1741 pTmpLine->SetStartPortion( nPos ); in CreateAndInsertEmptyLine()[all …]
3921 EditLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in GetPaM() local3922 nY += pTmpLine->GetHeight(); in GetPaM()3927 pLine = pTmpLine; in GetPaM()3931 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetPaM()4432 EditLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in GetEditCursor() local4433 if ( ( pTmpLine->GetStart() == nIndex ) || ( pTmpLine->IsIn( nIndex, bEOL ) ) ) in GetEditCursor()4435 pLine = pTmpLine; in GetEditCursor()4439 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()4440 nY += pTmpLine->GetHeight(); in GetEditCursor()
108 Scanline pTmpLine = mpBuffer->mpBits; in ImplCreate() local120 for( long nY = 0L; nY < nHeight; nY++, pTmpLine += mpBuffer->mnScanlineSize ) in ImplCreate()121 mpScanBuf[ nY ] = pTmpLine; in ImplCreate()125 … for( long nY = nHeight - 1; nY >= 0; nY--, pTmpLine += mpBuffer->mnScanlineSize ) in ImplCreate()126 mpScanBuf[ nY ] = pTmpLine; in ImplCreate()
1004 …if ( ( pTmpLine->GetStart() == rPaM.GetIndex() ) || ( pTmpLine->IsIn( rPaM.GetIndex(), bSpecial ) … in GetEditCursor()1006 pLine = pTmpLine; in GetEditCursor()1010 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()1189 pLine = pTmpLine; in ImpFindIndex()1750 TextLine* pTmpLine = new TextLine; in CreateAndInsertEmptyLine() local1751 pTmpLine->SetStart( pNode->GetText().Len() ); in CreateAndInsertEmptyLine()1752 pTmpLine->SetEnd( pTmpLine->GetStart() ); in CreateAndInsertEmptyLine()1758 pTmpLine->SetStartX( (short)mnMaxTextWidth ); in CreateAndInsertEmptyLine()1760 pTmpLine->SetStartX( mpDoc->GetLeftMargin() ); in CreateAndInsertEmptyLine()1776 pTmpLine->SetStartPortion( nPos ); in CreateAndInsertEmptyLine()[all …]
2240 SwTableLine* pTmpLine = GetLines()[0]->GetLine(); in SetTableLines() local2241 sal_uInt16 nPos = rTable.GetTabLines().C40_GETPOS( SwTableLine, pTmpLine ); in SetTableLines()2246 pTmpLine = GetLines()[GetLines().Count()-1]->GetLine(); in SetTableLines()2247 nPos = rTable.GetTabLines().C40_GETPOS( SwTableLine, pTmpLine ); in SetTableLines()
719 SwTableLine* pTmpLine = aLines[ nLastLine ]; in NewInsertCol() local724 pTmpLine->GetTabBoxes()[nTmpPos+j]->setRowSpan( nDiff ); in NewInsertCol()
Completed in 92 milliseconds