summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-12-01cid#1555476 silence Unchecked return valueCaolán McNamara1-1/+1
2023-12-01Prefer checked ptr to SdrPageView over uncheckedArmin Le Grand (allotropia)1-1/+1
2023-12-01move the SfxItemPoolCache to sc/Noel Grandin10-31/+197
2023-11-30Make ScOutputData::DrawSelectiveObjects compatibleArmin Le Grand (allotropia)1-1/+53
2023-11-30cppunit test for notification of note position changes on row/col changesCaolán McNamara1-5/+26
2023-11-30No kit notification of note position changes on insert/delete rowCaolán McNamara5-3/+40
2023-11-29sc: qa: add unit test "testBackColorFilter"Henry Castro1-0/+38
2023-11-29Extended loplugin:ostr: scStephan Bergmann6-21/+21
2023-11-29sc: fix back color filter entriesHenry Castro3-0/+68
2023-11-28cid#1555974 silence Unchecked return valueCaolán McNamara2-4/+4
2023-11-28Always send theme-change in kit-mode even if the global theme is the sameCaolán McNamara1-10/+23
2023-11-28ScViewOptions::operator== doesn't compare sColorSchemeNameCaolán McNamara1-0/+1
2023-11-27tdf#158302 fix build against system-libxml-2.12Miklos Vajna4-5/+6
2023-11-27tdf#33201 Change default HighlightOverlay colorSahil1-2/+4
2023-11-26Fix typoAndrea Gelmini1-1/+1
2023-11-24tdf#158294 HTML simple format also added to paste special toolboxOliver Specht1-1/+3
2023-11-24use more concrete UNO in scNoel Grandin11-102/+87
2023-11-24loplugin:fieldcast in ScXMLImportNoel Grandin2-11/+11
2023-11-24use more concrete UNO in scNoel Grandin15-39/+41
2023-11-24loplugin:fieldcast in oox::xls::PivotTableNoel Grandin2-11/+8
2023-11-23tdf#158252 sc: Enable text wrapping when inputting line breaks in cellofftkp1-0/+12
2023-11-22tdf#125580: sc_subsequent_filters_test4: Add unittestXisco Fauli2-0/+19
2023-11-22tdf#127498: sc_datetime_functions: Add unittestXisco Fauli1-0/+19
2023-11-22tdf#148000 impress: improve fontwork text placement.Attila Szűcs1-1/+1
2023-11-21Cleanup some ScPatternAttr specific stuffArmin Le Grand (allotropia)1-4/+4
2023-11-20lok: async calc merge-cells popup dialog.Michael Meeks4-50/+60
2023-11-20pass by ref, not pointer, in ScViewFunc::ApplyAttributesNoel Grandin6-22/+22
2023-11-20use the cheaper variant of SfxItemPool::areSame where possibleNoel Grandin3-33/+33
2023-11-19Extended loplugin:ostr: scStephan Bergmann29-1147/+1310
2023-11-19Fix typoAndrea Gelmini1-1/+1
2023-11-19tdf#33201 Make Row/column highlight usableSahil Gautam1-4/+0
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 8)Julien Nabet10-25/+15
2023-11-19Fix performance regression with ScPatternAttr/SCArmin Le Grand (allotropia)4-74/+85
2023-11-18Remove useless using + once use of replace pair by std::pairJulien Nabet1-7/+1
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath1-1/+1
2023-11-17tdf#33201 Highlight current row and column in spreadsheetSahil Gautam9-0/+170
2023-11-16tdf#146386 cui,sc,sw: Office::Common::Filter::HTML::Export::LocalGraphicMichael Stahl1-4/+9
2023-11-16reorg calc hyperlink check to reuse elsewhereCaolán McNamara1-30/+2
2023-11-15tdf#158031 editeng: rename GetFieldAtCursorJustin Luth1-1/+1
2023-11-15tdf#158031 editeng SID_HYPERLINK_GETLINK: use GetFieldAtSelectionJustin Luth1-1/+2
2023-11-15tdf#158031 editeng SID_REMOVE_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-1/+0
2023-11-15tdf#158031 editeng SID_OPEN_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth2-4/+7
2023-11-15tdf#158031 editeng SID_COPY_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth2-2/+6
2023-11-15tdf#158031 Revert "tdf#140361 use the DisableEditHyperlink stateJustin Luth5-74/+2
2023-11-15tdf#158031 editeng SID_*_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-2/+2
2023-11-15tdf#157518: add password strength bar to protectsheetdlg.uiSarper Akdemir3-7/+28
2023-11-15avoid double map lookupNoel Grandin1-2/+3
2023-11-15merge duplicate formula bar updates in close time proximityCaolán McNamara4-19/+60
2023-11-15tdf#158030 sc a11y: Report cell coords via {row,col}indextext obj attrMichael Weghorn1-3/+11
2023-11-14loplugin:unusedfieldsNoel Grandin2-21/+0