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