summaryrefslogtreecommitdiff
path: root/sc/inc/attarray.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin1-1/+2
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara1-3/+3
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-04-26ScPatternAttr needs to be a complete type here (Windows --disable-pch)Stephan Bergmann1-1/+2
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-2/+14
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2017-12-24sc: compact ScColumnAshod Nakashian1-1/+2
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist1-1/+1
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin1-17/+14
2017-09-13rename ScAttrEntry.nRow to nEndRowNoel Grandin1-7/+8
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth1-1/+1
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-1/+2
2017-06-15Prevent excess rows included in the resulting range list, tdf#95883 follow-upEike Rathke1-0/+7
2017-06-12Use unique_ptr fro ScMergePatternState::pItemSetStephan Bergmann1-2/+5
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara1-2/+2
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-4/+4
2017-04-08ScAttrArray::HasAttrib needs to process the default pattern if none setMarkus Mohrhard1-0/+1
2017-03-07tdf#50916 Simplify and refactor source codeBartosz Kosiorek1-1/+1
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis1-5/+33
2016-11-07loplugin:expandablemethods in scNoel Grandin1-1/+0
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard1-1/+5
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-1/+1
2016-06-03loplugin:constantparamsNoel Grandin1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-3/+3
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-1/+1
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-1/+3
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+2
2015-01-07fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan1-0/+1
2015-01-03need algorithm for std::minCaolán McNamara1-0/+1
2014-05-27resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()Eike Rathke1-0/+21
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+1
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke1-2/+2
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin1-0/+5
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa1-8/+0
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-01-30unfriend this class and the methodMarkus Mohrhard1-3/+0
2013-01-30this parameter was always trueMarkus Mohrhard1-1/+1
2013-01-30prevent copy c'tor and operator=Markus Mohrhard1-0/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-02More methods that can be marked const.Kohei Yoshida1-4/+7
2012-11-02Mark these methods const.Kohei Yoshida1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-06also support removing of conditional formatsMarkus Mohrhard1-0/+1