summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* cleanup usage of MapUnit enumNoel Grandin2014-07-311-4/+4
* fix some dodgy FieldUnit conversionsNoel Grandin2014-07-312-2/+8
* Fix previous commitStephan Bergmann2014-07-291-1/+1
* loplugin:stringconcatStephan Bergmann2014-07-291-1/+1
* Further OUString cleanup in xmloff/Joren De Cuyper2014-07-295-181/+105
* bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida2014-07-263-0/+32
* Simplify.Kohei Yoshida2014-07-251-5/+2
* Reduce scope levels.Kohei Yoshida2014-07-251-172/+172
* pImplize XMLPropertyHandlerFactory.Kohei Yoshida2014-07-253-6/+23
* Store the handler as a const pointer.Kohei Yoshida2014-07-251-3/+3
* The 'mutable' keyword exists for this kind of use.Kohei Yoshida2014-07-251-3/+1
* Document what's in the type of the map entry.Kohei Yoshida2014-07-252-2/+2
* Apply pimpl to XMLPropertySetMapper.Kohei Yoshida2014-07-2526-48/+197
* Resolves: #i125289# do apply possible changed <GraphicStreamURL>...Oliver-Rainer Wittmann2014-07-231-13/+19
* cppcheck: Prefer prefix ++/-- operatorsJulien Nabet2014-07-201-3/+3
* fdo#79358: ODF export: fix index boolean property exportMichael Stahl2014-07-101-1/+1
* use SimpleReferenceObject in xmloff moduleNoel Grandin2014-07-083-27/+3
* coverity#704112 Unchecked return valueCaolán McNamara2014-07-031-8/+10
* coverity#736024 help coverity out hereCaolán McNamara2014-07-031-3/+5
* coverity#1223084 Unchecked return valueNorbert Thiebaud2014-07-031-4/+3
* fix ODF validation errorsMarkus Mohrhard2014-07-028-9/+18
* drop UniReference in favour of rtl::ReferenceNoel Grandin2014-07-0282-267/+225
* coverity#705353 Missing break in switch, probably intentionalCaolán McNamara2014-07-021-0/+1
* -Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann2014-07-011-1/+1
* Resolves: #i125045# For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA...Armin Le Grand2014-07-012-28/+34
* Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand2014-07-0115-445/+1196
* Typo: beeing->beingJulien Nabet2014-06-293-4/+4
* fdo#80009: xmloff: ignore excessive fo:clip valuesMichael Stahl2014-06-281-0/+7
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-274-49/+0
* tweak assert so comment appears in abort messageCaolán McNamara2014-06-271-2/+1
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-251-1/+1
* new compilerplugin returnbyrefNoel Grandin2014-06-241-14/+14
* Create SvtSaveOptions() outside of for loop.Matúš Kukan2014-06-211-1/+1
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-192-3/+90
* Do not dereference null pointerStephan Bergmann2014-06-191-4/+5
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1714-54/+11
* Revert "Make glTF support an experimental feature"Zolnai Tamás2014-06-163-11/+4
* Fix gltf export: close plugin element before export fallbackZolnai Tamás2014-06-161-1/+2
* glTF import/export: fallback must be the second one inside the frameZolnai Tamás2014-06-163-24/+77
* glTF export: Use plural folder namesZolnai Tamás2014-06-161-2/+2
* loplugin:staticcallStephan Bergmann2014-06-1334-96/+91
* Change glTF mime type: {application -> model}/vnd.gltf+jsonZolnai Tamás2014-06-122-2/+2
* Make glTF support an experimental featureZolnai Tamás2014-06-123-2/+5
* Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás2014-06-122-4/+15
* WaE: unused function 'isString'Tor Lillqvist2014-06-121-8/+0
* fdo#77506: More reliable way to determine label strings.Kohei Yoshida2014-06-121-17/+24
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-095-19/+3
* avoid memory leak and invalid documentsMarkus Mohrhard2014-06-081-11/+4
* fixincludeguards: fix include guardsThomas Arnhold2014-06-061-3/+3
* fdo#72727: Revert "-Werror=unused-but-set-variable second try"Kohei Yoshida2014-06-051-1/+8