summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_layoutitem.cpp
AgeCommit message (Expand)Author
2018-07-30Replace m_bIsContentLayoutItem with proper enum for type.Tom Sepez
2018-07-30Don't static_cast<>(this) to subclass in CXFA_LayoutItem methods.chromium/3508Tom Sepez
2018-07-30Type-safe iteration over CXFA_ContentLayoutItems.Tom Sepez
2018-06-29Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478Tom Sepez
2018-02-14Cleanup CXFA_Document const-nessDan Sinclair
2018-01-17Do more forward declarations in cxfa_node.h.Lei Zhang
2017-12-14Add types to the CXFA_Node::Get*{Child|Sibling}* methodsDan Sinclair
2017-12-13Methods are on CJX_Object not CJX_Node nowDan Sinclair
2017-11-08Convert XFA_UNIT to an enum classDan Sinclair
2017-11-08Convert XFA_ATTRIBUTE to an enum classDan Sinclair
2017-11-01Split JS code out of CXFA_Node.Dan Sinclair
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-05-25Split apart remaining xfa/fxfa/app filesDan Sinclair
2017-05-09No-effect cast in cxfa_layoutitem.cppTom Sepez
2017-03-29Split xfa_object.h apart.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Cleanup out params in XFA layout code.Dan Sinclair
2017-02-06Cleanup xfa layout codedan sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-08-03Split xfa_layout_appadapterdsinclair
2016-07-21Rename xfa_doclayout and xfa_document_layout_imp files.dsinclair