summaryrefslogtreecommitdiff
path: root/sc/inc/dbdata.hxx
AgeCommit message (Expand)Author
2021-10-11Blind fix crash in ScDBData::UpdateReference(), tdf#126926 follow-upEike Rathke
2021-08-17tdf#126926 sc DBData: delete the database rangeTünde Tóth
2021-04-29tdf#48025 sc: fix broken filter criteria when deleting columnsTünde Tóth
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-08tdf#95640 XLSX: import/export of custom sort listsSerge Krot
2019-12-05make some classes module privateNoel Grandin
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin
2018-09-20Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen
2018-03-27ofz#7121 NamedDBs::insert takes ownership of its argumentCaolán McNamara
2018-02-15Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke
2017-12-08Adapt description to realityEike Rathke
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-02-16remove unused HEADER from ScDBDataPortion enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
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-08factor out duplicated code into NamedDBs::initInserted()Eike Rathke
2015-09-07TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke
2015-09-07TableRef: introduce InvalidateTableColumnNames()Eike Rathke
2015-09-06loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet
2015-09-04use GetHeaderArea() for simplificationEike 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-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke
2015-09-02TableRef: introduce ScDBDataPortion enumEike 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-31TableRef: write OOXML tableColumns,tableColumnEike Rathke
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-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-07-16Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke
2015-06-25TableRef: add ScDBData::GetColumnNameOffset()Eike Rathke
2015-06-25TableRef: invalidate table column names on most sheet operationsEike Rathke
2015-06-24TableRef: add ScDBData::maTableColumnNamesEike Rathke
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann