Searched refs:aDelStr (Results 1 – 2 of 2) sorted by relevance
84 aDelStr.Insert( pTxtNd->GetTxt().GetChar( nSttCntnt ) ); in SwUndoOverwrite()210 if( 1 == aInsStr.Len() && 1 == aDelStr.Len() ) 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()297 rIdx.Assign( pTxtNd, aDelStr.Len() ? nSttCntnt+1 : nSttCntnt ); in RedoImpl()307 if( n < aDelStr.Len() ) in RedoImpl()[all …]
42 String aDelStr, aInsStr; member in SwUndoOverwrite
Completed in 18 milliseconds