summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-7/+5
2021-04-29lok: Disable the "AutoInput" again.Jan Holesovsky1-2/+3
2021-04-28Revert ScInputWindow::setPosSizePixel() early returnsSzymon Kłos1-4/+0
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara1-0/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-14Early return from ScInputWindow::setPosSizePixel() if no-opTor Lillqvist1-0/+4
2021-04-13lok: formula bar: disable tunneled tooltipsMarco Cecchetti1-3/+3
2021-04-13lok: formula input bar: get a function inserted in a not focused top viewMarco Cecchetti1-23/+35
2021-04-09Fix Win64 buildMike Kaganski1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen3-0/+3
2021-04-09online: update calc inputbar position on changeSzymon Kłos1-0/+13
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch1-1/+2
2021-04-07rtl::Static -> function local staticNoel Grandin2-12/+4
2021-04-06skip intermediate vcl::WindowCaolán McNamara1-3/+1
2021-04-06block is protected by pActiveViewSh != nullptrCaolán McNamara1-17/+10
2021-03-31Related: tdf#137577 Update Name Box range name list on sheet renameEike Rathke1-1/+2
2021-03-30Related: tdf#137577 Be able to select a global named range from Name BoxEike Rathke1-5/+23
2021-03-30ScDocument::GetRangeAtBlock() name is always passed, so use referenceEike Rathke1-1/+1
2021-03-30Related: tdf#137577 Display (sheetname) with sheet-local names in Name BoxEike Rathke2-6/+10
2021-03-26loplugin:flattenNoel1-46/+46
2021-03-23check for null SC_MOD given crashes at exit in similar casesCaolán McNamara1-1/+1
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara1-2/+1
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-71/+72
2021-03-11register navigator individually in each module that it exists inCaolán McNamara1-1/+2
2021-03-02lok: sc - suppress LOK editengine events for the calc input bar.Michael Meeks1-0/+5
2021-02-24avoid LOK text selection update when reference cell is in different tabPranam Lashkari1-2/+5
2021-02-24show reference range specific to only selected calc sheetPranam Lashkari1-1/+4
2021-02-21loplugin:refcounting in scNoel3-4/+3
2021-02-21Some more unit conversion unificationMike Kaganski1-4/+5
2021-02-15loplugin:referencecasting in scNoel1-2/+2
2021-02-14nullptr dereferenceMike Kaganski1-1/+1
2021-02-11devtools: move devtools from svx to sfx2Tomaž Vajngerl1-1/+1
2021-01-28simplify code, use more subView()Noel1-2/+2
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara1-2/+2
2021-01-25tdf#139857 release mouse on launch context menuCaolán McNamara1-0/+2
2021-01-13lok: don't turn off online spelling by view change.Tamás Zolnai1-7/+8
2021-01-13devtools: move DevelopmentToolChildWindow to its own fileTomaž Vajngerl1-1/+1
2021-01-13devtools: Enable DevTools in Calc, Impress and DrawTomaž Vajngerl1-1/+3
2021-01-10merge ScSubTotalItem ctorsCaolán McNamara1-8/+0
2021-01-10static_cast after dynamic_castNoel Grandin1-2/+1
2021-01-06Hide calc input bar tooltips in onlineSzymon Kłos1-10/+14
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+3
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock1-1/+1
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-2/+2
2020-12-22split SotStorageStream into two classesNoel2-8/+3
2020-12-21Add a comment here, too, that the lists of formats are identicalTor Lillqvist1-0/+1
2020-12-19weld autosum menuCaolán McNamara1-13/+13
2020-12-09restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara1-4/+4
2020-12-02tdf#138540 formula popover in the wrong placeCaolán McNamara2-17/+73