Home | History | Annotate | Download | only in include

Lines Matching refs:GetTextExt

520     virtual HRESULT STDMETHODCALLTYPE GetTextExt(
712 HRESULT (STDMETHODCALLTYPE *GetTextExt)(
766 #define ITextStoreACP_GetTextExt(This,vcView,acpStart,acpEnd,prc,pfClipped) (This)->lpVtbl->GetTextExt(This,vcView,acpStart,acpEnd,prc,pfClipped)
851 return This->lpVtbl->GetTextExt(This,vcView,acpStart,acpEnd,prc,pfClipped);