summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-09-01WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist
2015-09-01TableRef: ensure every column has a name after RefreshTableColumnNames()Eike Rathke
2015-09-01TableRef: reuse TableColumnNameSearch in RefreshTableColumnNames()Eike Rathke
2015-09-01TableRef: anywhere in ScDBData area, geez..Eike Rathke
2015-09-01TableRef: of course ScDBData at the referenced pos, not the formula posEike Rathke
2015-09-01remove now moot commentEike Rathke
2015-09-01TableRef: fall back to stored table column name if header cell is emptyEike Rathke
2015-08-31TableRef: refresh table column names before savingEike Rathke
2015-08-31fix dubious usage of [0] instead of proper dereferencingNoel Grandin
2015-08-31remove some typedef indirectionNoel Grandin
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-26do not parse range fragments as valid rangesEike Rathke
2015-08-26Revert "do not parse range fragments as valid ranges"Stephan Bergmann
2015-08-26do not parse range fragments as valid rangesEike Rathke
2015-08-26replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick
2015-08-25Don't claim we support strings arguments in the OpenCL VLOOKUPTor Lillqvist
2015-08-25Add VLOOKUP to the set of opcodes that we trust the OpenCL implementation forTor Lillqvist
2015-08-25Produce the expected N/A error code in the OpenCL VLOOKUP implementationTor Lillqvist
2015-08-25Return correct value from the OpenCL VLOOKUP implementationTor Lillqvist
2015-08-25CosmeticsTor Lillqvist
2015-08-25Treat an array of null string pointers as no strings for OpenCLTor Lillqvist
2015-08-23tdf#39440 sc: reduce scope of local variablesMichael Weghorn
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke
2015-08-18Resolves: tdf#92749 invalidate lookup caches after initial hard recalcEike Rathke
2015-08-18add a simple formula cell calculation chain dumperEike Rathke
2015-08-17make Link<> typedNoel Grandin
2015-08-15Resolves: tdf#93358 resync attribute pattern that may have changedEike Rathke
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-13use sc::divide() for -fsanitize=float-divide-by-zero triggered by unit testEike Rathke
2015-08-13Resolves: tdf#93098 replace remembered listener when replacing cellEike Rathke
2015-08-12rename confusing classesWinfried Donkers
2015-08-12Resolves: tdf#93388 broadcasting to removed listeners isn't a good ideaEike Rathke
2015-08-11tdf#39468 Translate German Comments - sc/source/core/data/Phillip Sz
2015-08-10tdf#89387 related, fix SumSquare bug in SumMXMY2Łukasz Hryniuk
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-08-04sal_uChar is deprecatedNoel Grandin
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert