summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-12convert Link<> to typedNoel Grandin5-9/+7
2015-10-12cppcheck:variableScopeNoel Grandin22-151/+117
2015-10-12Related tdf#45775: PgSQL new DB allow empty DatasourceJulien Nabet2-0/+2
2015-10-12android can only target sdk 22 - openssl triggers text relocation errorsChristian Lohmaier1-1/+4
2015-10-11ignore orcus::sax::malformed_xml_error etc tooCaolán McNamara1-8/+8
2015-10-11fix crash on examining ooo55043-1.odt etcCaolán McNamara2-0/+18
2015-10-11tdf#90053 add svgio to Android Viewer, so display of svg worksChristian Lohmaier1-0/+1
2015-10-11tdf#94891 fix crash when rotating screen in docbrowser right after launchChristian Lohmaier1-3/+10
2015-10-11Moggi thinks this mutex is unnecessary and I trust himTor Lillqvist1-3/+0
2015-10-11valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-4/+5
2015-10-11cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-4/+4
2015-10-11tdf#94888: Accessing Sharepoint r/o share through UNC path does not workGiuseppe Castagno1-0/+1
2015-10-11tdf#93243 slideshow: replace boost::bindDaniel Robertson7-96/+52
2015-10-11Replace simple while loops with range-based forDaniel Robertson10-195/+94
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier6-233/+149
2015-10-11migrate android build to gradleChristian Lohmaier26-659/+599
2015-10-10Updated coretagezi1-0/+0
2015-10-10cppcheck: redundantCopyCaolán McNamara1-1/+1
2015-10-10Fix FTBFS with TDE integration due to recent SalFrame changesSlávek Banko1-2/+2
2015-10-10tdf#94879 add 'm' suffixes to member variablesmelikeyurtoglu3-77/+77
2015-10-10remember host namefeature/gsoc15-open-remote-files-dialogSzymon Kłos1-0/+1
2015-10-10fixed CMIS service editingSzymon Kłos1-3/+8
2015-10-10add "GODSON64" aka mips64 to the JAVAINTERPRETER 64bit checkRene Engelhard1-1/+1
2015-10-10also update line panel for axis, related tdf#94933Markus Mohrhard1-1/+4
2015-10-10also update line panel for average and trend line, tdf#94933Markus Mohrhard1-1/+1
2015-10-10we need to take the SolarMutex when we change the UIMarkus Mohrhard1-0/+2
2015-10-10use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard2-0/+4
2015-10-10afl-eventtesting: there is no focused/active window in headless modeCaolán McNamara2-16/+32
2015-10-10valgrind: zero padding bytesCaolán McNamara1-2/+4
2015-10-10Updated coreAdolfo Jayme Barrientos1-0/+0
2015-10-10fix gnumeric importMarkus Mohrhard4-3/+11
2015-10-09fix build by moving python-related includes below othersDouglas Mencken2-4/+4
2015-10-09tdf#39468 translated german comments in test.cxxAlbert Thuswaldner1-61/+60
2015-10-09remove now unneeded apache-commons libsRene Engelhard17-487/+15
2015-10-09don't put the checkbox into the HBox, tdf#94870Markus Mohrhard1-21/+19
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard3-11/+24
2015-10-09no need for using rtl::OUString in core codeMarkus Mohrhard1-1/+0
2015-10-09remove whitespaceMarkus Mohrhard1-2/+0
2015-10-09remove whitespaceMarkus Mohrhard1-3/+0
2015-10-09tdf#39468 translated german comments in styledlg.cxxAlbert Thuswaldner1-4/+4
2015-10-09remove redundant codeRosemary1-54/+40
2015-10-09correct creation of hex string from digitRosemary1-1/+1
2015-10-09Convert hex string to upper caseRosemary1-1/+1
2015-10-09Revert "Resolves: tdf#94869 propagate error when obtaining a scalar double va...Eike Rathke1-15/+7
2015-10-09crashtestig: infinite recurse in ooo32833-1.sxcCaolán McNamara1-1/+4
2015-10-09afl-eventtesting: we want to allow dialogs in ui-testing modeCaolán McNamara1-3/+3
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl8-9/+345
2015-10-09filter: convert OSL_FAIL to SAL_WARNMichael Stahl2-10/+11
2015-10-09crashtesting: ooo95537-1.xls fails with a fAnz that is nanCaolán McNamara1-5/+5
2015-10-09malloc + memset(0,..) -> callocCaolán McNamara1-2/+1