summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-04-04coverity#708016 Uninitialized scalar fieldCaolán McNamara1-0/+8
2016-04-04cppcheck:passedByValueNoel Grandin1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan4-7/+4
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan4-6/+5
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke10-21/+0
2016-04-01we have an empty Sequence anyway, use it; cleanup follow-upEike Rathke1-2/+2
2016-04-01sequence->vector in scNoel Grandin1-8/+6
2016-04-01sequence->vector in scNoel Grandin3-12/+14
2016-04-01copy used names to other doc, not only referencing sheet; tdf#56518Eike Rathke1-4/+4
2016-04-01early bail out only on same docEike Rathke1-3/+3
2016-04-01harmonize the nNewSheet handlingEike Rathke1-27/+34
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke28-124/+234
2016-04-01cleanup ScAccessibleSpreadsheet::getSelectedAccessibleColumnsNoel Grandin1-18/+12
2016-04-01tdf#97966 Drop 'static' keywordsWastack4-16/+16
2016-04-01re-enable copying global names to other docsEike Rathke1-1/+1
2016-03-31unit test for copying nested names during copying sheetEike Rathke2-0/+84
2016-03-31add ScDocument::InsertNewRangeName() for sheet-local scopeEike Rathke2-0/+23
2016-03-31copy and adjust nested named expressions during sheet-copyEike Rathke3-22/+251
2016-03-31tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis2-10/+18
2016-03-31tdf#93300, handle hard formatting with cond format correctMarkus Mohrhard1-11/+39
2016-03-31tdf#92963 Pasting a whole row with data crashes all open LibO appsArul Michael1-0/+7
2016-03-31sequence->vector in scNoel Grandin8-19/+12
2016-03-31tdf#79787 Normal cell borders are showing dashed/dotted reopen in MSOJuergen Funk5-46/+250
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke2-1/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl29-88/+107
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin16-21/+20
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl12-15/+19
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis10-91/+117
2016-03-30add TODO comment for a bugMarkus Mohrhard1-0/+2
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard1-54/+65
2016-03-30stylistic changes in ScDocument::FillInfoMarkus Mohrhard1-1/+4
2016-03-30limit scope of another variable in ScDocument::FillInfoMarkus Mohrhard1-2/+1
2016-03-30limit the scope of a few variable in ScDocument::FillInfoMarkus Mohrhard1-21/+17
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard1-15/+20
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard1-51/+59
2016-03-29that should not have become part of the previous commitMarkus Mohrhard1-2/+3
2016-03-29extract another function from ScDocument::FillInfoMarkus Mohrhard1-57/+63
2016-03-29Bin pointless commentTor Lillqvist1-3/+0
2016-03-29tdf#96099 fixes trivial typedefs, ::std::vector<OUString>Apachev Ivan9-30/+21
2016-03-29ScOpenCLTest is not a FiltersTestTor Lillqvist1-21/+1
2016-03-29Avoid running out of memory on Windows when OpenCL is availableTor Lillqvist1-0/+6
2016-03-29set translatable property in .ui files (bin/ui-translatable.sh)Andras Timar1-2/+2
2016-03-29Avoid reserved identifiersStephan Bergmann3-20/+20
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis4-78/+37
2016-03-27extract function from ScDocument::FillInfoMarkus Mohrhard1-8/+15
2016-03-27mark the reference as constMarkus Mohrhard1-2/+2
2016-03-27don't inherit from std::mapMarkus Mohrhard2-6/+9
2016-03-26sc: replace local macrosJochen Nitschke4-70/+88
2016-03-26remove debug functionsMarkus Mohrhard1-17/+0