Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp186 LPDISPATCH pDispSel; in DocumentOpen() local
189 if (SUCCEEDED(pDoc->get_Selection(&pDispSel))) in DocumentOpen()
192 CComQIPtr < ITextSelection, &IID_ITextSelection > pSel(pDispSel); in DocumentOpen()
198 pDispSel->Release(); in DocumentOpen()
440 CComPtr < IDispatch > pDispDoc, pDispSel; in VisVimLoad() local
461 if (SUCCEEDED(pDoc->get_Selection(&pDispSel))) in VisVimLoad()
464 CComQIPtr < ITextSelection, &IID_ITextSelection > pSel(pDispSel); in VisVimLoad()