Home | History | Annotate | Download | only in include

Lines Matching refs:InsertTextAtSelection

6116     virtual HRESULT STDMETHODCALLTYPE InsertTextAtSelection(
6150 HRESULT (STDMETHODCALLTYPE *InsertTextAtSelection)(
6178 #define ITfInsertAtSelection_InsertTextAtSelection(This,ec,dwFlags,pchText,cch,ppRange) (This)->lpVtbl->InsertTextAtSelection(This,ec,dwFlags,pchText,cch,ppRange)
6193 return This->lpVtbl->InsertTextAtSelection(This,ec,dwFlags,pchText,cch,ppRange);