summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-19fix java1.5 build compatibilityNoel Grandin1-1/+0
2014-08-19Fix Insert 3D Model file dialog's "All supported formats" filterZolnai Tamás1-1/+1
2014-08-19can actually manage to ask createStream for missing streamsCaolán McNamara1-3/+2
2014-08-19odk: Clean up commentsChris Laplante15-70/+10
2014-08-19empty m_aStatesCaolán McNamara2-10/+13
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante207-2329/+237
2014-08-19writerfilter: fail on mistyped namespace URL'sMiklos Vajna2-5/+2
2014-08-19error C2296: '<<' : illegal, left operand has type 'const char [28]'Miklos Vajna1-0/+1
2014-08-18fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane1-2/+2
2014-08-18writerfilter: sort namespaces in OOXMLStreamImpl::getFastParser()Miklos Vajna1-2/+5
2014-08-18remove cruftEike Rathke1-3/+0
2014-08-18Bin "temporary" code that doesn't compile any longerTor Lillqvist1-8/+0
2014-08-18Let's not export sheet tab color when it's not set.Kohei Yoshida1-2/+3
2014-08-18Write test to ensure that we export sheet tab color settings correctly.Kohei Yoshida1-0/+18
2014-08-18fdo#82757 call convertStringToNumber and detectNumberFormat with same localeLionel Elie Mamane1-1/+15
2014-08-18Typo: loop on all Marks instead of processing Mark(0) over and overMatteo Casalin1-1/+1
2014-08-18Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann1-10/+10
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann12-25/+20
2014-08-18Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann9-19/+14
2014-08-18Annotate code & remove unnecessary scope.Kohei Yoshida1-7/+9
2014-08-18Nested conditional !(cond1 && cond2 && cond3) is harder on human brain.Kohei Yoshida1-2/+2
2014-08-18Using empty() makes it clearer.Kohei Yoshida1-1/+2
2014-08-18TODO items from the old maintainers. No longer relevant.Kohei Yoshida1-12/+0
2014-08-18detect * with no character following as invalid format codeEike Rathke1-0/+5
2014-08-18Downcast to wrong SfxPoolItem sub-typeStephan Bergmann1-1/+1
2014-08-18Fix -Werror=sign-compareMiklos Vajna1-2/+2
2014-08-18more out-of-bounds string accessesEike Rathke1-30/+32
2014-08-18do not even append the 0x1B in this caseEike Rathke1-1/+1
2014-08-18no need to set bRes=false here, it is alreadyEike Rathke1-4/+0
2014-08-18DOCX export: don't forget to close SDT elements inside the TextBoxes of shapesMiklos Vajna5-0/+18
2014-08-18Partial revert of d4cf8c2518c77631f91db8564bf3a506f0ab8e70Stephan Bergmann1-47/+47
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann11-19/+14
2014-08-18prevent out-of-bounds string accessEike Rathke2-5/+27
2014-08-18Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann5-325/+325
2014-08-18Remove unnecessary #includeStephan Bergmann1-1/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara145-156/+1
2014-08-18check len before memcpying into itCaolán McNamara1-0/+15