summaryrefslogtreecommitdiff
path: root/sc/source/core/tool
AgeCommit message (Expand)AuthorFilesLines
2012-09-18use the typedefs in ScRangeListMarkus Mohrhard1-9/+9
2012-09-17hopefully a corect way to deal with deleting rows and cols, fdo#54842Markus Mohrhard1-0/+17
2012-09-17Help compilers with explicit template argument.Stephan Bergmann1-1/+1
2012-09-17don't use delete with remove_if, related fdo#54498Markus Mohrhard1-3/+10
2012-09-17don't delete ranges in ScRangeList::UpdateReference, fdo#54498Markus Mohrhard1-8/+0
2012-09-17XubString->OUStringCaolán McNamara1-1/+1
2012-09-17fix ScRangeList::DeleteArea for the 4 ranges caseMarkus Mohrhard1-1/+1
2012-09-13Fix the order of template arguments.Kohei Yoshida1-9/+9
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+0
2012-09-09fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl8-48/+46
2012-09-09fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-8/+8
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida1-173/+0
2012-09-07Get internal liborcus to build.Kohei Yoshida1-12/+19
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida1-0/+166
2012-09-05Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2Philipp Riemer1-5/+4
2012-08-31fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl2-39/+38
2012-08-31remove debug outputMarkus Mohrhard1-6/+4
2012-08-31add ScRangeList::DeleteAreaMarkus Mohrhard1-0/+329
2012-08-30fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl6-31/+31
2012-08-28tweaking the "fill in character" support in Calc Number Format StringsJohann Messner1-3/+3
2012-08-28resolved fdo#51926 handle .xlsm link to external sheet with spaceEike Rathke1-30/+65
2012-08-27do not silently ignore a token API error, fdo#51926 relatedEike Rathke1-0/+2
2012-08-18Partial replaced String with OUString in ScInterpreterSören Möller1-5/+5
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida1-1/+1
2012-08-10fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170Albert Thuswaldner1-0/+3
2012-08-09Reverting copyright notices to original LGPL.Kohei Yoshida1-20/+20
2012-08-09String::AllocBuffer -> rtl::OUStringBufferCaolán McNamara1-9/+4
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara1-0/+127
2012-07-25delete conditional format entries that are removed, fdo#52351Markus Mohrhard1-0/+31
2012-07-25sal_Bool -> bool in ScRefUpdateMarkus Mohrhard1-71/+71
2012-07-23Honor the configuration option in the interpreter.Kohei Yoshida1-12/+17
2012-07-23Handle saving to and loading from user configuration.Kohei Yoshida1-7/+26
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida1-7/+7
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida1-2/+4
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann2-20/+20
2012-07-20It's much faster to pass value array in one go than individually.Kohei Yoshida1-3/+8
2012-07-19Revert "Let's see if stripping the const here will fix the clang build..."Kohei Yoshida1-4/+1
2012-07-19Let's see if stripping the const here will fix the clang build...Kohei Yoshida1-1/+4
2012-07-19Specify function object as template argument rather than local variable.Kohei Yoshida1-53/+51
2012-07-19This should be bool.Kohei Yoshida1-1/+1
2012-07-19Added comment.Kohei Yoshida1-0/+2
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida2-31/+145
2012-07-19Less indentations via early bailout.Kohei Yoshida1-62/+66
2012-07-19Slightly more efficient compareMatrix.Kohei Yoshida1-13/+16
2012-07-19It's now faster to start empty and fill non-empty elements.Kohei Yoshida1-72/+31
2012-07-19Use macro to define callbacks.Kohei Yoshida1-67/+1
2012-07-19Reorganized code to remove redundant calls to get_type().Kohei Yoshida1-7/+30
2012-07-19Some cleanup and comments.Kohei Yoshida1-2/+10
2012-07-19Turns out that C++03 doesn't support use of static double inside template.Kohei Yoshida1-4/+4
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida1-1/+1