summaryrefslogtreecommitdiffstats
path: root/sc/inc/dbdata.hxx
Commit message (Expand)AuthorAgeFilesLines
* The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann2019-05-031-1/+1
* use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin2018-10-081-1/+1
* Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke2018-09-201-1/+2
* tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen2018-05-101-1/+0
* ofz#7121 NamedDBs::insert takes ownership of its argumentCaolán McNamara2018-03-271-1/+1
* Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke2018-02-151-0/+1
* Adapt description to realityEike Rathke2017-12-081-1/+6
* loplugin:constparam in sc part3Noel Grandin2017-08-241-2/+2
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-1/+1
* drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin2017-05-231-2/+2
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* remove unused HEADER from ScDBDataPortion enumNoel Grandin2017-02-161-1/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* clang-tidy performance-unnecessary-value-param in scNoel Grandin2016-04-121-1/+1
* tdf#34873 : Better way to show autofilter countDennis Francis2016-02-031-0/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* boost->stdCaolán McNamara2015-09-181-6/+4
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-4/+6
* boost->stdCaolán McNamara2015-09-171-6/+4
* factor out duplicated code into NamedDBs::initInserted()Eike Rathke2015-09-081-0/+1
* TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke2015-09-071-1/+1
* TableRef: introduce InvalidateTableColumnNames()Eike Rathke2015-09-071-0/+1
* loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet2015-09-061-1/+1
* use GetHeaderArea() for simplificationEike Rathke2015-09-041-0/+2
* TableRef: update table column names when cell content changedEike Rathke2015-09-041-6/+35
* remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)Eike Rathke2015-09-031-2/+0
* TableRef: add RefreshTableColumnNames() from rangeEike Rathke2015-09-031-0/+6
* TableRef: introduce ScDBDataPortion enumEike Rathke2015-09-021-4/+12
* TableRef: fall back to stored table column name if header cell is emptyEike Rathke2015-09-011-0/+3
* TableRef: refresh table column names before savingEike Rathke2015-08-311-0/+3
* TableRef: write OOXML tableColumns,tableColumnEike Rathke2015-08-311-0/+1
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-08-191-3/+9
* sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-191-6/+10
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-4/+0
* Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke2015-07-161-0/+5
* TableRef: add ScDBData::GetColumnNameOffset()Eike Rathke2015-06-251-0/+10
* TableRef: invalidate table column names on most sheet operationsEike Rathke2015-06-251-1/+5
* TableRef: add ScDBData::maTableColumnNamesEike Rathke2015-06-241-0/+4
* Revert "Typo: iff->if"Julien Nabet2015-06-231-1/+1
* Typo: iff->ifJulien Nabet2015-06-231-1/+1
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-3/+3
* add totals to ScDBData ctorEike Rathke2015-05-011-1/+1
* Gradually typed LinkStephan Bergmann2015-04-301-3/+3
* Revert "make more classes dllpublic"David Tardon2015-04-161-8/+8
* fix windows build, part 4David Tardon2015-04-161-7/+7
* make more classes dllpublicDavid Tardon2015-04-161-1/+1
* TableRef: add Totals to ScDBDataEike Rathke2015-04-071-0/+3
* Add deleteOnTab for ScDBCollection::AnonDBsJulien Nabet2015-01-031-0/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+4