summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputhdl.cxx
AgeCommit message (Expand)Author
2021-04-06skip intermediate vcl::WindowCaolán McNamara
2021-04-06block is protected by pActiveViewSh != nullptrCaolán McNamara
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-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-01-28simplify code, use more subView()Noel
2021-01-13lok: don't turn off online spelling by view change.Tamás Zolnai
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
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-11loplugin:stringviewNoel
2020-10-31Use ScDocument::GetSheetSeparator()Eike Rathke
2020-10-31Constructing ScCompiler is unnecessary hereEike Rathke
2020-10-30tdf#137620 add explicit SurroundingText support to ScGridWindowCaolán McNamara
2020-10-20use tools::Long in scNoel
2020-10-16weld InputBarCaolán McNamara
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17provide a ScDocument arg for ScRange::ParseCaolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-12establish that ScSimpleFormulaCalculator mpDoc is never nullCaolán McNamara
2020-09-12use a reference instead of a pointer for lcl_Calculate ScDocument argCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-08-09loplugin:flatten in scNoel Grandin
2020-08-06Yes. (remove wrong todo comment question)Eike Rathke
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-07-15Get correct tab for current selectionSzymon Kłos
2020-07-05lokit: scPrintTwipsMsgs: LOK_CALLBACK_REFERENCE_MARKSDennis Francis
2020-06-24Fix sending reference marks for current selectionSzymon Kłos
2020-06-04LOK: Emit the doc. modified state even when changing the cell inline.Jan Holesovsky
2020-05-29Resolves: tdf#133485 Append % character also for a leading decimal separatorEike Rathke
2020-05-10formula bar: Change completeFunction() to accept string instead of index.Jan Holesovsky
2020-05-10lok: formula bar: send whole function listMarco Cecchetti
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti
2020-04-15loplugin:buriedassign in scNoel Grandin
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist
2020-03-06lok: calc formula bar tunnelingMarco Cecchetti
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-14tdf#124443: show arguments' tooltip above if in Formula Bar's Input Lineayhanyalcinsoy
2020-01-13mobile: escape JSON for function wizard, and emit only on mobile.Michael Meeks
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-12-03lok: formula bar: function completionMarco Cecchetti