summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-06-18add missing 'use_underline'Caolán McNamara1-3/+4
2021-06-18weld editview menuCaolán McNamara2-102/+80
2021-06-18use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara2-4/+2
2021-06-18drop dumping intermediate popup menu and go straight to boost::property_treeCaolán McNamara1-21/+59
2021-06-17tdf#142839: do not forget to initialize *pHeightNTPMike Kaganski1-0/+4
2021-06-14don't need a vcl::Window for PixelToLogicCaolán McNamara1-2/+2
2021-06-10editengine-columns: Implement layoutMike Kaganski7-381/+659
2021-06-10editengine-columns: Create document model and dialog pageMike Kaganski4-0/+29
2021-06-09sc: lok: apply the previous fix for selections tooDennis Francis1-3/+6
2021-06-09sc: lokit: fix wrong edit cursor coordinates for numeric cellsDennis Francis1-4/+8
2021-06-08Unify some code managing coordinates depending on text directionMike Kaganski2-202/+128
2021-05-27Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse1-10/+56
2021-05-25use GetPopupParent for editeng transient dialogsCaolán McNamara4-9/+12
2021-05-25get parent for welded menu and location to pop it upCaolán McNamara2-0/+9
2021-05-01lok: remove popup auto correct itemHenry Castro1-0/+3
2021-04-21a11y tests show we should use GetOutputDevice for pixel/logic conversionsCaolán McNamara1-0/+5
2021-04-10lok: fix incorrect invalidate cursor positionHenry Castro2-0/+10
2021-04-02avoid LOK text selection update when reference cell is in different tabPranam Lashkari1-3/+6
2021-04-02enable hyperlink to be detected at the end of textPranam Lashkari1-1/+1
2021-04-01tdf#91920 sw page gutter margin: handle mirrored marginsMiklos Vajna1-0/+5
2021-04-01sw page gutter margin: add UNO APIMiklos Vajna1-0/+9
2021-04-01sw page gutter margin: add doc modelMiklos Vajna1-0/+5
2021-03-31OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-2/+2
2021-03-10tdf#140498 middle-button paste doesn't depend on a vcl::WindowCaolán McNamara2-16/+12
2021-02-26tdf#134940 sw: fix AutoCorrect of arrow "-->"László Németh1-1/+4
2021-02-15tdf#140414: fix Crash pressing Ctrl-K in input line in CalcJulien Nabet1-1/+4
2021-01-10tdf#96787: AutoCorrect: after deleting a replacement entry, it's still usedJulien Nabet1-0/+2
2021-01-04tdf#120171 editeng: don't reduce nBreakPosMark Hung1-4/+3
2020-11-25Use sal_Int64 to printf tools::Long valuesStephan Bergmann1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel2-2/+2
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-1/+3
2020-11-13tdf#123936 Formatting files in module editeng with clang-formatPhilipp Hofer6-40/+36
2020-11-12New loplugin:stringviewparamStephan Bergmann2-3/+3
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen9-12/+10
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11convert more long -> tools::LongNoel2-3/+3
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin2-6/+6
2020-11-06tdf#137908 Revert "use FasterParser for LoadXMLExceptList_Imp"Noel Grandin1-3/+6
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel2-10/+0
2020-10-28std::set->o3tl::sorted_vector in ImpEditEngineNoel Grandin1-3/+4
2020-10-28convert some more long -> tools::LongNoel3-14/+14
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara2-1/+16
2020-10-26std::unique_ptr -> std::optionalNoel1-13/+7
2020-10-26std::unique_ptr -> std::optionalNoel2-5/+5
2020-10-25editeng: AccessibleImageBullet : avoid recursive SolarMutextArnaud Versini2-5/+11
2020-10-23tdf#104378: don't reset para attributes whileMark Hung5-8/+24
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin11-28/+28
2020-10-20use tools::Long in editengNoel30-394/+394
2020-10-16weld InputBarCaolán McNamara1-0/+5