summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/csection.cpp
AgeCommit message (Expand)Author
2018-10-05Remove one CSection::m_pVT null checkTom Sepez
2018-10-04Remove several more unused methods from core/Tom Sepez
2017-10-05Remove CPVT_SectionInfoDan Sinclair
2017-10-05Remove CPVT_WordPropsDan Sinclair
2017-10-05Remove unused parametersDan Sinclair
2017-10-05Remove friends from CPDF_VariableTextDan Sinclair
2017-03-21Make CPVT_WordPlace more conformant with the prevailing idioms.Tom Sepez
2017-03-20Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array.Tom Sepez
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-17Replace CLines class with std::vector<Cline>.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-14Reland "Convert CFX_FloatPoint to CFX_PointF"Dan Sinclair
2017-02-14Revert "Convert CFX_FloatPoint to CFX_PointF"dsinclair
2017-02-13Convert CFX_FloatPoint to CFX_PointFDan Sinclair
2016-11-02Remove FX_BOOL from coretsepez
2016-08-02Splitting fpdfdoc/doc_* part II.dsinclair
2016-05-13Move some classes out of doc_vt.cpp into their own files.thestig