Huw Davies
58cac9c633
riched20: Remove the separate implementation of IOleWindow as IOleInPlaceSite inherits from IOleWindow.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-08-24 16:58:27 +02:00
Huw Davies
58a48aa79b
riched20: Allow selecting the final end-of-paragraph when using the right arrow key.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-04 14:54:38 +02:00
Andrey Gusev
c43aebd79b
riched20: Use debugstr_guid() in TRACE() messages.
...
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-26 20:33:18 +09:00
Nikolay Sivov
7cb3b72559
riched20: Remove duplicated condition.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-16 01:21:47 +09:00
Adam Buchbinder
20323e3f11
riched20: Implement ITextRange::ScrollIntoView.
...
This only implements bStart = tomStart, but that seems like the most
common use case.
Signed-off-by: Adam Buchbinder <abuchbinder@google.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-29 19:31:35 +09:00
Michael Stefaniuc
b05cc8c0a6
riched20: Print the debug string and not the pointer to it.
2015-06-30 17:40:28 +09:00
Nikolay Sivov
060cffc1b3
riched20: Improve tracing for unimplemented selection methods.
2015-06-18 21:41:02 +09:00
Nikolay Sivov
3357fdd70a
riched20: Implement Expand for tomStory case.
2015-06-17 15:44:34 +09:00
Nikolay Sivov
b0db959ec9
riched20: Improve tracing for unimplemented range methods.
2015-06-16 20:00:37 +09:00
Nikolay Sivov
3681a59c29
riched20: Improve error handling in SetFont (Coverity).
2015-06-08 15:48:04 +09:00
Nikolay Sivov
2688363714
riched20: Handle range method failures in InRange (Coverity).
2015-06-08 15:48:00 +09:00
Nikolay Sivov
3889dadcca
riched20: Handle range method failures in IsEqual (Coverity).
2015-06-08 15:47:57 +09:00
Nikolay Sivov
5f933018a2
riched20: Implement GetDuplicate() for selection.
2015-06-08 15:47:52 +09:00
Nikolay Sivov
9c6bcec509
riched20: Implement GetStoryLength().
2015-06-08 15:47:48 +09:00
Nikolay Sivov
2a2446abdb
riched20: Return 0x0 size for NULL objects.
2015-06-03 19:29:49 +09:00
Nikolay Sivov
f0c5086618
riched20: Create selection instance first time it's requested.
2015-06-01 14:52:30 +09:00
Nikolay Sivov
41687841bc
riched20: Properly implement GetClientSite().
2015-06-01 14:52:28 +09:00
Nikolay Sivov
b620fb6e85
riched20: Move data linking text range to IRichEditOle in separate structure.
2015-06-01 14:52:25 +09:00
Nikolay Sivov
b2e13bc6e7
riched20: Implement GetText() for regular range.
2015-06-01 14:52:17 +09:00
Nikolay Sivov
054eecb2bf
riched20: Implement SetFont().
2015-05-29 15:00:38 +09:00
Nikolay Sivov
d178e7ba68
riched20: Added GetStoryType().
2015-05-29 15:00:32 +09:00
Nikolay Sivov
b4959154ca
riched20: Switch font unit is not allowed.
2015-05-29 15:00:27 +09:00
Nikolay Sivov
eecb757248
riched20: Convert from twips to points when tomUsePoints is used.
2015-05-29 15:00:22 +09:00
Nikolay Sivov
6a335ca5da
riched20: A bit more tests for GetChar(), improve tracing.
2015-05-28 14:21:07 +09:00
Nikolay Sivov
cb095a82a2
riched20: Implement Select().
2015-05-28 14:21:06 +09:00
Nikolay Sivov
6ccfde327a
riched20: Implement IsEqual() for ranges.
2015-05-28 14:21:04 +09:00
Nikolay Sivov
cebee9bd71
riched20: Implement InRange().
2015-05-28 14:21:02 +09:00
Nikolay Sivov
c1ce95dc96
riched20: Implement GetPara() for selection range.
2015-05-28 14:21:00 +09:00
Nikolay Sivov
251e168590
riched20: Implement SetText() for selection range.
2015-05-27 14:31:40 +09:00
Nikolay Sivov
d27234617c
riched20: Implement SetText for regular range.
2015-05-27 14:31:40 +09:00
Nikolay Sivov
aa37c179ad
riched20: Implement SetName().
2015-05-27 14:31:40 +09:00
Nikolay Sivov
43a80b8023
riched20: Implement font property setters.
2015-05-27 14:31:40 +09:00
Nikolay Sivov
38f6919312
riched20: Support setting boolean font properties.
2015-05-26 18:45:35 +09:00
Nikolay Sivov
64faf03cf3
riched20: Initial support for changing font properties.
2015-05-26 18:45:35 +09:00
Nikolay Sivov
1c0cf0efb3
riched20: Implement tomTrackParms/tomCacheParms.
2015-05-26 18:45:34 +09:00
Nikolay Sivov
0cf3c2f3a1
riched20: Support ITextFont instances detached from a range.
2015-05-26 18:45:34 +09:00
Nikolay Sivov
c5a029f82e
riched20/tests: Initial tests for font duplication behavior.
2015-05-25 21:43:18 +09:00
Nikolay Sivov
b43a0e1175
riched20/tests: Some tests for GetText().
2015-05-25 21:43:18 +09:00
Nikolay Sivov
f4438f1ee5
riched20: Implement Start/End properties for ranges.
2015-05-25 21:43:17 +09:00
Nikolay Sivov
81fc69d7e6
riched20: Added IDispatch support.
2015-05-25 21:43:17 +09:00
Nikolay Sivov
1f55764dfc
riched20: Added some tom* constants used with ITextFont::Reset().
2015-05-22 18:04:41 +09:00
Nikolay Sivov
fd806a65a5
riched20/tests: Added tests for ITextFont getters on detached font.
2015-05-21 19:04:00 +09:00
Nikolay Sivov
e6e16eb632
riched20: Implement GetName() for ITextFont.
2015-05-21 19:03:46 +09:00
Nikolay Sivov
fa8c384b3b
riched20: Implement GetFont() for selection range.
2015-05-20 18:35:44 +09:00
Nikolay Sivov
72ef367992
riched20: Implement GetLanguageID().
2015-05-20 18:35:43 +09:00
Nikolay Sivov
1e68433d78
riched20: Implement GetSubscript()/GetSuperscript().
2015-05-20 18:35:41 +09:00
Nikolay Sivov
0f53b87367
riched20: Implement GetStrikeThrough().
2015-05-20 18:35:39 +09:00
Nikolay Sivov
f875c804bd
riched20: Implement GetForeColor().
2015-05-20 18:35:37 +09:00
Nikolay Sivov
d7a1700a29
riched20: Implement GetUnderline().
2015-05-20 18:35:34 +09:00
Nikolay Sivov
c48e0519ac
riched20: Implement GetSize().
2015-05-20 18:35:32 +09:00