summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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 McNamara6-35/+35
2020-01-03tdf#78840: disable case-insensitive transliteration for regex searchMike Kaganski1-20/+215
2020-01-03cid#1456607 Uncaught exceptionCaolán McNamara1-1/+1
2020-01-03cid#1456611 Uncaught exceptionCaolán McNamara2-2/+2
2020-01-02tdf#129712: check if outliner view pointer is valid to avoid crashMike Kaganski1-1/+1
2020-01-01tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike Kaganski3-47/+84
2020-01-01weld NumberFormatPropertyPanelCaolán McNamara3-145/+143
2020-01-01explicit uitest for uno:DataFormCaolán McNamara2-1/+29
2020-01-01Fix typoAndrea Gelmini1-1/+1
2020-01-01tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin4-25/+64
2019-12-31tdf#120502: Excel doesn't increment max column for OOXMLMike Kaganski2-6/+44
2019-12-30Document what is discovered about XclTools::GetXclDefColWidthCorrectionMike Kaganski1-0/+24
2019-12-30Use range-based for loopMike Kaganski1-6/+6
2019-12-30weld AlignmentPropertyPanelCaolán McNamara3-255/+212
2019-12-30tdf#96505 - Get rid of cargo cult long integer literalsKemal Ayhan2-3/+3
2019-12-30Decrease SplitVertical value to pass on small screen sizeMike Kaganski1-0/+0
2019-12-29tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin2-5/+33
2019-12-27tdf#129533 Calc crashes on Navigator click or moveNoel Grandin2-10/+6
2019-12-26tdf#129597: Add missing group propertyXisco Fauli1-0/+2
2019-12-23use ScIndentItem instead of SfxBoolItem(SID_ATTR_ALIGN_INDENT)Caolán McNamara1-1/+1
2019-12-23use ScLineBreakCell instead of SfxBoolItem(SID_ATTR_ALIGN_LINEBREAK)Caolán McNamara1-3/+3
2019-12-23use ScVerticalStackCell instead of SfxBoolItem(SID_ATTR_ALIGN_STACKED)Caolán McNamara1-3/+3
2019-12-23XStyleLoader::loadStylesFromURL Allow loading from streamSamuel Mehrbrodt4-6/+31
2019-12-23sc: clear the spell checking markers after applying correctionsAshod Nakashian1-0/+5
2019-12-23sc: correctly update spelling markers on undo/redoAshod Nakashian1-0/+4
2019-12-23LOK: spelldialog: don't create the dialog when loading new viewsAshod Nakashian1-1/+4
2019-12-22sc: LOK: commit cell edits before saveasAshod Nakashian2-0/+8
2019-12-22sc: spelldialog: lock before resetting the editviewAshod Nakashian1-0/+3
2019-12-22sal_Char->char in scNoel Grandin80-211/+211
2019-12-21fix some runtime warningsCaolán McNamara1-1/+0
2019-12-21remove unnecessary CreateChildContext methodsNoel Grandin1-20/+0
2019-12-20the data provider feature is not ready for productionMarkus Mohrhard1-2/+0
2019-12-20loplugin:duplicate-definesNoel Grandin1-14/+9
2019-12-20weld ScFunctionWinCaolán McNamara3-93/+125
2019-12-20Resolves: tdf#129501 cannot change formula separators in optionsCaolán McNamara3-22/+36
2019-12-20loplugin:duplicate-definesNoel Grandin3-12/+25
2019-12-20loplugin:duplicate-definesNoel Grandin3-12/+1
2019-12-20loplugin:duplicate-definesNoel Grandin1-2/+0
2019-12-20tdf#129228 speedup load xls file with lots of commentsNoel Grandin3-0/+16
2019-12-19Remove commaAndrea Gelmini1-1/+1
2019-12-19lok: send "EMPTY" if the rect is empty for cell selection or fillTomaž Vajngerl1-7/+19
2019-12-18Unit test insert with shared formula group shift, tdf#129396Eike Rathke2-0/+68
2019-12-18Resolves: tdf#129396 Refresh shared formula group area listeners upon shiftingEike Rathke1-1/+11
2019-12-17Fix typo in codeAndrea Gelmini1-3/+3
2019-12-17Removed duplicated includeAndrea Gelmini1-1/+0
2019-12-17tdf#129435: Fix menu referenceXisco Fauli1-1/+1
2019-12-17ScSheetLimits must be a complete type here (Windows --disable-pch)Stephan Bergmann1-1/+1
2019-12-17Add missing DoClose of test documentsStephan Bergmann1-0/+82
2019-12-17Resolves tdf#129127: do a safe swap of patternsDennis Francis3-0/+35