summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editview.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-08-29tdf#103706: tdf#142857: sd: context aware paste for clone formatSarper Akdemir1-0/+10
2023-06-20lok: editeng: add LOK special flagsHenry Castro1-0/+5
2023-06-02Add Calc view separation for tiled renderingParis Oplopoios1-0/+1
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+2
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-2/+2
2023-02-06lok: formulabar: fix URL fields selectionSzymon Kłos1-0/+47
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-1/+1
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida1-3/+3
2022-03-02cid#1500415 Explicit null dereferencedCaolán McNamara1-1/+1
2022-02-25tdf#81894 sc spelling: eliminate separate(inaccurate) checkJustin Luth1-3/+4
2022-02-24cid#1500415 silence Explicit null dereferencedCaolán McNamara1-0/+1
2022-02-06Simplify sequence of PropertyValue in cui/editeng/extensionsJulien Nabet1-4/+2
2022-02-04lokCalcRTL: fix editing of shape textDennis Francis1-3/+24
2022-02-04lok: ensure no more tunneled spellchecking menuHenry Castro1-8/+2
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen1-4/+0
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-3/+1
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin1-8/+16
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-14/+14
2021-08-20tdf#91519: prevent jump to top of the comment viewBayram Çiçek1-1/+6
2021-05-06use Widget::get_clipboardCaolán McNamara1-4/+9
2021-05-02finally 'Change return value to Rectangle in next incompatible build'Caolán McNamara1-5/+2
2021-04-07lok: remove popup auto correct itemHenry Castro1-1/+3
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara1-7/+6
2021-04-06ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara1-33/+11
2021-03-20add GetInputLanguage to EditViewCaolán McNamara1-0/+8
2021-03-14loplugin:unusedmethodsNoel1-5/+0
2021-02-24avoid LOK text selection update when reference cell is in different tabPranam Lashkari1-3/+6
2021-02-15use GetOutputDevice for PixelToLogicCaolán McNamara1-1/+1
2021-02-15tdf#140414 add getting mouse pos to EditViewCallbacksCaolán McNamara1-5/+7
2021-02-15tdf#140414: fix Crash pressing Ctrl-K in input line in CalcJulien Nabet1-1/+4
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-21lok: fix incorrect invalidate cursor positionHenry Castro1-0/+5
2020-12-24Use range-based forMike Kaganski1-3/+1
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara1-2/+2
2020-12-18use the OutputDevice viewCaolán McNamara1-2/+3
2020-12-18add GetOutputDevice to EditViewCaolán McNamara1-0/+5
2020-12-17weld editview menuCaolán McNamara1-77/+78
2020-12-17drop dumping intermediate popup menu and go straight to boost::property_treeCaolán McNamara1-21/+59
2020-12-16hint as to the special handling of the edit popup menu in LOKCaolán McNamara1-0/+1
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara1-3/+1
2020-12-11spelling context menu misplaced in margin commentsCaolán McNamara1-3/+5
2020-12-10don't need a vcl::Window for PixelToLogicCaolán McNamara1-2/+2
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+0
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara1-0/+11
2020-10-23tdf#104378: don't reset para attributes whileMark Hung1-1/+6
2020-10-20use tools::Long in editengNoel1-6/+6
2020-10-16weld InputBarCaolán McNamara1-0/+5
2020-10-15don't crash if not hosted in a vcl::WindowCaolán McNamara1-0/+4
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara1-3/+3