summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-20Don't need Base, Calc, Draw and Math functionality here for nowTor Lillqvist
Change-Id: I20b9325f9c7eed1e49ea815c284f8fe1a6ed428d
2013-12-20Avoid unnecessary library re-building in the DISABLE_DYNLOADING caseTor Lillqvist
In the DISABLE_DYNLOADING case, a gbuild "Library" is actually a static archive, so no point in having it depend on other libraries and be re-created each time one of those have changed. This hopefully will speed up incremental rebuilds for iOS and Android nicely, especially in a debugging tree, as the creation of large static archives with debug information is quite slow. Change-Id: I17d6a8aeffa65b1e09a7a11544683659c72a50ba
2013-12-20Updated coreCaolán McNamara
Project: help 309b32b4b137f84d9eae6d84a1a9667da6b62201
2013-12-20oox: import textframe border line width from drawingmlMiklos Vajna
With this, CppunitTest_sw_ooxmlexport's testTextFrameBorders finally pases, even in experimental mode. Change-Id: I393bf1089702004956124c6aaad594ed32804b71
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara
Change-Id: Ie97b9fcdd5fb93d195ea1beb536d5a0ac7bf7cc4
2013-12-20Resolves: #i121943# apply patch for PenWidth attributeJürgen Schmidt
Patch By: hanya Review By: jsc (cherry picked from commit 91e3fca93d3a0b51e8f1ea87df902d928a7005ca) Conflicts: offapi/com/sun/star/presentation/XSlideShowController.idl Change-Id: I3709ee605efc4b5b80e293eb34245c9eb0d018cc
2013-12-20oox: import textframe shadow from drawingmlMiklos Vajna
CppunitTest_sw_ooxmlexport's testTextFrameBorders is a reproducer for this problem. Change-Id: I5e164c6c151caca62e5b4464e7ed3708f59ada82
2013-12-20Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt
Patch By: hanya Review By: jsc (cherry picked from commit 0164d67071d06aa42213c4a66765b5d032ca84d3) Change-Id: Iad363b75dd30722b10139b31c90b3d598deaaf30
2013-12-20Improve the tiles per second calculationTor Lillqvist
Avoid an implicit upper limit on the value calculated (and displayed) by keeping a counter, too, for each slot in the array. Also edit a comment, as I now have a better understanding of how the tiling works. Change-Id: I5df4076917a244f73f27b66f4983f17ce95b9df7
2013-12-20WaE: statement aligned ... [loplugin]Tor Lillqvist
Change-Id: Ifd2693b36418fa6506ffac1584688e13e7f913f3
2013-12-20Remaining -Werror=unused-variable fixes to get sc build againMiklos Vajna
Change-Id: I43a15ad87422201989f3facb0b992ec73d3315ae
2013-12-20-Werror=unused-variableMiklos Vajna
Change-Id: Ieb7ec6ff5f1068dd7ec842263715be622b55c550
2013-12-20-Werror=shadowMiklos Vajna
Change-Id: I663824865d6f3dfec83e0b71992d1ab3c9f184f2
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke
Set to true for export, false for import. If export true, an XMLPropertyMapEntry with mbImportOnly==true is not added to the mappings. This to be able to have more than one mappings for import (for example a current extension namespace and the future namespace proposed to the ODF-TC, or corrected typos in element or attribute names), but map only to one entry on export, of course. Change-Id: Ia01ea949c88eda2f8a6c10f51c59e35e7abdcaf3
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke
Change-Id: Id5a54a591a42c836884af1fd09dc055f2fce6db5
2013-12-20just beautify this a littleEike Rathke
Change-Id: Ibd7da12d88ec8e965f652499f7e7e32f81bd8ccc
2013-12-20reordered member variables for 4 byte alignmentEike Rathke
Change-Id: Iaae7689d1ed3c74e261fcc90fa88b5521468e376
2013-12-20Fix typo: Stroage -> StorageTakeshi Abe
Change-Id: Iff909b3a9cf43122af5d854bd38254b9894f4795
2013-12-20Add tiles per second counter (averaged over last five seconds)Tor Lillqvist
Change-Id: I11e282c1a72dbc6b41a5a89229065983b41eb65b
2013-12-19GPU Calc: Optimized TESTshiming zhang
AMLOEXT-206 Change-Id: Ibde6be7d2fba7f96912924396e17cc21e4c00826 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: unit test cases for besseljshiming zhang
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-378 BUG Change-Id: I1cbc041e1aa1899fa10931e7bfc3f8c8b43066f6 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: implemented besseljshiming zhang
AMLOEXT-378 FIX Change-Id: Ie70185694f9e7ab3a955994948146b9adb60f650 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: unit test cases for SUMIFfengzeng
turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-377 BUG Change-Id: I0980604d643f3875e4dfe7dcd20f3cad186d72f6 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: implemented SUMIFfengzeng
AMLOEXT-377 FIX Change-Id: I2e656e9d943179b4da1c1b104ac77f0edcb2f86e Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: Fix bug of TRUNCfengzeng
AMLOEXT-365 Change-Id: I968ca9cc202706698a3fc5e957c4941c234779f7 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>
2013-12-19GPU Calc: Fixed accuracy bug of CEILINGyangzhang
AMLOEXT-375 FIX Change-Id: Ie41c66570db2c9b752d987de421bb7310b244611 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>
2013-12-19GPU Calc: Fixed accuracy bug of BitAndyangzhang
AMLOEXT-374 FIX Change-Id: I3deec32d09058483043211d920519bb4fd1e7018 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>
2013-12-19GPU Calc: unit test cases for SERIESSUMyangzhang
Need turn macro NO_FALLBACK_TO_SWINTERP on formulagroupcl.cxx for test AMLOEXT-373 BUG Change-Id: Id30d16c46d33e18f347682946f18b5c82aef2158 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>
2013-12-19GPU Calc: implemented SERIESSUMyangzhang
AMLOEXT-373 FIX Change-Id: I23926b7a390dbdb44e7f897d2079d9baf4befd02 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>
2013-12-19GPU Calc: unit test cases for QUOTIENTyangzhang
Need turn macro NO_FALLBACK_TO_SWINTERP on formulagroupcl.cxx for test AMLOEXT-372 BUG Change-Id: Ife2681e8c637cf8d17e3db2072f725e25ad85434 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>
2013-12-19GPU Calc: implemented QUOTIENTyangzhang
AMLOEXT-372 FIX Change-Id: Iaa8c1a4d64007071997f5eccdacf76be7f531894 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>
2013-12-19GPU Calc:Fix the accuracy problem of 'Harmean'mingli
AMLOEXT-366 Change-Id: Ic368b8301c4e80ad76e1d0b33b69bee6a87b9d89 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>
2013-12-19GPU Calc: unit test cases for MROUNDmulei
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-369 BUG Change-Id: If0bf63873afdd3b2bbf302a3fe58621f5853ba1d 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>
2013-12-19GPU Calc: implemented MROUNDmulei
AMLOEXT-369 FIX Change-Id: I694c7f342d27ae045db03f75896663a316cc8b1e 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>
2013-12-19GPU Calc: unit test cases for SECHmulei
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-368 BUG Change-Id: Id0f42bb75da00791cc83ea660ffaae9843e76541 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>
2013-12-19GPU Calc: implemented SECHmulei
AMLOEXT-368 FIX Change-Id: I8c0bece5ec12cd6def88431cf1d075d542369ca4 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>
2013-12-19GPU Calc: unit test cases for SECmulei
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-367 BUG Change-Id: I9e6d49e5b2f73bca3a3920c4e60c24576d724f8c 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>
2013-12-19GPU Calc: implemented SECmulei
AMLOEXT-367 FIX Change-Id: I020821719a43bdf20f10a79f9c11fa721b248254 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>
2013-12-19GPU Calc: unit test cases for STDEVPAshiming zhang
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-221 BUG Change-Id: I6cfe613497a2fee5f271208b6b82db9ea753ff97 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>
2013-12-19GPU Calc: implemented STDEVPAshiming zhang
AMLOEXT-221 FIX Change-Id: Ifc17fcccdae69e6a75c49cbfdffdec7d00554d3c 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>
2013-12-19GPU Calc: unit test cases for STDEVAshiming zhang
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-220 BUG Change-Id: Id31a9bbaf0bdb5323190168a498ddf126d2fb6e4 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>
2013-12-19GPU Calc: implemented STDEVAshiming zhang
AMLOEXT-220 FIX Change-Id: I93bf659a31835c8e4ecaf63f473ad2ffc22a7566 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>
2013-12-19GPU Calc: unit test cases for VARPAshiming zhang
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-219 BUG Change-Id: Ic14af13c87a10e108a3416463fb1e49dd47abfb0 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>
2013-12-19GPU Calc: implemented VARPAshiming zhang
AMLOEXT-219 FIX Change-Id: Id88635589ea23a9b44b027d5037b33febbd82cab 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>
2013-12-19GPU Calc: unit test cases for VARAshiming zhang
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-218 BUG Change-Id: I5f779e7746b0d6f47000d79b855a188d71698b2f 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>
2013-12-19GPU Calc: implemented VARAshiming zhang
AMLOEXT-218 FIX Change-Id: I07ac7ea2365f850933a9543228cd706dc97d9af3 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>
2013-12-19GPU Calc: unit test cases for AVERAGEAmingli
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-216 BUG Change-Id: I53e62963490ca01160e85c6aec2c03532e5068dc 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>
2013-12-19GPU Calc: implemented AVERAGEAmingli
AMLOEXT-216 FIX Change-Id: Ic0c2f100ecb49e61e93607665d9c8cf1423de535 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>
2013-12-19GPU Calc: implementation and unit test cases for MAXAmingli
AMLOEXT-213 Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: unit test cases for COUNTAmingli
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-208 BUG Change-Id: I5da694977363d546d3a3b0be462bea8e3cd3ccb1 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>