summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_filespec.cpp
AgeCommit message (Expand)Author
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-07-18Avoid writing const/non-const versions of the same function.Lei Zhang
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-04-17Add constants for PDF 1.7 spec, table 3.4.Lei Zhang
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-15Remove GetAt from string classesRyan Harrison
2017-07-13Changed CPDF_FileSpec::GetFileName() to directly return CFX_WideStringJane Liu
2017-07-12Added helper functions in the class CPDF_FileSpecJane Liu
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-04-27Remove more |new|s, part 2Tom Sepez
2017-04-25Delete some CFX string ctors.Lei Zhang
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-15Rename dictionary set and get methodsdsinclair
2016-08-02Splitting fpdfdoc/doc_* part II.dsinclair