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
832ffe10
Commit
832ffe10
authored
Aug 10, 2009
by
Dylan Smith
Committed by
Alexandre Julliard
Aug 10, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
richedit: Remove header function declarations with no definition.
parent
67826276
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
editor.h
dlls/riched20/editor.h
+0
-6
No files found.
dlls/riched20/editor.h
View file @
832ffe10
...
...
@@ -95,7 +95,6 @@ ME_String *ME_VSplitString(ME_String *orig, int nVPos);
int
ME_IsWhitespaces
(
const
ME_String
*
s
);
int
ME_IsSplitable
(
const
ME_String
*
s
);
int
ME_FindNonWhitespaceV
(
const
ME_String
*
s
,
int
nVChar
);
int
ME_FindWhitespaceV
(
ME_String
*
s
,
int
nVChar
);
int
ME_CallWordBreakProc
(
ME_TextEditor
*
editor
,
ME_String
*
str
,
INT
start
,
INT
code
);
void
ME_StrDeleteV
(
ME_String
*
s
,
int
nVChar
,
int
nChars
);
/* smart helpers for A<->W conversions, they reserve/free memory and call MultiByte<->WideChar functions */
...
...
@@ -120,7 +119,6 @@ int ME_ReverseFindWhitespaceV(const ME_String *s, int nVChar);
/* row.c */
ME_DisplayItem
*
ME_RowStart
(
ME_DisplayItem
*
item
);
/* ME_DisplayItem *ME_RowEnd(ME_DisplayItem *item); */
void
ME_RenumberParagraphs
(
ME_DisplayItem
*
item
);
/* TODO */
ME_DisplayItem
*
ME_FindRowWithNumber
(
ME_TextEditor
*
editor
,
int
nRow
);
int
ME_RowNumberFromCharOfs
(
ME_TextEditor
*
editor
,
int
nOfs
);
...
...
@@ -136,14 +134,11 @@ int ME_CharFromPoint(ME_Context *c, int cx, ME_Run *run);
/* this one accounts for 1/2 char tolerance */
int
ME_CharFromPointCursor
(
ME_TextEditor
*
editor
,
int
cx
,
ME_Run
*
run
);
int
ME_PointFromChar
(
ME_TextEditor
*
editor
,
ME_Run
*
pRun
,
int
nOffset
);
int
ME_GetLastSplittablePlace
(
ME_Context
*
c
,
ME_Run
*
run
);
int
ME_CanJoinRuns
(
const
ME_Run
*
run1
,
const
ME_Run
*
run2
);
void
ME_JoinRuns
(
ME_TextEditor
*
editor
,
ME_DisplayItem
*
p
);
ME_DisplayItem
*
ME_SplitRun
(
ME_WrapContext
*
wc
,
ME_DisplayItem
*
item
,
int
nChar
);
ME_DisplayItem
*
ME_SplitRunSimple
(
ME_TextEditor
*
editor
,
ME_DisplayItem
*
item
,
int
nChar
);
int
ME_FindSplitPoint
(
ME_Context
*
c
,
POINT
*
pt
,
ME_Run
*
run
,
int
desperate
);
void
ME_UpdateRunFlags
(
ME_TextEditor
*
editor
,
ME_Run
*
run
);
ME_DisplayItem
*
ME_SplitFurther
(
ME_TextEditor
*
editor
,
ME_DisplayItem
*
run
);
void
ME_CalcRunExtent
(
ME_Context
*
c
,
const
ME_Paragraph
*
para
,
int
startx
,
ME_Run
*
run
);
SIZE
ME_GetRunSize
(
ME_Context
*
c
,
const
ME_Paragraph
*
para
,
ME_Run
*
run
,
int
nLen
,
int
startx
);
void
ME_CursorFromCharOfs
(
ME_TextEditor
*
editor
,
int
nCharOfs
,
ME_Cursor
*
pCursor
);
...
...
@@ -253,7 +248,6 @@ void ME_RTFTblAttrHook(struct _RTF_Info *info);
void
ME_RTFSpecialCharHook
(
struct
_RTF_Info
*
info
);
void
ME_StreamInFill
(
ME_InStream
*
stream
);
extern
int
me_debug
;
extern
void
DoWrap
(
ME_TextEditor
*
editor
);
/* table.c */
BOOL
ME_IsInTable
(
ME_DisplayItem
*
pItem
);
...
...
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