summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* editeng: avoid writing past the end of of pLine->GetCharPosArray()Miklos Vajna2022-01-111-2/+8
* lokCalcRTL: fix editing of shape textDennis Francis2022-01-113-6/+41
* lokCalcRTL: selection coords should be mirrored w.r.t output areaDennis Francis2022-01-112-4/+12
* lokCalcRTL: text cursor pos should be mirrored w.r.t output areaDennis Francis2022-01-111-0/+7
* Check pOutWin before use in ImpEditView::DeselectAllSzymon Kłos2021-10-291-1/+1
* lok: ensure no more tunneled spellchecking menuHenry Castro2021-10-011-7/+2
* editengine-columns: number of columns is sal_Int16Mike Kaganski2021-07-313-6/+6
* editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski2021-07-124-84/+45
* tdf#139493 EditViewCallbacks might not implement EditViewPopupParentCaolán McNamara2021-06-291-1/+5
* tdf#142716 Update selection after any text is inserted.Gülşah Köse2021-06-231-7/+7
* add missing 'use_underline'Caolán McNamara2021-06-181-3/+4
* weld editview menuCaolán McNamara2021-06-182-102/+80
* use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara2021-06-182-4/+2
* drop dumping intermediate popup menu and go straight to boost::property_treeCaolán McNamara2021-06-181-21/+59
* tdf#142839: do not forget to initialize *pHeightNTPMike Kaganski2021-06-171-0/+4
* don't need a vcl::Window for PixelToLogicCaolán McNamara2021-06-141-2/+2
* editengine-columns: Implement layoutMike Kaganski2021-06-107-381/+659
* editengine-columns: Create document model and dialog pageMike Kaganski2021-06-104-0/+29
* sc: lok: apply the previous fix for selections tooDennis Francis2021-06-091-3/+6
* sc: lokit: fix wrong edit cursor coordinates for numeric cellsDennis Francis2021-06-091-4/+8
* Unify some code managing coordinates depending on text directionMike Kaganski2021-06-082-202/+128
* Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse2021-05-271-10/+56
* use GetPopupParent for editeng transient dialogsCaolán McNamara2021-05-254-9/+12
* get parent for welded menu and location to pop it upCaolán McNamara2021-05-252-0/+9
* lok: remove popup auto correct itemHenry Castro2021-05-011-0/+3
* a11y tests show we should use GetOutputDevice for pixel/logic conversionsCaolán McNamara2021-04-211-0/+5
* lok: fix incorrect invalidate cursor positionHenry Castro2021-04-102-0/+10
* avoid LOK text selection update when reference cell is in different tabPranam Lashkari2021-04-021-3/+6
* enable hyperlink to be detected at the end of textPranam Lashkari2021-04-021-1/+1
* tdf#91920 sw page gutter margin: handle mirrored marginsMiklos Vajna2021-04-011-0/+5
* sw page gutter margin: add UNO APIMiklos Vajna2021-04-011-0/+9
* sw page gutter margin: add doc modelMiklos Vajna2021-04-011-0/+5
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2021-03-312-2/+2
* tdf#140498 middle-button paste doesn't depend on a vcl::WindowCaolán McNamara2021-03-102-16/+12
* tdf#134940 sw: fix AutoCorrect of arrow "-->"László Németh2021-02-261-1/+4
* tdf#140414: fix Crash pressing Ctrl-K in input line in CalcJulien Nabet2021-02-151-1/+4
* tdf#96787: AutoCorrect: after deleting a replacement entry, it's still usedJulien Nabet2021-01-101-0/+2
* tdf#120171 editeng: don't reduce nBreakPosMark Hung2021-01-041-4/+3
* Use sal_Int64 to printf tools::Long valuesStephan Bergmann2020-11-251-1/+1
* loplugin:stringviewparam check methods tooNoel2020-11-172-2/+2
* Instead of labs, use overloaded absStephan Bergmann2020-11-161-1/+3
* tdf#123936 Formatting files in module editeng with clang-formatPhilipp Hofer2020-11-136-40/+36
* New loplugin:stringviewparamStephan Bergmann2020-11-122-3/+3
* tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2020-11-129-12/+10
* loplugin:stringviewNoel2020-11-111-1/+1
* convert more long -> tools::LongNoel2020-11-112-3/+3
* make tools::Long 64-bit on Windows platformNoel Grandin2020-11-112-6/+6
* tdf#137908 Revert "use FasterParser for LoadXMLExceptList_Imp"Noel Grandin2020-11-061-3/+6
* make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel2020-11-022-10/+0
* std::set->o3tl::sorted_vector in ImpEditEngineNoel Grandin2020-10-281-3/+4