summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-23use rtl::Static for static std::ordered_set in XMLPropStyleContextNoel Grandin1-57/+78
2016-08-22GSoC - Keeping both token lists in xmloff/ consistent:Mohammed Abdul Azeem2-1057/+1319
2016-08-19At which point, TokenmapTest::setUp/tearDown are redundant againStephan Bergmann1-13/+0
2016-08-19attempt to fix the xmloff/tokenmap tinderbox failureNoel Grandin1-4/+2
2016-08-18coverity#1371377 Resource leakCaolán McNamara1-6/+7
2016-08-18coverity#1371368 Resource leakCaolán McNamara1-1/+2
2016-08-18coverity#1371136 Explicit null dereferencedCaolán McNamara1-0/+3
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+3
2016-08-18xmloff tokenmap: allocate map on heap instead of as class memberEike Rathke1-2/+24
2016-08-18xmloff tokenmap: do not assume anything did not failEike Rathke1-4/+5
2016-08-18convert SdrCaptionEscDir to scoped enumNoel Grandin1-3/+3
2016-08-18convert SdrCaptionType to scoped enumNoel Grandin1-3/+3
2016-08-18convert XFormTextStyle to scoped enumNoel Grandin1-6/+6
2016-08-18convert XFormTextAdjust to scoped enumNoel Grandin1-4/+4
2016-08-18convert XFormTextShadow to scoped enumNoel Grandin1-3/+3
2016-08-17loplugin:staticcallNoel Grandin1-1/+1
2016-08-17loplugin:staticmethodsTor Lillqvist1-4/+4
2016-08-16tdf#100547 Save to ODF XY customized namesLaurent Balland-Poirier2-0/+4
2016-08-16GSoC - fix build of fasttokenhandlerMohammed Abdul Azeem1-3/+3
2016-08-16GSoC - implement global tokenhandler for odf-tokensDaniel Sikeler9-0/+3066