summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_textlayout.cpp
AgeCommit message (Expand)Author
2018-10-18Change CXFA_LoaderContext::dwFlags to bFilterSpace.Lei Zhang
2018-10-18Convert CXFA_LoaderContext to a struct.Lei Zhang
2018-10-18Clean up CXFA_TextLayout.Lei Zhang
2018-08-22Mark CFX_XMLNode pointers as const in various places.Lei Zhang
2018-08-21Change GetEmbbedObj() to return an Optional<WideString>.Lei Zhang
2018-08-17Remove optionals from CXFA_TextLayout methods.Tom Sepez
2018-07-28Add ToXML{Instruction,Text,CharData}() checked conversion functionsTom Sepez
2018-07-26Use moar ToXMLElement() in place of static_cast<>.Tom Sepez
2018-07-03Use UnownedPtr<> in cxfa_{ffwidgethandler,imagrenderer,loadercontext}.hTom Sepez
2018-06-29Use UnownedPtr to CXFA_Node from outside the treechromium/3477Tom Sepez
2018-06-01Clean up some issues found in CXFA_TextLayoutRyan Harrison
2018-05-03Use pointers instead of refs in CXFA_TextLayout params.Henrique Nakashima
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-17Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer().""Tom Sepez
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-04-11Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient.Tom Sepez
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-17Do more forward declarations in cxfa_node.h.Lei Zhang
2018-01-10Rename GetPara to GetParaIfExistschromium/3318Dan Sinclair
2018-01-10Rename GetFont to GetFontIfExistsDan Sinclair
2018-01-04Remove CXFA_FFDocView from CXFA_WidgetAcc.Dan Sinclair
2018-01-04Fold CXFA_FontData into CXFA_FontDan Sinclair
2017-12-14Fold CXFA_ParaData into CXFA_ParaDan Sinclair
2017-12-13Methods are on CJX_Object not CJX_Node nowDan Sinclair
2017-11-30Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum classDan Sinclair
2017-11-21Cleanup CXFA_ParaDataDan Sinclair
2017-11-21Add {Byte/Wide}String::Trim().Lei Zhang
2017-11-20Remove CXFA_DataData operator bool overrideDan Sinclair
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-11-10Cleanup public methods of CXFA_TextLayoutNicolas Pena
2017-11-09Remove a couple of unused methods in CXFA_FFWidgetNicolas Pena
2017-11-07Rename CXFA_Para to CXFA_ParaDataDan Sinclair
2017-11-07Rename CXFA_Font to CXFA_FontDataDan Sinclair
2017-11-02Roll {Set|Get}ScriptContent into {Set|Get}ContentDan Sinclair
2017-11-01Split JS code out of CXFA_Node.Dan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-15Remove CFDE_RenderDeviceDan Sinclair
2017-08-10Remove CFDE_PathDan Sinclair
2017-08-09Remove CFDE_{Pen|Brush} classesDan Sinclair
2017-08-08Move CSS code to coreDan Sinclair
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair