summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin3-26/+26
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-1/+1
2021-04-08update PCHsLuboš Luňák1-1/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-8/+10
2021-04-07lok: remove popup auto correct itemHenry Castro1-1/+3
2021-04-07rtl::Static -> function local staticNoel Grandin2-18/+6
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara7-31/+25
2021-04-06ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara2-35/+13
2021-04-06typo: Allign->AlignCaolán McNamara1-5/+5
2021-04-06use GetOutputDevice for ImpEditView::GetBackgroundColorCaolán McNamara6-43/+47
2021-03-28cid#1473839 Untrusted loop boundCaolán McNamara1-0/+6
2021-03-26tdf#119292 sc layout: fix overlapping wrapped cell textsTibor Nagy1-22/+52
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-3/+3
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