summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr2.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-25/+23
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-11-01Resolves: fdo#71106 editing dde function crashesCaolán McNamara1-5/+9
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-23/+23
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-3/+4
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-2/+2
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-11/+11
2013-10-04ScInterpreter::GetString() now returns a ref to OUString.Kohei Yoshida1-2/+2
2013-10-04fdo#39674 fix some spellingThomas Arnhold1-17/+17
2013-10-03de-GetBuffer calcCaolán McNamara1-2/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-14/+14
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-32/+3
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-6/+6
2013-08-12fdo#37341 fix unending loop in calc with Goal SeekWinfried1-198/+0
2013-08-09Revert "fdo#37341 dix unending loop in calc with Goal Seek"Stephan Bergmann1-0/+198
2013-08-08fdo#37341 dix unending loop in calc with Goal SeekWinfried1-198/+0
2013-07-24Remove CalcAbsIfRel() from ScInterpreter::ScIntersect().Kohei Yoshida1-22/+21
2013-07-19fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-75/+0
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-1/+1
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-1/+1
2013-06-17resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke1-13/+46
2013-06-03ScInterpreter::GetString can return reference to shared string instanceStephan Bergmann1-3/+3
2013-06-02a few more places without ScFormulaCellMarkus Mohrhard1-2/+2
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard1-7/+7
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-19Handle the old syntax for GETPIVOTDATA.Kohei Yoshida1-30/+50
2013-04-19We can remove all this code now.Kohei Yoshida1-90/+0
2013-04-19More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida1-1/+1
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-0/+80
2013-04-19WaE: macro is not usedTor Lillqvist1-1/+0
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-9/+10
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida1-7/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-1/+3
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-14/+11
2013-03-28Remove HasCellEmptyData() from ScInterpreter.Kohei Yoshida1-3/+4
2013-03-28Removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-7/+9
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-3/+3
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-2/+2
2013-02-21assert "can't happen"Eike Rathke1-0/+7
2013-02-15renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke1-1/+1
2012-12-30More cppcheck cleaning in scJulien Nabet1-1/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara1-1/+9
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-3/+3
2012-05-14further changes to patch fdo#44456 added calc function DATEDIFEike Rathke1-50/+26