Rebase against 50f5f9af1c27c4380a7489596d20d8048f003365.

This commit is contained in:
Alistair Leslie-Hughes
2023-03-08 09:45:55 +11:00
parent 70958b46d0
commit aa36637563
6 changed files with 30 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
From 0ed959d4122e705d8728a7064ff260d2a6955af5 Mon Sep 17 00:00:00 2001
From ff8f658065ac9b61fbbf3d2adc95fb63bf75bb6e Mon Sep 17 00:00:00 2001
From: Jactry Zeng <wine@jactry.com>
Date: Sun, 10 Aug 2014 22:17:57 +0800
Subject: [PATCH] riched20: Stub for ITextPara interface and implement
@@ -10,7 +10,7 @@ Subject: [PATCH] riched20: Stub for ITextPara interface and implement
2 files changed, 477 insertions(+)
diff --git a/dlls/riched20/richole.c b/dlls/riched20/richole.c
index afecd34dc2a..6b94ee89902 100644
index 90496742e36..7b7e4e49ef0 100644
--- a/dlls/riched20/richole.c
+++ b/dlls/riched20/richole.c
@@ -3563,6 +3563,16 @@ static ULONG WINAPI TextPara_Release(ITextPara *iface)
@@ -559,11 +559,11 @@ index afecd34dc2a..6b94ee89902 100644
}
diff --git a/dlls/riched20/tests/richole.c b/dlls/riched20/tests/richole.c
index a01f4e21db8..e44ffc767e7 100644
index fb5177b83e9..cde2a9ab4c3 100644
--- a/dlls/riched20/tests/richole.c
+++ b/dlls/riched20/tests/richole.c
@@ -5439,6 +5439,274 @@ static void test_undo_control(void)
release_interfaces(&inst.hwnd, &reole, &inst.doc, &selection);
@@ -5565,6 +5565,274 @@ static void test_freeze(void)
release_interfaces(&hwnd, &reole, &doc, &selection);
}
+static void test_ITextRange_SetStart(void)
@@ -837,7 +837,7 @@ index a01f4e21db8..e44ffc767e7 100644
START_TEST(richole)
{
/* Must explicitly LoadLibrary(). The test has no references to functions in
@@ -5459,6 +5727,13 @@ START_TEST(richole)
@@ -5585,6 +5853,13 @@ START_TEST(richole)
test_ITextRange_SetRange();
test_ITextRange_GetDuplicate();
test_ITextRange_Collapse();
@@ -852,5 +852,5 @@ index a01f4e21db8..e44ffc767e7 100644
test_IOleWindow_GetWindow();
test_IOleInPlaceSite_GetWindow();
--
2.35.1
2.39.2