summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-22cid#1474210 silence Untrusted divisorCaolán McNamara1-1/+1
2021-03-21cid#1473926 Uninitialized scalar variableCaolán McNamara3-14/+4
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara3-3/+3
2021-03-21update pchesCaolán McNamara1-1/+2
2021-03-20invalidate via Editview::InvalidateWindowCaolán McNamara1-1/+1
2021-03-20add GetInputLanguage to EditViewCaolán McNamara1-0/+8
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara10-159/+159
2021-03-14loplugin:unusedmethodsNoel1-5/+0
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara2-10/+2
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-08tdf#140498 middle-button paste doesn't depend on a vcl::WindowCaolán McNamara2-16/+12
2021-03-08just call GetWindow onceCaolán McNamara1-4/+4
2021-03-01tdf#140342 sw layout: remove explicit gutter handling when positioning bordersMiklos Vajna1-1/+1
2021-02-26tdf#134940 sw: fix AutoCorrect of arrow "-->"László Németh1-1/+4
2021-02-24avoid LOK text selection update when reference cell is in different tabPranam Lashkari1-3/+6
2021-02-23loplugin:unusedmethodsNoel1-5/+0
2021-02-23loplugin:constantparamNoel1-2/+2
2021-02-22loplugin:refcounting in editengNoel11-28/+24
2021-02-19update pchesCaolán McNamara1-1/+2
2021-02-16loplugin:referencecasting in editeng..frameworkNoel2-3/+3
2021-02-15use GetPopupParent for editeng transient dialogsCaolán McNamara4-9/+12
2021-02-15use GetOutputDevice for PixelToLogicCaolán McNamara3-8/+8
2021-02-15tdf#140414 add getting mouse pos to EditViewCallbacksCaolán McNamara1-5/+7
2021-02-15Revert "ofz#29461 flatten SetAttrSet recursion"Caolán McNamara1-35/+13
2021-02-15tdf#140414: fix Crash pressing Ctrl-K in input line in CalcJulien Nabet1-1/+4
2021-02-13ofz#29461 flatten SetAttrSet recursionCaolán McNamara1-13/+35
2021-02-11fix spelling AppendBlanc->AppendBlankNoel Grandin2-3/+3
2021-02-10Remove unneeded breaksAndrea Gelmini1-1/+0
2021-02-09loplugin:referencecasting check for Reference::queryNoel1-1/+1
2021-02-08tdf#91920 sw page gutter margin: handle mirrored marginsMiklos Vajna1-0/+5
2021-02-08update pchesCaolán McNamara1-4/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-10/+20
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-6/+6
2021-02-04have one set of twips<->mm conversionsNoel1-9/+5
2021-02-04remove svx/mutxhelp.hxxNoel1-2/+2
2021-02-03enable hyperlink to be detected at the end of textPranam Lashkari1-1/+1
2021-02-02sw page gutter margin: add UNO APIMiklos Vajna1-0/+9
2021-02-02sw page gutter margin: add doc modelMiklos Vajna1-0/+5
2021-02-02Fix typo in codeAndrea Gelmini1-2/+2
2021-01-28simplify code, use more subView()Noel2-3/+3
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara1-2/+2
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann1-3/+2
2021-01-26loplugin:passstuffbyrefNoel3-3/+3
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-4/+1
2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil7771-2/+2
2021-01-21lok: fix incorrect invalidate cursor positionHenry Castro2-0/+10
2021-01-18Get the rest directly from startsWithMike Kaganski1-6/+3
2021-01-16make the Color constructors explicitly specify transparencyNoel4-15/+15
2021-01-15tdf#137459 editeng: Ctrl+Del must only delete rightJustin Luth1-22/+7