Home
last modified time | relevance | path

Searched refs:nLastPortion (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccportions.cxx780 size_t nLastPortion = nEndPortion; in GetEditableRange() local
783 if( IsSpecialPortion(nLastPortion) ) in GetEditableRange()
785 if (nLastPortion > 0) in GetEditableRange()
786 nLastPortion--; in GetEditableRange()
793 nStartPortion = nLastPortion + 1; in GetEditableRange()
796 for( size_t nPor = nStartPortion; nPor <= nLastPortion; nPor ++ ) in GetEditableRange()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2489 sal_uInt16 nLastPortion = pParaPortion->GetTextPortions().Count() - 1; in RecalcTextPortion() local
2490 pTP = pParaPortion->GetTextPortions().GetObject( nLastPortion ); in RecalcTextPortion()
2495 pParaPortion->GetTextPortions().Remove( nLastPortion ); in RecalcTextPortion()
2496 if ( nLastPortion && pTP->GetLen() ) in RecalcTextPortion()
2498 TextPortion* pPrev = pParaPortion->GetTextPortions().GetObject( nLastPortion - 1 ); in RecalcTextPortion()
4050 sal_uInt32 nLastPortion = Max( (sal_uInt32)aOldPositions.Max(), nNewPos ); in MoveParagraphs() local
4053 ParaPortion* pLowerPortion = GetParaPortions().SaveGetObject( nLastPortion ); in MoveParagraphs()

Completed in 41 milliseconds