- 20 Kas, 2013 40 kayıt (commit)
-
-
Siqi LIU yazdı
Change-Id: I267c79dc1e5c48006901354e1d32647096a893d7
-
Siqi LIU yazdı
Change-Id: I862b93cd9f3a60fbf8249985bab0008325e4f68a
-
Siqi LIU yazdı
Change-Id: I20cf3a3095015a72a8db46248a196c70f399f84f
-
Siqi LIU yazdı
Change-Id: I7b6597269778c20b8ed27d3eab6b4c80257b4ead
-
Siqi LIU yazdı
Change-Id: I0f66efe7c306ef8110361495eee0a3f1dbde1013
-
Bjoern Michaelsen yazdı
Change-Id: Ie4a422a818095313d9765a4c5e9ebba838eed76d
-
Michael Stahl yazdı
Change-Id: I5c51652932537cfb200183c30c5c1d954586f8fa
-
Michael Stahl yazdı
Change-Id: I16a39a0dde27b17f1467a9605a4566b05f53a485
-
Michael Stahl yazdı
Change-Id: I083589fd57540e3b4ec488aeb84bc92dddc02d36
-
Michael Stahl yazdı
Also use bool instead of random integer types. Change-Id: If4da5f6b7986231312438142c9ea953d761c6745
-
Michael Stahl yazdı
Apparently the life-cycle of this global variable is tied to the MSAAService anyway, so just make it a member of that. Also it appears that the FreeTopListener function would call release() but at the place where the global variable is assigned acquire() was missing. Using a rtl::Reference should fix this up too. Change-Id: I6dd305dfd990d7fd4c54b16d971700b88470dc43
-
Michael Stahl yazdı
Change-Id: I7e3b2d47af9a9b91b22df43fc56cdfd3522de6d8
-
Bjoern Michaelsen yazdı
Change-Id: Ie1d53db34f812a83940196d0bf6e4ad8aaa8eab6
-
Matúš Kukan yazdı
Change-Id: I2c145328b03f66a6a67c0afa0463005112fd77da
-
Xisco Fauli yazdı
Change-Id: I6141e314e04222544f8fe356d8cdfd3be1984840
-
Xisco Fauli yazdı
Change-Id: I6f9313f721ca07e98107cd2770f5846ffae0171a
-
Stephan Bergmann yazdı
...and utl::ConfigItem::IsValidConfigMgr is always true. Change-Id: I37e295729c3d0ae12719f0ae6f5a5628c58d0b9f
-
Stephan Bergmann yazdı
Change-Id: I6e3f98b932f020bc7b1e8e9ba28503dd60d3fb9d
-
I-Jui (Ray) Sung yazdı
Change-Id: Ie7060900f4f90b789a16b1341ec1c2c905410ee1
-
Stephan Bergmann yazdı
Change-Id: If9a0db76cd7ce21edddc57346e71da1bdf995b25
-
Tor Lillqvist yazdı
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
-
Miklos Vajna yazdı
Change-Id: I8d5293c279925ace9b405cf5cbfae492d2d60f41
-
I-Jui (Ray) Sung yazdı
Change-Id: I70797f089ead267d223772b73c4d093813716029
-
Michael Meeks yazdı
Change-Id: I016145d315ae1c4b5376e43583e2546a2b7f7b07
-
Andrzej J.R. Hunt yazdı
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/6146Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Stephan Bergmann yazdı
Change-Id: I78a190176b7a4070442036772d244ea008dd34c1
-
Tor Lillqvist yazdı
Change-Id: Ic269b120c5c29ab12eb982d46132381d1891d217
-
Bjoern Michaelsen yazdı
Change-Id: I5927427264eaed86d2e93bee1cfc8f1ff55690c3
-
Bjoern Michaelsen yazdı
Change-Id: If268d37e8e96adcb8902c8b3fc855ecddea69ba5
-
Bjoern Michaelsen yazdı
Change-Id: I7f4fc456d7e9690443d94175e94b69db50c3e2b5
-
Bjoern Michaelsen yazdı
Change-Id: Ib41660a1fef332573ef1c477c12bc8fdfedfc4db
-
Tor Lillqvist yazdı
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
-
Tor Lillqvist yazdı
Change-Id: I99dbee00422ac9a066479231b32112551a317e75
-
Tor Lillqvist yazdı
Change-Id: Id728dc3b422c76fcb6c0a1185caae6f05b9ca245
-
Winfried Donkers yazdı
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/6701Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Tor Lillqvist yazdı
So put it back there. Change-Id: I7c78719c95123e33e4506ace912ff056df56b247
-
Tor Lillqvist yazdı
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
-
Tor Lillqvist yazdı
Change-Id: I1cd92ae150be15c4b34249a8116c5f0a7b99f33f
-
Tor Lillqvist yazdı
Change-Id: Id874d1b845dc2dc5265cb0aa4dccd2b8de57088e
-
Tor Lillqvist yazdı
Change-Id: I2366465f4e786f905c32b17a15c16486c4c21d38
-