summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-09-09use std::shared_ptrDavid Tardon1-7/+4
2016-09-09use std::shared_ptrDavid Tardon1-10/+8
2016-09-09use std::shared_ptr to manage memoryDavid Tardon2-11/+7
2016-09-09use std::unique_ptrDavid Tardon1-14/+8
2016-09-09use std::shared_ptrDavid Tardon2-12/+7
2016-09-09use std::unique_ptrDavid Tardon1-41/+13
2016-09-09use std::unique_ptrDavid Tardon1-19/+11
2016-09-09loplugin:refcountingNoel Grandin14-18/+26
2016-09-09remove manual memory managementDavid Tardon1-27/+10
2016-09-09improve commentDavid Tardon1-1/+1
2016-09-09remove manual memory managementDavid Tardon1-12/+6
2016-09-09remove manual memory managementDavid Tardon1-13/+4
2016-09-09use std::unique_ptrDavid Tardon2-14/+7
2016-09-09remove manual memory managementDavid Tardon2-33/+19
2016-09-09use std::unique_ptrDavid Tardon2-11/+6
2016-09-09remove manual memory managementDavid Tardon2-17/+6
2016-09-09use std::unique_ptrDavid Tardon1-7/+6
2016-09-09remove direct memory managementDavid Tardon1-20/+5
2016-09-09use std::unique_ptrDavid Tardon1-4/+2
2016-09-09remove direct memory managementDavid Tardon2-25/+11
2016-09-09remove direct memory managementDavid Tardon2-54/+24
2016-09-09remove direct memory managementDavid Tardon1-13/+4
2016-09-09drop useless commentsDavid Tardon1-8/+8
2016-09-09fix indentationDavid Tardon1-74/+74
2016-09-09use std::unique_ptrDavid Tardon1-26/+10
2016-09-09remove direct memory managementDavid Tardon1-18/+6
2016-09-09fix indentationDavid Tardon1-72/+72
2016-09-09drop useless commentsDavid Tardon1-10/+10
2016-09-09use std::unique_ptrDavid Tardon2-46/+22
2016-09-09remove direct memory managementDavid Tardon2-14/+4
2016-09-09remove direct memory managementDavid Tardon1-28/+17
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon17-103/+118
2016-09-07loplugin:stringconstantStephan Bergmann1-1/+1
2016-09-07Resolves: tdf#101963 loading zh-TW ROC calendar use EE|E instead of YYYY|YYEike Rathke1-2/+8
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin3-8/+4
2016-09-06use std::unique_ptrDavid Tardon1-36/+13
2016-09-06rewrite using a for loopDavid Tardon1-3/+1
2016-09-06drop unneeded dynamic allocationDavid Tardon1-38/+31
2016-09-06remove extra whitespaceDavid Tardon1-1/+1
2016-09-05Fixes for migrating SvXMLImport to use FastParser:Mohammed Abdul Azeem2-31/+76
2016-09-02tdf101725 - fixed missing autotexts from StandardMohammed Abdul Azeem1-4/+4
2016-09-01Resolves: tdf#100182 index entries lost on saveCaolán McNamara1-0/+1
2016-08-30loplugin:countusersofdefaultparamsNoel Grandin5-10/+10
2016-08-30remove useless (and wrong) commentDavid Tardon1-2/+0
2016-08-30fix copypastaDavid Tardon1-1/+1
2016-08-29Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem5-55/+54
2016-08-26Make SvXMLTokenMap compatible with FastTokens:Daniel Sikeler1-8/+22
2016-08-25cid#1371771 Uncaught exceptionStephan Bergmann1-1/+1
2016-08-25tdf#89329: use unique_ptr for pImpl in officeformsArnold Dumas2-3/+3
2016-08-23GSoC - First cut at migrating xmloff/ to use FastParser:Mohammed Abdul Azeem2-9/+266