summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2021-07-17tdf#57351 sc UI: fix disabled Insert Columns optionsTünde Tóth
2021-07-12XSLX export, button form control: fix handling of no macrosMiklos Vajna
2021-07-12tdf143222 Handle alternate content of graphicData element.Gülşah Köse
2021-07-11cid#1468696 Logically dead codeCaolán McNamara
2021-07-11tdf#140431 XLSX export: fix double file:// prefixTünde Tóth
2021-07-11Resolves: tdf#138432 Use locale's CharClass to parse numeric i18n contextEike Rathke
2021-07-09XLSX export: handle macros on button form controlsMiklos Vajna
2021-07-08XLSX import: fix handling of named ranges referring to PathMissing sheetsMiklos Vajna
2021-07-08XLSX export: handle button form controlsMiklos Vajna
2021-07-08XLSX export: improve handling of checkbox (form controls)Miklos Vajna
2021-07-01sc: don't require ctrl-click when clicking on internal links of shapesMiklos Vajna
2021-06-30Dialog: Import CSV: Improve layoutPedro Pinto Silva
2021-06-29Resolves: tdf#143008 Evaluate AM/PM for type date+time text-to-column and CSVEike Rathke
2021-06-23tdf#142932: fix crash when pasting cells with comments+"skip empty cells"Julien Nabet
2021-06-17Resolves: tdf#127013 differentiate non-/array separators and restrictEike Rathke
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski
2021-06-14tdf#136766 Zoom slider in calc print preview has white backgroundNoel Grandin
2021-06-14tdf#141769 ScTextWnd has to be available before the editview is createdCaolán McNamara
2021-06-09jsdialog: sidebar: avoid duplicated widget idsSzymon Kłos
2021-06-09autocomplete: allow cycling through possible matchesDennis Francis
2021-05-31lok: Hide file name from Text Import Dialog (csv)merttumer
2021-05-31lok: add global notifier to the "Text Import Dialog"merttumer
2021-05-27Related: tdf#81757 Do not even try to re-enter ScDocShell::Do*Recalc()Eike Rathke
2021-05-26Resolves: tdf#134675 Allow unrestricted pastes of same size in one dimensionEike Rathke
2021-05-26tdf#142395: properly handle "no string delimiter" caseMike Kaganski
2021-05-25tdf#142214: autoinput: remove search/entry count limitsDennis Francis
2021-05-25tdf#142214: autocomplete: do not search across empty blocksDennis Francis
2021-05-25tdf#142214: show autocompletion only if there is...Dennis Francis
2021-05-25lok: Enable the "AutoInput" again.Dennis Francis
2021-05-25remove intermediate containers in sidebarsCaolán McNamara
2021-05-25decompose ScNavigatorDlgUIObject and use sub components directlyCaolán McNamara
2021-05-25don't use the vcl::Window parent to derive a treeview sizeCaolán McNamara
2021-05-25register navigator individually in each module that it exists inCaolán McNamara
2021-05-25rename SfxChildWindowContext::GetFloatingWindow to what it doesCaolán McNamara
2021-05-25restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara
2021-05-21tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-05-16tdf#43175 - Adjust chart references on every copied sheetAndreas Heinisch
2021-05-13lok: add rendering and input for form controls in CalcTomaž Vajngerl
2021-05-12tdf#139241: partially revert 059f07f9f33460c809a93e0fda1165f5c6f6d805Mike Kaganski
2021-05-10LOK: inform when input bar has cursor and focusSzymon Kłos
2021-05-07LOK: Render correctly sized input barSzymon Kłos
2021-05-07Calc input bar add missing InitControlBaseSzymon Kłos
2021-05-06tdf#90278 - Set the vba border to the default borderAndreas Heinisch
2021-05-05Invalidate inputbar after size changed messageSzymon Kłos
2021-05-04LOK: calc: allow image selection on insertionPranam Lashkari
2021-05-01tdf#141970 Revert "tdf#129606: Round the mean of the two subtractions"Mike Kaganski
2021-05-01Related: tdf#130326 skip calling Refresh if its already just calledCaolán McNamara
2021-05-01Related: tdf#130326 drop ScContentTree::ObjectFreshCaolán McNamara
2021-04-29notebookbar: fix welded controls in onlineSzymon Kłos
2021-04-27tdf#95554 fix ScDocument::GetClipArea() for rows: use > instead of <scito