summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-09-03remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)Eike Rathke2-8/+0
2015-09-03remove unused ScDocument::RefreshTableColumnNames(const ScRange&)Eike Rathke2-7/+0
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe100-242/+209
2015-09-03tdf#91882 - make this hideous busy-loop lower priority and less busy.Michael Meeks1-1/+2
2015-09-03revert an unmaintainable dead end approachEike Rathke2-24/+0
2015-09-03tdf#39468 translated german comments in viewdata.cxxAlbert Thuswaldner1-46/+46
2015-09-03tdf#39468 translated german comments in output2.cxxAlbert Thuswaldner1-100/+92
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-4/+4
2015-09-03convert Link<> to typedNoel Grandin2-4/+2
2015-09-03introduce ScRangeList::Join(const ScRangeList&)Eike Rathke2-0/+10
2015-09-03comment a nice-to-have ideaEike Rathke1-0/+4
2015-09-03TableRef: use ScRangeList instead of vector for Join()Eike Rathke2-5/+9
2015-09-03TableRef: ensure column name vector has the minimum needed sizeEike Rathke1-1/+2
2015-09-03TableRef: factor out and reuse SetTableColumnName()Eike Rathke1-14/+25
2015-09-03replace for with whileEike Rathke1-1/+1
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke5-0/+60
2015-09-03add ScDocShellModificator::AppendCellContentModified()Eike Rathke2-0/+11
2015-09-02percheck: produce similar stats than off-tree callgrindNorbert Thiebaud1-8/+8
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke14-48/+62
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin2-2/+2
2015-09-01WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist1-1/+1
2015-09-01TableRef: ensure every column has a name after RefreshTableColumnNames()Eike Rathke1-23/+58
2015-09-01TableRef: reuse TableColumnNameSearch in RefreshTableColumnNames()Eike Rathke1-29/+21
2015-09-01TableRef: anywhere in ScDBData area, geez..Eike Rathke1-1/+1
2015-09-01TableRef: of course ScDBData at the referenced pos, not the formula posEike Rathke1-2/+2
2015-09-01remove now moot commentEike Rathke1-2/+0
2015-09-01TableRef: fall back to stored table column name if header cell is emptyEike Rathke3-0/+22
2015-08-31orcus: don't leak old state into new style objectsMarkus Mohrhard1-0/+4
2015-08-31import borders from orcusMarkus Mohrhard2-9/+55
2015-08-31some work on orcus conditional format importMarkus Mohrhard2-5/+45
2015-08-31loplugin:staticmethodsStephan Bergmann1-1/+1
2015-08-31TableRef: refresh table column names before savingEike Rathke3-5/+69
2015-08-31tdf#92106 sc: Update and new style commands w/o argsMaxim Monastirsky1-4/+13
2015-08-31TableRef: adapt to ::std::vector<std::unique_ptr<ScDBData>> changeEike Rathke1-1/+1
2015-08-31TableRef: write OOXML table autoFilter fragmentEike Rathke1-1/+16
2015-08-31TableRef: write OOXML tableColumns,tableColumnEike Rathke2-1/+36
2015-08-31TableRef: first wave of writing ScDBData to OOXML tablesEike Rathke6-0/+306
2015-08-31fix dubious usage of [0] instead of proper dereferencingNoel Grandin3-57/+57
2015-08-31remove some typedef indirectionNoel Grandin6-29/+28
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard1-0/+0
2015-08-31convert Link<> to typedNoel Grandin2-3/+2
2015-08-31convert Link<> to typedNoel Grandin2-8/+4
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha8-74/+74
2015-08-31tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna2-0/+16
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann21-66/+66
2015-08-30tdf#93600: Avoid crash on entering '=' as a cell valueKatarina Behrens1-1/+1
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-2/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson3-0/+3
2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin1-389/+390
2015-08-28add CVE-2014-6360 test caseCaolán McNamara1-0/+0