summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin93-226/+225
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin11-33/+33
2014-08-20no need to instantiate an object to get it's classNoel Grandin1-2/+1
2014-08-20use correct loop index variableNoel Grandin1-2/+2
2014-08-20remove some dead Java codeNoel Grandin4-14/+0
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin11-65/+28
2014-08-20Fixed size of 'formula' dialog in CalcSzymon Kłos1-1/+1
2014-08-20avoid potential null dereferenceDavid Tardon1-3/+7
2014-08-20do not use obsolete OSL_VERIFY macroDavid Tardon1-2/+2
2014-08-20this assert does not make senseDavid Tardon1-1/+0
2014-08-20empty ReferenceCaolán McNamara2-1/+69
2014-08-20empty m_aStatesCaolán McNamara2-6/+69
2014-08-20jurt: Throwable.getCause() instead of Throwable.getTargetException()rbuj3-4/+4
2014-08-20xmerge: Convert a primitive type into a stringrbuj3-7/+5
2014-08-20remove whitespaceMarkus Mohrhard2-18/+0
2014-08-20Wa: C4701: potentially uninitialized local variable 'fVal' usedTor Lillqvist1-1/+1
2014-08-19writerfilter: remove now unused namespace-alias elementsMiklos Vajna2-47/+0
2014-08-19writerfilter: stop reading namespace-alias elementsMiklos Vajna1-13/+9
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner38-116/+121
2014-08-19more flexible handling of current date/time hotkeysEike Rathke1-12/+55
2014-08-19a date is a date, without timeEike Rathke1-8/+24
2014-08-19Resolves: fdo#82355 crash on loading pptCaolán McNamara1-2/+3
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist1-5/+31
2014-08-19fix last commitLuboš Luňák4-4/+4
2014-08-19try to fix windows buildLuboš Luňák5-5/+5
2014-08-19only subtract height of hscroll if visibleCaolán McNamara1-2/+5
2014-08-19DOCX export: handle SDT end right before a section break introducing headersMiklos Vajna4-1/+22
2014-08-19writerfilter: stop reading namespace-alias elements in factoryimplMiklos Vajna2-9/+18
2014-08-19dangling unused .ui fileCaolán McNamara1-190/+0
2014-08-19split CppunitTest_sw_ooxmlexport into several testsLuboš Luňák12-3362/+3767
2014-08-19facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara1-1/+1
2014-08-19Avoid possible memory leaks in case of exceptionsTakeshi Abe2-8/+5
2014-08-19guard against division by 0Caolán McNamara1-12/+17
2014-08-19fdo#75757: remove inheritance to std::vectorTakeshi Abe3-8/+3
2014-08-19use SolarMutex instead of a custom GdkThreadLockDavid Tardon3-16/+2
2014-08-19java: no need to instantiate String objects directlyNoel Grandin60-150/+132
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin24-58/+58
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin132-445/+445
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin18-50/+50
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin322-1128/+1128
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin198-402/+402
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin87-288/+277
2014-08-19simplify CallFormWizardNoel Grandin5-137/+115
2014-08-19java: remove unused methodsNoel Grandin48-3279/+1
2014-08-19fix intermittent crash in make checkNoel Grandin1-0/+9
2014-08-19DOCX export: handle SDT around floating tablesMiklos Vajna2-0/+3
2014-08-19enable test after fixing the validation errorMarkus Mohrhard1-11/+0
2014-08-19fix for PtylTestEncryptionAndExport (on sofficemain.cxx)Ptyl Dragon1-1/+4
2014-08-19DOCX export: handle multi-para SDT's ending right before a tableMiklos Vajna2-0/+3
2014-08-19Make Draw use paper size when printing - fdo#63905Eilidh McAdam1-5/+28