summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-04-03tdf#80194 autoEsc: use fontmetrics in calculationJustin Luth4-13/+46
2020-03-30Translate German variable namesJohnny_M1-5/+5
2020-03-20tdf#114441: Convert use of sal_uLong to better integer typesBugra2-4/+4
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist1-3/+3
2020-03-18Fix typoAndrea Gelmini1-1/+1
2020-03-17sd lok: Implement execution of SID_SPELLCHECK_IGNORE_ALLTamás Zolnai1-0/+5
2020-03-17lok: Send spelling popup menu structure for mobile (calc and impress).Tamás Zolnai1-1/+48
2020-03-15editeng: lok: send cursor visibility event when restoring update modeAshod Nakashian4-10/+14
2020-03-13tdf#80194 proof search: assert to find proof of code correctness.Justin Luth1-0/+8
2020-03-11tdf#89849 editeng: adjust escapement before resetting ProprJustin Luth1-0/+7
2020-03-09improve loplugin:unusedfieldsNoel Grandin1-12/+10
2020-03-06lok: avoid to send visible cursor msg for formula bar edit viewMarco Cecchetti1-0/+8
2020-03-06lok: calc: send text selection rectangles for the input barMarco Cecchetti1-0/+40
2020-03-05use more FastParser in SvxXMLTextImportContexNoel Grandin1-2/+6
2020-03-04use FastParser in SvxXMLTextImportContextNoel Grandin1-2/+16
2020-03-03tdf#80194 editeng: fix auto subscript calculationsJustin Luth3-6/+6
2020-03-03move some headers inside their moduleNoel Grandin6-4/+112
2020-03-03Fix call of PythonStephan Bergmann1-1/+1
2020-03-03sw doc model xml dump: show numbering typeMiklos Vajna1-0/+7
2020-03-03Missing dependencyStephan Bergmann1-1/+2
2020-02-29lok: Resolves: Calc - selecting a hyperlink doesn't show link in dialogMuhammet Kara1-6/+35
2020-02-28lok: send hyperlink info also in editengGrzegorz Araminowicz1-1/+16
2020-02-26new loplugin:xmlimportNoel Grandin1-0/+6
2020-02-25Convert gentoken from Perl to Python.Jussi Pakkanen1-3/+3
2020-02-24tdf#130760 Fix crash when clicking link to other slideSamuel Mehrbrodt1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann13-24/+24
2020-02-19related tdf#80194 editeng RTF: set automatic subscript for \subJustin Luth1-8/+8
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-02-06rename nFirstLineOfst -> nFirstLineOffsetNoel Grandin1-12/+12
2020-02-06rename nPropFirstLineOfst->nPropFirstLineOffsetNoel Grandin1-11/+11
2020-02-04rename Get/SetPropTextFirstLineOfst -> Get/SetPropTextFirstLineOffsetNoel Grandin1-3/+3
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin9-17/+17
2020-02-03make some headers privateCaolán McNamara4-2/+210
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-21/+17
2020-01-28New loplugin:unsignedcompareStephan Bergmann12-38/+50
2020-01-26tdf#124176: Use pragma once instead of include guardsBurak Bala1-4/+2
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin1-1/+1
2020-01-23tdf#128046: preserve list levels on pasteKatarina Behrens2-3/+8
2020-01-17flush out unused Font objectsCaolán McNamara1-6/+0
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin1-6/+4
2020-01-14loplugin:finalclasses in basic..emfioNoel Grandin4-29/+28
2020-01-11cid#705996 unintended sign extensionCaolán McNamara1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2-2/+2
2020-01-08tdf#96505:Get rid of cargo cult long integer literalsayhanyalcinsoy2-2/+2
2020-01-08return fast context in SvxXMLTextImportContextNoel Grandin1-11/+13
2020-01-08Grammar fixesAndrea Gelmini1-1/+1
2020-01-07extract some common code from ImportContext classesNoel Grandin2-10/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1