static HRESULT WINAPI ITextSelection_fnCanEdit(ITextSelection *me, LONG *pb) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnSetRange(ITextSelection *me, LONG cpActive, LONG cpOther) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnPaste(ITextSelection *me, VARIANT *pVar, LONG Format) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnMove(ITextSelection *me, LONG Unit, LONG Count, LONG *pDelta) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnSetPara(ITextSelection *me, ITextPara *pPara) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnSetFormattedText(ITextSelection *me, ITextRange *pRange) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnGetTypeInfoCount(ITextSelection *me, UINT *pctinfo) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnGetEmbeddedObject(ITextSelection *me, IUnknown **ppv) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnScrollIntoView(ITextSelection *me, LONG Value) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnSetIndex(ITextSelection *me, LONG Unit, LONG Index, LONG Extend) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnGetIDsOfNames(ITextSelection *me, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static HRESULT WINAPI ITextSelection_fnFindTextEnd(ITextSelection *me, BSTR bstr, LONG cch, LONG Flags, LONG *pLength) { ITextSelectionImpl *This = impl_from_ITextSelection(me); if (!This->reOle) return CO_E_RELEASED; FIXME("not implemented\n"); return E_NOTIMPL; }
static ULONG WINAPI ITextSelection_fnAddRef(ITextSelection *me) { ITextSelectionImpl *This = impl_from_ITextSelection(me); return InterlockedIncrement(&This->ref); }