summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2012-08-18Partial replaced String with OUString in ScInterpreterSören Möller
2012-08-14warning C4702: unreachable codeStephan Bergmann
2012-08-14implement dumper for new cond format testMarkus Mohrhard
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida
2012-08-13copied color scale formulas also need to listen to the new documentMarkus Mohrhard
2012-08-13percent and percentile also are relative to the area valuesMarkus Mohrhard
2012-08-13calculate percentile for upper data bar limit correctlyMarkus Mohrhard
2012-08-13implement AutoMin and AutoMax, fdo#50462Markus Mohrhard
2012-08-13use an enum instead of several flagsMarkus Mohrhard
2012-08-10sc: this appears to be unusedMatúš Kukan
2012-08-10make more ScTable methods constMarkus Mohrhard
2012-08-10make more methods const in ScTableMarkus Mohrhard
2012-08-10fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170Albert Thuswaldner
2012-08-09Reverting copyright notices to original LGPL.Kohei Yoshida
2012-08-10make more calc methods constMarkus Mohrhard
2012-08-10make some methods constMarkus Mohrhard
2012-08-09Bin 2 other functionsJulien Nabet
2012-08-09remove useless variableMarkus Mohrhard
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard
2012-08-09String::AllocBuffer -> rtl::OUStringBufferCaolán McNamara
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara
2012-08-07Remove forwards of non-existing structsThomas Arnhold
2012-08-06skip hidden rows when moving with the cursor, fdo#45020Markus Mohrhard
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-07-30small code cleanupMarkus Mohrhard
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-27copy conditional formats with sheets, fdo#52457Markus Mohrhard
2012-07-27don't need to get this one for each cellMarkus Mohrhard
2012-07-26Actually this method is totally redundant. Remove it.Kohei Yoshida
2012-07-26Try to encapsulate the row flag array.Kohei Yoshida
2012-07-25delete conditional format entries that are removed, fdo#52351Markus Mohrhard
2012-07-25sal_Bool -> bool in ScRefUpdateMarkus Mohrhard
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-24it's pData2Eike Rathke
2012-07-24prevent crash in malformed pivot table loaded from .xlsEike Rathke
2012-07-23Honor the configuration option in the interpreter.Kohei Yoshida
2012-07-23Handle saving to and loading from user configuration.Kohei Yoshida
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann
2012-07-22use correct source table for cond format paste, fdo#52340Markus Mohrhard
2012-07-20It's much faster to pass value array in one go than individually.Kohei Yoshida
2012-07-20cache calls to sizeMarkus Mohrhard
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