Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp176 if (! pDoc) in DocumentOpen()
183 if (FAILED(pDoc->get_FullName(&FileName))) in DocumentOpen()
189 if (SUCCEEDED(pDoc->get_Selection(&pDispSel))) in DocumentOpen()
210 pDoc->Close(vSaveChanges, &Saved); in DocumentOpen()
242 if (! pDoc) in NewDocument()
248 hr = pDoc->get_FullName(&FileName); in NewDocument()
261 pDoc->Close(vSaveChanges, &Saved); in NewDocument()
451 CComQIPtr < ITextDocument, &IID_ITextDocument > pDoc(pDispDoc); in VisVimLoad() local
453 if (! pDoc) in VisVimLoad()
457 if (FAILED(pDoc->get_FullName(&FileName))) in VisVimLoad()
[all …]