|
Cleanup CFWL_Widget code to return CFX_RectFs where appropriate
This Cl changes the various Get*Rect methods in CFWL_Widget to return CFX_RectF
classes instead of taking an out parameter. The Repaint method is split into
Repaint() and RepaintRect() in order to change the param to a const CFX_RectF&
from a CFX_RectF*.
Committed: https://pdfium.googlesource.com/pdfium/+/43ac44cbf52076fd2354d5276c95d5b4b4a06d64
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+140 lines, -164 lines) |
Patch |
|
M |
xfa/fwl/cfwl_caret.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_checkbox.cpp
|
View
|
|
8 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_combobox.cpp
|
View
|
|
10 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_comboedit.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_combolist.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_datetimeedit.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_datetimepicker.cpp
|
View
|
|
9 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_edit.cpp
|
View
|
|
10 chunks |
+11 lines, -18 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_form.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_form.cpp
|
View
|
|
6 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_listbox.cpp
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_monthcalendar.cpp
|
View
|
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_picturebox.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_pushbutton.cpp
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_scrollbar.cpp
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_spinbutton.cpp
|
View
|
|
8 chunks |
+9 lines, -13 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_widget.h
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_widget.cpp
|
View
|
1
|
7 chunks |
+27 lines, -38 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_widgetmgr.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fwl/cfwl_widgetmgr.cpp
|
View
|
|
3 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_fwladapter.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_fwladapter.cpp
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 14 (8 generated)
|