summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-01android: Further reduce size of LibreOfficeExperimentalDesktop.apk.Matúš Kukan
It still seems to work for me. Probably we do not need more components, but it's small enough for now. Also add uui into 'core' group. Change-Id: Ifadea8aa819ed17bbd021a0fa2373e6287e06446
2014-01-01fdo#70664 Allow reading firebird Blob as InputStream.Andrzej Hunt
Change-Id: Ie0cb93a902961b3f37daf435828263478c9d2997
2014-01-01fdo#70664 Implement Blob writing (firebird-sdbc).Andrzej Hunt
Change-Id: Ia95c6e1a0ede2103aae25610baeb3c7a9642113a
2014-01-01const this upCaolán McNamara
Change-Id: Id4b832b04368627a7df243c881ac203d1d2a0140
2014-01-01EMF+: actually use lineJoin attribute for polygons.Andrzej Hunt
Change-Id: I5b369703333332598353d9817f0253bbe5fc3601
2014-01-01native code generator: add generated code header.Michael Meeks
Change-Id: I599bc30f30ff79317533ed5ba02b977d0ab91c65
2014-01-01Drop the unnecessary extra directory levelKhaled Hosny
Just like other lingucomponent parts, besides altlinuxhyph is a historical library name that no longer exist. Change-Id: I803c4483633c3c8993d70e0057f0c825b1020ace
2014-01-01EMF+: mapping can rotate the width vector, so use resulting length.Andrzej Hunt
Otherwise (i.e. with non-vertical lines) the width will be incorrect, and can result in lines disappearing as the resulting X component can be tiny/approaching zero. Change-Id: Icf3b7c10c627594600b517b8ff445f8df87c56f8
2014-01-01fdo#39007: blind fix for renamed OS X restore-state fileMichael Meeks
Remove also a potential restorecount.txt file (as reported in the bug) in addition to a potential restorecount.plist. Change-Id: I96fb688e9dda804f240cad8f2109c5880b544302 Reviewed-on: https://gerrit.libreoffice.org/7239 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-01-01Use the same parameters to native-code.py as in TiledLibreOfficeTor Lillqvist
Change-Id: If3c95562e292cb44bf9eb2de39dc66100a6fd066
2014-01-01Need to have native-code.cxx as a separate file for the LibreOffice appTor Lillqvist
The executable of the LibreOffice app (which as such at the moment doesn't work, since the tiled rendering changes) is built using gbuild, and thus we can't generate the native-code snippet in the CustomTarget that builds the app bundle, but need it already when building the executable. This is one wayt to handle that. Change-Id: Ifdab40c970e93b1f2608cefc637df8a8e5396efe
2014-01-01Use native-code.py generated code also for iOS.Matúš Kukan
This allows us to get rid of component-declarations.h and simplify component-mapping.h. For new, converted, implementation_getFactories, adding one line into native-code.py should be enough to make them available in application. Change-Id: I042320e5b7f8a9aa9f02b77d2bdd07cf9a690ee6
2014-01-01writerfilter: drop unused rtf:{ICOFORE,ICOBACK,IPAT,shptxt} tokensMiklos Vajna
Change-Id: Ib228c985d0d276fccfa77b9c2dac3ba69522a05e
2014-01-01writerfilter: drop unused rtf:{sed,FCMPR,FNMPR,FCSEPX,FN} tokensMiklos Vajna
Change-Id: I6ad41627eeced6c24437bbd022b244bf91b162d0
2014-01-01writerfilter: drop unused rtf:{ALTFONTNAME,XSZFFN,XSTZNAME,UPXSTART,UPX}Miklos Vajna
Change-Id: Ie4520c3ab722b639b055fc63bb76c060e6198a27
2014-01-01writerfilter: drop unused rtf:{xst,LISTLEVEL,LFOData,F} tokensMiklos Vajna
Change-Id: I65bcbce63acc7ae510f7ccf4200bf175c11d6604
2014-01-01Typos (comand -> command)Julien Nabet
Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2
2014-01-01workaround rather maddening endian-specific template bustageCaolán McNamara
Change-Id: I69dc97c93ef5efe8d71074ac3eca06a3bbc45253
2014-01-01WaE: basegfx / trapezoid fix.Michael Meeks
Change-Id: I57133c169754aa213eced347bc2217fda1044156
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks
Change-Id: I3588ef45617bda440f970e54274cc0985b7baed5
2014-01-01basegfx: accelerate Trapezoid subdivision by avoiding allocations.Michael Meeks
Allocate on the stack where possible, then more conservatively on the heap. Unit test Trapezoid subdivision for good measure. Change-Id: I83e63fd55fddcad149bb5279865670ebb18e0ab1
2014-01-01fdo#73199 librelogo: path, interop. and color name fixesLászló Németh
Change-Id: I201c498b0ff002ed92c2fcf9847ac1efc50b3fde
2013-12-31GPU Calc: Remove unnecessary 'std::cerr'haochen
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>
2013-12-31GPU Calc: Fix accuracy not reach 11 in MDURATIONxinjiang
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>
2013-12-31GPU Calc: unit test cases for accuracy not reach 11 in MDURATIONxinjiang
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>
2013-12-31GPU Calc: Optimize Vlookuphaochen
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>
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVPAshiming zhang
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>
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVPAshiming zhang
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>
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVAshiming zhang
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>
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVAshiming zhang
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>
2013-12-31GPU Calc: Fix bug of support optional parameter for VARPAshiming zhang
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>
2013-12-31GPU Calc: unit test cases for support optional parameter for VARPAshiming zhang
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>
2013-12-31GPU Calc: Fix bug of support optional parameter for VARAshiming zhang
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>
2013-12-31GPU Calc: unit test cases for support optional parameter for VARAshiming zhang
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>
2013-12-31GPU Calc: Fix Not support multiple data types of HARMEANmingli
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>
2013-12-31GPU Calc: unit test cases for Not support multiple data types of HARMEANmingli
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>
2013-12-31GPU Calc: Fix Not support multiple data types of KURTmingli
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>
2013-12-31GPU Calc: unit test cases for Not support multiple data types of KURTmingli
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>
2013-12-31GPU Calc: Optimized TBILLPRICEyiming ju
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>
2013-12-31GPU Calc: Fix bug of Averageif not support double vectoryiming ju
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>
2013-12-31GPU Calc: unit test cases for Averageif not support double vectoryiming ju
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>
2013-12-31convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara
Change-Id: I67511e69f763761cd1631263fccd0704daf1886b
2013-12-31MessageDialog isn't ready for this usage just yetCaolán McNamara
Change-Id: If6c886ac4115dd0a030660fd0147491815fa411a
2013-12-31Updated coreCaolán McNamara
Project: help bf4c8437beedbf404e478e4a50a65bd9be6325a7
2013-12-31convert new lib dialog to .uiCaolán McNamara
and a drive-by on some no .src InfoBox and ErrorBoxes to MessageDialog Change-Id: Ideb58a0042ed45a49bff9b336622dfe11bb363ab
2013-12-31Updated coreCaolán McNamara
Project: help a0c83959bad3564d4ba6fe7efce4cf757d14e844
2013-12-31don't access beyond end of empty stringCaolán McNamara
Change-Id: Ie772d7a60fd65b93ca66c543eb2786ce7f109004
2013-12-31Honor selected device detection settings.Kohei Yoshida
This fixes the problem of the software interpreter always getting selected after initial startup where the settings are read from user configuration. Change-Id: Iecbb7ae644c1264811f5280e1425a8dd776c2c1a
2013-12-31convert goto line dialog to .uiCaolán McNamara
Change-Id: I4c4ec4f2169d001e6f09c9c7bb06a4b0b327a2f8
2013-12-31don't call top on an empty stackCaolán McNamara
Change-Id: Ibe4b4d3785535816b40d46fd0baa60f01e1f9d33