Home | History | Annotate | Download | only in include

Lines Matching refs:QueryInsert

402     virtual HRESULT STDMETHODCALLTYPE QueryInsert(
575 HRESULT (STDMETHODCALLTYPE *QueryInsert)(
747 #define ITextStoreACP_QueryInsert(This,acpTestStart,acpTestEnd,cch,pacpResultStart,pacpResultEnd) (This)->lpVtbl->QueryInsert(This,acpTestStart,acpTestEnd,cch,pacpResultStart,pacpResultEnd)
794 return This->lpVtbl->QueryInsert(This,acpTestStart,acpTestEnd,cch,pacpResultStart,pacpResultEnd);