summaryrefslogtreecommitdiff
path: root/sc/inc/fillinfo.hxx
AgeCommit message (Expand)Author
2024-04-22tdf#61313 Replace the static ">=" with a dropdown of different operatorsAhmedHamed
2024-02-10perf: limit to max 1024 rows in cases where we originally allocated 1024 rowsCaolán McNamara
2024-01-20cool#6893 reduce allocation in ScGridWindow::PaintTileNoel Grandin
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2023-04-27sc: pivot table compact layoutDennis Francis
2022-03-23forcepoint#81 fix array sizeLuboš Luňák
2022-02-27prefix CellInfo and BasicCellInfo with ScLuboš Luňák
2022-02-27do not allocate so many CellInfo objects in FillInfo()Luboš Luňák
2022-02-15cid#1498147 silence Improper use of negative valueCaolán McNamara
2022-02-10avoid destructing many unique_ptr's most of which are nullptrLuboš Luňák
2022-02-10clean up accessing CellInfo array in RowInfoLuboš Luňák
2022-01-10sc: make icon size of cond. formatting same as font sizeTomaž Vajngerl
2021-03-26tdf#119292 sc layout: fix overlapping wrapped cell textsTibor Nagy
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-01loplugin:useuniqueptr in ScCondFormatDataNoel Grandin
2018-05-18tdf#42949 Fix IWYU warnings in sc/inc/f*Gabor Kelemen
2018-01-20RowInfo copy ctor was presumably killed in errorStephan Bergmann
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-07-05Init CellInfo::bMerged againEike Rathke
2017-07-04loplugin:unusedfields in sc part3Noel Grandin
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2016-10-12convert SC_CLIPMARK constants to typed_flags_setNoel Grandin
2016-10-12convert SC_ROTDIR constants to scoped enumNoel Grandin
2016-05-26sc lok bccu#1610 - Tiles not rendering in large spreadsheetsAshod Nakashian
2016-04-09coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2014-12-07coverity#707985 Uninitialized scalar fieldCaolán McNamara
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann
2014-10-28Revert "cid#738785 Uninitialized pointer field"Stephan Bergmann
2014-10-28cid#738785 Uninitialized pointer fieldNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2013-06-24Make them officially non-copyable.Kohei Yoshida
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida
2013-03-28sal_Bool to bool.Kohei Yoshida
2013-01-15support to hide the cell value when using icon setsMarkus Mohrhard
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-30implement basic support for icon setsMarkus Mohrhard
2012-06-27support colored axis in data barsMarkus Mohrhard
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard
2012-05-18implement databars in the coreMarkus Mohrhard
2012-05-18add render code for data barsMarkus Mohrhard
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard
2012-05-09import color scales from xlsxMarkus Mohrhard
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky