summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2014-08-07fdo#75757: remove inheritance to std::mapTakeshi Abe1-7/+10
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe5-15/+5
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+0
2014-07-31cleanup usage of MapUnit enumNoel Grandin1-4/+4
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin2-2/+8
2014-07-29Fix previous commitStephan Bergmann1-1/+1
2014-07-29loplugin:stringconcatStephan Bergmann1-1/+1
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper5-181/+105
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida3-0/+32
2014-07-25Simplify.Kohei Yoshida1-5/+2
2014-07-25Reduce scope levels.Kohei Yoshida1-172/+172
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida3-6/+23
2014-07-25Store the handler as a const pointer.Kohei Yoshida1-3/+3
2014-07-25The 'mutable' keyword exists for this kind of use.Kohei Yoshida1-3/+1
2014-07-25Document what's in the type of the map entry.Kohei Yoshida2-2/+2
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida26-48/+197
2014-07-23Resolves: #i125289# do apply possible changed <GraphicStreamURL>...Oliver-Rainer Wittmann1-13/+19
2014-07-20cppcheck: Prefer prefix ++/-- operatorsJulien Nabet1-3/+3
2014-07-10fdo#79358: ODF export: fix index boolean property exportMichael Stahl1-1/+1
2014-07-08use SimpleReferenceObject in xmloff moduleNoel Grandin3-27/+3
2014-07-03coverity#704112 Unchecked return valueCaolán McNamara1-8/+10
2014-07-03coverity#736024 help coverity out hereCaolán McNamara1-3/+5
2014-07-03coverity#1223084 Unchecked return valueNorbert Thiebaud1-4/+3
2014-07-02fix ODF validation errorsMarkus Mohrhard8-9/+18
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin82-267/+225
2014-07-02coverity#705353 Missing break in switch, probably intentionalCaolán McNamara1-0/+1
2014-07-01-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+1
2014-07-01Resolves: #i125045# For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA...Armin Le Grand2-28/+34
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand15-445/+1196
2014-06-29Typo: beeing->beingJulien Nabet3-4/+4
2014-06-28fdo#80009: xmloff: ignore excessive fo:clip valuesMichael Stahl1-0/+7
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann4-49/+0
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-2/+1
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-14/+14
2014-06-21Create SvtSaveOptions() outside of for loop.Matúš Kukan1-1/+1
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2-3/+90
2014-06-19Do not dereference null pointerStephan Bergmann1-4/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin14-54/+11
2014-06-16Revert "Make glTF support an experimental feature"Zolnai Tamás3-11/+4
2014-06-16Fix gltf export: close plugin element before export fallbackZolnai Tamás1-1/+2
2014-06-16glTF import/export: fallback must be the second one inside the frameZolnai Tamás3-24/+77
2014-06-16glTF export: Use plural folder namesZolnai Tamás1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann34-96/+91
2014-06-12Change glTF mime type: {application -> model}/vnd.gltf+jsonZolnai Tamás2-2/+2
2014-06-12Make glTF support an experimental featureZolnai Tamás3-2/+5
2014-06-12Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás2-4/+15
2014-06-12WaE: unused function 'isString'Tor Lillqvist1-8/+0
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-17/+24
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-19/+3