summaryrefslogtreecommitdiff
path: root/sc/source/core/data/fillinfo.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-09import color scales from xlsxMarkus Mohrhard1-0/+19
2012-03-02WaE: expression result unusedTor Lillqvist1-1/+4
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida1-3/+3
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin1-3/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard1-53/+53
2011-06-07Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida1-2/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-3/+3
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-93/+93
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2