- 06 Mar, 2015 26 kayıt (commit)
-
-
Tobias Madl yazdı
Change-Id: I285bd632faba5a29a770404d6967f4faf7667b16
-
Tobias Madl yazdı
If a Timeout appears, while the idle scheduling is in progress. The idle scheduler gets interrupted and the timeouts are handled. Now the idle scheduler has a new starving protection. Change-Id: Ic9081c647e3fb0abf3b0dc014e711a3b97e0e37d
-
Tobias Madl yazdı
And everything is functionating pretty well. Change-Id: Id7f5a995362f6f7c5235f2e9facb7c7f119f3140
-
Tobias Madl yazdı
And everything is functionating pretty well. Change-Id: Id7f5a995362f6f7c5235f2e9facb7c7f119f3140
-
Jennifer Liebel yazdı
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
-
Tobias Madl yazdı
Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da
-
Tobias Madl yazdı
Now the Idle and Timer are divided in two seperate classes. But now all changed idles need a new import, before the programm is working again. Change-Id: I5be7424622b6fcc993c621fa4a11fbee1b6d9bf2
-
Tobias Madl yazdı
Change-Id: I2e5462544d83572e8206bb1db92a2b9df032281b
-
Tobias Madl yazdı
Change-Id: I27985e456447ef3d71cae39c2acaf59b3aa60b83
-
Tobias Madl yazdı
Change-Id: I213722cc98490430378014290cb09cca9e469bbb
-
Tor Lillqvist yazdı
Instead of a bare NAN. There are still many places in this function where the code bluntly returns a bare NAN. That is always the wrong thing to do. However, it is not certain that the #DIV/0! is the right error in all cases. One would need to check in each case how to get there, and what the reference C++ implementation and other spreadsheet products do in such a case. Change-Id: I5454609082a92144b1afc3c1745586bfe8ef87f8
-
Tor Lillqvist yazdı
Returning a NaN with no "double error" semantic payload as such does not make sense. "Pure" NaNs are displayed in Calc as "nan" which probably is not what we want. Change-Id: I85dc55328669bd27478be438dd5a9970d24cf7f9
-
Szymon Kłos yazdı
Change-Id: Ia3e978e3fd9c0ce19ec679c41d40a34338147c37 Reviewed-on: https://gerrit.libreoffice.org/14766Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Tor Lillqvist yazdı
Returning -DBL_MAX doesn't make sense. The traditional C++ implementation and other spreadsheet products return an error. Change-Id: I71117c0b1f113d31ad6eb0c1798b74f96b3a75de
-
Caolán McNamara yazdı
Change-Id: Ia58f19c7121dc8a835436bcefc7fd1e3789407db
-
Tor Lillqvist yazdı
Returning DBL_MAX doesn't make sense. The traditional C++ implementation and other spreadsheet products return an error. Change-Id: I8189c3ecf4aa7b1df00ec2fd8b91030085848bf4
-
Tor Lillqvist yazdı
Surely it doesn't make sense, but we should return zero instead? At the two call sites, there are tests against a zero having been returned, but not against a negative value. And the return value is even passed as the nArrayLength parameter to a formula::DoubleVectorRefToken constructor, which is of type size_t, thus unsigned. Passing for instance -4 to it ends up being interpreted as 18446744073709551612, which has fun consequences. Change-Id: Ifca97cd4bae8e921345bcf9d0ca6bb040e3c3b79
-
Tor Lillqvist yazdı
Change-Id: I252987d6c5e5da56a83742c96b4e86abbb7108c6
-
Tor Lillqvist yazdı
Having these statistical functions perform well is essential in many cases, and their implementations seem to be correct. Change-Id: I30afa096295cc163f8c0146e916a77aa411dd07b
-
Miklos Vajna yazdı
Change-Id: Ib71d74d4b66b02a6a680b5ab0c905b987d59cf7f
-
Miklos Vajna yazdı
Change-Id: I43b59b4359a010e7b64df5825ae3ce845e47fc4b
-
Adolfo Jayme Barrientos yazdı
The initialism “TDF” is rather obscure still. Change-Id: I987e96d869a5126f5d137d188a34b4ae7d4888f8
-
Adolfo Jayme Barrientos yazdı
Change-Id: I11c7c94a52e4be7286a919e61818d08d5b9ad623
-
Tomaž Vajngerl yazdı
Change-Id: I3aacb177d209db74ffadf5284550cdd4972554de
-
Tomaž Vajngerl yazdı
Change-Id: Ie063071cc57d756fd5da20a15533a6857940f676
-
Tomaž Vajngerl yazdı
Change-Id: I9d7d1e16c34eac75652a1275b6e4ac3f7973cb56
-
- 05 Mar, 2015 14 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I33a740af4ccbcaa9ed4e3ffd79c4f8cda9b37dc4
-
Stephan Bergmann yazdı
Change-Id: I7569a20877411a5ceb4a7475d82cb634eb6cb114
-
Eike Rathke yazdı
In general it should work like this.. Change-Id: Ic45ca6138c1b252ce9d216ce61c7129c055342ef
-
Eike Rathke yazdı
... similar to ocArrayOpen,ocArrayClose Change-Id: I10b4cd2f74167cc57ef7a2ed96e0e98f0cd86805
-
Eike Rathke yazdı
Change-Id: Icfbf088ee8d91d90779dc804b7dff299df1170a4
-
Eike Rathke yazdı
Change-Id: Ic82ccfcba08ce276eac08609de215ba8edf8e813
-
Eike Rathke yazdı
Change-Id: Ia9d54fd582f8e195edaa05937ee0f0290e56875f
-
Eike Rathke yazdı
Change-Id: I62cce7321dfe038d1723c73ba9deb0450a03f0e5
-
Eike Rathke yazdı
Change-Id: I63b41ea4619098390824f335859d62b4fa8fcc66
-
Caolán McNamara yazdı
Change-Id: I48c716d87ce3e46f61393ae140bf2e05d9fd6241
-
Caolán McNamara yazdı
in order to get the font colors for menus right. includes revert "set parent styles to fall back to" This reverts commit 710d0344. Change-Id: Ica73a30a44a5dd61a8310f2bee74068c406f470a
-
Michael Stahl yazdı
Change-Id: I187c4d1bef306ec05985cd6e8072d044e12a993f
-
Michael Stahl yazdı
... makes it hard to clean up these problems. But the warnings on almost every std::copy and std::transform are obnoxious, so disable them with _SCL_SECURE_NO_WARNINGS Change-Id: Ieea611175fb16b78ff972d194767d3d192992de5
-
Michael Stahl yazdı
Change-Id: Id70289b0c88dd203cac6301303fe7452088f60f9
-