summaryrefslogtreecommitdiff
path: root/include/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-09-13do not add calendar modifier to format code when importing as E or EE keywordEike Rathke1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann50-52/+52
2016-09-13coverity#1372877 I'm guessing this is what might have been the intentCaolán McNamara1-2/+1
2016-09-10Blind fix for MSVCStephan Bergmann1-0/+2
2016-09-10fix the buildMarkus Mohrhard1-2/+2
2016-09-09use std::unique_ptrDavid Tardon1-5/+6
2016-09-09use std::unique_ptrDavid Tardon1-1/+2
2016-09-09use std::unique_ptrDavid Tardon1-6/+6
2016-09-09use std::unique_ptrDavid Tardon1-10/+10
2016-09-09Blind fix for MSVCStephan Bergmann1-0/+2
2016-09-09use std::unique_ptrDavid Tardon1-2/+2
2016-09-09use std::shared_ptrDavid Tardon1-1/+1
2016-09-09use std::unique_ptrDavid Tardon1-12/+13
2016-09-09loplugin:refcountingNoel Grandin4-6/+7
2016-09-09remove manual memory managementDavid Tardon1-2/+1
2016-09-09remove direct memory managementDavid Tardon1-3/+1
2016-09-09use std::unique_ptrDavid Tardon1-1/+2
2016-09-09remove direct memory managementDavid Tardon1-2/+1
2016-09-09use std::unique_ptrDavid Tardon1-8/+8
2016-09-09remove direct memory managementDavid Tardon1-4/+4
2016-09-09remove direct memory managementDavid Tardon1-1/+1
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon2-5/+8
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin2-6/+3
2016-09-06Again avoid UBSan "left shift of 65536 by 16 places cannot be represented...Stephan Bergmann1-1/+1
2016-09-06use std::unique_ptrDavid Tardon1-7/+7
2016-09-06drop unneeded dynamic allocationDavid Tardon1-2/+2
2016-09-05Fixes for migrating SvXMLImport to use FastParser:Mohammed Abdul Azeem2-2/+6
2016-08-30loplugin:countusersofdefaultparamsNoel Grandin9-31/+28
2016-08-30Avoid UBSan "left shift of 65536 by 16 places cannot be represented...Stephan Bergmann1-1/+1
2016-08-29Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem2-5/+8
2016-08-26Make SvXMLTokenMap compatible with FastTokens:Daniel Sikeler1-2/+15
2016-08-25cid#1371771 Uncaught exceptionStephan Bergmann1-1/+1
2016-08-23GSoC - First cut at migrating xmloff/ to use FastParser:Mohammed Abdul Azeem1-3/+52
2016-08-23use rtl::Static for static std::ordered_set in XMLPropStyleContextNoel Grandin1-6/+0
2016-08-17UTF-8 is Unicode, tooTor Lillqvist1-4/+4
2016-08-17loplugin:staticmethodsTor Lillqvist1-4/+4
2016-08-16tdf#100547 Save to ODF XY customized namesLaurent Balland-Poirier1-0/+2
2016-08-16GSoC - implement global tokenhandler for odf-tokensDaniel Sikeler1-0/+88
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier2-1/+2
2016-07-27tdf#100755 Extend ODF to allow 0 in fractionLaurent Balland-Poirier1-0/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin2-22/+22
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-4/+4
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski3-2/+9
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-4/+0
2016-06-23Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky1-0/+3
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski2-0/+9
2016-06-14tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav1-2/+2
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-06-06tdf#89329: use unique_ptr for pImpl in xmlnumfeXisco Fauli1-1/+2
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin2-7/+7