summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* This apparently always wanted to check that _rChars.trim() is non-emptyStephan Bergmann2016-10-311-1/+1
* loplugin:oncevar in xmloff..xmlsecurityNoel Grandin2016-10-3132-482/+221
* Omit comparator which is the same as default std::less<key_type>Takeshi Abe2016-10-312-18/+2
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-2/+1
* loplugin:expandablemethods in xmloffNoel Grandin2016-10-2415-76/+21
* Simplify code furtherStephan Bergmann2016-10-241-19/+15
* fixes for >>= with rhs AnyJochen Nitschke2016-10-241-1/+2
* loplugin:expandablemethodds in include/xmloffNoel Grandin2016-10-213-8/+3
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-183-3/+3
* loplugin:inlineablemethods in xmloffNoel Grandin2016-10-1812-55/+10
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-171-1/+1
* tdf#64038 ODF import: fix handling of space following <text:s>Michael Stahl2016-10-141-0/+1
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-5/+0
* loplugin:constantfunctionNoel Grandin2016-10-114-23/+0
* loplugin:unnnecessaryoverride in xmloffNoel Grandin2016-10-116-52/+0
* catch the exception to prevent broken charts, tdf#98690Markus Mohrhard2016-10-111-2/+9
* xmloff: fix --enable-mergelibs buildMichael Stahl2016-10-074-47/+5
* tdf#102370 Correctly export to Excel exponent without signLaurent Balland-Poirier2016-10-071-2/+3
* loplugin:staticmethods: xmloffStephan Bergmann2016-10-072-2/+2
* xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodtMichael Stahl2016-10-061-0/+4
* rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke2016-10-062-3/+3
* this is used as a stack, so convert to std::stackCaolán McNamara2016-10-041-18/+18
* we just care about empty vs nonempty hereCaolán McNamara2016-10-041-17/+9
* Fix typosAndrea Gelmini2016-10-035-6/+6
* implement prototype for more stable calc cell style namesMarkus Mohrhard2016-09-263-1/+18
* soon is nowMarkus Mohrhard2016-09-261-12/+0
* tdf#101935 and tdf#102201:Mohammed Abdul Azeem2016-09-251-2/+8
* Resolves: tdf#101708 only export loext table attributes in 'extended' variantCaolán McNamara2016-09-211-1/+2
* loplugin:unusedenumvaluesNoel Grandin2016-09-184-27/+0
* coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl2016-09-161-13/+13
* loplugin:countusersofdefaultparams in xmloffNoel Grandin2016-09-1420-33/+33
* unconditionally replacing Y after G (era) with E was always wrongEike Rathke2016-09-131-3/+5
* do not add calendar modifier to format code when importing as E or EE keywordEike Rathke2016-09-131-13/+26
* that copypasta comment fragment makes no senseEike Rathke2016-09-131-1/+1
* xmloff: invoke SvXMLImportContext destructor with proper namespace mapMichael Stahl2016-09-131-11/+17
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-13240-401/+401
* switch to using LocaleDataWrapper::doesSecondaryCalendarUseEC()Eike Rathke2016-09-131-4/+1
* coverity#1372877 I'm guessing this is what might have been the intentCaolán McNamara2016-09-131-6/+5
* Blind fix for MSVCStephan Bergmann2016-09-101-0/+2
* use std::unique_ptrDavid Tardon2016-09-091-9/+5
* use std::unique_ptrDavid Tardon2016-09-092-52/+26
* avoid manual memory managementDavid Tardon2016-09-091-7/+3
* use std::unique_ptrDavid Tardon2016-09-091-1/+0
* use std::unique_ptrDavid Tardon2016-09-092-12/+6
* use std::unique_ptrDavid Tardon2016-09-091-9/+0
* use std::unique_ptrDavid Tardon2016-09-092-21/+12
* use std::unique_ptrDavid Tardon2016-09-091-106/+102
* use std::unique_ptrDavid Tardon2016-09-091-32/+16
* Blind fix for MSVCStephan Bergmann2016-09-091-0/+2
* use std::unique_ptrDavid Tardon2016-09-091-25/+10