summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-03fix OpenCL PEARSON()Luboš Luňák1-8/+11
2018-12-03make OpenCL SUM() treat empty cells properlyLuboš Luňák1-0/+6
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák9-9/+107
2018-12-03restore functionality of OpenCL ParallelReductionVectorRef classLuboš Luňák1-0/+372
2018-12-03simply abort if SC_FORCE_CALCULATION has unknown valueLuboš Luňák1-1/+2
2018-12-03remove unused functionLuboš Luňák1-4/+0
2018-12-03fix OpenCL PRODUCT when there are actually no valuesLuboš Luňák1-8/+19
2018-12-03make sure opencl is not used from withing ocTableOpLuboš Luňák1-0/+4
2018-12-03fix opencl INTRATELuboš Luňák1-3/+2
2018-12-03sync PI value used in opencl SQRTPI to the one used in scaddinsLuboš Luňák1-1/+1
2018-12-03treat second argument of opencl's dollarde/dollarfr as integerLuboš Luňák1-4/+4
2018-12-03disable opencl implementation of AMORDEGRCLuboš Luňák1-2/+2
2018-12-03avoid crash in opencl AMORDEGRC and AMORLINT argument handlingLuboš Luňák1-20/+34
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen34-59/+59
2018-12-03Revert "sw_redlinehide_3: apparently a live SwNodeNum always has a parent"Michael Stahl1-2/+0
2018-12-03Jenkins' lo_tb_master_linux needs --disable-werror tooStephan Bergmann1-0/+1
2018-12-03Add AnyCompareFactory_get_implementation and...Tor Lillqvist1-0/+2
2018-12-03sw: convert assert(bSelected out of sync) to SAL_WARN for nowMichael Stahl2-2/+2
2018-12-03Enabling Developer Toolset 7 for Jenkins' lo_tb_master_linuxStephan Bergmann1-0/+2
2018-12-03ofz#11611 build failure with std::unexpected_handlerCaolán McNamara1-1/+1
2018-12-03Revert "Check against concrete expected values in PdfExportTest::testTdf115262"Stephan Bergmann1-2/+2
2018-12-03tdf#121620 Opening Image tab of Bullets and Numbering dialog resets selectionNoel Grandin1-1/+1
2018-12-03tdf#120781: Proposed DnD operation is not always 'move'Katarina Behrens4-13/+37
2018-12-03sw: prefix members of SwTableFieldMiklos Vajna2-21/+21
2018-12-03Fix undocking sidebar with tab bar menu undock locks focusJim Raykowski1-0/+2
2018-12-03Simplify containers iterations in sdextArkadiy Illarionov26-608/+383
2018-12-03sw: paragraph-sign: formattingAshod Nakashian1-18/+23
2018-12-03sw: paragraph-sign: validate current SwTextNode directlyAshod Nakashian3-13/+21
2018-12-03sw: paragraph-sign: get graph-names only onceAshod Nakashian1-27/+31
2018-12-03paragraph-sign: exception-safe metadata graph enumerationAshod Nakashian2-13/+43
2018-12-03sw: rdf: Split graph-name lookup from getStatementAshod Nakashian2-15/+44
2018-12-03sfx2: Combine metadata graph lookup and filteringAshod Nakashian1-17/+50
2018-12-03sw: paragraph-sign: erase metafields from copied text correctlyAshod Nakashian1-4/+5
2018-12-03sw lok: delay processing idle jobs to let LOK finish initializationAshod Nakashian2-6/+35
2018-12-03Compute (un-)premultiply_table at compile timeStephan Bergmann3-31/+43
2018-12-03Fix typoAndrea Gelmini1-1/+1
2018-12-03tdf#45904 Move XElementAccess Java tests to C++Jens Carl6-124/+10
2018-12-03tdf#45904 Move XIndexAccess Java tests to C++Jens Carl2-4/+9
2018-12-03Fix JunitTest_chart2_unoapi failing DBG_TESTSOLARMUTEX on WindowsMike Kaganski1-1/+2
2018-12-03test: enable clang-format for xindexaccessJens Carl1-2/+0
2018-12-03Let so_activex learn to work with Win32 errors and HRESULT properlyMike Kaganski1-340/+346
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski14-35/+26
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski6-22/+15
2018-12-03Resolves: tdf#121810 wrong column orderCaolán McNamara2-2/+8
2018-12-03ofz#11679 avoid config using pathCaolán McNamara1-0/+4
2018-12-02no need for approxFloorhimajin1000001-1/+1
2018-12-02Fixed header include guard in offapi/com/sun/star/sheet/XConditionEntry.idlVikas Mahato1-2/+2
2018-12-02-Werror,-Wc++98-compat-extra-semiStephan Bergmann1-1/+1
2018-12-02loplugin:intvsfloat get this working reliablyNoel Grandin5-30/+24
2018-12-02use same [un]premultiplyCaolán McNamara3-87/+94