2014-07-22 18:36 GMT+08:00 Huw Davies <huw@codeweavers.com>: > > Before you start implementing the ITextSelection methods, have you
> thought about how the ITextRange returned by > ITextDocument::GetStoryRanges would work? >
Do you mean ITextRange returned by ITextDocument::Range?
ITextRange is returned by ITextDocument::Range and MS's Text Object Model
> It seems to me it would be useful to have a text range object that
> could be used by both, rather than implementing two lots of > ITextRange methods.
I would like to write some helper functions(such as ME_ITextGetText and ME_ITextGetChar)