Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
b0db959e
Commit
b0db959e
authored
Jun 16, 2015
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20: Improve tracing for unimplemented range methods.
parent
0edeb9b9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
riched_tom.idl
dlls/riched20/riched_tom.idl
+1
-1
richole.c
dlls/riched20/richole.c
+0
-0
tom.idl
include/tom.idl
+1
-1
No files found.
dlls/riched20/riched_tom.idl
View file @
b0db959e
...
...
@@ -337,7 +337,7 @@ interface ITextRange : IDispatch
HRESULT
Expand
(
[
in
]
LONG
unit
,
[
retval
,
out
]
LONG
*
delta
)
;
HRESULT
GetIndex
(
[
in
]
LONG
unit
,
[
retval
,
out
]
LONG
*
index
)
;
HRESULT
SetIndex
(
[
in
]
LONG
unit
,
[
in
]
LONG
index
,
[
in
]
LONG
extend
)
;
HRESULT
SetRange
(
[
in
]
LONG
a
ctive
,
[
in
]
LONG
other
)
;
HRESULT
SetRange
(
[
in
]
LONG
a
nchor
,
[
in
]
LONG
active
)
;
HRESULT
InRange
(
[
in
]
ITextRange
*
range
,
[
retval
,
out
]
LONG
*
pb
)
;
HRESULT
InStory
(
[
in
]
ITextRange
*
range
,
[
retval
,
out
]
LONG
*
pb
)
;
HRESULT
IsEqual
(
[
in
]
ITextRange
*
range
,
[
retval
,
out
]
LONG
*
pb
)
;
...
...
dlls/riched20/richole.c
View file @
b0db959e
This diff is collapsed.
Click to expand it.
include/tom.idl
View file @
b0db959e
...
...
@@ -267,7 +267,7 @@ interface ITextRange : IDispatch
HRESULT
Expand
(
[
in
]
LONG
Unit
,
[
retval
,
out
]
LONG
*
pDelta
)
;
HRESULT
GetIndex
(
[
in
]
LONG
Unit
,
[
retval
,
out
]
LONG
*
pIndex
)
;
HRESULT
SetIndex
(
[
in
]
LONG
Unit
,
[
in
]
LONG
Index
,
[
in
]
LONG
Extend
)
;
HRESULT
SetRange
(
[
in
]
LONG
cpActive
,
[
in
]
LONG
cpOther
)
;
HRESULT
SetRange
(
[
in
]
LONG
anchor
,
[
in
]
LONG
active
)
;
HRESULT
InRange
(
[
in
]
ITextRange
*
pRange
,
[
retval
,
out
]
LONG
*
pb
)
;
HRESULT
InStory
(
[
in
]
ITextRange
*
pRange
,
[
retval
,
out
]
LONG
*
pb
)
;
HRESULT
IsEqual
(
[
in
]
ITextRange
*
pRange
,
[
retval
,
out
]
LONG
*
pb
)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment