summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-16xmerge: use String.formatRobert Antoni Buj i Gelonch2-38/+14
2014-10-16java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch3-53/+70
2014-10-16ensure UserData dtors are done while SolarMutex is lockedCaolán McNamara1-2/+2
2014-10-16runner: if .. else if .. elseRobert Antoni Buj i Gelonch1-1/+1
2014-10-16fdo#77716 DOCX import: fix handling of user-defined Standard styleMiklos Vajna3-4/+32
2014-10-16usage info: Checkbox to turn it on and off (Tools -> Options... -> General).Jan Holesovsky5-8/+79
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist6-9/+8
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist19-300/+2
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara2-9/+5
2014-10-16Remove more unused idl partsStephan Bergmann12-836/+0
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna12-33/+16
2014-10-16writerfilter: fix include guardMiklos Vajna1-3/+3
2014-10-16DEBUG_WRAP_POLYGON_HANDLER would be never definedMiklos Vajna1-6/+2
2014-10-16java: close ResultSet after useNoel Grandin1-25/+30
2014-10-16java: always use braces for while loopsNoel Grandin23-33/+62
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin2-7/+7
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin1-9/+9
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin12-371/+373
2014-10-16java: no need to explicitly code default constructorsNoel Grandin6-27/+0
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin13-70/+68
2014-10-16remove unnecessary catch blockNoel Grandin6-32/+26
2014-10-16java: no need to call toString() on a String objectNoel Grandin1-1/+1
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin42-180/+180
2014-10-16java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin41-198/+202
2014-10-16java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-2/+2
2014-10-16Strip svidl down to what is still usedStephan Bergmann22-2678/+105
2014-10-16WaE: Unreferenced function definitionTor Lillqvist1-14/+0
2014-10-15fdo#73080: Correctly count blank cells in COUNTBLANK.Kohei Yoshida1-2/+20
2014-10-15fdo#73080: Write test for this first.Kohei Yoshida2-0/+28
2014-10-16update creditsChristian Lohmaier1-1444/+1671
2014-10-15sw: remove more dead code from SwIoSystem::GetFileFilter()Michael Stahl2-55/+14
2014-10-15sw: fix temp file leak in SwIoSystem::GetFileFilter()Michael Stahl4-16/+12
2014-10-15Remove unused BreakIterator_Unicode::wordRuleStephan Bergmann3-6/+5
2014-10-15disable atl and activex be default if a Visual Studio Express is detectedNorbert Thiebaud1-38/+44
2014-10-15writerfilter: call to SAL_WARN() is not expensiveMiklos Vajna5-49/+10
2014-10-15use LODE_HOME when present to locat ant, junit and gnumakeNorbert Thiebaud1-2/+12
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre4-47/+48
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre2-15/+12
2014-10-15fdo#83141: also optimize ScTable::HasAttribSelectionLaurent Godard1-4/+11
2014-10-15Restore my pretty slide highlightingCaolán McNamara1-0/+4
2014-10-15sw: WW8 import: delete leaked SdrGrafObj (and temp file)Michael Stahl1-0/+1
2014-10-15sw: fix temp file leak in SwDocTestMichael Stahl1-1/+2
2014-10-15sw: simplify the temp-file leaking debug code in mail-mergeMichael Stahl1-6/+5
2014-10-15sw: fix massive temp dir leak in SwModelTestBaseMichael Stahl1-3/+5
2014-10-15one of the oddest things I've seenCaolán McNamara2-13/+0
2014-10-15fix indentCaolán McNamara1-1/+1
2014-10-15coverity#1242817 Untrusted loop boundCaolán McNamara1-0/+2
2014-10-15coverity#1242879 Untrusted value as argumentCaolán McNamara1-0/+6
2014-10-15coverity#1242719 Untrusted value as argumentCaolán McNamara1-2/+11