Searched refs:pDispSel (Results 1 – 1 of 1) sorted by relevance
186 LPDISPATCH pDispSel; in DocumentOpen() local189 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() local461 if (SUCCEEDED(pDoc->get_Selection(&pDispSel))) in VisVimLoad()464 CComQIPtr < ITextSelection, &IID_ITextSelection > pSel(pDispSel); in VisVimLoad()