Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp192 CComQIPtr < ITextSelection, &IID_ITextSelection > pSel(pDispSel); in DocumentOpen() local
194 if (pSel) in DocumentOpen()
196 pSel->get_CurrentLine(&LineNr); in DocumentOpen()
464 CComQIPtr < ITextSelection, &IID_ITextSelection > pSel(pDispSel); in VisVimLoad() local
466 if (pSel) in VisVimLoad()
468 pSel->get_CurrentLine(&LineNr); in VisVimLoad()