Searched refs:nEndPortion (Results 1 – 6 of 6) sorted by relevance
410 nEndPortion = 0; in EditLine()428 nEndPortion = r.nEndPortion; in EditLine()456 pL->nEndPortion = nEndPortion; in Clone()477 if ( r1.nEndPortion != r2.nEndPortion ) in operator ==()487 nEndPortion = r.nEndPortion; in operator =()508 for ( sal_uInt16 n = nStartPortion; n <= nEndPortion; n++ ) in CalcTextSize()
451 sal_uInt16 nEndPortion; member in EditLine482 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()
1535 sal_uInt16 nEndPortion = pLine->GetEndPortion(); in CreateLines() local1570 pLine->SetStartPortion( nEndPortion+1 ); in CreateLines()1571 pLine->SetEndPortion( nEndPortion+1 ); in CreateLines()1957 sal_uInt16 nEndPortion = SplitTextPortion( pParaPortion, nBreakPos, pLine ); in ImpBreakLine() local1971 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()
630 sal_uInt16 nEndPortion = (sal_uInt16)pParaPortion->GetTextPortions().Count() - 1; in WriteRTF() local656 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()
774 size_t nStartPortion, nEndPortion; in GetEditableRange() local776 AdjustAndCheck( nEnd, nEndPortion, nCoreEnd, bIsEditable ); in GetEditableRange()780 size_t nLastPortion = nEndPortion; in GetEditableRange()
1816 sal_uInt16 nEndPortion = SplitTextPortion( nPara, nBreakPos ); in ImpBreakLine() local1824 TETextPortion* pTP = pTEParaPortion->GetTextPortions().GetObject( nEndPortion ); in ImpBreakLine()1828 pLine->SetEndPortion( nEndPortion ); in ImpBreakLine()2577 sal_uInt16 nEndPortion = pLine->GetEndPortion(); in CreateLines() local2598 pLine->SetStartPortion( nEndPortion+1 ); in CreateLines()2599 pLine->SetEndPortion( nEndPortion+1 ); in CreateLines()
Completed in 70 milliseconds