summaryrefslogtreecommitdiff
path: root/sc/inc/dbdata.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-18boost->stdCaolán McNamara1-6/+4
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-4/+6
2015-09-17boost->stdCaolán McNamara1-6/+4
2015-09-08factor out duplicated code into NamedDBs::initInserted()Eike Rathke1-0/+1
2015-09-07TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke1-1/+1
2015-09-07TableRef: introduce InvalidateTableColumnNames()Eike Rathke1-0/+1
2015-09-06loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet1-1/+1
2015-09-04use GetHeaderArea() for simplificationEike Rathke1-0/+2
2015-09-04TableRef: update table column names when cell content changedEike Rathke1-6/+35
2015-09-03remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)Eike Rathke1-2/+0
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke1-0/+6
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-4/+12
2015-09-01TableRef: fall back to stored table column name if header cell is emptyEike Rathke1-0/+3
2015-08-31TableRef: refresh table column names before savingEike Rathke1-0/+3
2015-08-31TableRef: write OOXML tableColumns,tableColumnEike Rathke1-0/+1
2015-08-19sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+9
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-6/+10
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-4/+0
2015-07-16Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke1-0/+5
2015-06-25TableRef: add ScDBData::GetColumnNameOffset()Eike Rathke1-0/+10
2015-06-25TableRef: invalidate table column names on most sheet operationsEike Rathke1-1/+5
2015-06-24TableRef: add ScDBData::maTableColumnNamesEike Rathke1-0/+4
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-3/+3
2015-05-01add totals to ScDBData ctorEike Rathke1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-16Revert "make more classes dllpublic"David Tardon1-8/+8
2015-04-16fix windows build, part 4David Tardon1-7/+7
2015-04-16make more classes dllpublicDavid Tardon1-1/+1
2015-04-07TableRef: add Totals to ScDBDataEike Rathke1-0/+3
2015-01-03Add deleteOnTab for ScDBCollection::AnonDBsJulien Nabet1-0/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+4
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann1-1/+2
2014-01-20sal_Bool->boolNoel Grandin1-2/+2
2013-07-04Modifying comments to meet Doxygen standardsAlaa.Bukhari1-9/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-19database names are case insensitive, fdo#51309Mathieu D1-1/+0
2012-06-25callcatcher: remove some more unused codeCaolán McNamara1-1/+0
2012-06-05drop some unused codeCaolán McNamara1-1/+0
2012-05-25Drop unused function "findByTable"Julien Nabet1-1/+0
2012-04-23Remove unused codeFerran Vidal1-1/+0
2012-04-11callcatcher: update listCaolán McNamara1-1/+0
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida1-0/+1
2011-11-16Reduced header dependency on dbdata.hxx by better encapsulation.Kohei Yoshida1-13/+12
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard1-0/+3