summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-01-13mobile: escape JSON for function wizard, and emit only on mobile.Michael Meeks1-5/+16
2020-01-13rework TextUnderlinePopup to be a PopupWindowControllerCaolán McNamara1-1/+0
2020-01-13rework TextCharacterSpacingPopup to be a PopupWindowControllerCaolán McNamara1-1/+0
2020-01-13tdf#129908 Crash at Data > Group and outlone > AutoOutlineNoel Grandin1-0/+2
2020-01-13loplugin:finalclasses in package..sfx2Noel Grandin1-1/+1
2020-01-13loplugin:unusedmethodsNoel Grandin2-9/+0
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten5-10/+5
2020-01-11Resolves: tdf#129763 resize to request happening on every activateCaolán McNamara1-0/+6
2020-01-10weld CellAppearancePropertyPanelCaolán McNamara11-577/+624
2020-01-10use more std::make_sharedNoel Grandin25-55/+53
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-5/+5
2020-01-09Options Dialog Calc General fix spacing according to HIGandreas kainz1-0/+1
2020-01-08rework ParaLineSpacingPopup to be a PopupWindowControllerCaolán McNamara1-1/+0
2020-01-08tdf#129606: limit precision in ScTable::FillAnalyseMike Kaganski1-2/+5
2020-01-08Resolves: tdf#129681 Handle array/matrix in AGGREGATE() with ignore errorsEike Rathke7-62/+166
2020-01-07extract some common code from ImportContext classesNoel Grandin26-231/+10
2020-01-07most has_tooltip uses are bogusCaolán McNamara11-49/+0
2020-01-06Resolves: tdf#129518 make colorboxes max width at 1/3 avail spaceCaolán McNamara1-0/+5
2020-01-06weld AreaPropertyPanelCaolán McNamara3-12/+18
2020-01-06Resolves: tdf#129586 icon combobox is not in the same grid as the othersCaolán McNamara1-2/+0
2020-01-06Removed redundant semicolonsAndrea Gelmini3-3/+3
2020-01-06Don't crash on exiting print preview with NotebookbarMike Kaganski1-2/+2
2020-01-06tdf#129552 sc: avoid infinite invalidation loop when the print range is emptyMiklos Vajna4-4/+147
2020-01-06Simplify IsOpCode a bitMike Kaganski1-10/+2
2020-01-04ofz#19796 Indirect-leakCaolán McNamara2-5/+5
2020-01-04sc/qa: revert locale change in the scope guard.Mark Hung1-4/+6
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