summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-09-07tdf#39468 translated german comments in tabview.cxx and tabview2.cxxAlbert Thuswaldner
2015-09-07tdf#39468 translated german comments in tabvwshg.cxx and tabvwshh.cxxAlbert Thuswaldner
2015-09-07tdf#39468 translated german comments in tabview3.cxxAlbert Thuswaldner
2015-09-07tdf#39468 translated german comments in tabvwsha.cxx and tabvwshb.cxxAlbert Thuswaldner
2015-09-07tdf#39468 translated german comments in tabvwshe.cxx and tabvwshf.cxxAlbert Thuswaldner
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-07WaE: -Werror, -Wunused-private-fieldCaolán McNamara
2015-09-07only one use of ScPrivatSplit, and that's for vertical splitCaolán McNamara
2015-09-06loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet
2015-09-05cppcheck: fix some redundantCondition warningsJulien 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-04loplugin:passstuffbyrefStephan Bergmann
2015-09-04tdf#91501: Add data bar colour to the list if not there yetKatarina Behrens
2015-09-04convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
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
2015-09-03tdf#91882 - make this hideous busy-loop lower priority and less busy.Michael Meeks
2015-09-03revert an unmaintainable dead end approachEike Rathke
2015-09-03tdf#39468 translated german comments in viewdata.cxxAlbert Thuswaldner
2015-09-03tdf#39468 translated german comments in output2.cxxAlbert Thuswaldner
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-09-03convert Link<> to typedNoel Grandin
2015-09-03introduce ScRangeList::Join(const ScRangeList&)Eike Rathke
2015-09-03comment a nice-to-have ideaEike Rathke
2015-09-03TableRef: use ScRangeList instead of vector for Join()Eike Rathke
2015-09-03TableRef: ensure column name vector has the minimum needed sizeEike Rathke
2015-09-03TableRef: factor out and reuse SetTableColumnName()Eike Rathke
2015-09-03replace for with whileEike Rathke
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke
2015-09-03add ScDocShellModificator::AppendCellContentModified()Eike Rathke
2015-09-02percheck: produce similar stats than off-tree callgrindNorbert Thiebaud
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin