summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputhdl.cxx
AgeCommit message (Expand)Author
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin
2021-06-09autocomplete: allow cycling through possible matchesDennis Francis
2021-06-01no need to allocate these on the heapNoel Grandin
2021-05-27IsDisposed->isDisposed in scNoel 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-08ref-count SfxItemPoolNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-29lok: Disable the "AutoInput" again.Jan Holesovsky
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
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-09Recheck include/ with IWYUGabor Kelemen
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