summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-053-6/+6
* Remove dup line in aGroupShapeElemTokenMap (xmloff)Julien Nabet2016-12-021-1/+0
* inline some constant strings in xmloff (part1)Noel Grandin2016-12-0256-954/+348
* crashtesting: a gadzillion failures on export to odpCaolán McNamara2016-12-011-0/+3
* loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann2016-12-0141-470/+1
* tdf#102479 ODF export: ignore exceptions when checking shape textMichael Stahl2016-11-291-1/+16
* add exception context to error log messageEike Rathke2016-11-251-2/+7
* replace useless OSL_FAIL with DBG_UNHANDLED_EXCEPTION_WHENEike Rathke2016-11-251-7/+8
* replace meaningless OSL_FAIL with DBG_UNHANDLED_EXCEPTION_WHENEike Rathke2016-11-251-16/+17
* loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin2016-11-231-1/+1
* includes should be at the top of the fileNoel Grandin2016-11-182-3/+2
* ODF: do not write an empty style:text-position="" attribute for CharEscapementEike Rathke2016-11-171-1/+1
* clearly a wrong offset is worth an assert() instead of OSL_ENSURE()Eike Rathke2016-11-171-2/+2
* loplugin:datamembershadow in xmloffNoel Grandin2016-11-174-12/+8
* This condition has been checked beforeSamuel Mehrbrodt2016-11-161-31/+28
* Small housekeeping: merged two if's with same result into oneMike Kaganski2016-11-161-3/+2
* new loplugin finalprotectedNoel Grandin2016-11-162-4/+3
* fix typoDavid Tardon2016-11-151-1/+1
* remove prop. name variableDavid Tardon2016-11-151-3/+2
* loplugin:constantparamNoel Grandin2016-11-151-4/+4
* xmloff: print a warning if we drop a style on the floorMichael Stahl2016-11-111-0/+3
* tdf#67544 Embed slide transition sound in the presentationSamuel Mehrbrodt2016-11-112-2/+97
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-092-2/+2
* update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin2016-11-045-8/+8
* 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