summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Simplify code furtherStephan Bergmann1-19/+15
2016-10-24fixes for >>= with rhs AnyJochen Nitschke1-1/+2
2016-10-21loplugin:expandablemethodds in include/xmloffNoel Grandin3-8/+3
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke3-3/+3
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin12-55/+10
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-14tdf#64038 ODF import: fix handling of space following <text:s>Michael Stahl1-0/+1
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-5/+0
2016-10-11loplugin:constantfunctionNoel Grandin4-23/+0
2016-10-11loplugin:unnnecessaryoverride in xmloffNoel Grandin6-52/+0
2016-10-11catch the exception to prevent broken charts, tdf#98690Markus Mohrhard1-2/+9
2016-10-07xmloff: fix --enable-mergelibs buildMichael Stahl4-47/+5
2016-10-07tdf#102370 Correctly export to Excel exponent without signLaurent Balland-Poirier1-2/+3
2016-10-07loplugin:staticmethods: xmloffStephan Bergmann2-2/+2
2016-10-06xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodtMichael Stahl1-0/+4
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke2-3/+3
2016-10-04this is used as a stack, so convert to std::stackCaolán McNamara1-18/+18
2016-10-04we just care about empty vs nonempty hereCaolán McNamara1-17/+9
2016-10-03Fix typosAndrea Gelmini5-6/+6
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard3-1/+18
2016-09-26soon is nowMarkus Mohrhard1-12/+0
2016-09-25tdf#101935 and tdf#102201:Mohammed Abdul Azeem1-2/+8
2016-09-21Resolves: tdf#101708 only export loext table attributes in 'extended' variantCaolán McNamara1-1/+2
2016-09-18loplugin:unusedenumvaluesNoel Grandin4-27/+0
2016-09-16coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl1-13/+13
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin20-33/+33
2016-09-13unconditionally replacing Y after G (era) with E was always wrongEike Rathke1-3/+5
2016-09-13do not add calendar modifier to format code when importing as E or EE keywordEike Rathke1-13/+26
2016-09-13that copypasta comment fragment makes no senseEike Rathke1-1/+1
2016-09-13xmloff: invoke SvXMLImportContext destructor with proper namespace mapMichael Stahl1-11/+17
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann240-401/+401
2016-09-13switch to using LocaleDataWrapper::doesSecondaryCalendarUseEC()Eike Rathke1-4/+1
2016-09-13coverity#1372877 I'm guessing this is what might have been the intentCaolán McNamara1-6/+5
2016-09-10Blind fix for MSVCStephan Bergmann1-0/+2
2016-09-09use std::unique_ptrDavid Tardon1-9/+5
2016-09-09use std::unique_ptrDavid Tardon2-52/+26
2016-09-09avoid manual memory managementDavid Tardon1-7/+3
2016-09-09use std::unique_ptrDavid Tardon1-1/+0
2016-09-09use std::unique_ptrDavid Tardon2-12/+6
2016-09-09use std::unique_ptrDavid Tardon1-9/+0
2016-09-09use std::unique_ptrDavid Tardon2-21/+12
2016-09-09use std::unique_ptrDavid Tardon1-106/+102
2016-09-09use std::unique_ptrDavid Tardon1-32/+16
2016-09-09Blind fix for MSVCStephan Bergmann1-0/+2
2016-09-09use std::unique_ptrDavid Tardon1-25/+10
2016-09-09use std::unique_ptrDavid Tardon1-5/+6
2016-09-09use std::unique_ptrDavid Tardon2-11/+6
2016-09-09avoid manual memory handlingDavid Tardon2-18/+11
2016-09-09use std::unique_ptrDavid Tardon1-11/+12
2016-09-09reduce the insanity level of the codebase a bitDavid Tardon2-114/+32