summaryrefslogtreecommitdiff
path: root/sc/source/core/data/fillinfo.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-02only get cond format data for visible cellsMarkus Mohrhard1-0/+3
2012-10-30fix crash with overlapping conditional formatsMarkus Mohrhard1-0/+3
2012-10-30implement basic support for icon setsMarkus Mohrhard1-0/+7
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-07work-around really weird bug in VS2012Peter Foley1-0/+1
2012-10-06support overlapping conditional formatsMarkus Mohrhard1-34/+39
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard1-0/+5
2012-09-18rows with cond formats don't have empty background, fdo#54661, fdo#52535Markus Mohrhard1-0/+2
2012-09-13Let's just remove this.Kohei Yoshida1-11/+2
2012-09-06handle protection in conditional formats correctly, fdo#51636Markus Mohrhard1-5/+16
2012-07-27don't need to get this one for each cellMarkus Mohrhard1-1/+1
2012-06-11integrate color formats into conditional formatsMarkus Mohrhard1-27/+12
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-2/+4
2012-05-18implement databars in the coreMarkus Mohrhard1-0/+8
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard1-1/+5
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard1-1/+1