summaryrefslogtreecommitdiff
path: root/sc/source/core/data/fillinfo.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-26widen table-info capacity and count to SCSIZEAshod Nakashian1-2/+2
2016-05-22sc lok bccu#1610 - Tiles not rendering in large spreadsheetsAshod Nakashian1-9/+8
2016-05-22coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara1-50/+22
2016-05-22add TODO comment for a bugMarkus Mohrhard1-0/+2
2016-05-22extract another function from ScDocument::FillInfoMarkus Mohrhard1-54/+65
2016-05-22stylistic changes in ScDocument::FillInfoMarkus Mohrhard1-1/+4
2016-05-22limit scope of another variable in ScDocument::FillInfoMarkus Mohrhard1-2/+1
2016-05-22limit the scope of a few variable in ScDocument::FillInfoMarkus Mohrhard1-21/+17
2016-05-22extract another function from ScDocument::FillInfoMarkus Mohrhard1-15/+20
2016-05-22extract another function from ScDocument::FillInfoMarkus Mohrhard1-51/+59
2016-05-22that should not have become part of the previous commitMarkus Mohrhard1-2/+3
2016-05-22extract another function from ScDocument::FillInfoMarkus Mohrhard1-83/+90
2016-05-22Refactor ScMarkData for tdf#50916Dennis Francis1-8/+8
2016-05-22extract function from ScDocument::FillInfoMarkus Mohrhard1-8/+15
2015-02-12Translated german comments in sc/source/core/data/Albert Thuswaldner1-53/+53
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-6/+6
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-07coverity#707985 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-10-31eliminate duplicated initializationEike Rathke1-2/+0
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-24/+24
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-8/+8
2014-06-25remove whitespaceMarkus Mohrhard1-6/+0
2014-04-24coverity#735793 Explicit null dereferencedCaolán McNamara1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-09coverity#708001 Uninitialized scalar fieldCaolán McNamara1-7/+4
2014-03-03Remove visual noise from scAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-1/+1
2013-08-29add support for in-place style previewNoel Power1-4/+22
2013-06-24Fix my wrong logic in row info iteration.Kohei Yoshida1-8/+10
2013-06-24Make them officially non-copyable.Kohei Yoshida1-1/+0
2013-06-24A little more cleanup.Kohei Yoshida1-95/+89
2013-06-24Rename parameter names for consistency.Kohei Yoshida1-57/+58
2013-06-24Leave the RowInfo's for empty cells unfilled.Kohei Yoshida1-1/+7
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-24/+68
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-5/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida1-10/+5
2013-03-27kill some unused inlinesThomas Arnhold1-17/+0
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-2/+6
2013-03-16sc: translate some debug messagesThomas Arnhold1-5/+5
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-02-11Remove uncalled blockJulien Nabet1-7/+0
2012-12-29bHOver isn't used in second loop and afterwardsJulien Nabet1-2/+0
2012-12-29Some cppcheck cleaningJulien Nabet1-1/+1
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-9/+9
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-25remove this overoptimizationMarkus Mohrhard1-3/+0