summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-02-25avoid LOK text selection update when reference cell is in different tabPranam Lashkari1-3/+6
2021-02-03enable hyperlink to be detected at the end of textPranam Lashkari1-1/+1
2021-01-19lok: fix incorrect invalidate cursor positionHenry Castro1-0/+5
2020-09-09Online: selection highlight in Calc should follow font size changes / core partMarco Cecchetti3-157/+141
2020-07-06lokit: editeng: Use 'special-positioning' data for selectionsDennis Francis2-8/+46
2020-07-06scPrintTwipsMsgs: Use top-left of output-area as the refpointDennis Francis1-1/+1
2020-07-06scPrintTwipsMsgs: Use print-twips paper-sizeDennis Francis2-0/+14
2020-07-06lokit: Avoid sending wrong edit-cursor/selection messages when...Dennis Francis3-2/+17
2020-07-06lokit: editeng: Use 'special-positioning' data...Dennis Francis1-14/+49
2020-07-06Introduce LOK 'special positioning' methods to EditViewDennis Francis3-0/+226
2020-05-29lok: calc: formula bar: improve selection handlingMarco Cecchetti1-0/+16
2020-05-29editeng: detect invalid paragraphs when drawingAshod Nakashian1-2/+4
2020-05-28lok: set device form factor of the client on view creationMarco Cecchetti1-3/+3
2020-05-28editeng: lok: send cursor visibility event when restoring update modeAshod Nakashian3-7/+10
2020-05-27Resolves: tdf#129620 crash because there is no associated windowCaolán McNamara1-4/+9
2020-05-26lokit: fix edit-text/view-cursor positionDennis Francis3-30/+87
2020-05-23lok: Resolves: Calc - selecting a hyperlink doesn't show link in dialogMuhammet Kara1-6/+35
2020-05-17Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist1-3/+3
2020-05-17lok: avoid to send visible cursor msg for formula bar edit viewMarco Cecchetti1-0/+8
2020-05-17lok: calc: send text selection rectangles for the input barMarco Cecchetti1-0/+40
2020-05-17lok: send hyperlink info also in editengGrzegorz Araminowicz1-1/+16
2020-05-17lok: get spelling context menu on long pressMarco Cecchetti1-1/+5
2020-05-13sd lok: Implement execution of SID_SPELLCHECK_IGNORE_ALLTamás Zolnai1-0/+5
2020-05-13lok: Send spelling popup menu structure for mobile (calc and impress).Tamás Zolnai1-1/+48
2020-05-13tdf#102625: fix Formula editor breaks surrogate pairsJulien Nabet1-0/+9
2020-04-29Resolves: tdf#132288 don't merge adjacent properties for spell checkingCaolán McNamara2-1/+15
2020-02-25tdf#130760 Fix crash when clicking link to other slideSamuel Mehrbrodt1-1/+1
2020-01-24tdf#128046: preserve list levels on pasteKatarina Behrens1-2/+4
2019-12-07tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt2-49/+51
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-2/+2
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara2-4/+5
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin2-2/+2
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin2-4/+2
2019-10-21loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin2-2/+2
2019-10-19Fix typo and dotsAndrea Gelmini1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann4-5/+5
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-4/+3
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin9-38/+38
2019-09-28loplugin:virtualdead in editengNoel Grandin1-5/+0
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-0/+1
2019-09-06use unique_ptr in EditNodeIdxNoel Grandin1-2/+2
2019-09-06TyposAndrea Gelmini9-19/+19
2019-09-02loplugin:constmethod in editengNoel Grandin7-18/+18
2019-08-28ContentInfo::Equals uses std::equalAdrien Ollier1-18/+10
2019-08-20loplugin:constvars in drawinglayer..frameworkNoel Grandin2-3/+3
2019-08-19tdf#121039 Open URL also when in edit modeSamuel Mehrbrodt1-1/+22
2019-08-12Don't select hyperlink fields arbitrarilySamuel Mehrbrodt1-2/+8
2019-08-08tdf#126751 Fix crash when inserting hyperlink into empty textboxSamuel Mehrbrodt1-1/+1
2019-08-02lok: don't be prejudiced against a single missing mime-type.Michael Meeks1-0/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): editengStephan Bergmann1-3/+3