summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Use constants for ST_CombineBrackets valuesMiklos Vajna3-12/+31
2014-10-08sfx2: missing semicolonMiklos Vajna1-1/+1
2014-10-08fdo#82288 merge core01-core07 packages into just oneChristian Lohmaier11-536/+372
2014-10-07Annotate code.Kohei Yoshida4-1/+15
2014-10-07connectivity: try to fix build after f641fd15Michael Stahl1-2/+2
2014-10-07Better title for color picker dialogAdolfo Jayme Barrientos1-68/+16
2014-10-07Fix fdo#84591 Styles dropdown disappears when clicked on submenuJuergen Funk1-1/+1
2014-10-07Resolves: fdo#53029 1~ instead of ~1 and 10~ instead of 1~0Caolán McNamara1-3/+4
2014-10-07coverity#1000506 Unchecked return valueCaolán McNamara1-1/+2
2014-10-07fdo#83292 add stub locale data for Catalan (Valencian)Andras Timar3-0/+45
2014-10-07Resolves: #i125698# Finetuned visualization for aligned AAed areasArmin Le Grand1-6/+27
2014-10-07Avoid accessing 1 character after a stringMatthew J. Francis1-2/+2
2014-10-07kde#52609 RTF import: fix memory leakMiklos Vajna2-0/+24
2014-10-07DOCX import: handle section break right after a ToC fieldMiklos Vajna4-0/+48
2014-10-07Don't even attempt to unload libqstart_gtklo.so againStephan Bergmann2-109/+53
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara10-2/+42
2014-10-07oox: fix spurious rebuilds of namespacemap.cxxMichael Stahl1-0/+1
2014-10-07fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen5-0/+122
2014-10-07fix nullptr/boost compile errorBjoern Michaelsen1-1/+3
2014-10-07coverity#735573 Logically dead codeCaolán McNamara1-1/+1
2014-10-07coverity#1242375 Don't call fscanf without specifiersCaolán McNamara2-2/+2
2014-10-07disambiguate uniform_int_distributionCaolán McNamara8-20/+12
2014-10-07-Werror=unused-resultMiklos Vajna1-3/+4
2014-10-07LocalOffice should be an abstract classNoel Grandin1-11/+7
2014-10-07java: simplify some for loops to while loopsNoel Grandin4-5/+5
2014-10-07while loop that ends in a return is more accurately an if blockNoel Grandin1-1/+1
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin11-15/+14
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin16-58/+59
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin9-9/+9
2014-10-07java: simplify conditions involving logical negationNoel Grandin17-27/+26
2014-10-07java: log exceptions correctly, using the right version of WARNNoel Grandin1-2/+2
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin9-28/+22
2014-10-07java: optimise calls to toArrayNoel Grandin3-9/+5
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin10-16/+15
2014-10-07fix classname in loggerNoel Grandin1-1/+1
2014-10-07java: no need to check for null before calling instanceofNoel Grandin6-7/+7
2014-10-07java: remove useless overriding methodsNoel Grandin5-37/+0
2014-10-07java: no need to explicitly extend java.lang.ObjectNoel Grandin5-5/+5
2014-10-07-Werror=sign-compareMiklos Vajna7-14/+14
2014-10-07Proper AC_CONFIG_FILE treatmentStephan Bergmann2-0/+2
2014-10-07Disable sdremote by default, and improve flow control.Michael Meeks2-2/+6
2014-10-07xmerge: reuse the value of node.getNodeName() and remove duplicated constantsRobert Antoni Buj i Gelonch3-10/+8
2014-10-07fdo#81475 Finalizing new layout of Writer formatting toolbarYousuf Philips1-16/+16
2014-10-07I shouldn't be shy, just assert()Tor Lillqvist1-3/+1
2014-10-07Don't call comphelper::rng::uniform_real_distribution(a,b) with a==bTor Lillqvist1-0/+2
2014-10-07Handle incorrect usage of uniform_real_distribution()Tor Lillqvist1-0/+3
2014-10-07Use constants for ST_Em valuesMiklos Vajna1-5/+5
2014-10-07-Werror,-WuninitializedStephan Bergmann1-1/+1
2014-10-07~SdUnoPageBackground() gets a SolarMutexGuardMichael Stahl1-0/+2
2014-10-07fdo#79604: sw: fix clicking on hyper-links in Draw objectsMichael Stahl1-17/+21