summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-26coverity#706594 Uncaught exceptionCaolán McNamara1-1/+13
2014-07-26coverity#706301 Uncaught exceptionCaolán McNamara1-2/+13
2014-07-26coverity#704848 Dereference after null checkCaolán McNamara1-1/+2
2014-07-26coverity#704759 Dereference after null checkCaolán McNamara1-2/+2
2014-07-26coverity#704753 Dereference after null checkCaolán McNamara1-1/+1
2014-07-26coverity#704748 Dereference after null checkCaolán McNamara1-8/+8
2014-07-26coverity#704706 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-07-26coverity#704702 Dereference after null checkCaolán McNamara1-1/+1
2014-07-26coverity#704648 Dereference after null checkCaolán McNamara1-1/+1
2014-07-26coverity#707564 Uninitialized scalar variableCaolán McNamara1-0/+8
2014-07-26coverity#1228873 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-07-26coverity#1079093 Uncaught exceptionCaolán McNamara1-5/+11
2014-07-26coverity#1228874 Uninitialized scalar variableCaolán McNamara1-1/+1
2014-07-26coverity#1228876 Uninitialized pointer fieldCaolán McNamara2-6/+9
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida5-1/+70
2014-07-26bnc#885825: OOXML import and export of data label borders.Kohei Yoshida5-138/+117
2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida11-32/+842
2014-07-26fdo#80908 - avoid lots of alloc/free of common integer values.Jeffrey Stedfast5-32/+54
2014-07-26fdo#80908 - avoid lots of alloc/free of 2x boolean values.Jeff Stedfast4-11/+30
2014-07-27Avoid possible memory leaks in case of exceptionsTakeshi Abe3-48/+24
2014-07-26jfreereport_librepository: [deprecation] toURL() in File has been deprecatedrbuj1-0/+26
2014-07-26jfreereport_libloader: [deprecation] toURL() in File has been deprecatedrbuj1-0/+23
2014-07-26fdo#75757: remove inheritance to std::mapTakeshi Abe2-4/+3
2014-07-26coverity#706541 Uncaught exceptionCaolán McNamara2-6/+9
2014-07-26coverity#706577 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-26coverity#1019323 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-07-26gtktiledviewer: make sure we clean up the office instance.Andrzej Hunt1-0/+4
2014-07-26drop rtl:: and staticsCaolán McNamara6-27/+27
2014-07-26Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand25-136/+279
2014-07-26We're using the same rectangle for both calls, let's reuse it.Andrzej Hunt1-2/+5
2014-07-26libreofficekit_tilederendering: test all 4 tiles.Andrzej Hunt1-2/+2
2014-07-26Tiled Rendering: ensure rendered area is visible correctly.Andrzej Hunt1-2/+8
2014-07-26Revert "Tiled Rendering: ensure rendered area is visible."Andrzej Hunt1-8/+2
2014-07-26Revert "CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now"Andrzej Hunt2-4/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin84-225/+225
2014-07-26sal_uInt16 to short, constifyMatteo Casalin1-2/+2
2014-07-26sal_uInt16: avoid temporaries, simplify, constify, use USHRT_MAXMatteo Casalin3-33/+28
2014-07-26sal_uInt16: constify and avoid temporariesMatteo Casalin1-8/+5
2014-07-26Simplify code pathMatteo Casalin1-14/+2
2014-07-26Do not repeat tests and make code more readableMatteo Casalin1-73/+156
2014-07-26More proper integer types, constifyMatteo Casalin1-3/+3
2014-07-26sal_uInt16 to sal_Int32, reduce scopeMatteo Casalin1-4/+3
2014-07-26Remove temporaries and constifyMatteo Casalin3-5/+3
2014-07-26Avoid unneeded downcast, reduce scope, constifyMatteo Casalin1-11/+7
2014-07-26Remove unuseful member variableMatteo Casalin2-5/+1
2014-07-26Use more proper integer types + minor optimizationsMatteo Casalin1-26/+18
2014-07-26Use more proper integer types, avoid temporaries, constifyMatteo Casalin2-14/+12
2014-07-26Use more proper integer types, constify some sal_uInt16Matteo Casalin1-23/+22
2014-07-26sal_uInt16 to int + constifyMatteo Casalin1-3/+3
2014-07-26Remove unneeded cast and use a temporary for repeated onesMatteo Casalin1-7/+8