summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Resolves: fdo#48405 GetString can call a macro which modifies the documentCaolán McNamara1-19/+22
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke6-10/+10
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke15-21/+21
2014-10-08back out wrong and confusing tools::Time comment changeEike Rathke2-3/+3
2014-10-08add missing legacyOnly currency, fdo#84260Eike Rathke1-0/+7
2014-10-08libgcrypt and gnutls are only used by our internal external/neonStephan Bergmann1-1/+1
2014-10-08convert Action enum in SC to enum classNoel Grandin1-19/+19
2014-10-08Do not terminate desktop from a TimerStephan Bergmann1-18/+1
2014-10-08fix build after PathKind enum commitNoel Grandin2-8/+8
2014-10-08derive all from ca-ES, fdo#83292Eike Rathke1-5/+5
2014-10-08convert PathKind enum in SD to enum classNoel Grandin1-1/+1
2014-10-08convert ParamType enum in SC to enum classNoel Grandin6-30/+30
2014-10-08Fix build.Jan Holesovsky1-0/+2
2014-10-08usage info: Improve the 'what is this for' comment.Jan Holesovsky1-1/+1
2014-10-08spelling: instanciated -> instantiatedNoel Grandin26-41/+41
2014-10-08usage info: Code to collect actions that the user performs.Jan Holesovsky1-0/+113
2014-10-08Document how rtl::Uri::convertRelToAbs normalizes an absolute URL's pathStephan Bergmann1-1/+2
2014-10-08Remove smb from X-KDE-Protocols linesStephan Bergmann9-9/+9
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