summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputhdl.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-25lokit: scPrintTwipsMsgs: LOK_CALLBACK_REFERENCE_MARKSDennis Francis1-0/+19
2020-05-10formula bar: Change completeFunction() to accept string instead of index.Jan Holesovsky1-6/+10
2020-05-10lok: formula bar: send whole function listMarco Cecchetti1-11/+66
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti1-3/+3
2020-04-15loplugin:buriedassign in scNoel Grandin1-2/+9
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist1-1/+1
2020-03-06lok: calc formula bar tunnelingMarco Cecchetti1-1/+7
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-6/+6
2020-02-14tdf#124443: show arguments' tooltip above if in Formula Bar's Input Lineayhanyalcinsoy1-1/+8
2020-01-13mobile: escape JSON for function wizard, and emit only on mobile.Michael Meeks1-5/+16
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-2/+6
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara1-0/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-8/+8
2019-12-03lok: formula bar: function completionMarco Cecchetti1-0/+16
2019-11-30Clarify the commentMike Kaganski1-0/+4
2019-11-29tdf#129007: fix autocompletionMike Kaganski1-34/+15
2019-11-26lok: calc formula bar tunneling: function list callbackMarco Cecchetti1-0/+57
2019-11-19Fix typoAndrea Gelmini1-1/+1
2019-11-19Related: tdf#125917 release mouse grab before showing warning dialogCaolán McNamara1-0/+11
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-5/+5
2019-11-14Details always dereferences ScDocument argumentCaolán McNamara1-4/+4
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara1-8/+8
2019-11-07Show highlight ranges when chart is selectedSzymon Kłos1-6/+7
2019-10-23sc: rowcol: tdf#50916 convert appNoel Grandin1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+2
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-09-29constmethod for accessor-type methodsNoel Grandin1-1/+1
2019-09-27cid#1454002 Dereference after null checkCaolán McNamara1-1/+1
2019-09-24Formula editing when switching tabsSzymon Kłos1-12/+0
2019-09-24Add reference marks callbackSzymon Kłos1-0/+152
2019-09-24Allow to use multiple Formula dialog instancesSzymon Kłos1-1/+4
2019-07-25lok sc: Fix the formula input bar and address bar notifications.Jan Holesovsky1-8/+5
2019-07-18tdf#126453: hide ScInputHandler's tooltips when loosing focusMike Kaganski1-2/+4
2019-06-13Related: tdf#113541 use reference syntax of the document being editedEike Rathke1-11/+12
2019-05-15tdf#105622 Highlight 128 cells.Shubham Goyal1-1/+1
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen1-0/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen1-5/+0
2019-02-09loplugin:indentation in scNoel Grandin1-1/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-4/+3
2019-01-18use unique_ptr in scNoel Grandin1-4/+3
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov1-37/+18
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+4
2018-12-01tdf#39468 Translate German commentsJens Carl1-1/+1
2018-11-30tdf#114113: handle quoted sheet namesMike Kaganski1-2/+18
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-102/+98
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-8/+10
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1