summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2015-09-16Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke3-12/+19
2015-09-16Use C++11 initializer listTor Lillqvist1-34/+36
2015-09-15there's no default ScMatrixMode enum other than the known onesEike Rathke1-2/+0
2015-09-15stab MM_FAKE, it's a zombieEike Rathke2-3/+1
2015-09-15Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist1-18/+116
2015-09-15tdf#94079 allow empty array for holiday sequenceWinfried Donkers4-12/+16
2015-09-14Resolves: tdf#93895 broadcast cell changes when multi-selection was pastedEike Rathke1-4/+12
2015-09-13Avoid getTokenCount in ScRangeList::ParseMatteo Casalin1-12/+7
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha2-26/+25
2015-09-12Typo: muliple->multipleJulien Nabet1-1/+1
2015-09-10use constants instead of hard coded numbers for better readabilityEike Rathke1-18/+22
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke3-3/+25
2015-09-09convert Link<> to typedNoel Grandin1-3/+2
2015-09-08factor out duplicated code into NamedDBs::initInserted()Eike Rathke1-40/+25
2015-09-08TableRef: for header-less ScDBData generate table column names alreadyEike Rathke1-9/+23
2015-09-08aTopPos is not used for anything as far as I can seeTor Lillqvist1-2/+0
2015-09-08reactivate fixed mempool for ScFormulaCellEike Rathke1-2/+0
2015-09-08Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke1-0/+4
2015-09-08USE_MEMPOOL is not defined anywhereTor Lillqvist1-4/+0
2015-09-07TableRef: finally support header-less table structured referencesEike Rathke1-23/+26
2015-09-07TableRef: SAL_WARN only if the fallback to cell lookup was successfulEike Rathke1-1/+4
2015-09-07TableRef: prefer internal table column name over header cell contentEike Rathke1-35/+37
2015-09-07TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke1-21/+13
2015-09-07assert Notify() without containerEike Rathke1-1/+3
2015-09-07TableRef: call InvalidateTableColumnNames() whenever they are invalidatedEike Rathke1-12/+5
2015-09-07TableRef: introduce InvalidateTableColumnNames()Eike Rathke1-0/+17
2015-09-07TableRef: add a comment why we need a full check anywayEike Rathke1-1/+2
2015-09-07TableRef: add entire header range to dirty list on address notificationEike Rathke1-1/+15
2015-09-07let's follow our pseudo-hungarian notationEike Rathke1-3/+3
2015-09-06loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet1-5/+5
2015-09-04TablreRef: always use SetTableColumnName() to prevent duplicatesEike Rathke1-13/+19
2015-09-04use GetHeaderArea() for simplificationEike Rathke1-16/+10
2015-09-04setup header area listening only if not clipboard/undoEike Rathke1-12/+18
2015-09-04TableRef: add an initial dirty range for newly inserted ScDBDataEike Rathke1-0/+14
2015-09-04TableRef: unconditionally init dirty and check for refreshEike Rathke1-2/+3
2015-09-04TableRef: fully refresh table column names also for partial rangeEike Rathke1-37/+4
2015-09-04TableRef: update table column names when cell content changedEike Rathke2-31/+205
2015-09-03remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)Eike Rathke1-6/+0
2015-09-03remove unused ScDocument::RefreshTableColumnNames(const ScRange&)Eike Rathke1-6/+0
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-09-03introduce ScRangeList::Join(const ScRangeList&)Eike Rathke1-0/+9
2015-09-03TableRef: ensure column name vector has the minimum needed sizeEike Rathke1-1/+2
2015-09-03TableRef: factor out and reuse SetTableColumnName()Eike Rathke1-14/+25
2015-09-03replace for with whileEike Rathke1-1/+1
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke2-0/+48
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke3-27/+32
2015-09-01WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist1-1/+1
2015-09-01TableRef: ensure every column has a name after RefreshTableColumnNames()Eike Rathke1-23/+58
2015-09-01TableRef: reuse TableColumnNameSearch in RefreshTableColumnNames()Eike Rathke1-29/+21
2015-09-01TableRef: anywhere in ScDBData area, geez..Eike Rathke1-1/+1