Searched refs:aDelStr (Results 1 – 2 of 2) sorted by relevance
84 aDelStr.Insert( pTxtNd->GetTxt().GetChar( nSttCntnt ) ); in SwUndoOverwrite()166 aDelStr.Insert( pDelTxtNd->GetTxt().GetChar(rPos.nContent.GetIndex()) ); in CanGrouping()210 if( 1 == aInsStr.Len() && 1 == aDelStr.Len() ) in UndoImpl()211 pACEWord->CheckChar( *pAktPam->GetPoint(), aDelStr.GetChar( 0 ) ); in UndoImpl()217 if( aInsStr.Len() > aDelStr.Len() ) in UndoImpl()219 rIdx += aDelStr.Len(); in UndoImpl()220 pTxtNd->EraseText( rIdx, aInsStr.Len() - aDelStr.Len() ); in UndoImpl()224 if( aDelStr.Len() ) in UndoImpl()233 for( xub_StrLen n = 0; n < aDelStr.Len(); n++ ) in UndoImpl()236 *pTmpStr = aDelStr.GetChar( n ); in UndoImpl()[all …]
42 String aDelStr, aInsStr; member in SwUndoOverwrite