Home
last modified time | relevance | path

Searched refs:aChgText (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/control/
H A Dedit.cxx957 String aChgText( aTmpText.copy( nChgPos ).getStr(), nChgLen ); in ImplInsertText() local
962 if (aChgText.Len()) in ImplInsertText()
964 aNewText = aChgText; in ImplInsertText()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx806 String aChgText( aNewText.copy( nChgPos ).getStr(), nChgLen ); in ImpInsertText() local
811 if (aChgText.Len()) in ImpInsertText()
813 return ImpInsertText( aSel, aChgText ); in ImpInsertText()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2727 String aChgText( aNewText.copy( nChgPos ).getStr(), nChgLen ); in InsertText() local
2732 if (aChgText.Len()) in InsertText()
2733 return InsertText( aSel, aChgText ); // implicitly handles undo in InsertText()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx790 String aChgText( aNewText.copy( static_cast< xub_StrLen >(nChgPos), nChgLen ) ); in FlushInBuffer() local
792 if (aChgText.Len()) in FlushInBuffer()
794 aInBuffer = aChgText; in FlushInBuffer()

Completed in 81 milliseconds