Home
last modified time | relevance | path

Searched refs:nNewChars (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1964 void TextEngine::RecalcTextPortion( sal_uLong nPara, sal_uInt16 nStartPos, short nNewChars ) in RecalcTextPortion() argument
1968 DBG_ASSERT( nNewChars, "RecalcTextPortion mit Diff == 0" ); in RecalcTextPortion()
1971 if ( nNewChars > 0 ) in RecalcTextPortion()
1980 …( ( !nStartPos && ( nNewChars < pNode->GetText().Len() ) && pNode->GetText().GetChar( nNewChars ) … in RecalcTextPortion()
1997 r = r + nNewChars; in RecalcTextPortion()
2001 TETextPortion* pNewPortion = new TETextPortion( nNewChars ); in RecalcTextPortion()
2012 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()
2026 sal_uInt16 nEnd = nStartPos-nNewChars; in RecalcTextPortion()
2049 DBG_ASSERT( pTP->GetLen() > (-nNewChars), "Portion zu klein zum schrumpfen!" ); in RecalcTextPortion()
2050 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()
H A Dtextdoc.hxx83 void ExpandAttribs( sal_uInt16 nIndex, sal_uInt16 nNewChars );
H A Dtextview.cxx2221 sal_uInt16 nNewChars = in drop() local
2225 aPrevSel.GetStart().GetIndex() + nNewChars; in drop()
2228 aPrevSel.GetEnd().GetIndex() + nNewChars; in drop()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2395 …mpEditEngine::RecalcTextPortion( ParaPortion* pParaPortion, sal_uInt16 nStartPos, short nNewChars ) in RecalcTextPortion() argument
2398 DBG_ASSERT( nNewChars, "RecalcTextPortion mit Diff == 0" ); in RecalcTextPortion()
2401 if ( nNewChars > 0 ) in RecalcTextPortion()
2420 r = r + nNewChars; in RecalcTextPortion()
2424 TextPortion* pNewPortion = new TextPortion( nNewChars ); in RecalcTextPortion()
2435 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()
2449 sal_uInt16 nEnd = nStartPos-nNewChars; in RecalcTextPortion()
2483 DBG_ASSERT( pTP->GetLen() > (-nNewChars), "Portion zu klein zum schrumpfen!" ); in RecalcTextPortion()
2484 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()
H A Deditdoc.hxx264 void ExpandAttribs( sal_uInt16 nIndex, sal_uInt16 nNewChars, SfxItemPool& rItemPool );
H A Dimpedit.hxx563 void RecalcTextPortion( ParaPortion* pParaPortion, sal_uInt16 nStartPos, short nNewChars );
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx188 void RecalcTextPortion( sal_uLong nPara, sal_uInt16 nStartPos, short nNewChars );

Completed in 80 milliseconds