|
| WINE_DEFAULT_DEBUG_CHANNEL (richedit) |
|
| DEFINE_GUID (LIBID_tom, 0x8cc497c9, 0xa1df, 0x11ce, 0x80, 0x98, 0x00, 0xaa, 0x00, 0x47, 0xbe, 0x5d) |
|
| DEFINE_GUID (IID_ITextServices, 0x8d33f740, 0xcf58, 0x11ce, 0xa8, 0x9d, 0x00, 0xaa, 0x00, 0x6c, 0xad, 0xc5) |
|
| DEFINE_GUID (IID_ITextHost, 0x13e670f4, 0x1a5a, 0x11cf, 0xab, 0xeb, 0x00, 0xaa, 0x00, 0xb6, 0x5e, 0xa1) |
|
| DEFINE_GUID (IID_ITextHost2, 0x13e670f5, 0x1a5a, 0x11cf, 0xab, 0xeb, 0x00, 0xaa, 0x00, 0xb6, 0x5e, 0xa1) |
|
| DEFINE_GUID (IID_ITextDocument, 0x8cc497c0, 0xa1df, 0x11ce, 0x80, 0x98, 0x00, 0xaa, 0x00, 0x47, 0xbe, 0x5d) |
|
| DEFINE_GUID (IID_ITextDocument2Old, 0x01c25500, 0x4268, 0x11d1, 0x88, 0x3a, 0x3c, 0x8b, 0x00, 0xc1, 0x00, 0x00) |
|
| DEFINE_GUID (IID_ITextRange, 0x8cc497c2, 0xa1df, 0x11ce, 0x80, 0x98, 0x00, 0xaa, 0x00, 0x47, 0xbe, 0x5d) |
|
| DEFINE_GUID (IID_ITextSelection, 0x8cc497c1, 0xa1df, 0x11ce, 0x80, 0x98, 0x00, 0xaa, 0x00, 0x47, 0xbe, 0x5d) |
|
| DEFINE_GUID (IID_ITextFont, 0x8cc497c3, 0xa1df, 0x11ce, 0x80, 0x98, 0x00, 0xaa, 0x00, 0x47, 0xbe, 0x5d) |
|
| DEFINE_GUID (IID_ITextPara, 0x8cc497c4, 0xa1df, 0x11ce, 0x80, 0x98, 0x00, 0xaa, 0x00, 0x47, 0xbe, 0x5d) |
|
static HRESULT | load_typelib (void) |
|
void | release_typelib (void) |
|
static HRESULT | get_typeinfo (enum tid_t tid, ITypeInfo **typeinfo) |
|
| DEFINE_GUID (IID_Igetrichole, 0xe3ce5c7a, 0x8247, 0x4622, 0x81, 0xad, 0x11, 0x81, 0x02, 0xaa, 0x01, 0x30) |
|
static struct text_services * | impl_from_IRichEditOle (IRichEditOle *iface) |
|
static struct text_services * | impl_from_ITextDocument2Old (ITextDocument2Old *iface) |
|
static IOleClientSiteImpl * | impl_from_IOleInPlaceSite (IOleInPlaceSite *iface) |
|
static ITextRangeImpl * | impl_from_ITextRange (ITextRange *iface) |
|
static struct text_selection * | impl_from_ITextSelection (ITextSelection *iface) |
|
static ITextFontImpl * | impl_from_ITextFont (ITextFont *iface) |
|
static ITextParaImpl * | impl_from_ITextPara (ITextPara *iface) |
|
static HRESULT | create_textfont (ITextRange *, const ITextFontImpl *, ITextFont **) |
|
static HRESULT | create_textpara (ITextRange *, ITextPara **) |
|
static struct text_selection * | text_selection_create (struct text_services *) |
|
static HRESULT | textrange_get_storylength (ME_TextEditor *editor, LONG *length) |
|
static void | textranges_update_ranges (struct text_services *services, LONG start, LONG end, enum range_update_op op) |
|
static BOOL | is_equal_textfont_prop_value (enum textfont_prop_id propid, textfont_prop_val *left, textfont_prop_val *right) |
|
static void | init_textfont_prop_value (enum textfont_prop_id propid, textfont_prop_val *v) |
|
static FLOAT | twips_to_points (LONG value) |
|
static FLOAT | points_to_twips (FLOAT value) |
|
static HRESULT | get_textfont_prop_for_pos (const struct text_services *services, int pos, enum textfont_prop_id propid, textfont_prop_val *value) |
|
static const struct text_services * | get_range_reole (ITextRange *range) |
|
static void | textrange_set_font (ITextRange *range, ITextFont *font) |
|
static HRESULT | get_textfont_prop (const ITextFontImpl *font, enum textfont_prop_id propid, textfont_prop_val *value) |
|
static HRESULT | get_textfont_propf (const ITextFontImpl *font, enum textfont_prop_id propid, FLOAT *value) |
|
static HRESULT | get_textfont_propl (const ITextFontImpl *font, enum textfont_prop_id propid, LONG *value) |
|
static HRESULT | set_textfont_prop (ITextFontImpl *font, enum textfont_prop_id propid, const textfont_prop_val *value) |
|
static HRESULT | set_textfont_propl (ITextFontImpl *font, enum textfont_prop_id propid, LONG value) |
|
static HRESULT | set_textfont_propf (ITextFontImpl *font, enum textfont_prop_id propid, FLOAT value) |
|
static HRESULT | set_textfont_propd (ITextFontImpl *font, enum textfont_prop_id propid, LONG value) |
|
static HRESULT | textfont_getname_from_range (ITextRange *range, BSTR *ret) |
|
static void | textfont_cache_range_props (ITextFontImpl *font) |
|
static HRESULT | textrange_expand (ITextRange *range, LONG unit, LONG *delta) |
|
static HRESULT WINAPI | IRichEditOle_fnQueryInterface (IRichEditOle *iface, REFIID riid, LPVOID *ppvObj) |
|
static ULONG WINAPI | IRichEditOle_fnAddRef (IRichEditOle *iface) |
|
static ULONG WINAPI | IRichEditOle_fnRelease (IRichEditOle *iface) |
|
static HRESULT WINAPI | IRichEditOle_fnActivateAs (IRichEditOle *iface, REFCLSID rclsid, REFCLSID rclsidAs) |
|
static HRESULT WINAPI | IRichEditOle_fnContextSensitiveHelp (IRichEditOle *iface, BOOL fEnterMode) |
|
static HRESULT WINAPI | IRichEditOle_fnConvertObject (IRichEditOle *iface, LONG iob, REFCLSID class, LPCSTR user_type) |
|
static IOleClientSiteImpl * | impl_from_IOleClientSite (IOleClientSite *iface) |
|
static HRESULT WINAPI | IOleClientSite_fnQueryInterface (IOleClientSite *me, REFIID riid, LPVOID *ppvObj) |
|
static ULONG WINAPI | IOleClientSite_fnAddRef (IOleClientSite *iface) |
|
static ULONG WINAPI | IOleClientSite_fnRelease (IOleClientSite *iface) |
|
static HRESULT WINAPI | IOleClientSite_fnSaveObject (IOleClientSite *iface) |
|
static HRESULT WINAPI | IOleClientSite_fnGetMoniker (IOleClientSite *iface, DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk) |
|
static HRESULT WINAPI | IOleClientSite_fnGetContainer (IOleClientSite *iface, IOleContainer **ppContainer) |
|
static HRESULT WINAPI | IOleClientSite_fnShowObject (IOleClientSite *iface) |
|
static HRESULT WINAPI | IOleClientSite_fnOnShowWindow (IOleClientSite *iface, BOOL fShow) |
|
static HRESULT WINAPI | IOleClientSite_fnRequestNewObjectLayout (IOleClientSite *iface) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnQueryInterface (IOleInPlaceSite *iface, REFIID riid, void **ppvObj) |
|
static ULONG STDMETHODCALLTYPE | IOleInPlaceSite_fnAddRef (IOleInPlaceSite *iface) |
|
static ULONG STDMETHODCALLTYPE | IOleInPlaceSite_fnRelease (IOleInPlaceSite *iface) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnGetWindow (IOleInPlaceSite *iface, HWND *window) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnContextSensitiveHelp (IOleInPlaceSite *iface, BOOL fEnterMode) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnCanInPlaceActivate (IOleInPlaceSite *iface) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnOnInPlaceActivate (IOleInPlaceSite *iface) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnOnUIActivate (IOleInPlaceSite *iface) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnGetWindowContext (IOleInPlaceSite *iface, IOleInPlaceFrame **ppFrame, IOleInPlaceUIWindow **ppDoc, LPRECT lprcPosRect, LPRECT lprcClipRect, LPOLEINPLACEFRAMEINFO lpFrameInfo) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnScroll (IOleInPlaceSite *iface, SIZE scrollExtent) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnOnUIDeactivate (IOleInPlaceSite *iface, BOOL fUndoable) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnOnInPlaceDeactivate (IOleInPlaceSite *iface) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnDiscardUndoState (IOleInPlaceSite *iface) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnDeactivateAndUndo (IOleInPlaceSite *iface) |
|
static HRESULT STDMETHODCALLTYPE | IOleInPlaceSite_fnOnPosRectChange (IOleInPlaceSite *iface, LPCRECT lprcPosRect) |
|
static HRESULT | CreateOleClientSite (struct text_services *services, IOleClientSite **ret) |
|
static HRESULT WINAPI | IRichEditOle_fnGetClientSite (IRichEditOle *iface, IOleClientSite **clientsite) |
|
static HRESULT WINAPI | IRichEditOle_fnGetClipboardData (IRichEditOle *iface, CHARRANGE *lpchrg, DWORD reco, LPDATAOBJECT *lplpdataobj) |
|
static LONG WINAPI | IRichEditOle_fnGetLinkCount (IRichEditOle *iface) |
|
static HRESULT WINAPI | IRichEditOle_fnGetObject (IRichEditOle *iface, LONG iob, REOBJECT *lpreobject, DWORD dwFlags) |
|
static LONG WINAPI | IRichEditOle_fnGetObjectCount (IRichEditOle *iface) |
|
static HRESULT WINAPI | IRichEditOle_fnHandsOffStorage (IRichEditOle *iface, LONG iob) |
|
static HRESULT WINAPI | IRichEditOle_fnImportDataObject (IRichEditOle *iface, LPDATAOBJECT lpdataobj, CLIPFORMAT cf, HGLOBAL hMetaPict) |
|
static HRESULT WINAPI | IRichEditOle_fnInPlaceDeactivate (IRichEditOle *iface) |
|
static HRESULT WINAPI | IRichEditOle_fnInsertObject (IRichEditOle *iface, REOBJECT *reo) |
|
static HRESULT WINAPI | IRichEditOle_fnSaveCompleted (IRichEditOle *iface, LONG iob, LPSTORAGE lpstg) |
|
static HRESULT WINAPI | IRichEditOle_fnSetDvaspect (IRichEditOle *iface, LONG iob, DWORD dvaspect) |
|
static HRESULT WINAPI | IRichEditOle_fnSetHostNames (IRichEditOle *iface, LPCSTR lpstrContainerApp, LPCSTR lpstrContainerObj) |
|
static HRESULT WINAPI | IRichEditOle_fnSetLinkAvailable (IRichEditOle *iface, LONG iob, BOOL fAvailable) |
|
static HRESULT WINAPI | ITextRange_fnQueryInterface (ITextRange *me, REFIID riid, void **ppvObj) |
|
static ULONG WINAPI | ITextRange_fnAddRef (ITextRange *me) |
|
static ULONG WINAPI | ITextRange_fnRelease (ITextRange *me) |
|
static HRESULT WINAPI | ITextRange_fnGetTypeInfoCount (ITextRange *me, UINT *pctinfo) |
|
static HRESULT WINAPI | ITextRange_fnGetTypeInfo (ITextRange *me, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | ITextRange_fnGetIDsOfNames (ITextRange *me, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | ITextRange_fnInvoke (ITextRange *me, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | ITextRange_fnGetText (ITextRange *me, BSTR *str) |
|
static HRESULT WINAPI | ITextRange_fnSetText (ITextRange *me, BSTR str) |
|
static HRESULT | range_GetChar (ME_TextEditor *editor, ME_Cursor *cursor, LONG *pch) |
|
static HRESULT WINAPI | ITextRange_fnGetChar (ITextRange *me, LONG *pch) |
|
static HRESULT WINAPI | ITextRange_fnSetChar (ITextRange *me, LONG ch) |
|
static HRESULT | CreateITextRange (struct text_services *services, LONG start, LONG end, ITextRange **ppRange) |
|
static HRESULT WINAPI | ITextRange_fnGetDuplicate (ITextRange *me, ITextRange **ppRange) |
|
static HRESULT WINAPI | ITextRange_fnGetFormattedText (ITextRange *me, ITextRange **range) |
|
static HRESULT WINAPI | ITextRange_fnSetFormattedText (ITextRange *me, ITextRange *range) |
|
static HRESULT WINAPI | ITextRange_fnGetStart (ITextRange *me, LONG *start) |
|
static HRESULT | textrange_setstart (const struct text_services *services, LONG value, LONG *start, LONG *end) |
|
static HRESULT WINAPI | ITextRange_fnSetStart (ITextRange *me, LONG value) |
|
static HRESULT WINAPI | ITextRange_fnGetEnd (ITextRange *me, LONG *end) |
|
static HRESULT | textrange_setend (const struct text_services *services, LONG value, LONG *start, LONG *end) |
|
static HRESULT WINAPI | ITextRange_fnSetEnd (ITextRange *me, LONG value) |
|
static HRESULT WINAPI | ITextRange_fnGetFont (ITextRange *me, ITextFont **font) |
|
static HRESULT WINAPI | ITextRange_fnSetFont (ITextRange *me, ITextFont *font) |
|
static HRESULT WINAPI | ITextRange_fnGetPara (ITextRange *me, ITextPara **para) |
|
static HRESULT WINAPI | ITextRange_fnSetPara (ITextRange *me, ITextPara *para) |
|
static HRESULT WINAPI | ITextRange_fnGetStoryLength (ITextRange *me, LONG *length) |
|
static HRESULT WINAPI | ITextRange_fnGetStoryType (ITextRange *me, LONG *value) |
|
static HRESULT | range_Collapse (LONG bStart, LONG *start, LONG *end) |
|
static HRESULT WINAPI | ITextRange_fnCollapse (ITextRange *me, LONG bStart) |
|
static HRESULT WINAPI | ITextRange_fnExpand (ITextRange *me, LONG unit, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnGetIndex (ITextRange *me, LONG unit, LONG *index) |
|
static HRESULT WINAPI | ITextRange_fnSetIndex (ITextRange *me, LONG unit, LONG index, LONG extend) |
|
static void | cp2range (ME_TextEditor *editor, LONG *cp1, LONG *cp2) |
|
static HRESULT WINAPI | ITextRange_fnSetRange (ITextRange *me, LONG anchor, LONG active) |
|
static HRESULT | textrange_inrange (LONG start, LONG end, ITextRange *range, LONG *ret) |
|
static HRESULT WINAPI | ITextRange_fnInRange (ITextRange *me, ITextRange *range, LONG *ret) |
|
static HRESULT WINAPI | ITextRange_fnInStory (ITextRange *me, ITextRange *pRange, LONG *ret) |
|
static HRESULT | textrange_isequal (LONG start, LONG end, ITextRange *range, LONG *ret) |
|
static HRESULT WINAPI | ITextRange_fnIsEqual (ITextRange *me, ITextRange *range, LONG *ret) |
|
static HRESULT WINAPI | ITextRange_fnSelect (ITextRange *me) |
|
static HRESULT | textrange_startof (ITextRange *range, LONG unit, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnStartOf (ITextRange *me, LONG unit, LONG extend, LONG *delta) |
|
static HRESULT | textrange_endof (ITextRange *range, ME_TextEditor *editor, LONG unit, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnEndOf (ITextRange *me, LONG unit, LONG extend, LONG *delta) |
|
static HRESULT | textrange_move (ITextRange *range, ME_TextEditor *editor, LONG unit, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMove (ITextRange *me, LONG unit, LONG count, LONG *delta) |
|
static HRESULT | textrange_movestart (ITextRange *range, ME_TextEditor *editor, LONG unit, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMoveStart (ITextRange *me, LONG unit, LONG count, LONG *delta) |
|
static HRESULT | textrange_moveend (ITextRange *range, ME_TextEditor *editor, LONG unit, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMoveEnd (ITextRange *me, LONG unit, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMoveWhile (ITextRange *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMoveStartWhile (ITextRange *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMoveEndWhile (ITextRange *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMoveUntil (ITextRange *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMoveStartUntil (ITextRange *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnMoveEndUntil (ITextRange *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextRange_fnFindText (ITextRange *me, BSTR text, LONG count, LONG flags, LONG *length) |
|
static HRESULT WINAPI | ITextRange_fnFindTextStart (ITextRange *me, BSTR text, LONG count, LONG flags, LONG *length) |
|
static HRESULT WINAPI | ITextRange_fnFindTextEnd (ITextRange *me, BSTR text, LONG count, LONG flags, LONG *length) |
|
static HRESULT WINAPI | ITextRange_fnDelete (ITextRange *me, LONG unit, LONG count, LONG *delta) |
|
static HRESULT | textrange_copy_or_cut (ITextRange *range, ME_TextEditor *editor, BOOL cut, VARIANT *v) |
|
static HRESULT WINAPI | ITextRange_fnCut (ITextRange *me, VARIANT *v) |
|
static HRESULT WINAPI | ITextRange_fnCopy (ITextRange *me, VARIANT *v) |
|
static HRESULT WINAPI | ITextRange_fnPaste (ITextRange *me, VARIANT *v, LONG format) |
|
static HRESULT WINAPI | ITextRange_fnCanPaste (ITextRange *me, VARIANT *v, LONG format, LONG *ret) |
|
static HRESULT WINAPI | ITextRange_fnCanEdit (ITextRange *me, LONG *ret) |
|
static HRESULT WINAPI | ITextRange_fnChangeCase (ITextRange *me, LONG type) |
|
static HRESULT WINAPI | ITextRange_fnGetPoint (ITextRange *me, LONG type, LONG *cx, LONG *cy) |
|
static HRESULT WINAPI | ITextRange_fnSetPoint (ITextRange *me, LONG x, LONG y, LONG type, LONG extend) |
|
static HRESULT WINAPI | ITextRange_fnScrollIntoView (ITextRange *me, LONG value) |
|
static HRESULT WINAPI | ITextRange_fnGetEmbeddedObject (ITextRange *me, IUnknown **ppv) |
|
static HRESULT WINAPI | TextFont_QueryInterface (ITextFont *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | TextFont_AddRef (ITextFont *iface) |
|
static ULONG WINAPI | TextFont_Release (ITextFont *iface) |
|
static HRESULT WINAPI | TextFont_GetTypeInfoCount (ITextFont *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | TextFont_GetTypeInfo (ITextFont *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | TextFont_GetIDsOfNames (ITextFont *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | TextFont_Invoke (ITextFont *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | TextFont_GetDuplicate (ITextFont *iface, ITextFont **ret) |
|
static HRESULT WINAPI | TextFont_SetDuplicate (ITextFont *iface, ITextFont *pFont) |
|
static HRESULT WINAPI | TextFont_CanChange (ITextFont *iface, LONG *ret) |
|
static HRESULT WINAPI | TextFont_IsEqual (ITextFont *iface, ITextFont *font, LONG *ret) |
|
static void | textfont_reset_to_default (ITextFontImpl *font) |
|
static void | textfont_reset_to_undefined (ITextFontImpl *font) |
|
static void | textfont_apply_range_props (ITextFontImpl *font) |
|
static HRESULT WINAPI | TextFont_Reset (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetStyle (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetStyle (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetAllCaps (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetAllCaps (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetAnimation (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetAnimation (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetBackColor (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetBackColor (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetBold (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetBold (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetEmboss (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetEmboss (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetForeColor (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetForeColor (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetHidden (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetHidden (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetEngrave (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetEngrave (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetItalic (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetItalic (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetKerning (ITextFont *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextFont_SetKerning (ITextFont *iface, FLOAT value) |
|
static HRESULT WINAPI | TextFont_GetLanguageID (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetLanguageID (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetName (ITextFont *iface, BSTR *value) |
|
static HRESULT WINAPI | TextFont_SetName (ITextFont *iface, BSTR value) |
|
static HRESULT WINAPI | TextFont_GetOutline (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetOutline (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetPosition (ITextFont *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextFont_SetPosition (ITextFont *iface, FLOAT value) |
|
static HRESULT WINAPI | TextFont_GetProtected (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetProtected (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetShadow (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetShadow (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetSize (ITextFont *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextFont_SetSize (ITextFont *iface, FLOAT value) |
|
static HRESULT WINAPI | TextFont_GetSmallCaps (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetSmallCaps (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetSpacing (ITextFont *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextFont_SetSpacing (ITextFont *iface, FLOAT value) |
|
static HRESULT WINAPI | TextFont_GetStrikeThrough (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetStrikeThrough (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetSubscript (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetSubscript (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetSuperscript (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetSuperscript (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetUnderline (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetUnderline (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextFont_GetWeight (ITextFont *iface, LONG *value) |
|
static HRESULT WINAPI | TextFont_SetWeight (ITextFont *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_QueryInterface (ITextPara *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | TextPara_AddRef (ITextPara *iface) |
|
static ULONG WINAPI | TextPara_Release (ITextPara *iface) |
|
static HRESULT WINAPI | TextPara_GetTypeInfoCount (ITextPara *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | TextPara_GetTypeInfo (ITextPara *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | TextPara_GetIDsOfNames (ITextPara *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | TextPara_Invoke (ITextPara *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | TextPara_GetDuplicate (ITextPara *iface, ITextPara **ret) |
|
static HRESULT WINAPI | TextPara_SetDuplicate (ITextPara *iface, ITextPara *para) |
|
static HRESULT WINAPI | TextPara_CanChange (ITextPara *iface, LONG *ret) |
|
static HRESULT WINAPI | TextPara_IsEqual (ITextPara *iface, ITextPara *para, LONG *ret) |
|
static HRESULT WINAPI | TextPara_Reset (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetStyle (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetStyle (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetAlignment (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetAlignment (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetHyphenation (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetHyphenation (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetFirstLineIndent (ITextPara *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextPara_GetKeepTogether (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetKeepTogether (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetKeepWithNext (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetKeepWithNext (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetLeftIndent (ITextPara *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextPara_GetLineSpacing (ITextPara *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextPara_GetLineSpacingRule (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_GetListAlignment (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetListAlignment (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetListLevelIndex (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetListLevelIndex (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetListStart (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetListStart (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetListTab (ITextPara *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextPara_SetListTab (ITextPara *iface, FLOAT value) |
|
static HRESULT WINAPI | TextPara_GetListType (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetListType (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetNoLineNumber (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetNoLineNumber (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetPageBreakBefore (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetPageBreakBefore (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetRightIndent (ITextPara *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextPara_SetRightIndent (ITextPara *iface, FLOAT value) |
|
static HRESULT WINAPI | TextPara_SetIndents (ITextPara *iface, FLOAT StartIndent, FLOAT LeftIndent, FLOAT RightIndent) |
|
static HRESULT WINAPI | TextPara_SetLineSpacing (ITextPara *iface, LONG LineSpacingRule, FLOAT LineSpacing) |
|
static HRESULT WINAPI | TextPara_GetSpaceAfter (ITextPara *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextPara_SetSpaceAfter (ITextPara *iface, FLOAT value) |
|
static HRESULT WINAPI | TextPara_GetSpaceBefore (ITextPara *iface, FLOAT *value) |
|
static HRESULT WINAPI | TextPara_SetSpaceBefore (ITextPara *iface, FLOAT value) |
|
static HRESULT WINAPI | TextPara_GetWidowControl (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_SetWidowControl (ITextPara *iface, LONG value) |
|
static HRESULT WINAPI | TextPara_GetTabCount (ITextPara *iface, LONG *value) |
|
static HRESULT WINAPI | TextPara_AddTab (ITextPara *iface, FLOAT tbPos, LONG tbAlign, LONG tbLeader) |
|
static HRESULT WINAPI | TextPara_ClearAllTabs (ITextPara *iface) |
|
static HRESULT WINAPI | TextPara_DeleteTab (ITextPara *iface, FLOAT pos) |
|
static HRESULT WINAPI | TextPara_GetTab (ITextPara *iface, LONG iTab, FLOAT *ptbPos, LONG *ptbAlign, LONG *ptbLeader) |
|
static HRESULT WINAPI | ITextDocument2Old_fnQueryInterface (ITextDocument2Old *iface, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | ITextDocument2Old_fnAddRef (ITextDocument2Old *iface) |
|
static ULONG WINAPI | ITextDocument2Old_fnRelease (ITextDocument2Old *iface) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetTypeInfoCount (ITextDocument2Old *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetTypeInfo (ITextDocument2Old *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetIDsOfNames (ITextDocument2Old *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | ITextDocument2Old_fnInvoke (ITextDocument2Old *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetName (ITextDocument2Old *iface, BSTR *pName) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetSelection (ITextDocument2Old *iface, ITextSelection **selection) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetStoryCount (ITextDocument2Old *iface, LONG *pCount) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetStoryRanges (ITextDocument2Old *iface, ITextStoryRanges **ppStories) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetSaved (ITextDocument2Old *iface, LONG *pValue) |
|
static HRESULT WINAPI | ITextDocument2Old_fnSetSaved (ITextDocument2Old *iface, LONG Value) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetDefaultTabStop (ITextDocument2Old *iface, float *pValue) |
|
static HRESULT WINAPI | ITextDocument2Old_fnSetDefaultTabStop (ITextDocument2Old *iface, float Value) |
|
static HRESULT WINAPI | ITextDocument2Old_fnNew (ITextDocument2Old *iface) |
|
static HRESULT WINAPI | ITextDocument2Old_fnOpen (ITextDocument2Old *iface, VARIANT *pVar, LONG Flags, LONG CodePage) |
|
static HRESULT WINAPI | ITextDocument2Old_fnSave (ITextDocument2Old *iface, VARIANT *pVar, LONG Flags, LONG CodePage) |
|
static HRESULT WINAPI | ITextDocument2Old_fnFreeze (ITextDocument2Old *iface, LONG *pCount) |
|
static HRESULT WINAPI | ITextDocument2Old_fnUnfreeze (ITextDocument2Old *iface, LONG *pCount) |
|
static HRESULT WINAPI | ITextDocument2Old_fnBeginEditCollection (ITextDocument2Old *iface) |
|
static HRESULT WINAPI | ITextDocument2Old_fnEndEditCollection (ITextDocument2Old *iface) |
|
static HRESULT WINAPI | ITextDocument2Old_fnUndo (ITextDocument2Old *iface, LONG Count, LONG *prop) |
|
static HRESULT WINAPI | ITextDocument2Old_fnRedo (ITextDocument2Old *iface, LONG Count, LONG *prop) |
|
static HRESULT WINAPI | ITextDocument2Old_fnRange (ITextDocument2Old *iface, LONG cp1, LONG cp2, ITextRange **ppRange) |
|
static HRESULT WINAPI | ITextDocument2Old_fnRangeFromPoint (ITextDocument2Old *iface, LONG x, LONG y, ITextRange **ppRange) |
|
static HRESULT WINAPI | ITextDocument2Old_fnAttachMsgFilter (ITextDocument2Old *iface, IUnknown *filter) |
|
static HRESULT WINAPI | ITextDocument2Old_fnSetEffectColor (ITextDocument2Old *iface, LONG index, COLORREF cr) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetEffectColor (ITextDocument2Old *iface, LONG index, COLORREF *cr) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetCaretType (ITextDocument2Old *iface, LONG *type) |
|
static HRESULT WINAPI | ITextDocument2Old_fnSetCaretType (ITextDocument2Old *iface, LONG type) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetImmContext (ITextDocument2Old *iface, LONG *context) |
|
static HRESULT WINAPI | ITextDocument2Old_fnReleaseImmContext (ITextDocument2Old *iface, LONG context) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetPreferredFont (ITextDocument2Old *iface, LONG cp, LONG charrep, LONG options, LONG current_charrep, LONG current_fontsize, BSTR *bstr, LONG *pitch_family, LONG *new_fontsize) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetNotificationMode (ITextDocument2Old *iface, LONG *mode) |
|
static HRESULT WINAPI | ITextDocument2Old_fnSetNotificationMode (ITextDocument2Old *iface, LONG mode) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetClientRect (ITextDocument2Old *iface, LONG type, LONG *left, LONG *top, LONG *right, LONG *bottom) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetSelectionEx (ITextDocument2Old *iface, ITextSelection **selection) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetWindow (ITextDocument2Old *iface, LONG *hwnd) |
|
static HRESULT WINAPI | ITextDocument2Old_fnGetFEFlags (ITextDocument2Old *iface, LONG *flags) |
|
static HRESULT WINAPI | ITextDocument2Old_fnUpdateWindow (ITextDocument2Old *iface) |
|
static HRESULT WINAPI | ITextDocument2Old_fnCheckTextLimit (ITextDocument2Old *iface, LONG cch, LONG *exceed) |
|
static HRESULT WINAPI | ITextDocument2Old_fnIMEInProgress (ITextDocument2Old *iface, LONG mode) |
|
static HRESULT WINAPI | ITextDocument2Old_fnSysBeep (ITextDocument2Old *iface) |
|
static HRESULT WINAPI | ITextDocument2Old_fnUpdate (ITextDocument2Old *iface, LONG mode) |
|
static HRESULT WINAPI | ITextDocument2Old_fnNotify (ITextDocument2Old *iface, LONG notify) |
|
static HRESULT WINAPI | ITextSelection_fnQueryInterface (ITextSelection *me, REFIID riid, void **ppvObj) |
|
static ULONG WINAPI | ITextSelection_fnAddRef (ITextSelection *me) |
|
static ULONG WINAPI | ITextSelection_fnRelease (ITextSelection *me) |
|
static HRESULT WINAPI | ITextSelection_fnGetTypeInfoCount (ITextSelection *me, UINT *pctinfo) |
|
static HRESULT WINAPI | ITextSelection_fnGetTypeInfo (ITextSelection *me, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | ITextSelection_fnGetIDsOfNames (ITextSelection *me, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | ITextSelection_fnInvoke (ITextSelection *me, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | ITextSelection_fnGetText (ITextSelection *me, BSTR *pbstr) |
|
static HRESULT WINAPI | ITextSelection_fnSetText (ITextSelection *me, BSTR str) |
|
static HRESULT WINAPI | ITextSelection_fnGetChar (ITextSelection *me, LONG *pch) |
|
static HRESULT WINAPI | ITextSelection_fnSetChar (ITextSelection *me, LONG ch) |
|
static HRESULT WINAPI | ITextSelection_fnGetDuplicate (ITextSelection *me, ITextRange **range) |
|
static HRESULT WINAPI | ITextSelection_fnGetFormattedText (ITextSelection *me, ITextRange **range) |
|
static HRESULT WINAPI | ITextSelection_fnSetFormattedText (ITextSelection *me, ITextRange *range) |
|
static HRESULT WINAPI | ITextSelection_fnGetStart (ITextSelection *me, LONG *pcpFirst) |
|
static HRESULT WINAPI | ITextSelection_fnSetStart (ITextSelection *me, LONG value) |
|
static HRESULT WINAPI | ITextSelection_fnGetEnd (ITextSelection *me, LONG *pcpLim) |
|
static HRESULT WINAPI | ITextSelection_fnSetEnd (ITextSelection *me, LONG value) |
|
static HRESULT WINAPI | ITextSelection_fnGetFont (ITextSelection *me, ITextFont **font) |
|
static HRESULT WINAPI | ITextSelection_fnSetFont (ITextSelection *me, ITextFont *font) |
|
static HRESULT WINAPI | ITextSelection_fnGetPara (ITextSelection *me, ITextPara **para) |
|
static HRESULT WINAPI | ITextSelection_fnSetPara (ITextSelection *me, ITextPara *para) |
|
static HRESULT WINAPI | ITextSelection_fnGetStoryLength (ITextSelection *me, LONG *length) |
|
static HRESULT WINAPI | ITextSelection_fnGetStoryType (ITextSelection *me, LONG *value) |
|
static HRESULT WINAPI | ITextSelection_fnCollapse (ITextSelection *me, LONG bStart) |
|
static HRESULT WINAPI | ITextSelection_fnExpand (ITextSelection *me, LONG unit, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnGetIndex (ITextSelection *me, LONG unit, LONG *index) |
|
static HRESULT WINAPI | ITextSelection_fnSetIndex (ITextSelection *me, LONG unit, LONG index, LONG extend) |
|
static HRESULT WINAPI | ITextSelection_fnSetRange (ITextSelection *me, LONG anchor, LONG active) |
|
static HRESULT WINAPI | ITextSelection_fnInRange (ITextSelection *me, ITextRange *range, LONG *ret) |
|
static HRESULT WINAPI | ITextSelection_fnInStory (ITextSelection *me, ITextRange *range, LONG *ret) |
|
static HRESULT WINAPI | ITextSelection_fnIsEqual (ITextSelection *me, ITextRange *range, LONG *ret) |
|
static HRESULT WINAPI | ITextSelection_fnSelect (ITextSelection *me) |
|
static HRESULT WINAPI | ITextSelection_fnStartOf (ITextSelection *me, LONG unit, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnEndOf (ITextSelection *me, LONG unit, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMove (ITextSelection *me, LONG unit, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveStart (ITextSelection *me, LONG unit, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveEnd (ITextSelection *me, LONG unit, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveWhile (ITextSelection *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveStartWhile (ITextSelection *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveEndWhile (ITextSelection *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveUntil (ITextSelection *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveStartUntil (ITextSelection *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveEndUntil (ITextSelection *me, VARIANT *charset, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnFindText (ITextSelection *me, BSTR text, LONG count, LONG flags, LONG *length) |
|
static HRESULT WINAPI | ITextSelection_fnFindTextStart (ITextSelection *me, BSTR text, LONG count, LONG flags, LONG *length) |
|
static HRESULT WINAPI | ITextSelection_fnFindTextEnd (ITextSelection *me, BSTR text, LONG count, LONG flags, LONG *length) |
|
static HRESULT WINAPI | ITextSelection_fnDelete (ITextSelection *me, LONG unit, LONG count, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnCut (ITextSelection *me, VARIANT *v) |
|
static HRESULT WINAPI | ITextSelection_fnCopy (ITextSelection *me, VARIANT *v) |
|
static HRESULT WINAPI | ITextSelection_fnPaste (ITextSelection *me, VARIANT *v, LONG format) |
|
static HRESULT WINAPI | ITextSelection_fnCanPaste (ITextSelection *me, VARIANT *v, LONG format, LONG *ret) |
|
static HRESULT WINAPI | ITextSelection_fnCanEdit (ITextSelection *me, LONG *ret) |
|
static HRESULT WINAPI | ITextSelection_fnChangeCase (ITextSelection *me, LONG type) |
|
static HRESULT WINAPI | ITextSelection_fnGetPoint (ITextSelection *me, LONG type, LONG *cx, LONG *cy) |
|
static HRESULT WINAPI | ITextSelection_fnSetPoint (ITextSelection *me, LONG x, LONG y, LONG type, LONG extend) |
|
static HRESULT WINAPI | ITextSelection_fnScrollIntoView (ITextSelection *me, LONG value) |
|
static HRESULT WINAPI | ITextSelection_fnGetEmbeddedObject (ITextSelection *me, IUnknown **ppv) |
|
static HRESULT WINAPI | ITextSelection_fnGetFlags (ITextSelection *me, LONG *flags) |
|
static HRESULT WINAPI | ITextSelection_fnSetFlags (ITextSelection *me, LONG flags) |
|
static HRESULT WINAPI | ITextSelection_fnGetType (ITextSelection *me, LONG *type) |
|
static HRESULT WINAPI | ITextSelection_fnMoveLeft (ITextSelection *me, LONG unit, LONG count, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveRight (ITextSelection *me, LONG unit, LONG count, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveUp (ITextSelection *me, LONG unit, LONG count, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnMoveDown (ITextSelection *me, LONG unit, LONG count, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnHomeKey (ITextSelection *me, LONG unit, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnEndKey (ITextSelection *me, LONG unit, LONG extend, LONG *delta) |
|
static HRESULT WINAPI | ITextSelection_fnTypeText (ITextSelection *me, BSTR text) |
|
static void | convert_sizel (const ME_Context *c, const SIZEL *szl, SIZE *sz) |
|
void | ME_GetOLEObjectSize (const ME_Context *c, ME_Run *run, SIZE *pSize) |
|
void | draw_ole (ME_Context *c, int x, int y, ME_Run *run, BOOL selected) |
|
void | ME_DeleteReObject (struct re_object *reobj) |
|
void | ME_CopyReObject (REOBJECT *dst, const REOBJECT *src, DWORD flags) |
|
void | richole_release_children (struct text_services *services) |
|