summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann16-105/+47
2015-02-07loplugin:deletedspecialStephan Bergmann11-28/+23
2015-02-07loplugin:deletedspecialStephan Bergmann10-50/+37
2015-02-07loplugin:deletedspecialStephan Bergmann4-12/+12
2015-02-07loplugin:deletedspecialStephan Bergmann21-163/+98
2015-02-07loplugin:deletedspecialStephan Bergmann5-10/+9
2015-02-07loplugin:deletedspecialStephan Bergmann6-16/+16
2015-02-07loplugin:deletedspecialStephan Bergmann3-9/+7
2015-02-07loplugin:deletedspecialStephan Bergmann2-6/+4
2015-02-07loplugin:deletedspecialStephan Bergmann3-7/+7
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+2
2015-02-07loplugin:deletedspecialStephan Bergmann7-24/+16
2015-02-07loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotationsStephan Bergmann1-0/+151
2015-02-07tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás6-9/+20
2015-02-07filter: try to fix GCC 4.6 buildMichael Stahl4-4/+4
2015-02-07Fixup --without-x buildRiccardo Magliocchetti14-32/+63
2015-02-07fdo#43368 Remove MapiLogon/Logoff calls so simplemail works with WLMAron Budea1-27/+22
2015-02-06fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta3-5/+19
2015-02-06fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta3-1/+72
2015-02-06Resolves: tdf#83461 do not override MatColsRows if already setEike Rathke1-1/+1
2015-02-06Simplify CSS1Expression::GetColor for CSS1_RGB caseMatteo Casalin1-27/+9
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage74-256/+272
2015-02-06fdo#39440: remove redundant checks and breaksJuan Picca2-6/+1
2015-02-06Tidy up HC icons.Andrew71-1/+0
2015-02-06Extract SwNumRuleTbl::dumpAsXml() from docnodeMiklos Vajna2-12/+8
2015-02-06tdf#76291 unit test for html export href encodingVasily Melenchuk2-0/+9
2015-02-06Make OUStringLiteral more usefulStephan Bergmann5-58/+172
2015-02-06fix windows buildCaolán McNamara1-1/+1
2015-02-06fix mac buildCaolán McNamara1-1/+1
2015-02-06coverity#1267635 Logically dead codeCaolán McNamara1-6/+6
2015-02-06coverity#1267636 Logically dead codeCaolán McNamara1-3/+6
2015-02-06coverity#1267644 Logically dead codeCaolán McNamara1-5/+3
2015-02-06coverity#1267642 Logically dead codeCaolán McNamara1-2/+0
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara62-906/+876
2015-02-06O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann3-0/+112
2015-02-06sal: add back the append / insert assertions that were...Michael Stahl2-0/+4
2015-02-06static const to avoid re-init all the time + c++11.Jan Holesovsky1-4/+2
2015-02-06bnc#637947 improve DrawingML export of custom shapesAndras Timar5-22/+139
2015-02-06Remove bogus assertsStephan Bergmann2-2/+0
2015-02-06tdf#87309: SVG - use black as default currentColor if no color was specifiedChr. Rossmanith2-4/+16
2015-02-06Report errors from clRelease*() APIsTor Lillqvist2-9/+26
2015-02-06Unmap the host buffer only after done accessing itTor Lillqvist1-7/+14
2015-02-06Improve OpenCL error messagesTor Lillqvist3-67/+82
2015-02-06Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist4-62/+67
2015-02-06The ISNAN ifdefs can go awayTor Lillqvist7-2558/+0
2015-02-06propagate user-set CFLAGS to buildDavid Tardon3-3/+3
2015-02-05try to avoid overflows in some compare functionsMichael Stahl4-9/+8
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl7-27/+155
2015-02-05Resolves tdf#89129: crash when defining a specific relationshipJulien Nabet1-5/+3
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara35-108/+58