summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-20fix exception not caughtNoel Grandin
2014-08-20disable the test until I understand the problemMarkus Mohrhard
2014-08-20move comment into assertCaolán McNamara
2014-08-20fix indent to get this working againCaolán McNamara
2014-08-20fix crash on loading ooo83574-1.docCaolán McNamara
2014-08-20fix string out-of-bounds assert on rhbz496762-1.pdfCaolán McNamara
2014-08-20fix string out-of-bounds assert on gnome627759-1.odsCaolán McNamara
2014-08-20java: remove unnecessary return statementsNoel Grandin
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-20no need to instantiate an object to get it's classNoel Grandin
2014-08-20use correct loop index variableNoel Grandin
2014-08-20remove some dead Java codeNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-20Fixed size of 'formula' dialog in CalcSzymon Kłos
2014-08-20avoid potential null dereferenceDavid Tardon
2014-08-20do not use obsolete OSL_VERIFY macroDavid Tardon
2014-08-20this assert does not make senseDavid Tardon
2014-08-20empty ReferenceCaolán McNamara
2014-08-20empty m_aStatesCaolán McNamara
2014-08-20jurt: Throwable.getCause() instead of Throwable.getTargetException()rbuj
2014-08-20xmerge: Convert a primitive type into a stringrbuj
2014-08-20remove whitespaceMarkus Mohrhard
2014-08-20Wa: C4701: potentially uninitialized local variable 'fVal' usedTor Lillqvist
2014-08-19writerfilter: remove now unused namespace-alias elementsMiklos Vajna
2014-08-19writerfilter: stop reading namespace-alias elementsMiklos Vajna
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner
2014-08-19more flexible handling of current date/time hotkeysEike Rathke
2014-08-19a date is a date, without timeEike Rathke
2014-08-19Resolves: fdo#82355 crash on loading pptCaolán McNamara
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist
2014-08-19fix last commitLuboš Luňák
2014-08-19try to fix windows buildLuboš Luňák
2014-08-19only subtract height of hscroll if visibleCaolán McNamara
2014-08-19DOCX export: handle SDT end right before a section break introducing headersMiklos Vajna
2014-08-19writerfilter: stop reading namespace-alias elements in factoryimplMiklos Vajna
2014-08-19dangling unused .ui fileCaolán McNamara
2014-08-19split CppunitTest_sw_ooxmlexport into several testsLuboš Luňák
2014-08-19facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara
2014-08-19Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-19guard against division by 0Caolán McNamara
2014-08-19fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-08-19use SolarMutex instead of a custom GdkThreadLockDavid Tardon
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin