summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2020-02-28weld calc navigatorCaolán McNamara3-10/+4
2020-02-24tdf#114441: Convert use of sal_uLong to better integer typesPelin Kuran1-6/+6
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-5/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann14-54/+54
2020-02-17remove some unnecessary includesCaolán McNamara1-25/+3
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-1/+2
2020-02-07tdf#99693 Add Highlighting tab for CalcMaxim Monastirsky1-1/+1
2020-02-06find more symbols that can be privateNoel Grandin1-1/+1
2020-02-03loplugin:unusedfieldsNoel Grandin2-4/+1
2020-02-03loplugin:constantparamNoel Grandin1-2/+1
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák4-5/+286
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin2-13/+6
2020-01-28tdf#124176: Use pragma once instead of include guardsSerkan Özkaya1-4/+1
2020-01-26tdf#124176: Use pragma once instead of include guardsBurak Bala1-4/+1
2020-01-25tdf#124176: Use pragma once instead of include guardsFaruk Demirbaş5-20/+6
2020-01-25tdf#124176: Use pragma once instead of include guardEfdal İncesu3-11/+3
2020-01-22tdf#83779: convert TRUE/FALSE constants to functions TRUE()/FALSE()Mike Kaganski1-0/+3
2020-01-17use std::vector in ScMarkArray, instead of re-inventing the wheelNoel Grandin2-13/+12
2020-01-13loplugin:finalclasses in package..sfx2Noel Grandin1-1/+1
2020-01-08Resolves: tdf#129681 Handle array/matrix in AGGREGATE() with ignore errorsEike Rathke1-5/+5
2020-01-06weld AreaPropertyPanelCaolán McNamara3-12/+18
2020-01-04ofz#19796 Indirect-leakCaolán McNamara1-3/+3
2020-01-03UBSan now needs RTTI of some Library_sc types in Library_scfiltStephan Bergmann2-2/+5
2020-01-03cid#1456608 Dereference after null checkCaolán McNamara1-1/+1
2020-01-03cid#1456607 Uncaught exceptionCaolán McNamara1-1/+1
2020-01-01tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin1-0/+2
2019-12-29tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin1-0/+4
2019-12-23XStyleLoader::loadStylesFromURL Allow loading from streamSamuel Mehrbrodt1-4/+5
2019-12-22sal_Char->char in scNoel Grandin1-2/+2
2019-12-20loplugin:duplicate-definesNoel Grandin1-14/+9
2019-12-20loplugin:duplicate-definesNoel Grandin1-2/+0
2019-12-17ScSheetLimits must be a complete type here (Windows --disable-pch)Stephan Bergmann1-1/+1
2019-12-14sc: rowcol: convert mark dataNoel Grandin4-30/+81
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin7-28/+32
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin5-20/+53
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin1-0/+3
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin3-6/+7
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara7-11/+11
2019-12-12Prevent BroadcastRecalcOnRefMoveHandler copiesStephan Bergmann1-0/+6
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin6-15/+20
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann1-1/+0
2019-12-12Silence some Clang 10 trunk -Wdeprecated-copy-dtorStephan Bergmann1-0/+5
2019-12-12loplugin:finalclassesNoel Grandin1-1/+1
2019-12-12ATTR_SHRINKTOFIT is ScShrinkToFitCellCaolán McNamara1-1/+1
2019-12-12Fix UBSan dynamic-type-mismatchStephan Bergmann1-2/+2
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara3-1/+14
2019-12-11Related: tdf#129300 add ScHyphenateCell to provide a descriptionCaolán McNamara3-1/+15
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara3-2/+18
2019-12-11sc: rowcol: tdf#50916 initial conversion of Valid* methodsNoel Grandin3-18/+29
2019-12-11Related: tdf#129300 add ScVerticalStackCell to provide a descriptionCaolán McNamara2-0/+14