summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2014-01-21fdo#73618: Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann8-17/+17
3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. (cherry picked from commit a3f32769fc4bb23c64168b412dd10ec769a3854d) Conflicts: sc/source/ui/unoobj/nameuno.cxx sc/source/ui/unoobj/styleuno.cxx sfx2/source/appl/sfxhelp.cxx stoc/source/security/permissions.cxx sw/source/core/unocore/unocrsrhelper.cxx (None of those bogus startsWith calls seem problematic enough to warrant backporting also to libreoffice-4-2-0.) <- this is utter nonsense, this commit actually fixes fdo#73618 Reviewed-on: https://gerrit.libreoffice.org/7578 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 523ad9696c9135a29393a0c4d147ab206b6de4f5) squashed fixup: ucb: fix inverted condition in webdav lcl_sendPartialGETRequest (regression from a3f32769fc4bb23c64168b412dd10ec769a3854d) (cherry picked from commit 3780738154b8c3b3f9d85c64cccf621d97574886) Reviewed-on: https://gerrit.libreoffice.org/7581 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> (cherry picked from commit bd121d45f847ff353e3796510fac3181b88a87b1) Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21 Reviewed-on: https://gerrit.libreoffice.org/7580 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2014-01-21resolved fdo#73555 compile statistics templates using English grammarEike Rathke7-11/+21
The statistics templates' formula expressions are setup using English function names, so compile the resulting expressions using an English grammar merged with the current address conventions. (cherry picked from commit 9570a27d3e2f56e9046a8bfacaafe9e3c9744ac5) Conflicts: sc/source/ui/StatisticsDialogs/TTestDialog.cxx sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx Change-Id: I7c782a42d007daeaaf99463beb8aa580c05c7363 Reviewed-on: https://gerrit.libreoffice.org/7413 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-21resolved fdo#72293 correctly split grouped formulas and regroupEike Rathke2-5/+14
Grouped formulas need to be split at both edges of the deleted area, regroup _after_ rows have been deleted. Change-Id: I840806f30cef592e17b4cd3a33c81fd2a8309055 (cherry picked from commit 42f551d524a1df46f6a311d5897ac30bd8fc1aaf) Reviewed-on: https://gerrit.libreoffice.org/7453 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-21fdo#73655: Don't adjust formula tokens on non-top shared formula cells.Kohei Yoshida1-0/+17
Only adjust tokens for non-shared formula cells and shared formuls cells that are the top of their respective shared groups. Change-Id: I9cd57653602c97504a802001947a28c4d03368a5 (cherry picked from commit 982a03d4e2baf4ca7e78c79014389d9b23e200d1) Reviewed-on: https://gerrit.libreoffice.org/7483 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-21resolved fdo#73836 do not apply format twice to stringEike Rathke1-4/+6
ScDocument::GetString() already returns the formatted string that then was formatted through number formatter. Format raw string instead. Change-Id: I806b4fc904d04169a6c1dbd4a3d00e2556eda7bd (cherry picked from commit f6b9b73a1f87d1815ed8ab8f2494e5526a710bb9) Reviewed-on: https://gerrit.libreoffice.org/7550 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2014-01-17ellipsize incorrectly set here for some reasonCaolán McNamara1-2/+1
so the opencl options dialog has ellipsized strings in it (cherry picked from commit 251f21699ef786557134fc00ff1293acb57e4158) (cherry picked from commit ca1b5e35ba4f0b476cebc99cc0cbf562271171e7) Change-Id: I85b89c59c3545aef538da47a3d3727110cff4a82 Reviewed-on: https://gerrit.libreoffice.org/7500 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-01-13designate various elements to shrink in options panes for e.g. deCaolán McNamara4-432/+395
...where labels etc are longer than the space available then specific which things should shrink to avoid cut off text. designate which elements should shrink when limited width (cherry picked from commit 6cdf269a93685d5dfd7811faabb55acd2d7b2561) (cherry picked from commit 2f6f9236eb6d64f1adaef275df100dde898a8dd5) designate which elements should shrink when limited width Calc general page (e.g. .de) (cherry picked from commit 7fb178343eb121ff5e262a16aa601f7be23edc69) (cherry picked from commit 9a7bbabc4fd95089068217d38cd0281da65de756) designate which elements should shrink when limited width load/save HTML compatibility page (e.g. .de|pl) (cherry picked from commit 3b0648f2b74b5ac95deabcc3dce2ff690a1f6cc6) (cherry picked from commit 9a8a7212508151971dde9811e71c1cb775585ac3) stretch label to fill vertically for long text calc compatibility page (e.g. de) (cherry picked from commit 3466f403470c192d24b9d7859b8a6a6ae5c94a2b) (cherry picked from commit c8204020835de157aaef60e217275612dab8b633) allow long labels to line break writer table options page (e.g. de) (cherry picked from commit 5b29623e0ad6231dd933bd2b2a0017f89436c9d8) (cherry picked from commit ca070a758cd29315b4e9f91a298c90d2f57936a0) designate which elements should shrink when limited width draw/impress print options page (de) (cherry picked from commit 45b72633d1bea5e75a27f5fd93e91071e04c050c) (cherry picked from commit 1657e20e663c0cc65168cd193dd19ff78f478e03) these checkboxes should be indented to indicate their level (cherry picked from commit 1f5203302b7be632d6a500643e90a63a81ca5d4a) (cherry picked from commit 0c51aa45e0046a7831f8f365abdfeab3b9271864) fc5c230040c9b59f8570a64deda0121ac93ed0e9 1d118ebcf8718244dd4f2bab2dc6cb8d60b1008b eab742900747808a4c27205b190e416b391b7a39 b8f3daad397fc4b8d37979f5c6d1e12b8884677d e4cf8902d3db68a156d10bd4d1b2c7db33539f9c 5928f416e9bc3567111da99509133e27a2f4ad14 specify that grid color listbox can shrink... in calc->view options and that the checkbox entries cannot when options pane isn't wide enough to fit everything in (fr). Necessitates swapping columns so the stretching/shrinking column can be centered horizontally for e.g. en to remain pretty. (cherry picked from commit 8b6823e0bae689519839f18031e9c59a94dfbec8) (cherry picked from commit 62ebabab96f6cd47e9813ca15b9b8ace3cc5292a) specify which elements can shrink in options view if there isn't enough space to show everything (fr) (cherry picked from commit 6cb6370711f1072e3266d9218f7e42534e8ed58c) (cherry picked from commit 71a5e5c1f0fb783127fc86a3114a6387553d0037) stop condition reversed, sigh (cherry picked from commit 03e0781145bceebca84e5d891ed0df72c75389da) (cherry picked from commit de9a62919fac612f793793bcb71c5137118b400a) plenty of space in the empty cell that can be used (cherry picked from commit 037cd59fe5494baa6cba1bd76f19026fe4cbbb5a) (cherry picked from commit eee8f68136ffd35947dd7e37a6eb5e8a869badda) reorganize opt view page to shrink neatly i.e. all shrinkable elements in the one column (de) (cherry picked from commit a7a3733d8872551279d2b96aecb5a64e1ffd0c98) (cherry picked from commit 4619623347175a9b37fde26351df87dee5d91720) put these col entries back as rows again because in French they are way too long to go side by side (cherry picked from commit 52f4526afe382c5c79465484da0d349ade305239) (cherry picked from commit 55e61c9810d3e7107abfd002cec48b9f83081711) tweak autocaption option page to shrink nicely in the face of super wide frame label text (fr) (cherry picked from commit 4819ccc1ccf245b7df12df7d6bc1c4c458375e36) (cherry picked from commit f919e2fbb71670777ef06cc06339cae233e5dd12) wrong title, copied and paste from its neighbour (cherry picked from commit 224da5bcde2a62d375490456f717e5c2a639a802) (cherry picked from commit 56994dca201b3573cc99aea1600acbfa43a892d6) select elements that are to shrink when not enough space options->language settings (fr) (cherry picked from commit 1a25a0c9b506294bc40397d2f1cc860290f1ae55) (cherry picked from commit 316496e1c0c42a02cc3850b494b6a5134d836543) swap entries to optional checkbox is on last row so there isn't a hole if the remote control option is hidden (cherry picked from commit 4e7333c6a66382e740748ee7dd8c48179ba62b7b) (cherry picked from commit 6301820d72bca8ab065ed9c3c41ea4a3d04333e4) Change-Id: Ib9b7eb21cacdf864f309a0a853d64f299ec7b74c Reviewed-on: https://gerrit.libreoffice.org/7341 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Adolfo Jayme Barrientos <fito@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2014-01-12correct loops in UpdateNoteCaptions for notesLaurent Godard1-2/+2
Change-Id: Icec072eea61a194d72ce00c58dfbd85b1ec85abb Reviewed-on: https://gerrit.libreoffice.org/7390 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 20ecc5b59d757307fbc9c3222af2a34ab8fb5bde) Reviewed-on: https://gerrit.libreoffice.org/7391 (cherry picked from commit 81c4f9c4f957a08eeaed3967260e3d700320f5de) Reviewed-on: https://gerrit.libreoffice.org/7392 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2014-01-11fdo#68961: Check visible range during scrolling, and re-paint if necessary.Kohei Yoshida4-9/+24
Change-Id: I47383cc0c4cf0ec48ce621ba5acac33db44ba313 (cherry picked from commit e36c8a674845ab19577fc06d44b780549757e1e7) Reviewed-on: https://gerrit.libreoffice.org/7352 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 1f349d3240115651346da04daeb3459b31782301) Reviewed-on: https://gerrit.libreoffice.org/7368 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-11resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke5-42/+269
Update mdds to 0.10.1, set it as the required baseline. Patch mdds to make available a method to empty multiple elements in one call. This is for multi_type_matrix. (cherry picked from commit 47a7565315dcfc4271c2b2c205225d914a1a5094) Update mdds to 0.10.1, set it as the required baseline. This update will obsolete two patches that were previously applied. (cherry picked from commit 12890dd7adfc70bc562bb2760084515cc1269a38) Conflicts: download.lst resolved fdo#72929 buffer jump matrix' result matrix blocks (cherry picked from commit ae4dc8e0ea3b78d804d1022905501a56030073c0) Change-Id: I7b1fcf6b16b5addbb76078506536542cddede25f Reviewed-on: https://gerrit.libreoffice.org/7321 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist2-13/+8
Change-Id: Ia33002819023c79160d921fbc1cca7a5c12d143a
2014-01-07Add some more loggingTor Lillqvist1-8/+11
Change-Id: I637c365626242142a0f6fc0ac002fa9dd5f1340a
2014-01-07Avoid assertion failure if group has been disabledTor Lillqvist1-1/+3
Change-Id: I918f2716778ddd9ede56b5df731a531f97a3b24d
2014-01-07Background OpenCL compilation re-factoringTor Lillqvist7-39/+112
Don't use a mutex and condition in each ScFormulaCellGroup. Not sure at all if this crack works, and I hate every moment spent on it, but at least it is still behind an environment variable. Change-Id: I70c917d47112e3a2ed010de4d123a4155f71c004
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida4-13/+47
(cherry picked from commit 17b00767948f7add229ec589c06cd8c898032ffa) Conflicts: sc/qa/unit/subsequent_filters-test.cxx Change-Id: Ibdb2b7ab2bae03875a3462816e860f58d9076457
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida6-9/+174
Change-Id: I0fc1fd069440ed6fee378fc2dfd2ed761afbdeab (cherry picked from commit 8728f8e8705cfb6875a315aef85ec6004604e702)
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida7-133/+218
Fixing a bug and cleaning up the code all at the same time. And don't forget to write test for it as well. Change-Id: Ia0322c4bebd4c5debcbfa4bb0902afbe581208b2 (cherry picked from commit 4a7a6b46c0dc779581f271b9e6c13c365eca7ab8)
2014-01-06Add unit test for getting data entries. This used to crash at MAXROW.Kohei Yoshida2-0/+47
Change-Id: Ia904f69ddebcbd61e4ad3b97a0ace3db2d3a33e7 (cherry picked from commit 4796d5dde115cc56eeddb67f38ce7b9f490e886d)
2014-01-06avoid out of bounds string accessCaolán McNamara1-4/+4
Change-Id: I0a0affea08528fc9bd729ab01cdb5fa6e9f8e18f (cherry picked from commit 8c0bb201382d839124fb9a9c8906e2c2018a6939)
2014-01-06fdo#73117 fix switched true/false explanation for HYPGEOM.DISTWinfried Donkers1-2/+2
in function wizard. Change-Id: I768620967728c619e051e35e8ff472ae12f1404d Reviewed-on: https://gerrit.libreoffice.org/7274 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-05Don't crash when entering a value into cell at MAXROW position.Kohei Yoshida1-1/+8
Beucase that would be bad. Change-Id: I7ce22105d88346f1cda12897eb57923dee8bd467 (cherry picked from commit a6070efb880e4c8fca54b900e807d9233bcb25fd)
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke2-8/+16
... and not on the result vector if that isn't included. Actually implements a TODO introduced with c008dc483f8c6840803983e7e351cec6fdd32070 Change-Id: Ic6c7ae70651aca21f22f10f76f94eb8690536bef (cherry picked from commit a7d6e1f3eb60e4b73092dfe3f21501b4d150f041)
2014-01-03-Werror=unused-variableMatúš Kukan2-3/+2
Change-Id: I44e4f9a38deac882acbd444b5e7026d5019ea958 (cherry picked from commit 296b1e76071698c990e726d2f7935cef9ca07fbe)
2014-01-02added Latvian "LVL" to EUROCONVERT(), fdo#73239Eike Rathke1-1/+2
Change-Id: I2041a4a8fa2387a217eac96d4424f8ee511a2e00 (cherry picked from commit cc1b6535e01db62688a7bee50852d33e4ee50761)
2014-01-02added Estonian "EEK" to EUROCONVERT(), fdo#73239Eike Rathke1-2/+7
Change-Id: Ib4c82992e12758fcec6c667c57849935cd518972 (cherry picked from commit 127f863c727c07f1da40005fe638d97e89baaccf)
2014-01-02resolved fdo#73113 not string cell does not mean no string at cellEike Rathke1-3/+21
Introduced with c008dc483f8c6840803983e7e351cec6fdd32070 the ScQueryCellIterator::BinarySearch() evaluated all non-string cells as not being string, ignoring edit cells and formula cell string results. Change-Id: I43be46dc8db35d6d0677086c345379ed4627b355 (cherry picked from commit 6046207ea2ef67de1388b30a7e8e0da5dcf5e6bf)
2014-01-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks3-42/+55
Change-Id: I12c8afe6467bf3ae755faf8c6d01c6aa37d5be27
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks3-1/+17
Change-Id: I3588ef45617bda440f970e54274cc0985b7baed5
2013-12-31GPU Calc: Remove unnecessary 'std::cerr'haochen2-4/+8
And add 'exception catching' for return to CPU caculate Change-Id: I640894d677eaf73367bb51dec51c8baeb412bca6 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Fix accuracy not reach 11 in MDURATIONxinjiang2-23/+82
AMLOEXT-223 FIX Change-Id: Ic7f35d85cc10f14487411633a54c43bbfafe688f Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for accuracy not reach 11 in MDURATIONxinjiang2-0/+24
AMLOEXT-223 BUG Change-Id: Ib8349015152da6b641193b8558cb8a2959513631 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Optimize Vlookuphaochen1-19/+34
AMLOEXT-406 Change-Id: Ibd1ad4e93ccfa1bb3a64545f4f007e4116691791 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVPAshiming zhang1-0/+23
AMLOEXT-405 FIX Change-Id: I7057104900140197a8e018710de863415920827d Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVPAshiming zhang2-0/+27
AMLOEXT-405 BUG Change-Id: I65cf098eefbffd5c1c838a2f4d91ba3472caf50c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVAshiming zhang1-0/+23
AMLOEXT-404 FIX Change-Id: Idb3dae8907b753c8680de8673621102128e43ef0 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVAshiming zhang2-0/+27
AMLOEXT-404 BUG Change-Id: I7dfbbecee5f178a42b28d9df0f4f205fa694d152 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Fix bug of support optional parameter for VARPAshiming zhang1-0/+22
AMLOEXT-403 FIX Change-Id: I21e0cd502abfa081885327316bd42e3c1702c494 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for support optional parameter for VARPAshiming zhang2-0/+26
AMLOEXT-403 BUG Change-Id: Ie48f1e6a6abb6dae95477902a5211729dd91ee5e Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Fix bug of support optional parameter for VARAshiming zhang1-0/+23
AMLOEXT-402 FIX Change-Id: I61b051324bb1421aafb048d3b76b50e182734076 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for support optional parameter for VARAshiming zhang2-0/+28
AMLOEXT-402 BUG Change-Id: If6f4064d3e706957cc1db0c668f42675642455c3 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Fix Not support multiple data types of HARMEANmingli1-7/+10
AMLOEXT-401 FIX Change-Id: If398e6abfb7eec11033290fb7e9c87c26829ef90 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for Not support multiple data types of HARMEANmingli2-0/+25
AMLOEXT-401 BUG Change-Id: I7960b47c62a4a5d65e0ae5814d5b14763cea4e74 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Fix Not support multiple data types of KURTmingli1-92/+168
AMLOEXT-387 FIX Change-Id: I7faa87205bc82a1078f29bcb763d9ba3c3c20f2f Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for Not support multiple data types of KURTmingli2-0/+25
AMLOEXT-387 BUG Change-Id: I491dfd98183691033a15f21f41efe514bf96de85 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Optimized TBILLPRICEyiming ju2-70/+15
AMLOEXT-386 Change-Id: Ida4704f9864e0ba3fe043f33ac58b8ae1a7ab098 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Fix bug of Averageif not support double vectoryiming ju1-32/+131
AMLOEXT-386 FIX Change-Id: If8bd95079c725c690e5ca10c6c5954d01f971c0e Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for Averageif not support double vectoryiming ju2-1/+24
AMLOEXT-386 BUG Change-Id: Ie7c20cf9e354ca4c88388238ba735262098bb09f Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: fix compiler warningI-Jui (Ray) Sung1-1/+0
Change-Id: Iaadf726cbece3d077667175f3f60bf2345179202 Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Optimized COUPPCDminwang2-89/+77
AMLOEXT-382 Change-Id: I49ed9bdd88a0f00da4475798362750d5a0253c09 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
2013-12-31GPU Calc: Optimized COUPNCDminwang2-92/+79
AMLOEXT-381 Change-Id: Iccae2ddd0bbfc598016ca331402003625251d99b Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>