summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)Author
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis
2021-05-13tdf#142214: show autocompletion only if there is...Dennis Francis
2021-05-13lok: Enable the "AutoInput" again.Dennis Francis
2021-05-10Invalidate inputbar after size changed messageSzymon Kłos
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-29lok: Disable the "AutoInput" again.Jan Holesovsky
2021-04-28Revert ScInputWindow::setPosSizePixel() early returnsSzymon Kłos
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-14Early return from ScInputWindow::setPosSizePixel() if no-opTor Lillqvist
2021-04-13lok: formula bar: disable tunneled tooltipsMarco Cecchetti
2021-04-13lok: formula input bar: get a function inserted in a not focused top viewMarco Cecchetti
2021-04-09Fix Win64 buildMike Kaganski
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-09online: update calc inputbar position on changeSzymon Kłos
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-04-06skip intermediate vcl::WindowCaolán McNamara
2021-04-06block is protected by pActiveViewSh != nullptrCaolán McNamara
2021-03-31Related: tdf#137577 Update Name Box range name list on sheet renameEike Rathke
2021-03-30Related: tdf#137577 Be able to select a global named range from Name BoxEike Rathke
2021-03-30ScDocument::GetRangeAtBlock() name is always passed, so use referenceEike Rathke
2021-03-30Related: tdf#137577 Display (sheetname) with sheet-local names in Name BoxEike Rathke
2021-03-26loplugin:flattenNoel
2021-03-23check for null SC_MOD given crashes at exit in similar casesCaolán McNamara
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-11register navigator individually in each module that it exists inCaolán McNamara
2021-03-02lok: sc - suppress LOK editengine events for the calc input bar.Michael Meeks
2021-02-24avoid LOK text selection update when reference cell is in different tabPranam Lashkari
2021-02-24show reference range specific to only selected calc sheetPranam Lashkari
2021-02-21loplugin:refcounting in scNoel
2021-02-21Some more unit conversion unificationMike Kaganski
2021-02-15loplugin:referencecasting in scNoel
2021-02-14nullptr dereferenceMike Kaganski
2021-02-11devtools: move devtools from svx to sfx2Tomaž Vajngerl
2021-01-28simplify code, use more subView()Noel
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara
2021-01-25tdf#139857 release mouse on launch context menuCaolán McNamara
2021-01-13lok: don't turn off online spelling by view change.Tamás Zolnai
2021-01-13devtools: move DevelopmentToolChildWindow to its own fileTomaž Vajngerl
2021-01-13devtools: Enable DevTools in Calc, Impress and DrawTomaž Vajngerl
2021-01-10merge ScSubTotalItem ctorsCaolán McNamara
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-06Hide calc input bar tooltips in onlineSzymon Kłos
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann