summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-20GPU Calc: fixed missing assigment operator in unrollinglibreoffice-4-2-milestone-1I-Jui (Ray) Sung
Change-Id: Ie7060900f4f90b789a16b1341ec1c2c905410ee1
2013-11-20Presumably a typoStephan Bergmann
Change-Id: If9a0db76cd7ce21edddc57346e71da1bdf995b25
2013-11-21Use SAL_INFO() instead of printf()Tor Lillqvist
printf() and SAL_INFO() / SAL_DEBUG() output apparently don't end up in correct order in a cppunit log file which can be extremely confusing. So let's use SAL_INFO() (with the tag sc.qa) for the qahelper debug output. Change-Id: I529482c07651f84688ec5751d2b3dfc7d89cb4ca
2013-11-20CppunitTest_sw_ooxmlexport: disable test that fails on 3 different configsMiklos Vajna
Change-Id: I8d5293c279925ace9b405cf5cbfae492d2d60f41
2013-11-20GPU Calc: re-enable parallel SUMIFSI-Jui (Ray) Sung
Change-Id: I70797f089ead267d223772b73c4d093813716029
2013-11-20fpicker: cleanup async requests, dung out comments.Michael Meeks
Change-Id: I016145d315ae1c4b5376e43583e2546a2b7f7b07
2013-11-20Separate Impress Remote from Android build.Andrzej J.R. Hunt
Previously the Impress Remote app could only be built within gbuild when building the entirety of LO for Android, it can now be enabled separately to be built within any LO build. (Note that the app could still be built separately without doing a full Android build of LO by using the android build tools and/or IDE.) Conflicts: config_host.mk.in Change-Id: I21d4389082a1492a3c9029d630f3fff97d9ba99a Reviewed-on: https://gerrit.libreoffice.org/6146 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-20Clean up SwXTextDocument::createStephan Bergmann
Change-Id: I78a190176b7a4070442036772d244ea008dd34c1
2013-11-20Result should be in seconds, not microsecondsTor Lillqvist
Change-Id: Ic269b120c5c29ab12eb982d46132381d1891d217
2013-11-20install-gdb-printer -L fails with 'unknown option' anywayBjoern Michaelsen
Change-Id: I5927427264eaed86d2e93bee1cfc8f1ff55690c3
2013-11-20clean up echo deserts, consolidate blurbsBjoern Michaelsen
Change-Id: If268d37e8e96adcb8902c8b3fc855ecddea69ba5
2013-11-20some namespacingBjoern Michaelsen
Change-Id: I7f4fc456d7e9690443d94175e94b69db50c3e2b5
2013-11-20toplevel 'make check' should also do subsequentcheckBjoern Michaelsen
Change-Id: Ib41660a1fef332573ef1c477c12bc8fdfedfc4db
2013-11-20Simply use a separate temp variableTor Lillqvist
The dynamic_cast thing caused error: dynamic_cast from rvalue to reference type 'std::ostringstream &' (aka 'basic_ostringstream<char> &') with Clang in C++11 mode. Clearly putting the value of integer expressions into strings is a very esoteric corner case that very few C++ programs need to do, if it is this hard to do it and there is no obvious standard idiom that would work in all compilers and language vintages. Change-Id: I46ed2bd2a8f860d7323682b19886ec732b0722c1
2013-11-20Rename timerStop() to timerCurrent() as it doesn't "stop" anythingTor Lillqvist
Change-Id: I99dbee00422ac9a066479231b32112551a317e75
2013-11-20Simplify "timer" code and add OS X implementationTor Lillqvist
Change-Id: Id728dc3b422c76fcb6c0a1185caae6f05b9ca245
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers
Added F.DIST.RT, F.INV.RT, F.TEST, which are renamed FDIST, FINV and FTEST and handle the right tail F-distribution. Added F.DIST and F.INV, which are new functions and handle the left tail F-distribution. Change-Id: Ia7fa26a25f3188249f280733d6111951e2600704 Reviewed-on: https://gerrit.libreoffice.org/6701 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-11-20DynamicKernel isn't needed outside formulagroupcl.cxx after allTor Lillqvist
So put it back there. Change-Id: I7c78719c95123e33e4506ace912ff056df56b247
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist
Fix two obvious mistakes from 8c37bafbc5adc0c79f218f9db2dc25ca8e683125. Add asserts to make sure the calls to ScFormulaCell::CreateCellGroup() that now don't take the nStart parameter any more (but assume that the cell for which this methoid is called is the start one) match the old ones in semantics. Change-Id: I50cb0cdaf620253881225baf39ae9cd935917b27
2013-11-20Bin comment that is now weirdly placed after mergesTor Lillqvist
Change-Id: I1cd92ae150be15c4b34249a8116c5f0a7b99f33f
2013-11-20Fix leftover wrongly named header in #includeTor Lillqvist
Change-Id: Id874d1b845dc2dc5265cb0aa4dccd2b8de57088e
2013-11-20Try to make the background OpenCL compilation conditional at run-timeTor Lillqvist
Change-Id: I2366465f4e786f905c32b17a15c16486c4c21d38
2013-11-20Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist
Now it no longer asserts or crashes in light testing, but it doesn't properly recalculate either. Change-Id: I7dc117341eff5ac1b21d7400122cc6e04ae2baf7
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
Work in progress, does not work. That's what WIP means. Change-Id: I31459624a45370384e00392937ac9a5b9cd893c2
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
Change-Id: I6e9906fb68a22eb0adab753726ec0d62dd05fe9b
2013-11-20Avoid crash in unit testTor Lillqvist
Change-Id: Ic452c1a2a8a7099a22584130e6a161c25bccabae
2013-11-20WaE: unused parametersTor Lillqvist
Change-Id: Ic7c0b5273bc585757abb070ed71ab0cc04bd0304
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist
Change-Id: I210d0ded9cb38569b0831355522d8309cee05f56
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist
Change-Id: I91d2e956b76919c56d14712789198c3c10470742
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist
It will make implementing the background compilation of OpenCL kernels easier, I hope. That needs data accessible through the ScFormulaCell. Change-Id: I77ad5a94eb13551e6238d5f5285f1c916d7cb992
2013-11-20Add "sc.opencl" logging areaTor Lillqvist
Change-Id: Icd851c17bab1f55cd16d5a48cc71ff2ac91daa2c
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist
Change-Id: I9fbf848bd487e5ea49a383461f04e3c1678af607
2013-11-20Make it clear in comments what kind of "code generation" they meanTor Lillqvist
Change-Id: I1a21ba33dd5c5c87938efaa9a779e2eab4f2778c
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist
Introduce a new abstract class CompiledFormula, of which the (existing) class BinaryKernel, that represents one OpenCL kernel, is a concrete subclass. Change-Id: I70fd26fa4bd3de026276727bf9fa8ed01bfb62c9
2013-11-20Freeze layout / page format normalization.Jan-Marek Glogowski
For single-file mail merge this skips the page format normalization, which would be run during each document / page append. Instead the normalization / checks are run for the whole document at the end of the generation, changing this code from O(n2) to O(n). This way each mail merge generated document uses the same time, because the target document isn't completely traversed for each page change. With my test document this produces the same output, save some changed internal document IDs. This fixes fdo#56355. Change-Id: Ia779705cfb107383341f946542d28434c986591a Reviewed-on: https://gerrit.libreoffice.org/6733 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-20fix: overriding virtual function differs from 'osl::Thread::terminate'Matúš Kukan
Change-Id: Ic291f9cdc7413d125a79a1e79ef8215de32bce3b
2013-11-20Transport Referer from MediaWindowImpl::setURL to ...::updateMediaItemStephan Bergmann
Change-Id: I9cc6ae4fc5fc67837fcfc5fdea92baadd032996e
2013-11-20Resolves: #i123578# adjust table layout algorithm to avoid layout loopsOliver-Rainer Wittmann
--> no shrink of master table, when follow table current is layouting its lower table row (cherry picked from commit c037ec6acc66efdeee738f057acee7c52ab979f3) Conflicts: sw/source/core/inc/tabfrm.hxx sw/source/core/layout/tabfrm.cxx Change-Id: Ic1366b20e421d582977d44c6dd7dae3865f53ec4
2013-11-20Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist
Change-Id: Ia7ec6c4e9808a379e955a013264e1f92a7f6a358
2013-11-20Don't set Referer when accessing embedded mediaStephan Bergmann
Change-Id: I9a1709eb0d5bb81c6c90c4b9f90ff7bed74cda67
2013-11-20added D/M DateAcceptancePattern, fdo#71836Eike Rathke
Change-Id: Ic31811c287e2dc2908243a228a340c3005077297
2013-11-20datastreams: read data in another threadMatúš Kukan
Change-Id: Iedd4075eadce9ca8fc41b279ea03c2679b01ec71
2013-11-20Resolves: fdo#70703 guard against FlushImpl inside FlushImplCaolán McNamara
where the inner one deletes Shells that the outer one is still processing. Push the candidates onto a stack and let inner FlushImpl modify them to inform outer FlushImpl's that an entry has been deleted Change-Id: I1db8546d53e24cc96c72f2cd5cbec57b6cecaff5
2013-11-20use Puinave_Colombia [pui-CO] locale data, fdo#71836Eike Rathke
Change-Id: I59d553f7b70955de18562046f1d7aa5fae6e9fb1
2013-11-20added Puinave_Colombia [pui-CO] locale data, fdo#71836Michael Bauer
Change-Id: I82b093f7778a9d85016903cad1e39fc97f696cf2
2013-11-20Add missing linker flag for clock_gettime() call.Kohei Yoshida
Change-Id: Ibd8574dd74398c8b231059ca606edacf7f8005c4
2013-11-20setup_native: warning C4005: macro redefinitionMichael Stahl
Change-Id: I34bea8aaedec8df47874c5230c87455aa1ce6883
2013-11-20Fixup windows build.Thorsten Behrens
Fallout from f01580ce9c5f898c1fdb85e302a158f1a31205db, vs2012 was complaining about mismatching IE_VER / WINVER in boost. Change-Id: I2092aba9fa64740eb796538855caaefae9bceab6
2013-11-20clewInit is importantMarkus Mohrhard
before the changes clewInit was called by fillOpenCLInfo. Now we need to do that manually.
2013-11-20Revert "fdo#67060 do not package RPM-only install script to DEB packs"Michael Stahl
Put back the definition of WITH_RPM: otherwise a build --with-pkgformat=archive fails since the scripts/install is not built. Leave in the change to installer that should fix the original DEB bug. This reverts commit 4f995b395ea347469ca9c7681d2f01f63e966d96. Change-Id: I0cf4ba003237c66dfb7a0677d6a32a69f8203c6b