Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sw/source/ui/docvw/
H A Dedtwin.cxx788 String aChgText( aNewText.copy( static_cast< xub_StrLen >(nChgPos), nChgLen ) ); in FlushInBuffer() local
790 if (aChgText.Len()) in FlushInBuffer()
792 aInBuffer = aChgText; in FlushInBuffer()

Completed in 288 milliseconds