Searched refs:nNewChars (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 1964 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 D | textdoc.hxx | 83 void ExpandAttribs( sal_uInt16 nIndex, sal_uInt16 nNewChars );
|
H A D | textview.cxx | 2217 sal_uInt16 nNewChars = in drop() local 2221 aPrevSel.GetStart().GetIndex() + nNewChars; in drop() 2224 aPrevSel.GetEnd().GetIndex() + nNewChars; in drop()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 2395 …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 D | editdoc.hxx | 263 void ExpandAttribs( sal_uInt16 nIndex, sal_uInt16 nNewChars, SfxItemPool& rItemPool );
|
H A D | impedit.hxx | 563 void RecalcTextPortion( ParaPortion* pParaPortion, sal_uInt16 nStartPos, short nNewChars );
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 188 void RecalcTextPortion( sal_uLong nPara, sal_uInt16 nStartPos, short nNewChars );
|
Completed in 68 milliseconds