summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_document_datamerger_imp.cpp
AgeCommit message (Expand)Author
2016-10-25Fix some return FALSE in functions that return pointerschromium/2901tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-07Fix spelling of "Formated" in several variableschromium/2854tsepez
2016-07-21Move xfa_document to cxfa_documentdsinclair
2016-07-21Rename xfa_doclayout and xfa_document_layout_imp files.dsinclair
2016-07-21Move xfa_basic_imp to cxfa_widetextread.dsinclair
2016-07-20Rename remaining xfa_script_* files.dsinclair
2016-07-19Cleanup CXFA_Documentchromium/2803chromium/2802dsinclair
2016-07-11Break xfa_parser_imp apartdsinclair
2016-07-11Remove IXFA_Parser, cleanup XFA parser code.dsinclair
2016-07-07Cleanup xfa_document_datamerge filesdsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-23Cleanup some variable namings.chromium/2778dsinclair
2016-06-22Update GetClassID to GetElementTypedsinclair
2016-06-21Convert XFA_ELEMENT to an enum classdsinclair
2016-06-20Split the XFA_OBJECTTYPE enum into two parts.dsinclair
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-26Fix MSVC C4800 build warnings.thestig
2016-05-20Clean up XFA code which causes warningsweili
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-19XFA unused function cleanupdsinclair
2016-04-14Simplify XFA event handling.thestig
2016-04-14Change string argument type to GetFormatDataValue.tsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Split fxfa_objectacc.h into pieces.dsinclair
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-29Remove IFDE_XML* classes.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair