summaryrefslogtreecommitdiff
path: root/sc/inc/attarray.hxx
AgeCommit message (Expand)Author
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-12-01move the SfxItemPoolCache to sc/Noel Grandin
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-11cool#7330 calc perf: PaintTile's FillInfoNoel Grandin
2023-07-25tdf#93315 sc: Only 84 empty row show in the Print PreviewCzeber László Ádám
2022-05-30first arg of ApplyFrame is never nullLuboš Luňák
2022-04-12don't artificially clamp attribute iterators rangeLuboš Luňák
2022-03-11load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák
2022-03-10fix attr iterators to walk even unallocated columns if neededLuboš Luňák
2022-03-08optimize ScTabView::SkipCursorVertical() for many rowsLuboš Luňák
2022-03-05remove more hardcoded MAXROWLuboš Luňák
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-10-20use tools::Long in scNoel
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-04-26ScPatternAttr needs to be a complete type here (Windows --disable-pch)Stephan Bergmann
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2017-12-24sc: compact ScColumnAshod Nakashian
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin
2017-09-13rename ScAttrEntry.nRow to nEndRowNoel Grandin
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-06-15Prevent excess rows included in the resulting range list, tdf#95883 follow-upEike Rathke
2017-06-12Use unique_ptr fro ScMergePatternState::pItemSetStephan Bergmann
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-04-08ScAttrArray::HasAttrib needs to process the default pattern if none setMarkus Mohrhard
2017-03-07tdf#50916 Simplify and refactor source codeBartosz Kosiorek
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-06-03loplugin:constantparamsNoel Grandin
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-07fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan
2015-01-03need algorithm for std::minCaolán McNamara
2014-05-27resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()Eike Rathke
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida