summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* Change scope of some variablesMike Kaganski2021-04-281-16/+13
* Small refactorMike Kaganski2021-04-271-5/+4
* Change some DBG_ASSERTs into assertMike Kaganski2021-04-231-22/+22
* use more string_view in comphelper::stringNoel Grandin2021-04-191-1/+1
* store ptr to the original entries in SfxItemPropertyMapNoel Grandin2021-04-153-26/+26
* less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin2021-04-121-1/+1
* lok: remove popup auto correct itemHenry Castro2021-04-071-1/+3
* rtl::Static -> function local staticNoel Grandin2021-04-072-18/+6
* remove Application::GetDefDialogParent call in editengCaolán McNamara2021-04-066-30/+24
* ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara2021-04-062-35/+13
* typo: Allign->AlignCaolán McNamara2021-04-061-5/+5
* use GetOutputDevice for ImpEditView::GetBackgroundColorCaolán McNamara2021-04-066-43/+47
* cid#1473839 Untrusted loop boundCaolán McNamara2021-03-281-0/+6
* tdf#119292 sc layout: fix overlapping wrapped cell textsTibor Nagy2021-03-261-22/+52
* const OUString -> const OUStringLiteralMike Kaganski2021-03-253-3/+3
* cid#1474210 silence Untrusted divisorCaolán McNamara2021-03-221-1/+1
* cid#1473926 Uninitialized scalar variableCaolán McNamara2021-03-213-14/+4
* cid#1473798 silence Unchecked return value from libraryCaolán McNamara2021-03-213-3/+3
* invalidate via Editview::InvalidateWindowCaolán McNamara2021-03-201-1/+1
* add GetInputLanguage to EditViewCaolán McNamara2021-03-201-0/+8
* silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara2021-03-1910-159/+159
* loplugin:unusedmethodsNoel2021-03-141-5/+0
* fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara2021-03-092-10/+2
* tdf#140498 middle-button paste doesn't depend on a vcl::WindowCaolán McNamara2021-03-082-16/+12
* just call GetWindow onceCaolán McNamara2021-03-081-4/+4
* tdf#140342 sw layout: remove explicit gutter handling when positioning bordersMiklos Vajna2021-03-011-1/+1
* tdf#134940 sw: fix AutoCorrect of arrow "-->"László Németh2021-02-261-1/+4
* avoid LOK text selection update when reference cell is in different tabPranam Lashkari2021-02-241-3/+6
* loplugin:unusedmethodsNoel2021-02-231-5/+0
* loplugin:constantparamNoel2021-02-231-2/+2
* loplugin:refcounting in editengNoel2021-02-2211-28/+24
* loplugin:referencecasting in editeng..frameworkNoel2021-02-162-3/+3
* use GetPopupParent for editeng transient dialogsCaolán McNamara2021-02-154-9/+12
* use GetOutputDevice for PixelToLogicCaolán McNamara2021-02-153-8/+8
* tdf#140414 add getting mouse pos to EditViewCallbacksCaolán McNamara2021-02-151-5/+7
* Revert "ofz#29461 flatten SetAttrSet recursion"Caolán McNamara2021-02-151-35/+13
* tdf#140414: fix Crash pressing Ctrl-K in input line in CalcJulien Nabet2021-02-151-1/+4
* ofz#29461 flatten SetAttrSet recursionCaolán McNamara2021-02-131-13/+35
* fix spelling AppendBlanc->AppendBlankNoel Grandin2021-02-112-3/+3
* Remove unneeded breaksAndrea Gelmini2021-02-101-1/+0
* loplugin:referencecasting check for Reference::queryNoel2021-02-091-1/+1
* tdf#91920 sw page gutter margin: handle mirrored marginsMiklos Vajna2021-02-081-0/+5
* Make sanitiseMm100ToTwip simpler and more correctMike Kaganski2021-02-051-6/+6
* have one set of twips<->mm conversionsNoel2021-02-041-9/+5
* remove svx/mutxhelp.hxxNoel2021-02-041-2/+2
* enable hyperlink to be detected at the end of textPranam Lashkari2021-02-031-1/+1
* sw page gutter margin: add UNO APIMiklos Vajna2021-02-021-0/+9
* sw page gutter margin: add doc modelMiklos Vajna2021-02-021-0/+5
* Fix typo in codeAndrea Gelmini2021-02-021-2/+2
* simplify code, use more subView()Noel2021-01-282-3/+3