summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-06-18distinguish active dnd-operation case from simple query caseCaolán McNamara1-2/+2
2020-06-18delay and batch calls to StartListeningFormulaCells() (tdf#132165)Luboš Luňák2-0/+22
2020-06-18new json writer for LOKNoel Grandin4-27/+16
2020-06-17tdf#133807 re-present search dialog after a short timeoutCaolán McNamara1-1/+1
2020-06-17tdf#133692: Spacing within Calc formulabar reworkedThorsten Wagner1-7/+10
2020-06-17inline typedefNoel Grandin2-6/+4
2020-06-16tdf#134038 use mnCheckWidthReq to avoid text width calculationCaolán McNamara1-1/+2
2020-06-16tdf#134038 insert in optimal orderCaolán McNamara2-29/+52
2020-06-16tdf#133268: Update non cmd icons, update Glue point iconsRizal Muttaqin1-1/+1
2020-06-16size width request to fit column hintCaolán McNamara4-14/+18
2020-06-16use hover-selection for filterlist dropdownCaolán McNamara1-0/+1
2020-06-16Use SvNumberformat::GetMaskedType()Eike Rathke1-8/+2
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP3-10/+12
2020-06-15consume tab key press in single-widget dropdownCaolán McNamara1-0/+4
2020-06-15ReleaseMouse so focus can be grabbed by the FilterFloatCaolán McNamara2-11/+25
2020-06-15rhbz#1847031 null-derefCaolán McNamara1-1/+1
2020-06-15WinBits are always the same for ScFilterFloatingWindowCaolán McNamara1-6/+7
2020-06-15Resolves: tdf#133985 make ok the defaultCaolán McNamara1-1/+0
2020-06-14tdf#133971 hold self-ref until we returnCaolán McNamara1-1/+4
2020-06-14Fix typoAndrea Gelmini1-1/+1
2020-06-14checklistmenu needs dockwin.hxx instead of floatwin.hxxJulien Nabet1-1/+1
2020-06-14Fix typoAndrea Gelmini1-1/+1
2020-06-13tdf#133855 return early if disposed by FilterSelectCaolán McNamara1-0/+5
2020-06-13tdf#133953 use a popover to show interactive row/column resize intoCaolán McNamara2-1/+15
2020-06-12weld checklistmenuCaolán McNamara20-2617/+1156
2020-06-12fix ASAN in SharedStringPoolNoel Grandin1-4/+4
2020-06-11loplugin:unusedmethodsNoel Grandin3-10/+0
2020-06-11tdf#132431: sc: Add unittestXisco Fauli2-0/+22
2020-06-11initialise ScMatrix once instead of twiceNoel Grandin1-5/+4
2020-06-10tdf#133858 opening spreadsheet with large array formula takes 10 minsNoel Grandin1-0/+9
2020-06-10CppunitTest_sc_uicalc: minimize test documentXisco Fauli1-0/+0
2020-06-10uitest: Add support for Calc / Format cell / background color selectorShiko1-0/+209
2020-06-10detect inconsistent SUMIFS() ranges when range reducing (tdf#132431)Luboš Luňák1-1/+9
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia26-41/+53
2020-06-10lokit: fix autofilter window position...Dennis Francis1-1/+14
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist15-50/+62
2020-06-09tdf#133807 represent a visible search dialog when search results is closedCaolán McNamara1-0/+15
2020-06-09Resolves: tdf#133780 allow sorting search result treeview columnsCaolán McNamara3-0/+36
2020-06-09tdf#130227 Tabbed UI remove second extension manager buttonandreas kainz1-11/+0
2020-06-09tdf#133785: sc: Add UItestXisco Fauli1-0/+14
2020-06-09delay and batch calls to StartListeningFormulaCells() (tdf#133302)Luboš Luňák7-2/+112
2020-06-08tdf#81470: sc: Add unittestXisco Fauli2-0/+24
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara5-45/+35
2020-06-08tdf#133785 autofilter with dates crashes when search entry is used and clearedCaolán McNamara2-10/+26
2020-06-08tdf#133595: sc: Add unittestXisco Fauli2-0/+17
2020-06-07uitest: Add support for Calc - Set ZoomShiko2-0/+97
2020-06-06tdf#133595 FILESAVE XLSX: invalid content when opening file with shapeSerge Krot1-0/+15
2020-06-05tdf#133486 Revert "fix TODO"Noel Grandin2-8/+13
2020-06-05have just one way to set expander imageCaolán McNamara6-17/+18
2020-06-05add boost::intrusive_ptr to list of smart points in pluginsNoel Grandin9-24/+25