Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "variables": { | |
|
Lei Zhang
2015/10/10 00:28:31
Do we want to leave this file alone, and instead j
Tom Sepez
2015/10/12 18:04:26
Done.
| |
| 3 "pdf_enable_xfa%": 1, | |
| 4 }, | |
| 5 'target_defaults': { | |
| 6 'conditions': [ | |
| 7 ['pdf_enable_xfa==1', { | |
| 8 'defines': [ 'PDF_ENABLE_XFA' ], | |
| 9 }], | |
| 10 ], | |
| 11 }, | |
| 2 "targets":[ | 12 "targets":[ |
| 3 { | 13 { |
| 4 "target_name":"xfa", | 14 "target_name":"xfa", |
| 5 "type":"static_library", | 15 "type":"static_library", |
| 6 'dependencies': [ | 16 'dependencies': [ |
| 7 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 17 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 8 ], | 18 ], |
| 9 'export_dependent_settings': [ | 19 'export_dependent_settings': [ |
| 10 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 20 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 11 ], | 21 ], |
| 12 'include_dirs': [ | 22 'include_dirs': [ |
| 13 '<(DEPTH)/v8', | 23 '<(DEPTH)/v8', |
| 14 '<(DEPTH)/v8/include', | 24 '<(DEPTH)/v8/include', |
| 15 'third_party/freetype/include', | 25 'third_party/freetype/include', |
| 16 ], | 26 ], |
| 17 'defines' : [ | 27 'defines' : [ |
| 18 'FT2_BUILD_LIBRARY', | 28 'FT2_BUILD_LIBRARY', |
| 19 ], | 29 ], |
| 20 "sources":[ | 30 "sources":[ |
| 21 "xfa/include/foxitxfa.h", | 31 "xfa/include/foxitxfa.h", |
| 22 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", | |
| 23 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", | |
| 24 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h", | |
| 25 "xfa/include/fwl/adapter/fwl_adapternative.h", | |
| 26 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", | |
| 27 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", | |
| 28 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", | |
| 29 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", | |
| 30 "xfa/include/fwl/basewidget/fwl_barcode.h", | |
| 31 "xfa/include/fwl/basewidget/fwl_caret.h", | |
| 32 "xfa/include/fwl/basewidget/fwl_checkbox.h", | |
| 33 "xfa/include/fwl/basewidget/fwl_combobox.h", | |
| 34 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", | |
| 35 "xfa/include/fwl/basewidget/fwl_edit.h", | |
| 36 "xfa/include/fwl/basewidget/fwl_listbox.h", | |
| 37 "xfa/include/fwl/basewidget/fwl_menu.h", | |
| 38 "xfa/include/fwl/basewidget/fwl_monthcalendar.h", | |
| 39 "xfa/include/fwl/basewidget/fwl_picturebox.h", | |
| 40 "xfa/include/fwl/basewidget/fwl_pushbutton.h", | |
| 41 "xfa/include/fwl/basewidget/fwl_scrollbar.h", | |
| 42 "xfa/include/fwl/basewidget/fwl_spinbutton.h", | |
| 43 "xfa/include/fwl/basewidget/fwl_tooltipctrl.h", | |
| 44 "xfa/include/fwl/basewidget/fxmath_barcode.h", | |
| 45 "xfa/include/fwl/core/fwl_app.h", | |
| 46 "xfa/include/fwl/core/fwl_content.h", | |
| 47 "xfa/include/fwl/core/fwl_error.h", | |
| 48 "xfa/include/fwl/core/fwl_form.h", | |
| 49 "xfa/include/fwl/core/fwl_grid.h", | |
| 50 "xfa/include/fwl/core/fwl_note.h", | |
| 51 "xfa/include/fwl/core/fwl_panel.h", | |
| 52 "xfa/include/fwl/core/fwl_target.h", | |
| 53 "xfa/include/fwl/core/fwl_theme.h", | |
| 54 "xfa/include/fwl/core/fwl_thread.h", | |
| 55 "xfa/include/fwl/core/fwl_timer.h", | |
| 56 "xfa/include/fwl/core/fwl_widget.h", | |
| 57 "xfa/include/fwl/core/fwl_widgetdef.h", | |
| 58 "xfa/include/fwl/core/fwl_widgetmgr.h", | |
| 59 "xfa/include/fwl/fwl.h", | |
| 60 "xfa/include/fwl/lightwidget/app.h", | |
| 61 "xfa/include/fwl/lightwidget/barcode.h", | |
| 62 "xfa/include/fwl/lightwidget/caret.h", | |
| 63 "xfa/include/fwl/lightwidget/checkbox.h", | |
| 64 "xfa/include/fwl/lightwidget/combobox.h", | |
| 65 "xfa/include/fwl/lightwidget/datetimepicker.h", | |
| 66 "xfa/include/fwl/lightwidget/edit.h", | |
| 67 "xfa/include/fwl/lightwidget/listbox.h", | |
| 68 "xfa/include/fwl/lightwidget/picturebox.h", | |
| 69 "xfa/include/fwl/lightwidget/pushbutton.h", | |
| 70 "xfa/include/fwl/lightwidget/scrollbar.h", | |
| 71 "xfa/include/fwl/lightwidget/theme.h", | |
| 72 "xfa/include/fwl/lightwidget/tooltipctrl.h", | |
| 73 "xfa/include/fwl/lightwidget/widget.h", | |
| 74 "xfa/include/fwl/theme/barcodetp.h", | |
| 75 "xfa/include/fwl/theme/carettp.h", | |
| 76 "xfa/include/fwl/theme/checkboxtp.h", | |
| 77 "xfa/include/fwl/theme/comboboxtp.h", | |
| 78 "xfa/include/fwl/theme/datetimepickertp.h", | |
| 79 "xfa/include/fwl/theme/edittp.h", | |
| 80 "xfa/include/fwl/theme/formtp.h", | |
| 81 "xfa/include/fwl/theme/listboxtp.h", | |
| 82 "xfa/include/fwl/theme/monthcalendartp.h", | |
| 83 "xfa/include/fwl/theme/pictureboxtp.h", | |
| 84 "xfa/include/fwl/theme/pushbuttontp.h", | |
| 85 "xfa/include/fwl/theme/scrollbartp.h", | |
| 86 "xfa/include/fwl/theme/utils.h", | |
| 87 "xfa/include/fwl/theme/widgettp.h", | |
| 88 "xfa/include/fxbarcode/BC_BarCode.h", | |
| 89 "xfa/include/fxfa/fxfa.h", | |
| 90 "xfa/include/fxfa/fxfa_basic.h", | |
| 91 "xfa/include/fxfa/fxfa_objectacc.h", | |
| 92 "xfa/include/fxfa/fxfa_widget.h", | |
| 93 "xfa/include/fxgraphics/fx_graphics.h", | 32 "xfa/include/fxgraphics/fx_graphics.h", |
| 94 "xfa/include/fxjse/fxjse.h", | 33 "xfa/include/fxjse/fxjse.h", |
| 95 "xfa/src/fdp/include/fde.h", | |
| 96 "xfa/src/fdp/include/fde_brs.h", | |
| 97 "xfa/src/fdp/include/fde_css.h", | |
| 98 "xfa/src/fdp/include/fde_img.h", | |
| 99 "xfa/src/fdp/include/fde_mem.h", | |
| 100 "xfa/src/fdp/include/fde_pen.h", | |
| 101 "xfa/src/fdp/include/fde_psr.h", | |
| 102 "xfa/src/fdp/include/fde_pth.h", | |
| 103 "xfa/src/fdp/include/fde_rdr.h", | |
| 104 "xfa/src/fdp/include/fde_rdv.h", | |
| 105 "xfa/src/fdp/include/fde_tto.h", | |
| 106 "xfa/src/fdp/include/fde_xml.h", | |
| 107 "xfa/src/fdp/src/css/fde_csscache.cpp", | |
| 108 "xfa/src/fdp/src/css/fde_csscache.h", | |
| 109 "xfa/src/fdp/src/css/fde_cssdatatable.cpp", | |
| 110 "xfa/src/fdp/src/css/fde_cssdatatable.h", | |
| 111 "xfa/src/fdp/src/css/fde_cssdeclaration.cpp", | |
| 112 "xfa/src/fdp/src/css/fde_cssdeclaration.h", | |
| 113 "xfa/src/fdp/src/css/fde_cssstyleselector.cpp", | |
| 114 "xfa/src/fdp/src/css/fde_cssstyleselector.h", | |
| 115 "xfa/src/fdp/src/css/fde_cssstylesheet.cpp", | |
| 116 "xfa/src/fdp/src/css/fde_cssstylesheet.h", | |
| 117 "xfa/src/fdp/src/css/fde_csssyntax.cpp", | |
| 118 "xfa/src/fdp/src/css/fde_csssyntax.h", | |
| 119 "xfa/src/fdp/src/fde/fde_devbasic.cpp", | |
| 120 "xfa/src/fdp/src/fde/fde_devbasic.h", | |
| 121 "xfa/src/fdp/src/fde/fde_gedevice.cpp", | |
| 122 "xfa/src/fdp/src/fde/fde_gedevice.h", | |
| 123 "xfa/src/fdp/src/fde/fde_geobject.cpp", | |
| 124 "xfa/src/fdp/src/fde/fde_geobject.h", | |
| 125 "xfa/src/fdp/src/fde/fde_iterator.cpp", | |
| 126 "xfa/src/fdp/src/fde/fde_iterator.h", | |
| 127 "xfa/src/fdp/src/fde/fde_object.cpp", | |
| 128 "xfa/src/fdp/src/fde/fde_object.h", | |
| 129 "xfa/src/fdp/src/fde/fde_render.cpp", | |
| 130 "xfa/src/fdp/src/fde/fde_render.h", | |
| 131 "xfa/src/fdp/src/tto/fde_textout.cpp", | |
| 132 "xfa/src/fdp/src/tto/fde_textout.h", | |
| 133 "xfa/src/fdp/src/xml/fde_xml.cpp", | |
| 134 "xfa/src/fdp/src/xml/fde_xml.h", | |
| 135 "xfa/src/fee/include/fx_wordbreak.h", | |
| 136 "xfa/src/fee/include/ifde_txtedtbuf.h", | |
| 137 "xfa/src/fee/include/ifde_txtedtengine.h", | |
| 138 "xfa/src/fee/include/ifde_txtedtpage.h", | |
| 139 "xfa/src/fee/src/fee/fde_txtedtblock.cpp", | |
| 140 "xfa/src/fee/src/fee/fde_txtedtblock.h", | |
| 141 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", | |
| 142 "xfa/src/fee/src/fee/fde_txtedtbuf.h", | |
| 143 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", | |
| 144 "xfa/src/fee/src/fee/fde_txtedtengine.h", | |
| 145 "xfa/src/fee/src/fee/fde_txtedtkmpmatch.cpp", | |
| 146 "xfa/src/fee/src/fee/fde_txtedtkmpmatch.h", | |
| 147 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", | |
| 148 "xfa/src/fee/src/fee/fde_txtedtpage.h", | |
| 149 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", | |
| 150 "xfa/src/fee/src/fee/fde_txtedtparag.h", | |
| 151 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp", | |
| 152 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", | |
| 153 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h", | |
| 154 "xfa/src/fgas/include/fgas.h", | |
| 155 "xfa/src/fgas/include/fx_alg.h", | |
| 156 "xfa/src/fgas/include/fx_cpg.h", | |
| 157 "xfa/src/fgas/include/fx_datetime.h", | |
| 158 "xfa/src/fgas/include/fx_fnt.h", | |
| 159 "xfa/src/fgas/include/fx_lbk.h", | |
| 160 "xfa/src/fgas/include/fx_lgg.h", | |
| 161 "xfa/src/fgas/include/fx_locale.h", | |
| 162 "xfa/src/fgas/include/fx_mem.h", | |
| 163 "xfa/src/fgas/include/fx_rbk.h", | |
| 164 "xfa/src/fgas/include/fx_sax.h", | |
| 165 "xfa/src/fgas/include/fx_stm.h", | |
| 166 "xfa/src/fgas/include/fx_sys.h", | |
| 167 "xfa/src/fgas/include/fx_tbk.h", | |
| 168 "xfa/src/fgas/include/fx_ucd.h", | |
| 169 "xfa/src/fgas/include/fx_utl.h", | |
| 170 "xfa/src/fgas/src/crt/fx_algorithm.cpp", | |
| 171 "xfa/src/fgas/src/crt/fx_codepage.cpp", | |
| 172 "xfa/src/fgas/src/crt/fx_codepage.h", | |
| 173 "xfa/src/fgas/src/crt/fx_encode.cpp", | |
| 174 "xfa/src/fgas/src/crt/fx_memory.cpp", | |
| 175 "xfa/src/fgas/src/crt/fx_memory.h", | |
| 176 "xfa/src/fgas/src/crt/fx_stream.cpp", | |
| 177 "xfa/src/fgas/src/crt/fx_stream.h", | |
| 178 "xfa/src/fgas/src/crt/fx_system.cpp", | |
| 179 "xfa/src/fgas/src/crt/fx_utils.cpp", | |
| 180 "xfa/src/fgas/src/crt/fx_utils.h", | |
| 181 "xfa/src/fgas/src/fgas_base.h", | |
| 182 "xfa/src/fgas/src/font/fx_fontutils.cpp", | |
| 183 "xfa/src/fgas/src/font/fx_fontutils.h", | |
| 184 "xfa/src/fgas/src/font/fx_gefont.cpp", | |
| 185 "xfa/src/fgas/src/font/fx_gefont.h", | |
| 186 "xfa/src/fgas/src/font/fx_stdfontmgr.cpp", | |
| 187 "xfa/src/fgas/src/font/fx_stdfontmgr.h", | |
| 188 "xfa/src/fgas/src/layout/fx_linebreak.cpp", | |
| 189 "xfa/src/fgas/src/layout/fx_rtfbreak.cpp", | |
| 190 "xfa/src/fgas/src/layout/fx_rtfbreak.h", | |
| 191 "xfa/src/fgas/src/layout/fx_textbreak.cpp", | |
| 192 "xfa/src/fgas/src/layout/fx_textbreak.h", | |
| 193 "xfa/src/fgas/src/layout/fx_unicode.cpp", | |
| 194 "xfa/src/fgas/src/layout/fx_unicode.h", | |
| 195 "xfa/src/fgas/src/localization/fx_datetime.cpp", | |
| 196 "xfa/src/fgas/src/localization/fx_locale.cpp", | |
| 197 "xfa/src/fgas/src/localization/fx_localeimp.h", | |
| 198 "xfa/src/fgas/src/localization/fx_localemgr.cpp", | |
| 199 "xfa/src/fgas/src/localization/fx_localemgr.h", | |
| 200 "xfa/src/fgas/src/xml/fx_sax_imp.cpp", | |
| 201 "xfa/src/fgas/src/xml/fx_sax_imp.h", | |
| 202 "xfa/src/foxitlib.h", | |
| 203 "xfa/src/fwl/src/basewidget/fwl_barcodeimp.cpp", | |
| 204 "xfa/src/fwl/src/basewidget/fwl_caretimp.cpp", | |
| 205 "xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp", | |
| 206 "xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp", | |
| 207 "xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp", | |
| 208 "xfa/src/fwl/src/basewidget/fwl_editimp.cpp", | |
| 209 "xfa/src/fwl/src/basewidget/fwl_formproxyimp.cpp", | |
| 210 "xfa/src/fwl/src/basewidget/fwl_listboximp.cpp", | |
| 211 "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp", | |
| 212 "xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp", | |
| 213 "xfa/src/fwl/src/basewidget/fwl_pushbuttonimp.cpp", | |
| 214 "xfa/src/fwl/src/basewidget/fwl_scrollbarimp.cpp", | |
| 215 "xfa/src/fwl/src/basewidget/fwl_spinbuttonimp.cpp", | |
| 216 "xfa/src/fwl/src/basewidget/fwl_tooltipctrlimp.cpp", | |
| 217 "xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp", | |
| 218 "xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h", | |
| 219 "xfa/src/fwl/src/basewidget/include/fwl_caretimp.h", | |
| 220 "xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h", | |
| 221 "xfa/src/fwl/src/basewidget/include/fwl_comboboximp.h", | |
| 222 "xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h", | |
| 223 "xfa/src/fwl/src/basewidget/include/fwl_editimp.h", | |
| 224 "xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h", | |
| 225 "xfa/src/fwl/src/basewidget/include/fwl_listboximp.h", | |
| 226 "xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h", | |
| 227 "xfa/src/fwl/src/basewidget/include/fwl_pictureboximp.h", | |
| 228 "xfa/src/fwl/src/basewidget/include/fwl_pushbuttonimp.h", | |
| 229 "xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h", | |
| 230 "xfa/src/fwl/src/basewidget/include/fwl_spinbuttonimp.h", | |
| 231 "xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h", | |
| 232 "xfa/src/fwl/src/basewidget/include/fxmath_barcodeimp.h", | |
| 233 "xfa/src/fwl/src/core/fwl_appimp.cpp", | |
| 234 "xfa/src/fwl/src/core/fwl_contentimp.cpp", | |
| 235 "xfa/src/fwl/src/core/fwl_formimp.cpp", | |
| 236 "xfa/src/fwl/src/core/fwl_gridimp.cpp", | |
| 237 "xfa/src/fwl/src/core/fwl_noteimp.cpp", | |
| 238 "xfa/src/fwl/src/core/fwl_panelimp.cpp", | |
| 239 "xfa/src/fwl/src/core/fwl_sdadapterimp.cpp", | |
| 240 "xfa/src/fwl/src/core/fwl_targetimp.cpp", | |
| 241 "xfa/src/fwl/src/core/fwl_threadimp.cpp", | |
| 242 "xfa/src/fwl/src/core/fwl_timerimp.cpp", | |
| 243 "xfa/src/fwl/src/core/fwl_widgetimp.cpp", | |
| 244 "xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp", | |
| 245 "xfa/src/fwl/src/core/include/fwl_appimp.h", | |
| 246 "xfa/src/fwl/src/core/include/fwl_contentimp.h", | |
| 247 "xfa/src/fwl/src/core/include/fwl_formimp.h", | |
| 248 "xfa/src/fwl/src/core/include/fwl_gridimp.h", | |
| 249 "xfa/src/fwl/src/core/include/fwl_noteimp.h", | |
| 250 "xfa/src/fwl/src/core/include/fwl_panelimp.h", | |
| 251 "xfa/src/fwl/src/core/include/fwl_targetimp.h", | |
| 252 "xfa/src/fwl/src/core/include/fwl_threadimp.h", | |
| 253 "xfa/src/fwl/src/core/include/fwl_widgetimp.h", | |
| 254 "xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h", | |
| 255 "xfa/src/fwl/src/lightwidget/app.cpp", | |
| 256 "xfa/src/fwl/src/lightwidget/barcode.cpp", | |
| 257 "xfa/src/fwl/src/lightwidget/caret.cpp", | |
| 258 "xfa/src/fwl/src/lightwidget/checkbox.cpp", | |
| 259 "xfa/src/fwl/src/lightwidget/combobox.cpp", | |
| 260 "xfa/src/fwl/src/lightwidget/datetimepicker.cpp", | |
| 261 "xfa/src/fwl/src/lightwidget/edit.cpp", | |
| 262 "xfa/src/fwl/src/lightwidget/listbox.cpp", | |
| 263 "xfa/src/fwl/src/lightwidget/picturebox.cpp", | |
| 264 "xfa/src/fwl/src/lightwidget/pushbutton.cpp", | |
| 265 "xfa/src/fwl/src/lightwidget/scrollbar.cpp", | |
| 266 "xfa/src/fwl/src/lightwidget/theme.cpp", | |
| 267 "xfa/src/fwl/src/lightwidget/tooltipctrl.cpp", | |
| 268 "xfa/src/fwl/src/lightwidget/widget.cpp", | |
| 269 "xfa/src/fwl/src/theme/barcodetp.cpp", | |
| 270 "xfa/src/fwl/src/theme/carettp.cpp", | |
| 271 "xfa/src/fwl/src/theme/checkboxtp.cpp", | |
| 272 "xfa/src/fwl/src/theme/comboboxtp.cpp", | |
| 273 "xfa/src/fwl/src/theme/datetimepickertp.cpp", | |
| 274 "xfa/src/fwl/src/theme/edittp.cpp", | |
| 275 "xfa/src/fwl/src/theme/formtp.cpp", | |
| 276 "xfa/src/fwl/src/theme/listboxtp.cpp", | |
| 277 "xfa/src/fwl/src/theme/monthcalendartp.cpp", | |
| 278 "xfa/src/fwl/src/theme/pictureboxtp.cpp", | |
| 279 "xfa/src/fwl/src/theme/pushbuttontp.cpp", | |
| 280 "xfa/src/fwl/src/theme/scrollbartp.cpp", | |
| 281 "xfa/src/fwl/src/theme/widgettp.cpp", | |
| 282 "xfa/src/fxbarcode/common/BC_CommonBitArray.cpp", | |
| 283 "xfa/src/fxbarcode/common/BC_CommonBitMatrix.cpp", | |
| 284 "xfa/src/fxbarcode/common/BC_CommonBitSource.cpp", | |
| 285 "xfa/src/fxbarcode/common/BC_CommonByteArray.cpp", | |
| 286 "xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp", | |
| 287 "xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.cpp", | |
| 288 "xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp", | |
| 289 "xfa/src/fxbarcode/common/BC_CommonECI.cpp", | |
| 290 "xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.cpp", | |
| 291 "xfa/src/fxbarcode/common/BC_CommonBitArray.h", | |
| 292 "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h", | |
| 293 "xfa/src/fxbarcode/common/BC_CommonBitSource.h", | |
| 294 "xfa/src/fxbarcode/common/BC_CommonByteArray.h", | |
| 295 "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h", | |
| 296 "xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h", | |
| 297 "xfa/src/fxbarcode/common/BC_CommonDecoderResult.h", | |
| 298 "xfa/src/fxbarcode/common/BC_CommonECI.h", | |
| 299 "xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h", | |
| 300 "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp", | |
| 301 "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h", | |
| 302 "xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp", | |
| 303 "xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.h", | |
| 304 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", | |
| 305 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp", | |
| 306 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", | |
| 307 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp", | |
| 308 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", | |
| 309 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h", | |
| 310 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h", | |
| 311 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h", | |
| 312 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.cpp", | |
| 313 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp", | |
| 314 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp", | |
| 315 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp", | |
| 316 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp", | |
| 317 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp", | |
| 318 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp", | |
| 319 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp", | |
| 320 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp", | |
| 321 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h", | |
| 322 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h", | |
| 323 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h", | |
| 324 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.h", | |
| 325 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h", | |
| 326 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h", | |
| 327 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h", | |
| 328 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h", | |
| 329 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.h", | |
| 330 "xfa/src/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp", | |
| 331 "xfa/src/fxbarcode/datamatrix/BC_Base256Encoder.cpp", | |
| 332 "xfa/src/fxbarcode/datamatrix/BC_C40Encoder.cpp", | |
| 333 "xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.cpp", | |
| 334 "xfa/src/fxbarcode/datamatrix/BC_EncoderContext.cpp", | |
| 335 "xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp", | |
| 336 "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.cpp", | |
| 337 "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", | |
| 338 "xfa/src/fxbarcode/datamatrix/BC_TextEncoder.cpp", | |
| 339 "xfa/src/fxbarcode/datamatrix/BC_X12Encoder.cpp", | |
| 340 "xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp", | |
| 341 "xfa/src/fxbarcode/datamatrix/BC_Encoder.cpp", | |
| 342 "xfa/src/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", | |
| 343 "xfa/src/fxbarcode/datamatrix/BC_ASCIIEncoder.h", | |
| 344 "xfa/src/fxbarcode/datamatrix/BC_Base256Encoder.h", | |
| 345 "xfa/src/fxbarcode/datamatrix/BC_C40Encoder.h", | |
| 346 "xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.h", | |
| 347 "xfa/src/fxbarcode/datamatrix/BC_EncoderContext.h", | |
| 348 "xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.h", | |
| 349 "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.h", | |
| 350 "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h", | |
| 351 "xfa/src/fxbarcode/datamatrix/BC_TextEncoder.h", | |
| 352 "xfa/src/fxbarcode/datamatrix/BC_X12Encoder.h", | |
| 353 "xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h", | |
| 354 "xfa/src/fxbarcode/datamatrix/BC_Encoder.h", | |
| 355 "xfa/src/fxbarcode/datamatrix/BC_HighLevelEncoder.h", | |
| 356 "xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp", | |
| 357 "xfa/src/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", | |
| 358 "xfa/src/fxbarcode/oned/BC_OnedCode128Reader.cpp", | |
| 359 "xfa/src/fxbarcode/oned/BC_OnedCode128Writer.cpp", | |
| 360 "xfa/src/fxbarcode/oned/BC_OnedCode39Reader.cpp", | |
| 361 "xfa/src/fxbarcode/oned/BC_OnedCode39Writer.cpp", | |
| 362 "xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.cpp", | |
| 363 "xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp", | |
| 364 "xfa/src/fxbarcode/oned/BC_OnedEAN8Reader.cpp", | |
| 365 "xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp", | |
| 366 "xfa/src/fxbarcode/oned/BC_OneDimReader.cpp", | |
| 367 "xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp", | |
| 368 "xfa/src/fxbarcode/oned/BC_OneDReader.cpp", | |
| 369 "xfa/src/fxbarcode/oned/BC_OnedUPCAReader.cpp", | |
| 370 "xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.cpp", | |
| 371 "xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.h", | |
| 372 "xfa/src/fxbarcode/oned/BC_OnedCodaBarWriter.h", | |
| 373 "xfa/src/fxbarcode/oned/BC_OnedCode128Reader.h", | |
| 374 "xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h", | |
| 375 "xfa/src/fxbarcode/oned/BC_OnedCode39Reader.h", | |
| 376 "xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h", | |
| 377 "xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.h", | |
| 378 "xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.h", | |
| 379 "xfa/src/fxbarcode/oned/BC_OnedEAN8Reader.h", | |
| 380 "xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.h", | |
| 381 "xfa/src/fxbarcode/oned/BC_OneDimReader.h", | |
| 382 "xfa/src/fxbarcode/oned/BC_OneDimWriter.h", | |
| 383 "xfa/src/fxbarcode/oned/BC_OneDReader.h", | |
| 384 "xfa/src/fxbarcode/oned/BC_OnedUPCAReader.h", | |
| 385 "xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.h", | |
| 386 "xfa/src/fxbarcode/pdf417/BC_PDF417.cpp", | |
| 387 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp", | |
| 388 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp", | |
| 389 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", | |
| 390 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.cpp", | |
| 391 "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp", | |
| 392 "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.cpp", | |
| 393 "xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.cpp", | |
| 394 "xfa/src/fxbarcode/pdf417/BC_PDF417Common.cpp", | |
| 395 "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.cpp", | |
| 396 "xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp", | |
| 397 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp", | |
| 398 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.cpp", | |
| 399 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp ", | |
| 400 "xfa/src/fxbarcode/pdf417/BC_PDF417Detector.cpp", | |
| 401 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.cpp", | |
| 402 "xfa/src/fxbarcode/pdf417/BC_PDF417Dimensions.cpp", | |
| 403 "xfa/src/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.cpp", | |
| 404 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.cpp", | |
| 405 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp", | |
| 406 "xfa/src/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", | |
| 407 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp", | |
| 408 "xfa/src/fxbarcode/pdf417/BC_PDF417Reader.cpp", | |
| 409 "xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.cpp", | |
| 410 "xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.cpp", | |
| 411 "xfa/src/fxbarcode/pdf417/BC_PDF417Writer.cpp", | |
| 412 "xfa/src/fxbarcode/pdf417/BC_PDF417.h", | |
| 413 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", | |
| 414 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h", | |
| 415 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", | |
| 416 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h", | |
| 417 "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h", | |
| 418 "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h", | |
| 419 "xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h", | |
| 420 "xfa/src/fxbarcode/pdf417/BC_PDF417Common.h", | |
| 421 "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h", | |
| 422 "xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h", | |
| 423 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h", | |
| 424 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h", | |
| 425 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h", | |
| 426 "xfa/src/fxbarcode/pdf417/BC_PDF417Detector.h", | |
| 427 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h", | |
| 428 "xfa/src/fxbarcode/pdf417/BC_PDF417Dimensions.h", | |
| 429 "xfa/src/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h", | |
| 430 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h", | |
| 431 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.h", | |
| 432 "xfa/src/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h", | |
| 433 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h", | |
| 434 "xfa/src/fxbarcode/pdf417/BC_PDF417Reader.h", | |
| 435 "xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.h", | |
| 436 "xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h", | |
| 437 "xfa/src/fxbarcode/pdf417/BC_PDF417Writer.h", | |
| 438 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp", | |
| 439 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.cpp", | |
| 440 "xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.cpp", | |
| 441 "xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp", | |
| 442 "xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp", | |
| 443 "xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp", | |
| 444 "xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.cpp", | |
| 445 "xfa/src/fxbarcode/qrcode/BC_QRCodeReader.cpp", | |
| 446 "xfa/src/fxbarcode/qrcode/BC_QRCoderECB.cpp", | |
| 447 "xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.cpp", | |
| 448 "xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp", | |
| 449 "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp", | |
| 450 "xfa/src/fxbarcode/qrcode/BC_QRCoderFormatInformation.cpp", | |
| 451 "xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp", | |
| 452 "xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp", | |
| 453 "xfa/src/fxbarcode/qrcode/BC_QRCoderMode.cpp", | |
| 454 "xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp", | |
| 455 "xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.cpp", | |
| 456 "xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp", | |
| 457 "xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp", | |
| 458 "xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp", | |
| 459 "xfa/src/fxbarcode/qrcode/BC_QRDetector.cpp", | |
| 460 "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.cpp", | |
| 461 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp", | |
| 462 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", | |
| 463 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp", | |
| 464 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.h", | |
| 465 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h", | |
| 466 "xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h", | |
| 467 "xfa/src/fxbarcode/qrcode/BC_QRCoder.h", | |
| 468 "xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h", | |
| 469 "xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.h", | |
| 470 "xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h", | |
| 471 "xfa/src/fxbarcode/qrcode/BC_QRCodeReader.h", | |
| 472 "xfa/src/fxbarcode/qrcode/BC_QRCoderECB.h", | |
| 473 "xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h", | |
| 474 "xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h", | |
| 475 "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h", | |
| 476 "xfa/src/fxbarcode/qrcode/BC_QRCoderFormatInformation.h", | |
| 477 "xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.h", | |
| 478 "xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h", | |
| 479 "xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h", | |
| 480 "xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h", | |
| 481 "xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.h", | |
| 482 "xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h", | |
| 483 "xfa/src/fxbarcode/qrcode/BC_QRDataMask.h", | |
| 484 "xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h", | |
| 485 "xfa/src/fxbarcode/qrcode/BC_QRDetector.h", | |
| 486 "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h", | |
| 487 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h", | |
| 488 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", | |
| 489 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.h", | |
| 490 "xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.cpp", | |
| 491 "xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h", | |
| 492 "xfa/src/fxbarcode/BC_BarCode.cpp", | |
| 493 "xfa/src/fxbarcode/BC_Binarizer.cpp", | |
| 494 "xfa/src/fxbarcode/BC_BinaryBitmap.cpp", | |
| 495 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.cpp", | |
| 496 "xfa/src/fxbarcode/BC_Dimension.cpp", | |
| 497 "xfa/src/fxbarcode/BC_Library.cpp", | |
| 498 "xfa/src/fxbarcode/BC_LuminanceSource.cpp", | |
| 499 "xfa/src/fxbarcode/BC_Reader.cpp", | |
| 500 "xfa/src/fxbarcode/BC_ResultPoint.cpp", | |
| 501 "xfa/src/fxbarcode/BC_TwoDimWriter.cpp", | |
| 502 "xfa/src/fxbarcode/BC_UtilCodingConvert.cpp", | |
| 503 "xfa/src/fxbarcode/BC_UtilRSS.cpp", | |
| 504 "xfa/src/fxbarcode/BC_Utils.cpp", | |
| 505 "xfa/src/fxbarcode/BC_Writer.cpp", | |
| 506 "xfa/src/fxbarcode/BC_Binarizer.h", | |
| 507 "xfa/src/fxbarcode/BC_BinaryBitmap.h", | |
| 508 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h", | |
| 509 "xfa/src/fxbarcode/BC_DecoderResult.h", | |
| 510 "xfa/src/fxbarcode/BC_Dimension.h", | |
| 511 "xfa/src/fxbarcode/BC_LuminanceSource.h", | |
| 512 "xfa/src/fxbarcode/BC_Reader.h", | |
| 513 "xfa/src/fxbarcode/BC_ResultPoint.h", | |
| 514 "xfa/src/fxbarcode/BC_TwoDimWriter.h", | |
| 515 "xfa/src/fxbarcode/BC_UtilCodingConvert.h", | |
| 516 "xfa/src/fxbarcode/BC_UtilRSS.h", | |
| 517 "xfa/src/fxbarcode/BC_Writer.h", | |
| 518 "xfa/src/fxbarcode/barcode.h", | |
| 519 "xfa/src/fxbarcode/utils.h", | |
| 520 "xfa/src/fxfa/src/app/xfa_checksum.cpp", | |
| 521 "xfa/src/fxfa/src/app/xfa_checksum.h", | |
| 522 "xfa/src/fxfa/src/app/xfa_ffapp.cpp", | |
| 523 "xfa/src/fxfa/src/app/xfa_ffapp.h", | |
| 524 "xfa/src/fxfa/src/app/xfa_ffbarcode.cpp", | |
| 525 "xfa/src/fxfa/src/app/xfa_ffbarcode.h", | |
| 526 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.cpp", | |
| 527 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.h", | |
| 528 "xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp", | |
| 529 "xfa/src/fxfa/src/app/xfa_ffchoicelist.h", | |
| 530 "xfa/src/fxfa/src/app/xfa_ffConfigAcc.cpp", | |
| 531 "xfa/src/fxfa/src/app/xfa_ffConfigAcc.h", | |
| 532 "xfa/src/fxfa/src/app/xfa_ffdoc.cpp", | |
| 533 "xfa/src/fxfa/src/app/xfa_ffdoc.h", | |
| 534 "xfa/src/fxfa/src/app/xfa_ffdochandler.cpp", | |
| 535 "xfa/src/fxfa/src/app/xfa_ffdochandler.h", | |
| 536 "xfa/src/fxfa/src/app/xfa_ffdocview.cpp", | |
| 537 "xfa/src/fxfa/src/app/xfa_ffdocview.h", | |
| 538 "xfa/src/fxfa/src/app/xfa_ffdraw.cpp", | |
| 539 "xfa/src/fxfa/src/app/xfa_ffdraw.h", | |
| 540 "xfa/src/fxfa/src/app/xfa_ffexclgroup.cpp", | |
| 541 "xfa/src/fxfa/src/app/xfa_ffexclgroup.h", | |
| 542 "xfa/src/fxfa/src/app/xfa_fffield.cpp", | |
| 543 "xfa/src/fxfa/src/app/xfa_fffield.h", | |
| 544 "xfa/src/fxfa/src/app/xfa_ffimage.cpp", | |
| 545 "xfa/src/fxfa/src/app/xfa_ffimage.h", | |
| 546 "xfa/src/fxfa/src/app/xfa_ffimageedit.cpp", | |
| 547 "xfa/src/fxfa/src/app/xfa_ffimageedit.h", | |
| 548 "xfa/src/fxfa/src/app/xfa_ffnotify.cpp", | |
| 549 "xfa/src/fxfa/src/app/xfa_ffnotify.h", | |
| 550 "xfa/src/fxfa/src/app/xfa_ffpageview.cpp", | |
| 551 "xfa/src/fxfa/src/app/xfa_ffpageview.h", | |
| 552 "xfa/src/fxfa/src/app/xfa_ffpath.cpp", | |
| 553 "xfa/src/fxfa/src/app/xfa_ffpath.h", | |
| 554 "xfa/src/fxfa/src/app/xfa_ffpushbutton.cpp", | |
| 555 "xfa/src/fxfa/src/app/xfa_ffpushbutton.h", | |
| 556 "xfa/src/fxfa/src/app/xfa_ffsignature.cpp", | |
| 557 "xfa/src/fxfa/src/app/xfa_ffsignature.h", | |
| 558 "xfa/src/fxfa/src/app/xfa_ffsubform.cpp", | |
| 559 "xfa/src/fxfa/src/app/xfa_ffsubform.h", | |
| 560 "xfa/src/fxfa/src/app/xfa_fftext.cpp", | |
| 561 "xfa/src/fxfa/src/app/xfa_fftext.h", | |
| 562 "xfa/src/fxfa/src/app/xfa_fftextedit.cpp", | |
| 563 "xfa/src/fxfa/src/app/xfa_fftextedit.h", | |
| 564 "xfa/src/fxfa/src/app/xfa_ffwidget.cpp", | |
| 565 "xfa/src/fxfa/src/app/xfa_ffwidget.h", | |
| 566 "xfa/src/fxfa/src/app/xfa_ffwidgetacc.cpp", | |
| 567 "xfa/src/fxfa/src/app/xfa_ffwidgetacc.h", | |
| 568 "xfa/src/fxfa/src/app/xfa_ffwidgethandler.cpp", | |
| 569 "xfa/src/fxfa/src/app/xfa_ffwidgethandler.h", | |
| 570 "xfa/src/fxfa/src/app/xfa_fontmgr.cpp", | |
| 571 "xfa/src/fxfa/src/app/xfa_fontmgr.h", | |
| 572 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", | |
| 573 "xfa/src/fxfa/src/app/xfa_fwladapter.h", | |
| 574 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", | |
| 575 "xfa/src/fxfa/src/app/xfa_fwltheme.h", | |
| 576 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", | |
| 577 "xfa/src/fxfa/src/app/xfa_rendercontext.h", | |
| 578 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", | |
| 579 "xfa/src/fxfa/src/app/xfa_textlayout.h", | |
| 580 "xfa/src/fxfa/src/common/fxfa_localevalue.h", | |
| 581 "xfa/src/fxfa/src/common/xfa_common.h", | |
| 582 "xfa/src/fxfa/src/common/xfa_debug.h", | |
| 583 "xfa/src/fxfa/src/common/xfa_docdata.h", | |
| 584 "xfa/src/fxfa/src/common/xfa_doclayout.h", | |
| 585 "xfa/src/fxfa/src/common/xfa_document.h", | |
| 586 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", | |
| 587 "xfa/src/fxfa/src/common/xfa_localemgr.h", | |
| 588 "xfa/src/fxfa/src/common/xfa_object.h", | |
| 589 "xfa/src/fxfa/src/common/xfa_parser.h", | |
| 590 "xfa/src/fxfa/src/common/xfa_script.h", | |
| 591 "xfa/src/fxfa/src/common/xfa_utils.h", | |
| 592 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", | |
| 593 "xfa/src/fxfa/src/fm2js/xfa_error.h", | |
| 594 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp", | |
| 595 "xfa/src/fxfa/src/fm2js/xfa_expression.h", | |
| 596 "xfa/src/fxfa/src/fm2js/xfa_fm2js.cpp", | |
| 597 "xfa/src/fxfa/src/fm2js/xfa_fm2js.h", | |
| 598 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp", | |
| 599 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp", | |
| 600 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", | |
| 601 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", | |
| 602 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", | |
| 603 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", | |
| 604 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", | |
| 605 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", | |
| 606 "xfa/src/fxfa/src/fm2js/xfa_program.h", | |
| 607 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", | |
| 608 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h", | |
| 609 "xfa/src/fxfa/src/parser/xfa_basic_data.cpp", | |
| 610 "xfa/src/fxfa/src/parser/xfa_basic_imp.cpp", | |
| 611 "xfa/src/fxfa/src/parser/xfa_basic_imp.h", | |
| 612 "xfa/src/fxfa/src/parser/xfa_debug_parser.cpp", | |
| 613 "xfa/src/fxfa/src/parser/xfa_debug_parser.h", | |
| 614 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.cpp", | |
| 615 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.h", | |
| 616 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.cpp", | |
| 617 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.h", | |
| 618 "xfa/src/fxfa/src/parser/xfa_document_imp.cpp", | |
| 619 "xfa/src/fxfa/src/parser/xfa_document_imp.h", | |
| 620 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.cpp", | |
| 621 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h", | |
| 622 "xfa/src/fxfa/src/parser/xfa_document_serialize.cpp", | |
| 623 "xfa/src/fxfa/src/parser/xfa_document_serialize.h", | |
| 624 "xfa/src/fxfa/src/parser/xfa_layout_appadapter.cpp", | |
| 625 "xfa/src/fxfa/src/parser/xfa_layout_appadapter.h", | |
| 626 "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp", | |
| 627 "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.h", | |
| 628 "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp", | |
| 629 "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h", | |
| 630 "xfa/src/fxfa/src/parser/xfa_locale.cpp", | |
| 631 "xfa/src/fxfa/src/parser/xfa_locale.h", | |
| 632 "xfa/src/fxfa/src/parser/xfa_localemgr.cpp", | |
| 633 "xfa/src/fxfa/src/parser/xfa_localevalue.cpp", | |
| 634 "xfa/src/fxfa/src/parser/xfa_objectacc_imp.cpp", | |
| 635 "xfa/src/fxfa/src/parser/xfa_object_imp.cpp", | |
| 636 "xfa/src/fxfa/src/parser/xfa_parser_imp.cpp", | |
| 637 "xfa/src/fxfa/src/parser/xfa_parser_imp.h", | |
| 638 "xfa/src/fxfa/src/parser/xfa_script_datawindow.cpp", | |
| 639 "xfa/src/fxfa/src/parser/xfa_script_datawindow.h", | |
| 640 "xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp", | |
| 641 "xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h", | |
| 642 "xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.cpp", | |
| 643 "xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.h", | |
| 644 "xfa/src/fxfa/src/parser/xfa_script_imp.cpp", | |
| 645 "xfa/src/fxfa/src/parser/xfa_script_imp.h", | |
| 646 "xfa/src/fxfa/src/parser/xfa_script_layoutpseudomodel.cpp", | |
| 647 "xfa/src/fxfa/src/parser/xfa_script_layoutpseudomodel.h", | |
| 648 "xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.cpp", | |
| 649 "xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h", | |
| 650 "xfa/src/fxfa/src/parser/xfa_script_nodehelper.cpp", | |
| 651 "xfa/src/fxfa/src/parser/xfa_script_nodehelper.h", | |
| 652 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.cpp", | |
| 653 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.h", | |
| 654 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.cpp", | |
| 655 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.h", | |
| 656 "xfa/src/fxfa/src/parser/xfa_utils_imp.cpp", | |
| 657 "xfa/src/fxgraphics/src/fx_graphics.cpp", | |
| 658 "xfa/src/fxgraphics/src/fx_path_generator.cpp", | |
| 659 "xfa/src/fxgraphics/src/fx_path_generator.h", | |
| 660 "xfa/src/fxgraphics/src/pre.h", | |
| 661 "xfa/src/fxjse/src/class.cpp", | |
| 662 "xfa/src/fxjse/src/class.h", | |
| 663 "xfa/src/fxjse/src/context.cpp", | |
| 664 "xfa/src/fxjse/src/context.h", | |
| 665 "xfa/src/fxjse/src/dynprop.cpp", | |
| 666 "xfa/src/fxjse/src/runtime.cpp", | |
| 667 "xfa/src/fxjse/src/runtime.h", | |
| 668 "xfa/src/fxjse/src/scope_inline.h", | |
| 669 "xfa/src/fxjse/src/util_inline.h", | |
| 670 "xfa/src/fxjse/src/value.cpp", | |
| 671 "xfa/src/fxjse/src/value.h" | |
| 672 ], | 34 ], |
| 673 "conditions":[ | 35 "conditions":[ |
| 36 ["pdf_enable_xfa==1", { | |
| 37 "sources": [ | |
| 38 "xfa/src/fdp/include/fde.h", | |
| 39 "xfa/src/fdp/include/fde_brs.h", | |
| 40 "xfa/src/fdp/include/fde_css.h", | |
| 41 "xfa/src/fdp/include/fde_img.h", | |
| 42 "xfa/src/fdp/include/fde_mem.h", | |
| 43 "xfa/src/fdp/include/fde_pen.h", | |
| 44 "xfa/src/fdp/include/fde_psr.h", | |
| 45 "xfa/src/fdp/include/fde_pth.h", | |
| 46 "xfa/src/fdp/include/fde_rdr.h", | |
| 47 "xfa/src/fdp/include/fde_rdv.h", | |
| 48 "xfa/src/fdp/include/fde_tto.h", | |
| 49 "xfa/src/fdp/include/fde_xml.h", | |
| 50 "xfa/src/fdp/src/css/fde_csscache.cpp", | |
| 51 "xfa/src/fdp/src/css/fde_csscache.h", | |
| 52 "xfa/src/fdp/src/css/fde_cssdatatable.cpp", | |
| 53 "xfa/src/fdp/src/css/fde_cssdatatable.h", | |
| 54 "xfa/src/fdp/src/css/fde_cssdeclaration.cpp", | |
| 55 "xfa/src/fdp/src/css/fde_cssdeclaration.h", | |
| 56 "xfa/src/fdp/src/css/fde_cssstyleselector.cpp", | |
| 57 "xfa/src/fdp/src/css/fde_cssstyleselector.h", | |
| 58 "xfa/src/fdp/src/css/fde_cssstylesheet.cpp", | |
| 59 "xfa/src/fdp/src/css/fde_cssstylesheet.h", | |
| 60 "xfa/src/fdp/src/css/fde_csssyntax.cpp", | |
| 61 "xfa/src/fdp/src/css/fde_csssyntax.h", | |
| 62 "xfa/src/fdp/src/fde/fde_devbasic.cpp", | |
| 63 "xfa/src/fdp/src/fde/fde_devbasic.h", | |
| 64 "xfa/src/fdp/src/fde/fde_gedevice.cpp", | |
| 65 "xfa/src/fdp/src/fde/fde_gedevice.h", | |
| 66 "xfa/src/fdp/src/fde/fde_geobject.cpp", | |
| 67 "xfa/src/fdp/src/fde/fde_geobject.h", | |
| 68 "xfa/src/fdp/src/fde/fde_iterator.cpp", | |
| 69 "xfa/src/fdp/src/fde/fde_iterator.h", | |
| 70 "xfa/src/fdp/src/fde/fde_object.cpp", | |
| 71 "xfa/src/fdp/src/fde/fde_object.h", | |
| 72 "xfa/src/fdp/src/fde/fde_render.cpp", | |
| 73 "xfa/src/fdp/src/fde/fde_render.h", | |
| 74 "xfa/src/fdp/src/tto/fde_textout.cpp", | |
| 75 "xfa/src/fdp/src/tto/fde_textout.h", | |
| 76 "xfa/src/fdp/src/xml/fde_xml.cpp", | |
| 77 "xfa/src/fdp/src/xml/fde_xml.h", | |
| 78 "xfa/src/fee/include/fx_wordbreak.h", | |
| 79 "xfa/src/fee/include/ifde_txtedtbuf.h", | |
| 80 "xfa/src/fee/include/ifde_txtedtengine.h", | |
| 81 "xfa/src/fee/include/ifde_txtedtpage.h", | |
| 82 "xfa/src/fee/src/fee/fde_txtedtblock.cpp", | |
| 83 "xfa/src/fee/src/fee/fde_txtedtblock.h", | |
| 84 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", | |
| 85 "xfa/src/fee/src/fee/fde_txtedtbuf.h", | |
| 86 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", | |
| 87 "xfa/src/fee/src/fee/fde_txtedtengine.h", | |
| 88 "xfa/src/fee/src/fee/fde_txtedtkmpmatch.cpp", | |
| 89 "xfa/src/fee/src/fee/fde_txtedtkmpmatch.h", | |
| 90 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", | |
| 91 "xfa/src/fee/src/fee/fde_txtedtpage.h", | |
| 92 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", | |
| 93 "xfa/src/fee/src/fee/fde_txtedtparag.h", | |
| 94 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp", | |
| 95 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", | |
| 96 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h", | |
| 97 "xfa/src/fgas/include/fgas.h", | |
| 98 "xfa/src/fgas/include/fx_alg.h", | |
| 99 "xfa/src/fgas/include/fx_cpg.h", | |
| 100 "xfa/src/fgas/include/fx_datetime.h", | |
| 101 "xfa/src/fgas/include/fx_fnt.h", | |
| 102 "xfa/src/fgas/include/fx_lbk.h", | |
| 103 "xfa/src/fgas/include/fx_lgg.h", | |
| 104 "xfa/src/fgas/include/fx_locale.h", | |
| 105 "xfa/src/fgas/include/fx_mem.h", | |
| 106 "xfa/src/fgas/include/fx_rbk.h", | |
| 107 "xfa/src/fgas/include/fx_sax.h", | |
| 108 "xfa/src/fgas/include/fx_stm.h", | |
| 109 "xfa/src/fgas/include/fx_sys.h", | |
| 110 "xfa/src/fgas/include/fx_tbk.h", | |
| 111 "xfa/src/fgas/include/fx_ucd.h", | |
| 112 "xfa/src/fgas/include/fx_utl.h", | |
| 113 "xfa/src/fgas/src/crt/fx_algorithm.cpp", | |
| 114 "xfa/src/fgas/src/crt/fx_codepage.cpp", | |
| 115 "xfa/src/fgas/src/crt/fx_codepage.h", | |
| 116 "xfa/src/fgas/src/crt/fx_encode.cpp", | |
| 117 "xfa/src/fgas/src/crt/fx_memory.cpp", | |
| 118 "xfa/src/fgas/src/crt/fx_memory.h", | |
| 119 "xfa/src/fgas/src/crt/fx_stream.cpp", | |
| 120 "xfa/src/fgas/src/crt/fx_stream.h", | |
| 121 "xfa/src/fgas/src/crt/fx_system.cpp", | |
| 122 "xfa/src/fgas/src/crt/fx_utils.cpp", | |
| 123 "xfa/src/fgas/src/crt/fx_utils.h", | |
| 124 "xfa/src/fgas/src/fgas_base.h", | |
| 125 "xfa/src/fgas/src/font/fx_fontutils.cpp", | |
| 126 "xfa/src/fgas/src/font/fx_fontutils.h", | |
| 127 "xfa/src/fgas/src/font/fx_gefont.cpp", | |
| 128 "xfa/src/fgas/src/font/fx_gefont.h", | |
| 129 "xfa/src/fgas/src/font/fx_stdfontmgr.cpp", | |
| 130 "xfa/src/fgas/src/font/fx_stdfontmgr.h", | |
| 131 "xfa/src/fgas/src/layout/fx_linebreak.cpp", | |
| 132 "xfa/src/fgas/src/layout/fx_rtfbreak.cpp", | |
| 133 "xfa/src/fgas/src/layout/fx_rtfbreak.h", | |
| 134 "xfa/src/fgas/src/layout/fx_textbreak.cpp", | |
| 135 "xfa/src/fgas/src/layout/fx_textbreak.h", | |
| 136 "xfa/src/fgas/src/layout/fx_unicode.cpp", | |
| 137 "xfa/src/fgas/src/layout/fx_unicode.h", | |
| 138 "xfa/src/fgas/src/localization/fx_datetime.cpp", | |
| 139 "xfa/src/fgas/src/localization/fx_locale.cpp", | |
| 140 "xfa/src/fgas/src/localization/fx_localeimp.h", | |
| 141 "xfa/src/fgas/src/localization/fx_localemgr.cpp", | |
| 142 "xfa/src/fgas/src/localization/fx_localemgr.h", | |
| 143 "xfa/src/fgas/src/xml/fx_sax_imp.cpp", | |
| 144 "xfa/src/fgas/src/xml/fx_sax_imp.h", | |
| 145 "xfa/src/foxitlib.h", | |
| 146 "xfa/src/fwl/src/basewidget/fwl_barcodeimp.cpp", | |
| 147 "xfa/src/fwl/src/basewidget/fwl_caretimp.cpp", | |
| 148 "xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp", | |
| 149 "xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp", | |
| 150 "xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp", | |
| 151 "xfa/src/fwl/src/basewidget/fwl_editimp.cpp", | |
| 152 "xfa/src/fwl/src/basewidget/fwl_formproxyimp.cpp", | |
| 153 "xfa/src/fwl/src/basewidget/fwl_listboximp.cpp", | |
| 154 "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp", | |
| 155 "xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp", | |
| 156 "xfa/src/fwl/src/basewidget/fwl_pushbuttonimp.cpp", | |
| 157 "xfa/src/fwl/src/basewidget/fwl_scrollbarimp.cpp", | |
| 158 "xfa/src/fwl/src/basewidget/fwl_spinbuttonimp.cpp", | |
| 159 "xfa/src/fwl/src/basewidget/fwl_tooltipctrlimp.cpp", | |
| 160 "xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp", | |
| 161 "xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h", | |
| 162 "xfa/src/fwl/src/basewidget/include/fwl_caretimp.h", | |
| 163 "xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h", | |
| 164 "xfa/src/fwl/src/basewidget/include/fwl_comboboximp.h", | |
| 165 "xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h", | |
| 166 "xfa/src/fwl/src/basewidget/include/fwl_editimp.h", | |
| 167 "xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h", | |
| 168 "xfa/src/fwl/src/basewidget/include/fwl_listboximp.h", | |
| 169 "xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h", | |
| 170 "xfa/src/fwl/src/basewidget/include/fwl_pictureboximp.h", | |
| 171 "xfa/src/fwl/src/basewidget/include/fwl_pushbuttonimp.h", | |
| 172 "xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h", | |
| 173 "xfa/src/fwl/src/basewidget/include/fwl_spinbuttonimp.h", | |
| 174 "xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h", | |
| 175 "xfa/src/fwl/src/basewidget/include/fxmath_barcodeimp.h", | |
| 176 "xfa/src/fwl/src/core/fwl_appimp.cpp", | |
| 177 "xfa/src/fwl/src/core/fwl_contentimp.cpp", | |
| 178 "xfa/src/fwl/src/core/fwl_formimp.cpp", | |
| 179 "xfa/src/fwl/src/core/fwl_gridimp.cpp", | |
| 180 "xfa/src/fwl/src/core/fwl_noteimp.cpp", | |
| 181 "xfa/src/fwl/src/core/fwl_panelimp.cpp", | |
| 182 "xfa/src/fwl/src/core/fwl_sdadapterimp.cpp", | |
| 183 "xfa/src/fwl/src/core/fwl_targetimp.cpp", | |
| 184 "xfa/src/fwl/src/core/fwl_threadimp.cpp", | |
| 185 "xfa/src/fwl/src/core/fwl_timerimp.cpp", | |
| 186 "xfa/src/fwl/src/core/fwl_widgetimp.cpp", | |
| 187 "xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp", | |
| 188 "xfa/src/fwl/src/core/include/fwl_appimp.h", | |
| 189 "xfa/src/fwl/src/core/include/fwl_contentimp.h", | |
| 190 "xfa/src/fwl/src/core/include/fwl_formimp.h", | |
| 191 "xfa/src/fwl/src/core/include/fwl_gridimp.h", | |
| 192 "xfa/src/fwl/src/core/include/fwl_noteimp.h", | |
| 193 "xfa/src/fwl/src/core/include/fwl_panelimp.h", | |
| 194 "xfa/src/fwl/src/core/include/fwl_targetimp.h", | |
| 195 "xfa/src/fwl/src/core/include/fwl_threadimp.h", | |
| 196 "xfa/src/fwl/src/core/include/fwl_widgetimp.h", | |
| 197 "xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h", | |
| 198 "xfa/src/fwl/src/lightwidget/app.cpp", | |
| 199 "xfa/src/fwl/src/lightwidget/barcode.cpp", | |
| 200 "xfa/src/fwl/src/lightwidget/caret.cpp", | |
| 201 "xfa/src/fwl/src/lightwidget/checkbox.cpp", | |
| 202 "xfa/src/fwl/src/lightwidget/combobox.cpp", | |
| 203 "xfa/src/fwl/src/lightwidget/datetimepicker.cpp", | |
| 204 "xfa/src/fwl/src/lightwidget/edit.cpp", | |
| 205 "xfa/src/fwl/src/lightwidget/listbox.cpp", | |
| 206 "xfa/src/fwl/src/lightwidget/picturebox.cpp", | |
| 207 "xfa/src/fwl/src/lightwidget/pushbutton.cpp", | |
| 208 "xfa/src/fwl/src/lightwidget/scrollbar.cpp", | |
| 209 "xfa/src/fwl/src/lightwidget/theme.cpp", | |
| 210 "xfa/src/fwl/src/lightwidget/tooltipctrl.cpp", | |
| 211 "xfa/src/fwl/src/lightwidget/widget.cpp", | |
| 212 "xfa/src/fwl/src/theme/barcodetp.cpp", | |
| 213 "xfa/src/fwl/src/theme/carettp.cpp", | |
| 214 "xfa/src/fwl/src/theme/checkboxtp.cpp", | |
| 215 "xfa/src/fwl/src/theme/comboboxtp.cpp", | |
| 216 "xfa/src/fwl/src/theme/datetimepickertp.cpp", | |
| 217 "xfa/src/fwl/src/theme/edittp.cpp", | |
| 218 "xfa/src/fwl/src/theme/formtp.cpp", | |
| 219 "xfa/src/fwl/src/theme/listboxtp.cpp", | |
| 220 "xfa/src/fwl/src/theme/monthcalendartp.cpp", | |
| 221 "xfa/src/fwl/src/theme/pictureboxtp.cpp", | |
| 222 "xfa/src/fwl/src/theme/pushbuttontp.cpp", | |
| 223 "xfa/src/fwl/src/theme/scrollbartp.cpp", | |
| 224 "xfa/src/fwl/src/theme/widgettp.cpp", | |
| 225 "xfa/src/fxbarcode/common/BC_CommonBitArray.cpp", | |
| 226 "xfa/src/fxbarcode/common/BC_CommonBitMatrix.cpp", | |
| 227 "xfa/src/fxbarcode/common/BC_CommonBitSource.cpp", | |
| 228 "xfa/src/fxbarcode/common/BC_CommonByteArray.cpp", | |
| 229 "xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp", | |
| 230 "xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.cpp", | |
| 231 "xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp", | |
| 232 "xfa/src/fxbarcode/common/BC_CommonECI.cpp", | |
| 233 "xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.cpp", | |
| 234 "xfa/src/fxbarcode/common/BC_CommonBitArray.h", | |
| 235 "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h", | |
| 236 "xfa/src/fxbarcode/common/BC_CommonBitSource.h", | |
| 237 "xfa/src/fxbarcode/common/BC_CommonByteArray.h", | |
| 238 "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h", | |
| 239 "xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h", | |
| 240 "xfa/src/fxbarcode/common/BC_CommonDecoderResult.h", | |
| 241 "xfa/src/fxbarcode/common/BC_CommonECI.h", | |
| 242 "xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h", | |
| 243 "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp", | |
| 244 "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h", | |
| 245 "xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp", | |
| 246 "xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.h", | |
| 247 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", | |
| 248 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp", | |
| 249 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", | |
| 250 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp", | |
| 251 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", | |
| 252 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h", | |
| 253 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h", | |
| 254 "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h", | |
| 255 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.cpp", | |
| 256 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp", | |
| 257 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cp p", | |
| 258 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp", | |
| 259 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp", | |
| 260 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp", | |
| 261 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp", | |
| 262 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp", | |
| 263 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp", | |
| 264 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h", | |
| 265 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h", | |
| 266 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h" , | |
| 267 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.h", | |
| 268 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h", | |
| 269 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h", | |
| 270 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h", | |
| 271 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h", | |
| 272 "xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.h", | |
| 273 "xfa/src/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp", | |
| 274 "xfa/src/fxbarcode/datamatrix/BC_Base256Encoder.cpp", | |
| 275 "xfa/src/fxbarcode/datamatrix/BC_C40Encoder.cpp", | |
| 276 "xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.cpp", | |
| 277 "xfa/src/fxbarcode/datamatrix/BC_EncoderContext.cpp", | |
| 278 "xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp", | |
| 279 "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.cpp", | |
| 280 "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", | |
| 281 "xfa/src/fxbarcode/datamatrix/BC_TextEncoder.cpp", | |
| 282 "xfa/src/fxbarcode/datamatrix/BC_X12Encoder.cpp", | |
| 283 "xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp", | |
| 284 "xfa/src/fxbarcode/datamatrix/BC_Encoder.cpp", | |
| 285 "xfa/src/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", | |
| 286 "xfa/src/fxbarcode/datamatrix/BC_ASCIIEncoder.h", | |
| 287 "xfa/src/fxbarcode/datamatrix/BC_Base256Encoder.h", | |
| 288 "xfa/src/fxbarcode/datamatrix/BC_C40Encoder.h", | |
| 289 "xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.h", | |
| 290 "xfa/src/fxbarcode/datamatrix/BC_EncoderContext.h", | |
| 291 "xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.h", | |
| 292 "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.h", | |
| 293 "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h", | |
| 294 "xfa/src/fxbarcode/datamatrix/BC_TextEncoder.h", | |
| 295 "xfa/src/fxbarcode/datamatrix/BC_X12Encoder.h", | |
| 296 "xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h", | |
| 297 "xfa/src/fxbarcode/datamatrix/BC_Encoder.h", | |
| 298 "xfa/src/fxbarcode/datamatrix/BC_HighLevelEncoder.h", | |
| 299 "xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp", | |
| 300 "xfa/src/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", | |
| 301 "xfa/src/fxbarcode/oned/BC_OnedCode128Reader.cpp", | |
| 302 "xfa/src/fxbarcode/oned/BC_OnedCode128Writer.cpp", | |
| 303 "xfa/src/fxbarcode/oned/BC_OnedCode39Reader.cpp", | |
| 304 "xfa/src/fxbarcode/oned/BC_OnedCode39Writer.cpp", | |
| 305 "xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.cpp", | |
| 306 "xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp", | |
| 307 "xfa/src/fxbarcode/oned/BC_OnedEAN8Reader.cpp", | |
| 308 "xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp", | |
| 309 "xfa/src/fxbarcode/oned/BC_OneDimReader.cpp", | |
| 310 "xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp", | |
| 311 "xfa/src/fxbarcode/oned/BC_OneDReader.cpp", | |
| 312 "xfa/src/fxbarcode/oned/BC_OnedUPCAReader.cpp", | |
| 313 "xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.cpp", | |
| 314 "xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.h", | |
| 315 "xfa/src/fxbarcode/oned/BC_OnedCodaBarWriter.h", | |
| 316 "xfa/src/fxbarcode/oned/BC_OnedCode128Reader.h", | |
| 317 "xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h", | |
| 318 "xfa/src/fxbarcode/oned/BC_OnedCode39Reader.h", | |
| 319 "xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h", | |
| 320 "xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.h", | |
| 321 "xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.h", | |
| 322 "xfa/src/fxbarcode/oned/BC_OnedEAN8Reader.h", | |
| 323 "xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.h", | |
| 324 "xfa/src/fxbarcode/oned/BC_OneDimReader.h", | |
| 325 "xfa/src/fxbarcode/oned/BC_OneDimWriter.h", | |
| 326 "xfa/src/fxbarcode/oned/BC_OneDReader.h", | |
| 327 "xfa/src/fxbarcode/oned/BC_OnedUPCAReader.h", | |
| 328 "xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.h", | |
| 329 "xfa/src/fxbarcode/pdf417/BC_PDF417.cpp", | |
| 330 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp", | |
| 331 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp", | |
| 332 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", | |
| 333 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.cpp", | |
| 334 "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp", | |
| 335 "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.cpp", | |
| 336 "xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.cpp", | |
| 337 "xfa/src/fxbarcode/pdf417/BC_PDF417Common.cpp", | |
| 338 "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.cpp", | |
| 339 "xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp", | |
| 340 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp", | |
| 341 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.cpp", | |
| 342 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn .cpp", | |
| 343 "xfa/src/fxbarcode/pdf417/BC_PDF417Detector.cpp", | |
| 344 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.cpp", | |
| 345 "xfa/src/fxbarcode/pdf417/BC_PDF417Dimensions.cpp", | |
| 346 "xfa/src/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.cpp", | |
| 347 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.cpp", | |
| 348 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp", | |
| 349 "xfa/src/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", | |
| 350 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp", | |
| 351 "xfa/src/fxbarcode/pdf417/BC_PDF417Reader.cpp", | |
| 352 "xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.cpp", | |
| 353 "xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.cpp", | |
| 354 "xfa/src/fxbarcode/pdf417/BC_PDF417Writer.cpp", | |
| 355 "xfa/src/fxbarcode/pdf417/BC_PDF417.h", | |
| 356 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", | |
| 357 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h", | |
| 358 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", | |
| 359 "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h", | |
| 360 "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h", | |
| 361 "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h", | |
| 362 "xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h", | |
| 363 "xfa/src/fxbarcode/pdf417/BC_PDF417Common.h", | |
| 364 "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h", | |
| 365 "xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h", | |
| 366 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h", | |
| 367 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h", | |
| 368 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn .h", | |
| 369 "xfa/src/fxbarcode/pdf417/BC_PDF417Detector.h", | |
| 370 "xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h", | |
| 371 "xfa/src/fxbarcode/pdf417/BC_PDF417Dimensions.h", | |
| 372 "xfa/src/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h", | |
| 373 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h", | |
| 374 "xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.h", | |
| 375 "xfa/src/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h", | |
| 376 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h", | |
| 377 "xfa/src/fxbarcode/pdf417/BC_PDF417Reader.h", | |
| 378 "xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.h", | |
| 379 "xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h", | |
| 380 "xfa/src/fxbarcode/pdf417/BC_PDF417Writer.h", | |
| 381 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp", | |
| 382 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.cpp", | |
| 383 "xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.cpp", | |
| 384 "xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp", | |
| 385 "xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp", | |
| 386 "xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp", | |
| 387 "xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.cpp", | |
| 388 "xfa/src/fxbarcode/qrcode/BC_QRCodeReader.cpp", | |
| 389 "xfa/src/fxbarcode/qrcode/BC_QRCoderECB.cpp", | |
| 390 "xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.cpp", | |
| 391 "xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp", | |
| 392 "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp", | |
| 393 "xfa/src/fxbarcode/qrcode/BC_QRCoderFormatInformation.cpp", | |
| 394 "xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp", | |
| 395 "xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp", | |
| 396 "xfa/src/fxbarcode/qrcode/BC_QRCoderMode.cpp", | |
| 397 "xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp", | |
| 398 "xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.cpp", | |
| 399 "xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp", | |
| 400 "xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp", | |
| 401 "xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp", | |
| 402 "xfa/src/fxbarcode/qrcode/BC_QRDetector.cpp", | |
| 403 "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.cpp", | |
| 404 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp", | |
| 405 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", | |
| 406 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp", | |
| 407 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.h", | |
| 408 "xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h", | |
| 409 "xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h", | |
| 410 "xfa/src/fxbarcode/qrcode/BC_QRCoder.h", | |
| 411 "xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h", | |
| 412 "xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.h", | |
| 413 "xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h", | |
| 414 "xfa/src/fxbarcode/qrcode/BC_QRCodeReader.h", | |
| 415 "xfa/src/fxbarcode/qrcode/BC_QRCoderECB.h", | |
| 416 "xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h", | |
| 417 "xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h", | |
| 418 "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h", | |
| 419 "xfa/src/fxbarcode/qrcode/BC_QRCoderFormatInformation.h", | |
| 420 "xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.h", | |
| 421 "xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h", | |
| 422 "xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h", | |
| 423 "xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h", | |
| 424 "xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.h", | |
| 425 "xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h", | |
| 426 "xfa/src/fxbarcode/qrcode/BC_QRDataMask.h", | |
| 427 "xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h", | |
| 428 "xfa/src/fxbarcode/qrcode/BC_QRDetector.h", | |
| 429 "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h", | |
| 430 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h", | |
| 431 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", | |
| 432 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.h", | |
| 433 "xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.cpp", | |
| 434 "xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h", | |
| 435 "xfa/src/fxbarcode/BC_BarCode.cpp", | |
| 436 "xfa/src/fxbarcode/BC_Binarizer.cpp", | |
| 437 "xfa/src/fxbarcode/BC_BinaryBitmap.cpp", | |
| 438 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.cpp", | |
| 439 "xfa/src/fxbarcode/BC_Dimension.cpp", | |
| 440 "xfa/src/fxbarcode/BC_Library.cpp", | |
| 441 "xfa/src/fxbarcode/BC_LuminanceSource.cpp", | |
| 442 "xfa/src/fxbarcode/BC_Reader.cpp", | |
| 443 "xfa/src/fxbarcode/BC_ResultPoint.cpp", | |
| 444 "xfa/src/fxbarcode/BC_TwoDimWriter.cpp", | |
| 445 "xfa/src/fxbarcode/BC_UtilCodingConvert.cpp", | |
| 446 "xfa/src/fxbarcode/BC_UtilRSS.cpp", | |
| 447 "xfa/src/fxbarcode/BC_Utils.cpp", | |
| 448 "xfa/src/fxbarcode/BC_Writer.cpp", | |
| 449 "xfa/src/fxbarcode/BC_Binarizer.h", | |
| 450 "xfa/src/fxbarcode/BC_BinaryBitmap.h", | |
| 451 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h", | |
| 452 "xfa/src/fxbarcode/BC_DecoderResult.h", | |
| 453 "xfa/src/fxbarcode/BC_Dimension.h", | |
| 454 "xfa/src/fxbarcode/BC_LuminanceSource.h", | |
| 455 "xfa/src/fxbarcode/BC_Reader.h", | |
| 456 "xfa/src/fxbarcode/BC_ResultPoint.h", | |
| 457 "xfa/src/fxbarcode/BC_TwoDimWriter.h", | |
| 458 "xfa/src/fxbarcode/BC_UtilCodingConvert.h", | |
| 459 "xfa/src/fxbarcode/BC_UtilRSS.h", | |
| 460 "xfa/src/fxbarcode/BC_Writer.h", | |
| 461 "xfa/src/fxbarcode/barcode.h", | |
| 462 "xfa/src/fxbarcode/utils.h", | |
| 463 "xfa/src/fxfa/src/app/xfa_checksum.cpp", | |
| 464 "xfa/src/fxfa/src/app/xfa_checksum.h", | |
| 465 "xfa/src/fxfa/src/app/xfa_ffapp.cpp", | |
| 466 "xfa/src/fxfa/src/app/xfa_ffapp.h", | |
| 467 "xfa/src/fxfa/src/app/xfa_ffbarcode.cpp", | |
| 468 "xfa/src/fxfa/src/app/xfa_ffbarcode.h", | |
| 469 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.cpp", | |
| 470 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.h", | |
| 471 "xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp", | |
| 472 "xfa/src/fxfa/src/app/xfa_ffchoicelist.h", | |
| 473 "xfa/src/fxfa/src/app/xfa_ffConfigAcc.cpp", | |
| 474 "xfa/src/fxfa/src/app/xfa_ffConfigAcc.h", | |
| 475 "xfa/src/fxfa/src/app/xfa_ffdoc.cpp", | |
| 476 "xfa/src/fxfa/src/app/xfa_ffdoc.h", | |
| 477 "xfa/src/fxfa/src/app/xfa_ffdochandler.cpp", | |
| 478 "xfa/src/fxfa/src/app/xfa_ffdochandler.h", | |
| 479 "xfa/src/fxfa/src/app/xfa_ffdocview.cpp", | |
| 480 "xfa/src/fxfa/src/app/xfa_ffdocview.h", | |
| 481 "xfa/src/fxfa/src/app/xfa_ffdraw.cpp", | |
| 482 "xfa/src/fxfa/src/app/xfa_ffdraw.h", | |
| 483 "xfa/src/fxfa/src/app/xfa_ffexclgroup.cpp", | |
| 484 "xfa/src/fxfa/src/app/xfa_ffexclgroup.h", | |
| 485 "xfa/src/fxfa/src/app/xfa_fffield.cpp", | |
| 486 "xfa/src/fxfa/src/app/xfa_fffield.h", | |
| 487 "xfa/src/fxfa/src/app/xfa_ffimage.cpp", | |
| 488 "xfa/src/fxfa/src/app/xfa_ffimage.h", | |
| 489 "xfa/src/fxfa/src/app/xfa_ffimageedit.cpp", | |
| 490 "xfa/src/fxfa/src/app/xfa_ffimageedit.h", | |
| 491 "xfa/src/fxfa/src/app/xfa_ffnotify.cpp", | |
| 492 "xfa/src/fxfa/src/app/xfa_ffnotify.h", | |
| 493 "xfa/src/fxfa/src/app/xfa_ffpageview.cpp", | |
| 494 "xfa/src/fxfa/src/app/xfa_ffpageview.h", | |
| 495 "xfa/src/fxfa/src/app/xfa_ffpath.cpp", | |
| 496 "xfa/src/fxfa/src/app/xfa_ffpath.h", | |
| 497 "xfa/src/fxfa/src/app/xfa_ffpushbutton.cpp", | |
| 498 "xfa/src/fxfa/src/app/xfa_ffpushbutton.h", | |
| 499 "xfa/src/fxfa/src/app/xfa_ffsignature.cpp", | |
| 500 "xfa/src/fxfa/src/app/xfa_ffsignature.h", | |
| 501 "xfa/src/fxfa/src/app/xfa_ffsubform.cpp", | |
| 502 "xfa/src/fxfa/src/app/xfa_ffsubform.h", | |
| 503 "xfa/src/fxfa/src/app/xfa_fftext.cpp", | |
| 504 "xfa/src/fxfa/src/app/xfa_fftext.h", | |
| 505 "xfa/src/fxfa/src/app/xfa_fftextedit.cpp", | |
| 506 "xfa/src/fxfa/src/app/xfa_fftextedit.h", | |
| 507 "xfa/src/fxfa/src/app/xfa_ffwidget.cpp", | |
| 508 "xfa/src/fxfa/src/app/xfa_ffwidget.h", | |
| 509 "xfa/src/fxfa/src/app/xfa_ffwidgetacc.cpp", | |
| 510 "xfa/src/fxfa/src/app/xfa_ffwidgetacc.h", | |
| 511 "xfa/src/fxfa/src/app/xfa_ffwidgethandler.cpp", | |
| 512 "xfa/src/fxfa/src/app/xfa_ffwidgethandler.h", | |
| 513 "xfa/src/fxfa/src/app/xfa_fontmgr.cpp", | |
| 514 "xfa/src/fxfa/src/app/xfa_fontmgr.h", | |
| 515 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", | |
| 516 "xfa/src/fxfa/src/app/xfa_fwladapter.h", | |
| 517 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", | |
| 518 "xfa/src/fxfa/src/app/xfa_fwltheme.h", | |
| 519 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", | |
| 520 "xfa/src/fxfa/src/app/xfa_rendercontext.h", | |
| 521 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", | |
| 522 "xfa/src/fxfa/src/app/xfa_textlayout.h", | |
| 523 "xfa/src/fxfa/src/common/fxfa_localevalue.h", | |
| 524 "xfa/src/fxfa/src/common/xfa_common.h", | |
| 525 "xfa/src/fxfa/src/common/xfa_debug.h", | |
| 526 "xfa/src/fxfa/src/common/xfa_docdata.h", | |
| 527 "xfa/src/fxfa/src/common/xfa_doclayout.h", | |
| 528 "xfa/src/fxfa/src/common/xfa_document.h", | |
| 529 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", | |
| 530 "xfa/src/fxfa/src/common/xfa_localemgr.h", | |
| 531 "xfa/src/fxfa/src/common/xfa_object.h", | |
| 532 "xfa/src/fxfa/src/common/xfa_parser.h", | |
| 533 "xfa/src/fxfa/src/common/xfa_script.h", | |
| 534 "xfa/src/fxfa/src/common/xfa_utils.h", | |
| 535 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", | |
| 536 "xfa/src/fxfa/src/fm2js/xfa_error.h", | |
| 537 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp", | |
| 538 "xfa/src/fxfa/src/fm2js/xfa_expression.h", | |
| 539 "xfa/src/fxfa/src/fm2js/xfa_fm2js.cpp", | |
| 540 "xfa/src/fxfa/src/fm2js/xfa_fm2js.h", | |
| 541 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp", | |
| 542 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp", | |
| 543 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", | |
| 544 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", | |
| 545 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", | |
| 546 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", | |
| 547 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", | |
| 548 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", | |
| 549 "xfa/src/fxfa/src/fm2js/xfa_program.h", | |
| 550 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", | |
| 551 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h", | |
| 552 "xfa/src/fxfa/src/parser/xfa_basic_data.cpp", | |
| 553 "xfa/src/fxfa/src/parser/xfa_basic_imp.cpp", | |
| 554 "xfa/src/fxfa/src/parser/xfa_basic_imp.h", | |
| 555 "xfa/src/fxfa/src/parser/xfa_debug_parser.cpp", | |
| 556 "xfa/src/fxfa/src/parser/xfa_debug_parser.h", | |
| 557 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.cpp", | |
| 558 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.h", | |
| 559 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.cpp", | |
| 560 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.h", | |
| 561 "xfa/src/fxfa/src/parser/xfa_document_imp.cpp", | |
| 562 "xfa/src/fxfa/src/parser/xfa_document_imp.h", | |
| 563 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.cpp", | |
| 564 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h", | |
| 565 "xfa/src/fxfa/src/parser/xfa_document_serialize.cpp", | |
| 566 "xfa/src/fxfa/src/parser/xfa_document_serialize.h", | |
| 567 "xfa/src/fxfa/src/parser/xfa_layout_appadapter.cpp", | |
| 568 "xfa/src/fxfa/src/parser/xfa_layout_appadapter.h", | |
| 569 "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp", | |
| 570 "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.h", | |
| 571 "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp", | |
| 572 "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h", | |
| 573 "xfa/src/fxfa/src/parser/xfa_locale.cpp", | |
| 574 "xfa/src/fxfa/src/parser/xfa_locale.h", | |
| 575 "xfa/src/fxfa/src/parser/xfa_localemgr.cpp", | |
| 576 "xfa/src/fxfa/src/parser/xfa_localevalue.cpp", | |
| 577 "xfa/src/fxfa/src/parser/xfa_objectacc_imp.cpp", | |
| 578 "xfa/src/fxfa/src/parser/xfa_object_imp.cpp", | |
| 579 "xfa/src/fxfa/src/parser/xfa_parser_imp.cpp", | |
| 580 "xfa/src/fxfa/src/parser/xfa_parser_imp.h", | |
| 581 "xfa/src/fxfa/src/parser/xfa_script_datawindow.cpp", | |
| 582 "xfa/src/fxfa/src/parser/xfa_script_datawindow.h", | |
| 583 "xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp", | |
| 584 "xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h", | |
| 585 "xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.cpp", | |
| 586 "xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.h", | |
| 587 "xfa/src/fxfa/src/parser/xfa_script_imp.cpp", | |
| 588 "xfa/src/fxfa/src/parser/xfa_script_imp.h", | |
| 589 "xfa/src/fxfa/src/parser/xfa_script_layoutpseudomodel.cpp", | |
| 590 "xfa/src/fxfa/src/parser/xfa_script_layoutpseudomodel.h", | |
| 591 "xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.cpp", | |
| 592 "xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h", | |
| 593 "xfa/src/fxfa/src/parser/xfa_script_nodehelper.cpp", | |
| 594 "xfa/src/fxfa/src/parser/xfa_script_nodehelper.h", | |
| 595 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.cpp", | |
| 596 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.h", | |
| 597 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.cpp", | |
| 598 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.h", | |
| 599 "xfa/src/fxfa/src/parser/xfa_utils_imp.cpp", | |
| 600 "xfa/src/fxgraphics/src/fx_graphics.cpp", | |
| 601 "xfa/src/fxgraphics/src/fx_path_generator.cpp", | |
| 602 "xfa/src/fxgraphics/src/fx_path_generator.h", | |
| 603 "xfa/src/fxgraphics/src/pre.h", | |
| 604 "xfa/src/fxjse/src/class.cpp", | |
| 605 "xfa/src/fxjse/src/class.h", | |
| 606 "xfa/src/fxjse/src/context.cpp", | |
| 607 "xfa/src/fxjse/src/context.h", | |
| 608 "xfa/src/fxjse/src/dynprop.cpp", | |
| 609 "xfa/src/fxjse/src/runtime.cpp", | |
| 610 "xfa/src/fxjse/src/runtime.h", | |
| 611 "xfa/src/fxjse/src/scope_inline.h", | |
| 612 "xfa/src/fxjse/src/util_inline.h", | |
| 613 "xfa/src/fxjse/src/value.cpp", | |
| 614 "xfa/src/fxjse/src/value.h" | |
| 615 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", | |
| 616 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", | |
| 617 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h", | |
| 618 "xfa/include/fwl/adapter/fwl_adapternative.h", | |
| 619 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", | |
| 620 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", | |
| 621 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", | |
| 622 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", | |
| 623 "xfa/include/fwl/basewidget/fwl_barcode.h", | |
| 624 "xfa/include/fwl/basewidget/fwl_caret.h", | |
| 625 "xfa/include/fwl/basewidget/fwl_checkbox.h", | |
| 626 "xfa/include/fwl/basewidget/fwl_combobox.h", | |
| 627 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", | |
| 628 "xfa/include/fwl/basewidget/fwl_edit.h", | |
| 629 "xfa/include/fwl/basewidget/fwl_listbox.h", | |
| 630 "xfa/include/fwl/basewidget/fwl_menu.h", | |
| 631 "xfa/include/fwl/basewidget/fwl_monthcalendar.h", | |
| 632 "xfa/include/fwl/basewidget/fwl_picturebox.h", | |
| 633 "xfa/include/fwl/basewidget/fwl_pushbutton.h", | |
| 634 "xfa/include/fwl/basewidget/fwl_scrollbar.h", | |
| 635 "xfa/include/fwl/basewidget/fwl_spinbutton.h", | |
| 636 "xfa/include/fwl/basewidget/fwl_tooltipctrl.h", | |
| 637 "xfa/include/fwl/basewidget/fxmath_barcode.h", | |
| 638 "xfa/include/fwl/core/fwl_app.h", | |
| 639 "xfa/include/fwl/core/fwl_content.h", | |
| 640 "xfa/include/fwl/core/fwl_error.h", | |
| 641 "xfa/include/fwl/core/fwl_form.h", | |
| 642 "xfa/include/fwl/core/fwl_grid.h", | |
| 643 "xfa/include/fwl/core/fwl_note.h", | |
| 644 "xfa/include/fwl/core/fwl_panel.h", | |
| 645 "xfa/include/fwl/core/fwl_target.h", | |
| 646 "xfa/include/fwl/core/fwl_theme.h", | |
| 647 "xfa/include/fwl/core/fwl_thread.h", | |
| 648 "xfa/include/fwl/core/fwl_timer.h", | |
| 649 "xfa/include/fwl/core/fwl_widget.h", | |
| 650 "xfa/include/fwl/core/fwl_widgetdef.h", | |
| 651 "xfa/include/fwl/core/fwl_widgetmgr.h", | |
| 652 "xfa/include/fwl/fwl.h", | |
| 653 "xfa/include/fwl/lightwidget/app.h", | |
| 654 "xfa/include/fwl/lightwidget/barcode.h", | |
| 655 "xfa/include/fwl/lightwidget/caret.h", | |
| 656 "xfa/include/fwl/lightwidget/checkbox.h", | |
| 657 "xfa/include/fwl/lightwidget/combobox.h", | |
| 658 "xfa/include/fwl/lightwidget/datetimepicker.h", | |
| 659 "xfa/include/fwl/lightwidget/edit.h", | |
| 660 "xfa/include/fwl/lightwidget/listbox.h", | |
| 661 "xfa/include/fwl/lightwidget/picturebox.h", | |
| 662 "xfa/include/fwl/lightwidget/pushbutton.h", | |
| 663 "xfa/include/fwl/lightwidget/scrollbar.h", | |
| 664 "xfa/include/fwl/lightwidget/theme.h", | |
| 665 "xfa/include/fwl/lightwidget/tooltipctrl.h", | |
| 666 "xfa/include/fwl/lightwidget/widget.h", | |
| 667 "xfa/include/fwl/theme/barcodetp.h", | |
| 668 "xfa/include/fwl/theme/carettp.h", | |
| 669 "xfa/include/fwl/theme/checkboxtp.h", | |
| 670 "xfa/include/fwl/theme/comboboxtp.h", | |
| 671 "xfa/include/fwl/theme/datetimepickertp.h", | |
| 672 "xfa/include/fwl/theme/edittp.h", | |
| 673 "xfa/include/fwl/theme/formtp.h", | |
| 674 "xfa/include/fwl/theme/listboxtp.h", | |
| 675 "xfa/include/fwl/theme/monthcalendartp.h", | |
| 676 "xfa/include/fwl/theme/pictureboxtp.h", | |
| 677 "xfa/include/fwl/theme/pushbuttontp.h", | |
| 678 "xfa/include/fwl/theme/scrollbartp.h", | |
| 679 "xfa/include/fwl/theme/utils.h", | |
| 680 "xfa/include/fwl/theme/widgettp.h", | |
| 681 "xfa/include/fxbarcode/BC_BarCode.h", | |
| 682 "xfa/include/fxfa/fxfa.h", | |
| 683 "xfa/include/fxfa/fxfa_basic.h", | |
| 684 "xfa/include/fxfa/fxfa_objectacc.h", | |
| 685 "xfa/include/fxfa/fxfa_widget.h", | |
| 686 ], | |
| 687 }], | |
| 674 [ | 688 [ |
| 675 "OS == 'win'", | 689 "OS == 'win'", |
| 676 { | 690 { |
| 677 "configurations":{ | 691 "configurations":{ |
| 678 "Debug":{ | 692 "Debug":{ |
| 679 "msvs_configuration_attributes":{ | 693 "msvs_configuration_attributes":{ |
| 680 }, | 694 }, |
| 681 "msvs_settings":{ | 695 "msvs_settings":{ |
| 682 "VCCLCompilerTool":{ | 696 "VCCLCompilerTool":{ |
| 683 }, | 697 }, |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 710 "configurations":{ | 724 "configurations":{ |
| 711 }, | 725 }, |
| 712 "sources":[ | 726 "sources":[ |
| 713 ] | 727 ] |
| 714 } | 728 } |
| 715 ] | 729 ] |
| 716 ] | 730 ] |
| 717 } | 731 } |
| 718 ] | 732 ] |
| 719 } | 733 } |
| OLD | NEW |