summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/dbdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-42/+44
2018-10-15loplugin:constfields in scNoel Grandin1-20/+20
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin1-2/+2
2018-09-20Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke1-3/+3
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+3
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-5/+6
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-2/+2
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-12-15Resolves: tdf#113537 don't keep nEndRow=MAXROW if data ends aboveEike Rathke1-1/+6
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-08-24loplugin:constparam in sc part3Noel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-10/+9
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-6/+6
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-04-11shrinking the DB area just causes problems, tdf#89546Markus Mohrhard1-1/+2
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-3/+3
2017-04-05tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-4/+3
2017-02-16remove unused HEADER from ScDBDataPortion enumNoel Grandin1-2/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin1-1/+1
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis1-3/+23
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-06comphelper: add a generic implementation of std container operator==Michael Stahl1-20/+4
2015-11-06sc: actually std::set::operator== does not use Compare parameterMichael Stahl1-1/+12
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-5/+5
2015-09-30Fix typosAndrea Gelmini1-1/+1
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-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 Rathke1-31/+199