Searched refs:pTmpLine (Results 1 – 6 of 6) sorted by relevance
1600 EditLine* pTmpLine = new EditLine; in CreateAndInsertEmptyLine() local1601 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()[all …]
3918 EditLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in GetPaM() local3919 nY += pTmpLine->GetHeight(); in GetPaM()3924 pLine = pTmpLine; in GetPaM()3928 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetPaM()4429 EditLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in GetEditCursor() local4430 if ( ( pTmpLine->GetStart() == nIndex ) || ( pTmpLine->IsIn( nIndex, bEOL ) ) ) in GetEditCursor()4432 pLine = pTmpLine; in GetEditCursor()4436 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()4437 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()
1003 TextLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in GetEditCursor() local1004 …if ( ( pTmpLine->GetStart() == rPaM.GetIndex() ) || ( pTmpLine->IsIn( rPaM.GetIndex(), bSpecial ) … in GetEditCursor()1006 pLine = pTmpLine; in GetEditCursor()1010 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()1185 TextLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in ImpFindIndex() local1189 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()1753 pTEParaPortion->GetLines().Insert( pTmpLine, pTEParaPortion->GetLines().Count() ); 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()