summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-16java: no need to explicitly code default constructorsNoel Grandin
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin
2014-10-16remove unnecessary catch blockNoel Grandin
2014-10-16java: no need to call toString() on a String objectNoel Grandin
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-10-16java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-10-16java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-10-16Strip svidl down to what is still usedStephan Bergmann
2014-10-16WaE: Unreferenced function definitionTor Lillqvist
2014-10-15fdo#73080: Correctly count blank cells in COUNTBLANK.Kohei Yoshida
2014-10-15fdo#73080: Write test for this first.Kohei Yoshida
2014-10-16update creditsChristian Lohmaier
2014-10-15sw: remove more dead code from SwIoSystem::GetFileFilter()Michael Stahl
2014-10-15sw: fix temp file leak in SwIoSystem::GetFileFilter()Michael Stahl
2014-10-15Remove unused BreakIterator_Unicode::wordRuleStephan Bergmann
2014-10-15disable atl and activex be default if a Visual Studio Express is detectedNorbert Thiebaud
2014-10-15writerfilter: call to SAL_WARN() is not expensiveMiklos Vajna
2014-10-15use LODE_HOME when present to locat ant, junit and gnumakeNorbert Thiebaud
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre
2014-10-15fdo#83141: also optimize ScTable::HasAttribSelectionLaurent Godard
2014-10-15Restore my pretty slide highlightingCaolán McNamara
2014-10-15sw: WW8 import: delete leaked SdrGrafObj (and temp file)Michael Stahl
2014-10-15sw: fix temp file leak in SwDocTestMichael Stahl
2014-10-15sw: simplify the temp-file leaking debug code in mail-mergeMichael Stahl
2014-10-15sw: fix massive temp dir leak in SwModelTestBaseMichael Stahl
2014-10-15one of the oddest things I've seenCaolán McNamara
2014-10-15fix indentCaolán McNamara
2014-10-15coverity#1242817 Untrusted loop boundCaolán McNamara
2014-10-15coverity#1242879 Untrusted value as argumentCaolán McNamara
2014-10-15coverity#1242719 Untrusted value as argumentCaolán McNamara
2014-10-15coverity#1242692 Untrusted value as argumentCaolán McNamara
2014-10-15fix up indentCaolán McNamara
2014-10-15coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara
2014-10-15SfxMedium::IsRemote can be made constCaolán McNamara
2014-10-15coverity#704088 Unchecked return valueCaolán McNamara
2014-10-15coverity#706322 Uncaught exceptionCaolán McNamara
2014-10-15coverity#706318 Uncaught exceptionCaolán McNamara
2014-10-15osl_Module -> osl::ModuleCaolán McNamara
2014-10-15avoid out-of-bounds access when iterating code pointsDavid Tardon
2014-10-15avoid out-of-bounds access when iterating code pointsDavid Tardon
2014-10-15Blind Win fix attemptStephan Bergmann
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-15Resolves: #i63015# always default to WinAnsiEncoding...Herbert Dürr
2014-10-15Resolves: fdo#85032 max len property of -1 -> crashCaolán McNamara
2014-10-15coverity#982478 Dereference after null checkCaolán McNamara
2014-10-15loplugin: cstylecastNoel Grandin
2014-10-15loplugin: cstylecastNoel Grandin