summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-06-17Resolves: tdf#127013 differentiate non-/array separators and restrictEike Rathke2-28/+61
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-1/+1
2021-06-14tdf#136766 Zoom slider in calc print preview has white backgroundNoel Grandin2-17/+30
2021-06-14tdf#141769 ScTextWnd has to be available before the editview is createdCaolán McNamara3-1/+18
2021-06-10editengine-columns: Implement layoutMike Kaganski2-3/+3
2021-06-09jsdialog: sidebar: avoid duplicated widget idsSzymon Kłos2-2/+2
2021-06-09unit test: lok: text selection message testDennis Francis1-0/+130
2021-06-09unit test: lok: edit cursor invalidation messageDennis Francis1-1/+114
2021-06-09autocomplete: allow cycling through possible matchesDennis Francis1-13/+12
2021-06-08UITest: introduce guarded context managersMike Kaganski1-105/+78
2021-05-31lok: Hide file name from Text Import Dialog (csv)merttumer1-2/+6
2021-05-31Unit tests for .uno:MoveShapeHandle commandmerttumer1-0/+52
2021-05-31lok: add global notifier to the "Text Import Dialog"merttumer2-0/+9
2021-05-27Related: tdf#81757 Do not even try to re-enter ScDocShell::Do*Recalc()Eike Rathke1-0/+10
2021-05-26Resolves: tdf#134675 Allow unrestricted pastes of same size in one dimensionEike Rathke4-8/+70
2021-05-26tdf#142395: properly handle "no string delimiter" caseMike Kaganski1-2/+2
2021-05-25tdf#142214: unittest:test autocomplete through numeric blockDennis Francis1-8/+9
2021-05-25tdf#142214: autoinput: remove search/entry count limitsDennis Francis8-48/+28
2021-05-25tdf#142214: unit-tests for new behaviour of auto-completeDennis Francis1-0/+101
2021-05-25tdf#142214: autocomplete: do not search across empty blocksDennis Francis2-11/+36
2021-05-25tdf#142214: show autocompletion only if there is...Dennis Francis1-3/+14
2021-05-25lok: Enable the "AutoInput" again.Dennis Francis2-5/+1
2021-05-25remove intermediate containers in sidebarsCaolán McNamara14-148/+95
2021-05-25decompose ScNavigatorDlgUIObject and use sub components directlyCaolán McNamara5-55/+5
2021-05-25don't use the vcl::Window parent to derive a treeview sizeCaolán McNamara3-14/+5
2021-05-25register navigator individually in each module that it exists inCaolán McNamara3-22/+39
2021-05-25replace stock button imagesCaolán McNamara2-2/+2
2021-05-25rename SfxChildWindowContext::GetFloatingWindow to what it doesCaolán McNamara1-2/+2
2021-05-25restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara3-10/+10
2021-05-21tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-10/+10
2021-05-16tdf#43175 - Adjust chart references on every copied sheetAndreas Heinisch1-4/+10
2021-05-13lok: add rendering and input for form controls in CalcTomaž Vajngerl1-5/+25
2021-05-12tdf#139241: partially revert 059f07f9f33460c809a93e0fda1165f5c6f6d805Mike Kaganski1-2/+8
2021-05-10LOK: inform when input bar has cursor and focusSzymon Kłos1-0/+20
2021-05-07LOK: Render correctly sized input barSzymon Kłos1-1/+22
2021-05-07Calc input bar add missing InitControlBaseSzymon Kłos1-0/+2
2021-05-06tdf#90278 - Set the vba border to the default borderAndreas Heinisch3-1/+37
2021-05-05Invalidate inputbar after size changed messageSzymon Kłos1-0/+1
2021-05-04LOK: calc: allow image selection on insertionPranam Lashkari1-1/+2
2021-05-01tdf#137945: sc: Add UItestXisco Fauli2-0/+38
2021-05-01tdf#141970 Revert "tdf#129606: Round the mean of the two subtractions"Mike Kaganski1-2/+1
2021-05-01Related: tdf#130326 skip calling Refresh if its already just calledCaolán McNamara4-5/+27
2021-05-01Related: tdf#130326 drop ScContentTree::ObjectFreshCaolán McNamara3-60/+2
2021-04-29notebookbar: fix welded controls in onlineSzymon Kłos1-1/+1
2021-04-27tdf#99991 - Don't resize toplevel widget containing the options expanderAndreas Heinisch1-1/+1
2021-04-27tdf#95554 fix ScDocument::GetClipArea() for rows: use > instead of <scito1-1/+1
2021-04-27Related: tdf#130326: GetDrawNames doesn't do anything when !bisInNavigatoeDlgCaolán McNamara1-11/+10
2021-04-27tdf#94962 - Limit calculation of pearson coefficientAndreas Heinisch2-11/+48
2021-04-27tdf#141537: UNO Object Inspector: Crash while inspecting fileJulien Nabet1-0/+2
2021-04-27Revert ScInputWindow::setPosSizePixel() early returnsSzymon Kłos2-10/+1