Home
last modified time | relevance | path

Searched refs:sEditText (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3528 String sEditText = ((SwTOXEdit*)pActiveCtrl)->GetText(); in InsertAtSelection() local
3529 String sLeft = sEditText.Copy( 0, static_cast< sal_uInt16 >(aSel.A()) ); in InsertAtSelection()
3530 String sRight = sEditText.Copy( static_cast< sal_uInt16 >(aSel.B()), in InsertAtSelection()
3531 static_cast< sal_uInt16 >(sEditText.Len() - aSel.B())); in InsertAtSelection()

Completed in 42 milliseconds