summaryrefslogtreecommitdiff
path: root/core/fpdfapi/edit/cpdf_creator.h
AgeCommit message (Expand)Author
2018-07-24Fix encryption dictionary owning.Artem Strygin
2018-07-23Rework of CPDF_Object writing.Artem Strygin
2018-06-26Add some more consts to unowned pointers.Tom Sepez
2018-06-21Use enum for stages of CPDF_Creator.Henrique Nakashima
2018-06-08Move getting the CPDF_CryptoHandler into CPDF_Creator::WriteStream()Henrique Nakashima
2018-06-08Move member initializations to cpdf_creator.hHenrique Nakashima
2018-06-08Instead of CPDF_Creator::m_dwFlags, store its two supported bits.Henrique Nakashima
2018-06-08Remove unused methods in CPDF_Creator, mark others as private.Henrique Nakashima
2018-06-08Remove CPDF_Creator::InitOldObjNumOffsets(). It does nothing.Henrique Nakashima
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2017-10-03Move the CryptoHandler into the SecurityHandlerArtem Strygin
2017-10-03Change the ownership of the CPDF_CryptoHandler.Artem Strygin
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-08-31Remove fx_basic.hDan Sinclair
2017-05-24Convert to CFX_UnownedPtr, part 4.Tom Sepez
2017-05-15Remove unused flags from CPDF_CreatorNicolas Pena
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-10Cleaning up Edit codeDan Sinclair
2017-05-09Edit code cleanupDan Sinclair
2017-05-09Move FPDF_FILEWRITE adapter to own fileDan Sinclair
2017-05-09Remove CPDF_Creator friendsDan Sinclair
2017-05-04Remove some unused IFX_Pause paramsDan Sinclair
2017-04-13Move another opertator<<() prototype into correct .h file.Tom Sepez
2017-04-13Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072Tom Sepez
2017-03-21Replace CFX_FileSizeListArray with a std::mapDan Sinclair
2017-03-14Convert CPDF_Creator::m_Pos to uint32_tDan Sinclair
2017-01-09Remove CFX_ArrayTemplate from fpdfapitsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #...dsinclair
2016-11-03Remove CPDF_Object::Release() in favor of direct deletetsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-04Move core/fpdfapi/fpdf_edit to core/fpdfapi/editdsinclair