summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringloop cui,dbaccessNoel Grandin2018-07-2819-134/+126
* loplugin:stringloop basctl,chart2,connectivityNoel Grandin2018-07-288-44/+42
* Silence bogus GCC 8 -Werror=virtual-move-assignStephan Bergmann2018-07-281-0/+2
* Remove unnecessary theUICommandDescription.hpp includesMuhammet Kara2018-07-282-2/+0
* KJ: Update reference, superscript, & clone formatting iconsRizal Muttaqin2018-07-2815-0/+0
* tdf#118948 - Date format in Impress header/footer is lost when savingNoel Grandin2018-07-281-1/+1
* writerfilter: unit test that no w:default still uses "Normal"Justin Luth2018-07-283-0/+35
* uitest: support parameters when sending UNO commandsSaurav Chirania2018-07-285-0/+65
* Added ReplaceNullTransformationVikas2018-07-283-1/+83
* Mark workaround for compiler bug as suchStephan Bergmann2018-07-281-0/+2
* Missing include (Windows --disable-pch)Stephan Bergmann2018-07-281-2/+1
* Prevent loplugin:unreffun on explicitly defaulted special membersStephan Bergmann2018-07-281-0/+21
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-2827-1/+32
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-281-0/+1
* Remove unused type declaration CanvasRefMuhammet Kara2018-07-273-7/+0
* Merge identical conditional branches in ViewLayoutUserHdlMuhammet Kara2018-07-271-6/+1
* use boost::optional for OUString instead of std::unique_ptrNoel Grandin2018-07-272-3/+4
* loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin2018-07-2712-72/+48
* tdf#118966 vcl: add a flag to determine if AA of fonts is used from the systemMiklos Vajna2018-07-274-1/+40
* ofz#7960 tight OUString concat loop causes libfuzzer oomCaolán McNamara2018-07-271-23/+24
* svx UnoGraphicExporter: allow a custom AA just for that particular exportMiklos Vajna2018-07-271-0/+17
* Remove obsolete (cargo-cult copied) dependenciesJens Carl2018-07-271-30/+1
* ofz#9603 infinite recursionCaolán McNamara2018-07-272-17/+26
* ofz#9607 AbrtCaolán McNamara2018-07-271-10/+1
* tdf#76436 initialize maStartInterpolationValue.Mark Hung2018-07-271-0/+1
* update creditsChristian Lohmaier2018-07-271-1369/+1405
* sw: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-2717-10/+61
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+8
* writerfilter python: 2 blank lines after class/function definitionMiklos Vajna2018-07-276-2/+6
* editeng: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-274-8/+16
* tdf#111306: Hide background widget in sidebar in master and notes viewXisco Fauli2018-07-271-15/+5
* l10ntools: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+5
* Remove unused local variable aImageProviderMuhammet Kara2018-07-273-5/+0
* skip checking zip crcs when fuzzingCaolán McNamara2018-07-272-2/+5
* loplugin:returnconstant in frameworkNoel Grandin2018-07-276-53/+28
* loplugin:returnconstant in svl,svtoolsNoel Grandin2018-07-2712-31/+22
* loplugin:returnconstant in vclNoel Grandin2018-07-2738-234/+157
* svx: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-273-12/+0
* cppuhelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-2714-0/+114
* loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin2018-07-2712-57/+55
* uitest for bug tdf#100793Zdeněk Crhonek2018-07-272-0/+103
* new loplugin:stringloop, and applied in variousNoel Grandin2018-07-2716-88/+306
* loplugin:stringloop in vclNoel Grandin2018-07-276-33/+33
* Prepare for "Japan's Y2K" Gengou calendar era switch after 2019-04-30Eike Rathke2018-07-273-4/+15
* Use IsInArrayContext() instead of (bMatrixFormula || pCur->IsInForceArray())Eike Rathke2018-07-274-5/+5
* Introduce and use ScInterpreter::IsInArrayContext(), tdf#91502 follow-upEike Rathke2018-07-272-2/+11
* Related: tdf#91502 handle FORMULA() pCur->IsInForceArray() as wellEike Rathke2018-07-271-1/+1
* Resolves: tdf#91502 handle ISFORMULA() in array contextEike Rathke2018-07-272-0/+47
* add simple calc tests for ocAdd and ocSubLuboš Luňák2018-07-272-0/+5109
* make opencl also use approximate add and subLuboš Luňák2018-07-271-2/+40