Lines Matching refs:setSelection
527 oObj.setSelection(0, 0); in _getSelectedText()
535 oObj.setSelection(0, chCount); in _getSelectedText()
543 oObj.setSelection(1, chCount - 1); in _getSelectedText()
578 oObj.setSelection(0, chCount); in _getSelectionStart()
586 oObj.setSelection(1, chCount - 1); in _getSelectionStart()
620 oObj.setSelection(0, chCount); in _getSelectionEnd()
628 oObj.setSelection(1, chCount - 1); in _getSelectionEnd()
664 locRes = oObj.setSelection(-1, chCount - 1); in _setSelection()
674 locRes = oObj.setSelection(0, chCount + 1); in _setSelection()
685 locRes = oObj.setSelection(1, chCount - 1); in _setSelection()
690 locRes = oObj.setSelection(chCount - 1, 1); in _setSelection()
696 locRes = oObj.setSelection(0, chCount - 1); in _setSelection()
701 locRes = oObj.setSelection(chCount - 1, 0); in _setSelection()
706 locRes = oObj.setSelection(0, 0); in _setSelection()