summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-26Comment introduction of an additional local scopeMatteo Casalin1-2/+3
2014-07-26sal_uInt16 to long and use Fracion validatorMatteo Casalin1-3/+3
2014-07-26Use Orientation enum instead of sal_uInt16 + some boolMatteo Casalin4-7/+7
2014-07-26Simplify code by throwing earlierMatteo Casalin1-42/+19
2014-07-26Minor simplificationMatteo Casalin1-4/+2
2014-07-26Remove unneeded OUString temporariesMatteo Casalin1-2/+2
2014-07-26Defer OUString computation and make some OUString constMatteo Casalin1-4/+4
2014-07-26Avoid unnecessary offsetMatteo Casalin1-6/+6
2014-07-26Use index in repeated OUString::getTokenMatteo Casalin1-1/+2
2014-07-26sal_uInt16 to size_tMatteo Casalin4-19/+19
2014-07-26sal_uInt16 to size_t/bool in SwInputFieldListMatteo Casalin3-19/+19
2014-07-26WaE: convenience initializer should not invoke an initializer on 'super'Tor Lillqvist2-17/+1
2014-07-26Typo: useles->uselessJulien Nabet1-1/+1
2014-07-25Simplify.Kohei Yoshida1-5/+2
2014-07-25Reduce scope levels.Kohei Yoshida1-172/+172
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida7-14/+36
2014-07-25Store the handler as a const pointer.Kohei Yoshida2-5/+5
2014-07-25The 'mutable' keyword exists for this kind of use.Kohei Yoshida2-4/+2
2014-07-25Get the math right.Kohei Yoshida1-1/+1
2014-07-25Document what's in the type of the map entry.Kohei Yoshida4-66/+112
2014-07-25WaE: extern prototype in main file without definitionTor Lillqvist1-2/+0
2014-07-25WaE: private field 'mnSteps' is not usedTor Lillqvist1-1/+0
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher13-130/+103
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida33-178/+259