Age | Commit message (Expand) | Author |
2012-07-23 | -Werror,-Wshadow (Clang 3.1) | Stephan Bergmann |
2012-07-22 | show expression for formula condition in manage cond formats | Markus Mohrhard |
2012-07-22 | add missing string for "Formula is" | Markus Mohrhard |
2012-07-22 | use correct source table for cond format paste, fdo#52340 | Markus Mohrhard |
2012-07-21 | tubes: small cleaning | Matúš Kukan |
2012-07-21 | tubes: remove TelePacket, it's just simple string | Matúš Kukan |
2012-07-21 | Use correct date/datetime format for formula cells and value cells. | Daniel Bankston |
2012-07-21 | Revert "Distinguish between DATE and DATETIME formats in ODS import" | Daniel Bankston |
2012-07-21 | Revert "Fix cause of osl warning" | Daniel Bankston |
2012-07-20 | It's much faster to pass value array in one go than individually. | Kohei Yoshida |
2012-07-20 | second test for ScDocument::FindAreaPos | Markus Mohrhard |
2012-07-20 | first test for ScDocument::FindAreaPos | Markus Mohrhard |
2012-07-20 | tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceived | Matúš Kukan |
2012-07-20 | adapt csv parser, don't trim whitespaces | Markus Mohrhard |
2012-07-20 | enable the csv import test | Markus Mohrhard |
2012-07-20 | don't trim whitespaces in csv parser if not requested | Markus Mohrhard |
2012-07-20 | cache calls to size | Markus Mohrhard |
2012-07-20 | fdo#52293 Changed "discreet" to "discrete" | Kevin Peng |
2012-07-20 | tubes: send a file for collaboration when buddy session starts | Matúš Kukan |
2012-07-20 | Prefer prefix ++/-- operators for non-primitive types | Julien Nabet |
2012-07-19 | Display blank cell instead of zero in matrix cells with blank text result | Daniel Bankston |
2012-07-19 | Add test case for matrix reference cells with blank text result | Daniel Bankston |
2012-07-19 | Revert "Let's see if stripping the const here will fix the clang build..." | Kohei Yoshida |
2012-07-19 | Let's see if stripping the const here will fix the clang build... | Kohei Yoshida |
2012-07-19 | Specify function object as template argument rather than local variable. | Kohei Yoshida |
2012-07-19 | This should be bool. | Kohei Yoshida |
2012-07-19 | Added comment. | Kohei Yoshida |
2012-07-19 | Pass contiguous cell data as an array to matrix. This is faster. | Kohei Yoshida |
2012-07-19 | Less indentations via early bailout. | Kohei Yoshida |
2012-07-19 | Slightly more efficient compareMatrix. | Kohei Yoshida |
2012-07-19 | It's now faster to start empty and fill non-empty elements. | Kohei Yoshida |
2012-07-19 | Use macro to define callbacks. | Kohei Yoshida |
2012-07-19 | Reorganized code to remove redundant calls to get_type(). | Kohei Yoshida |
2012-07-19 | Some cleanup and comments. | Kohei Yoshida |
2012-07-19 | Turns out that C++03 doesn't support use of static double inside template. | Kohei Yoshida |
2012-07-19 | It's no longer possible to unionize value and string here... | Kohei Yoshida |
2012-07-19 | We no longer need density types. | Kohei Yoshida |
2012-07-19 | This is no longer true. | Kohei Yoshida |
2012-07-19 | Support resizing matrix with a default value. | Kohei Yoshida |
2012-07-19 | For sum product, the initial accumulator value should be 1, not 0. | Kohei Yoshida |
2012-07-19 | Don't forget to initialize the flag matrix. | Kohei Yoshida |
2012-07-19 | A little cleanup. | Kohei Yoshida |
2012-07-19 | Implement Sum(), SumSquare(), etc... | Kohei Yoshida |
2012-07-19 | Now, we need to explicitly pass 0.0 as the initial value of a matrix. | Kohei Yoshida |
2012-07-19 | Initial cut on matrix backend swapping. Still lots of things to fix. | Kohei Yoshida |
2012-07-19 | resolved fdo#52205 do not force all text cells in CSV import | Eike Rathke |
2012-07-18 | unit test fdo#50345 accept empty string as scalar numeric 0 argument | Eike Rathke |
2012-07-18 | resolved fdo#50345 accept empty string as scalar numeric 0 argument | Eike Rathke |
2012-07-18 | Revert "hrc cleanup: Remove unused Strings in sc", fdo#52207 | Markus Mohrhard |
2012-07-17 | tubes: rearranged some lines for readability of code | Eike Rathke |