summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-09-22tdf#131047: expand search results frameXisco Fauli1-1/+1
2020-09-21lok: remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei1-7/+12
2020-09-19tdf#133327 fix calc loading background color with many colsNoel Grandin1-3/+2
2020-09-19tdf#108673 XLSX: Don't export invalid sheet references in cell validationSerge Krot5-3/+61
2020-09-19Check range before accessing Calc sort userlistThorsten Behrens2-4/+4
2020-09-19tdf#95640 XLSX: import/export of custom sort listsSerge Krot13-18/+375
2020-09-17Online: Show input help on Online / Core part.gokaysatir3-0/+15
2020-09-09Resolves: tdf#136189 don't try and sort until treeview is filledCaolán McNamara1-1/+3
2020-09-09tdf#136062 Don't use 'Reject (All)/Clear formatting' buttons in CalcGabor Kelemen1-4/+3
2020-09-04tdf#83779: convert TRUE/FALSE constants to functions TRUE()/FALSE()Mike Kaganski4-6/+39
2020-08-28LOK: do not show calc notes in the onlinePranam Lashkari1-2/+13
2020-08-24lok-freezepanes: fixed freeze row and column handlingPranam Lashkari4-10/+66
2020-08-23Shadow color setter for onlineSzymon Kłos1-0/+8
2020-08-21Use localized default sheet name, if sheet name is missing in xlsx fileAndras Timar1-1/+3
2020-08-13lok: send calc-input-win position updatesSzymon Kłos1-0/+1
2020-08-11sfx2: lok: reliably support multi-documentsAshod Nakashian1-1/+2
2020-08-10lok: minor cleanup of ViewCallback in tiledrendering testsAshod Nakashian1-1/+1
2020-08-05Make Group dialog asyncSzymon Kłos4-24/+42
2020-08-04tdf#130559: don't fail creation of preview when BackingComp can't add...Mike Kaganski1-4/+15
2020-08-02rhbz#1861794 csv fixed width import missing split handleCaolán McNamara2-22/+21
2020-07-31LOK: added margin between sidebar and formula-barPranam Lashkari1-1/+3
2020-07-28tdf#134769 XLSX export fix: unable to open with MS ExcelSerge Krot1-1/+1
2020-07-27fix tree disabled in autofilter pulldown, tdf#76481 relatedNoel Grandin2-3/+5
2020-07-27tdf#76481 speed up searching in autofilter pulldownNoel Grandin1-31/+29
2020-07-25lok-freezepanes: allow empty tablesDennis Francis1-1/+2
2020-07-24lok-freezepanes: Generalize FreezePanes* uno-commands...Dennis Francis18-90/+433
2020-07-23Make Sort dialog asyncSzymon Kłos4-54/+56
2020-07-22lok: sc: Desktop: Function wizard isn't properly asyncMarco Cecchetti2-3/+45
2020-07-17lokit: add missing header and row-size invalidation calls...Dennis Francis1-1/+13
2020-07-17lokit: Add missing sheet-geometry row-size invalidation callDennis Francis1-0/+5
2020-07-11Resolves: tdf#124454 exec the matrix operator on values converted from stringsEike Rathke1-1/+1
2020-07-10Resolves: tdf#131424 separator in TableRef column specifier is validEike Rathke1-1/+11
2020-07-10don't add a cell to a non-existent column (tdf#104865)Luboš Luňák4-1/+9
2020-07-08Don't reset reference marks when editing the formulaSzymon Kłos1-2/+7
2020-07-08Get correct tab for current selectionSzymon Kłos1-1/+1
2020-07-08Empty reference marks on selection resetSzymon Kłos1-0/+2
2020-07-06paintTile: Try to find a view that matches the tile-zoom requested...Dennis Francis1-1/+37
2020-07-06reset all draw gridOffsets when zoom needs to change...Dennis Francis1-1/+12
2020-07-06scPrintTwipsMsgs: Use print logical coordinates for draw objectsDennis Francis7-6/+113
2020-07-06scPrintTwipsMsgs: Use print-twips paper-sizeDennis Francis1-5/+5
2020-07-06lokit: Avoid sending wrong edit-cursor/selection messages when...Dennis Francis1-0/+37
2020-07-06SetLOKSpecialOutputArea() call must precede SetOutputArea()Dennis Francis1-5/+7
2020-07-06ScGridWindow::UpdateEditViewPos: keep EditView's print-twips data updatedDennis Francis1-0/+12
2020-07-06ScViewData::EditGrowY: keep EditView's print-twips data updatedDennis Francis1-1/+22
2020-07-06ScViewData::EditGrowX: keep EditView's print-twips data updatedDennis Francis1-4/+106
2020-07-06ScViewData::SetEditEngine: keep EditView's print-twips data updatedDennis Francis1-7/+94
2020-07-06scPrintTwipsMsgs: No more view specific edit-cursor messagesDennis Francis1-18/+25
2020-07-06Allow edit-area computation in print-twips...Dennis Francis2-4/+6
2020-07-06Allow print-twips version of ScEditUtil::GetEditArea()Dennis Francis2-26/+45
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis6-41/+76