Home
last modified time | relevance | path

Searched refs:pTmpLine (Results 1 – 6 of 6) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1600 EditLine* pTmpLine = new EditLine; in CreateAndInsertEmptyLine() local
1646 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 …]
H A Dimpedit2.cxx3921 EditLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in GetPaM() local
3922 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() local
4433 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()
/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx108 Scanline pTmpLine = mpBuffer->mpBits; in ImplCreate() local
120 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()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1004 …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() local
1751 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 …]
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx2240 SwTableLine* pTmpLine = GetLines()[0]->GetLine(); in SetTableLines() local
2241 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()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx719 SwTableLine* pTmpLine = aLines[ nLastLine ]; in NewInsertCol() local
724 pTmpLine->GetTabBoxes()[nTmpPos+j]->setRowSpan( nDiff ); in NewInsertCol()

Completed in 99 milliseconds