summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputwin.cxx
AgeCommit message (Expand)Author
2021-11-01multiline calc inputbar not redrawing and adjusting scrollbar on delete of textCaolán McNamara
2021-10-21loplugin:flattenNoel Grandin
2021-10-12Construct ScAddress::Details only onceEike Rathke
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin
2021-09-17use optional for some fields in ScGlobalNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-09don't need to explicitly call GetFocus()Caolán McNamara
2021-09-09Resolves: tdf#144376 focus into protected ScTextWnd shouldn't be possibleCaolán McNamara
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-19LOK: inform when input bar has cursor and focusSzymon Kłos
2021-07-19LOK: Render correctly sized input barSzymon Kłos
2021-07-19Calc input bar add missing InitControlBaseSzymon Kłos
2021-06-09drop unnecessary pWin arg to InitAccCaolán McNamara
2021-06-09ScTextWnd is set since the ctor now so drop from InitAccCaolán McNamara
2021-06-09tdf#141769 ScTextWnd has to be available before the editview is createdCaolán McNamara
2021-05-10Invalidate inputbar after size changed messageSzymon Kłos
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-04-28Revert ScInputWindow::setPosSizePixel() early returnsSzymon Kłos
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara
2021-04-14Early return from ScInputWindow::setPosSizePixel() if no-opTor Lillqvist
2021-04-09Fix Win64 buildMike Kaganski
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-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-30Related: tdf#137577 Display (sheetname) with sheet-local names in Name BoxEike Rathke
2021-03-26loplugin:flattenNoel
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-02lok: sc - suppress LOK editengine events for the calc input bar.Michael Meeks
2021-02-21loplugin:refcounting in scNoel
2021-02-15loplugin:referencecasting in scNoel
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara
2021-01-25tdf#139857 release mouse on launch context menuCaolán McNamara
2021-01-06Hide calc input bar tooltips in onlineSzymon Kłos
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-12-19weld autosum menuCaolán McNamara
2020-12-09restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara
2020-12-02tdf#138540 formula popover in the wrong placeCaolán McNamara
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-24Don't show tooltip for formula bar in onlineSzymon Kłos
2020-11-03loplugin:unusedfieldsNoel
2020-10-25tdf#137713 GetEditView must be called unconditionally in PaintCaolán McNamara
2020-10-24tdf#137713 don't crash if there is no m_xEditViewCaolán McNamara
2020-10-22always call GetFocus if GrabFocus succeededCaolán McNamara
2020-10-20use tools::Long in scNoel
2020-10-17Fix typoAndrea Gelmini