Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx408 nEndPortion = 0; in EditLine()
426 nEndPortion = r.nEndPortion; in EditLine()
454 pL->nEndPortion = nEndPortion; in Clone()
475 if ( r1.nEndPortion != r2.nEndPortion ) in operator ==()
485 nEndPortion = r.nEndPortion; in operator =()
506 for ( sal_uInt16 n = nStartPortion; n <= nEndPortion; n++ ) in CalcTextSize()
H A Deditdoc.hxx451 sal_uInt16 nEndPortion; // index of TextPortion in TextPortionList member in EditLine
482 void SetEndPortion( sal_uInt16 n ) { nEndPortion = n; } in SetEndPortion()
483 sal_uInt16 GetEndPortion() const { return nEndPortion; } in GetEndPortion()
484 sal_uInt16& GetEndPortion() { return nEndPortion; } in GetEndPortion()
H A Dimpedit3.cxx1535 sal_uInt16 nEndPortion = pLine->GetEndPortion(); in CreateLines() local
1570 pLine->SetStartPortion( nEndPortion+1 ); in CreateLines()
1571 pLine->SetEndPortion( nEndPortion+1 ); in CreateLines()
1957 sal_uInt16 nEndPortion = SplitTextPortion( pParaPortion, nBreakPos, pLine ); in ImpBreakLine() local
1971 TextPortion* pTP = pParaPortion->GetTextPortions().GetObject( nEndPortion ); in ImpBreakLine()
1986 TextPortion* pPrev = pParaPortion->GetTextPortions().GetObject( nEndPortion ); in ImpBreakLine()
2008 pParaPortion->GetTextPortions().Insert( pHyphPortion, ++nEndPortion ); in ImpBreakLine()
2010 pLine->SetEndPortion( nEndPortion ); in ImpBreakLine()
H A Dimpedit4.cxx630 sal_uInt16 nEndPortion = (sal_uInt16)pParaPortion->GetTextPortions().Count() - 1; in WriteRTF() local
656 nEndPortion = pParaPortion->GetTextPortions().FindPortion( nEndPos, nPortionStart ); in WriteRTF()
662 for ( sal_uInt16 n = 0; n <= nEndPortion; n++ ) in WriteRTF()
700 if ( n == nEndPortion ) in WriteRTF()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx774 size_t nStartPortion, nEndPortion; in GetEditableRange() local
776 AdjustAndCheck( nEnd, nEndPortion, nCoreEnd, bIsEditable ); in GetEditableRange()
780 size_t nLastPortion = nEndPortion; in GetEditableRange()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1816 sal_uInt16 nEndPortion = SplitTextPortion( nPara, nBreakPos ); in ImpBreakLine() local
1824 TETextPortion* pTP = pTEParaPortion->GetTextPortions().GetObject( nEndPortion ); in ImpBreakLine()
1828 pLine->SetEndPortion( nEndPortion ); in ImpBreakLine()
2577 sal_uInt16 nEndPortion = pLine->GetEndPortion(); in CreateLines() local
2598 pLine->SetStartPortion( nEndPortion+1 ); in CreateLines()
2599 pLine->SetEndPortion( nEndPortion+1 ); in CreateLines()

Completed in 87 milliseconds