summaryrefslogtreecommitdiff
path: root/nlpsolver
ModeNameSize
-rw-r--r--Extension_nlpsolver.mk1989logplain
-rw-r--r--Jar_EvolutionarySolver.mk3136logplain
-rw-r--r--Jar_nlpsolver.mk2498logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_nlpsolver.mk1088logplain
-rw-r--r--README118logplain
d---------ThirdParty / EvolutionarySolver / src / net / adaptivebox45logplain
d---------help / en / com.sun.star.comp.Calc.NLPSolver29logplain
d---------src63logplain
pan='3' class='logmsg'> Change-Id: I1bd92230e9fba8b562e57dbc3e269913dc3942e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151605 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2023-02-27tdf#146463: rework unittest to be DPI independentXisco Fauli Otherwise, it fails when scaling is 125% with Test name: Chart2ImportTest2::testTdf146463 double equality assertion failed - Expected: 4256 - Actual : 4330 - Delta : 30 Change-Id: I6cce69a00806208cbf168dfffc06ffb60f8a51bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147891 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2023-02-27CppunitTest_chart2_import2: use CPPUNIT_TEST_FIXTURE()Xisco Fauli This suite is large enough so that avoiding the declaration/registration/definition of each test manually saves a lot of space. Change-Id: I72b88eb4c369f45daa31c984b9e1021e66faafcc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147880 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann Change-Id: Ic2990ebc2e4a9a36dcd3f90c5f634ca7dd225d52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147491 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2023-01-17tdf#91265 Use same plot area distance as used in MSOGülşah Köse Changes the postion calculation for pie charts, where the margin min distance is now constant for pie charts, but unchanged for other chart types. This changes the positions of various pie charts used in tests, which have been changed to the new value after the cases have been checked. Added a new test with all 3 use cases (chart area width equals height, width is greater than height, width is less than height). Change-Id: I51f98f336a7c64a3e6762144fc7dc8d9df80f696 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143179 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2022-12-07chart2: pass chart number to getChartCompFromSheetXisco Fauli will be used in the following commit Change-Id: I9d0925d0ef2bf93c01499a62b8eeb4153aceb9cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143768 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2022-10-25ChartTest: inherit from UnoApiTestXisco Fauli Change-Id: Ie826b66364f61bdab555228ca3a348f86b34847f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141824 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2022-08-22chart2: always use the series for the keys (symbols) in data tableTomaž Vajngerl In special case the legend keys are not series, but can be each value of a series. This can't be done for the data table where so this has been disabled. This caused a crash when positioning the symbols, as in some cases we got 0 symbols (due to another bug that didn't put the symbols into the collection) or more symbols that there were series (and the symbols couldn't be positioned correctly). With this change we now get the correct number of symbols for the data table. Also added the test document and test to open the document, to make sure we don't crash anymore. Change-Id: Idbebdd5295595a823b5420958e803b13258df035 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138697 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2022-08-18tdf#150434: chart2, XLSX import: strip long legend labelsTünde Tóth Full text of legend labels could overflow the chart area, if the legend text was too long. If it's longer than 520 characters, strip it at the first space from the 500th character (or if there is no space, at the 500th character). This results better XLSX interoperability, too. Change-Id: I23a94f6baaf620b40e9b2819738eba5c5a921722 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137492 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org> 2022-04-14use more string_view in chart2Noel Grandin Change-Id: I9ab6cd3905bfb7c811e7ad14b54ced6c42d2e077 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133003 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2022-02-28tdf#146463: chart2_import2: Add unittestXisco Fauli Change-Id: I1c8879eaab8cfc3d623a27d7d5d3d8a9cffb003b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130693 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2022-01-31tdf#146066 chart: fix automatic axis scaling at datesTünde Tóth Automatic scaling of the Y axis was incorrect when the X axis was a date axis and the last Y value was the highest value. To fix this, increase maximum date value by one month/year. Regression from commit ed2c880a691a0b179bbc92a8ce4ee49eac004035 (tdf#133005 Chart: fix ODF import of date axis position). Change-Id: I0989ae8002e55f4ecfaf530ab845badb4409ecf1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128209 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org> 2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen See tdf#42949 for motivation Change-Id: I74a3c3a67c3639376e2251c3eb917fa4139dfbd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127808 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2021-06-15Split CppunitTest_chart2_import into twoXisco Fauli Change-Id: I1a9b98b9e20fd6e097bc8fd68958b7feb66991f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117236 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>