summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin
2015-09-21convert SC_LINKREFTYPE to scoped enumNoel Grandin
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin
2015-09-20Try harder to avoid unnecessary workTor Lillqvist
2015-09-18Tentative performance improvement.Michael Meeks
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-17ENABLE_THREADED_OPENCL_KERNEL_COMPILATION has been zero for a long timeTor Lillqvist
2015-09-16YAGNITor Lillqvist
2015-09-16Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke
2015-09-16Use C++11 initializer listTor Lillqvist
2015-09-15there's no default ScMatrixMode enum other than the known onesEike Rathke
2015-09-15stab MM_FAKE, it's a zombieEike Rathke
2015-09-15Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist
2015-09-15tdf#94079 allow empty array for holiday sequenceWinfried Donkers
2015-09-14Resolves: tdf#93895 broadcast cell changes when multi-selection was pastedEike Rathke
2015-09-13Avoid getTokenCount in ScRangeList::ParseMatteo Casalin
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha
2015-09-12Typo: muliple->multipleJulien Nabet
2015-09-10use constants instead of hard coded numbers for better readabilityEike Rathke
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke
2015-09-09convert Link<> to typedNoel Grandin
2015-09-08factor out duplicated code into NamedDBs::initInserted()Eike Rathke
2015-09-08TableRef: for header-less ScDBData generate table column names alreadyEike Rathke
2015-09-08aTopPos is not used for anything as far as I can seeTor Lillqvist
2015-09-08reactivate fixed mempool for ScFormulaCellEike Rathke
2015-09-08Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke
2015-09-08USE_MEMPOOL is not defined anywhereTor Lillqvist
2015-09-07TableRef: finally support header-less table structured referencesEike Rathke
2015-09-07TableRef: SAL_WARN only if the fallback to cell lookup was successfulEike Rathke
2015-09-07TableRef: prefer internal table column name over header cell contentEike Rathke
2015-09-07TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke
2015-09-07assert Notify() without containerEike Rathke
2015-09-07TableRef: call InvalidateTableColumnNames() whenever they are invalidatedEike Rathke
2015-09-07TableRef: introduce InvalidateTableColumnNames()Eike Rathke
2015-09-07TableRef: add a comment why we need a full check anywayEike Rathke
2015-09-07TableRef: add entire header range to dirty list on address notificationEike Rathke
2015-09-07let's follow our pseudo-hungarian notationEike Rathke
2015-09-06loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet
2015-09-04TablreRef: always use SetTableColumnName() to prevent duplicatesEike Rathke
2015-09-04use GetHeaderArea() for simplificationEike Rathke
2015-09-04setup header area listening only if not clipboard/undoEike Rathke
2015-09-04TableRef: add an initial dirty range for newly inserted ScDBDataEike Rathke
2015-09-04TableRef: unconditionally init dirty and check for refreshEike Rathke
2015-09-04TableRef: fully refresh table column names also for partial rangeEike Rathke
2015-09-04TableRef: update table column names when cell content changedEike Rathke
2015-09-03remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)Eike Rathke
2015-09-03remove unused ScDocument::RefreshTableColumnNames(const ScRange&)Eike Rathke
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe