ReactOS 0.4.16-dev-927-g467dec4
|
#include <editstr.h>
Public Attributes | |
IUnknown | IUnknown_inner |
ITextServices | ITextServices_iface |
IRichEditOle | IRichEditOle_iface |
ITextDocument2Old | ITextDocument2Old_iface |
IUnknown * | outer_unk |
LONG | ref |
ME_TextEditor * | editor |
struct text_selection * | text_selection |
struct list | rangelist |
struct list | clientsites |
char | spare [256] |
ME_TextEditor* text_services::editor |
Definition at line 484 of file editstr.h.
Referenced by cp2range(), ITextRange_fnGetChar(), ITextRange_fnGetText(), ITextRange_fnScrollIntoView(), ITextRange_fnSetText(), range_GetChar(), textrange_copy_or_cut(), textrange_endof(), textrange_move(), textrange_moveend(), and textrange_movestart().
IRichEditOle text_services::IRichEditOle_iface |
Definition at line 480 of file editstr.h.
Referenced by impl_from_IRichEditOle().
ITextDocument2Old text_services::ITextDocument2Old_iface |
Definition at line 481 of file editstr.h.
Referenced by impl_from_ITextDocument2Old().
ITextServices text_services::ITextServices_iface |
Definition at line 479 of file editstr.h.
Referenced by impl_from_ITextServices().
IUnknown text_services::IUnknown_inner |
Definition at line 478 of file editstr.h.
Referenced by impl_from_IUnknown().
LONG text_services::ref |
Definition at line 483 of file editstr.h.
Referenced by IOleClientSite_fnAddRef(), IOleClientSite_fnRelease(), ITextRange_fnRelease(), ITextServicesImpl_AddRef(), ITextServicesImpl_Release(), TextFont_AddRef(), TextFont_Release(), TextPara_AddRef(), and TextPara_Release().
struct text_selection* text_services::text_selection |