summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin1-11/+1
2021-01-05sw doc model xml dump: improve keep-with-next outputMiklos Vajna1-0/+2
2020-12-27Preparations for customized xml entities on exportdante1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-24custom literal for Degree10Noel Grandin2-5/+5
2020-12-23Directly pass in OUString instancesStephan Bergmann1-2/+2
2020-12-23Use char16_t string literalsStephan Bergmann1-1/+1
2020-12-19use more string_view in SfxItemPropertyMapNoel2-2/+2
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara2-2/+2
2020-12-18add GetOutputDevice to EditViewCaolán McNamara1-0/+1
2020-12-10add a way to provide a parent for a popup menuCaolán McNamara1-0/+6
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-8/+8
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-4/+4
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian1-1/+0
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer13-61/+51
2020-11-20tdf#138108 terminate on uncaught exception in a11y callbackCaolán McNamara1-8/+8
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+2
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin1-1/+1
2020-11-12remove BigInt::operator tools::Long()Noel1-1/+1
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara2-0/+2
2020-10-26Fix build with --disable-pch: missing includeMike Kaganski1-0/+1
2020-10-26std::unique_ptr -> std::optionalNoel1-8/+6
2020-10-23tdf#104378: don't reset para attributes whileMark Hung3-0/+4
2020-10-21new tools::Degree10 strong typedefNoel Grandin3-9/+14
2020-10-20use tools::Long in editengNoel17-72/+74
2020-10-16weld InputBarCaolán McNamara1-0/+1
2020-10-10drop newly unused OutlinerParaObject ctor variantCaolán McNamara1-1/+0
2020-10-10ofz#23492 the only user of this ctor throws away the original of the cloneCaolán McNamara1-1/+1
2020-10-08add EditViewCallbacks handler to support updating scrollbar stateCaolán McNamara1-0/+5
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara1-0/+3
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara1-5/+9
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara1-2/+3
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-3/+4
2020-08-31Fix typo in codeAndrea Gelmini1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-72/+72
2020-08-26lok: send cell border state updatesSzymon Kłos1-0/+4
2020-08-24Fix typosAndrea Gelmini1-1/+1
2020-08-18new loplugin:unusedvarsglobalNoel Grandin1-1/+0
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-72/+72
2020-08-09tdf#135573 sw: add Székely rovás (Old Hungarian) numeralsLászló Németh1-0/+1
2020-07-16compact namespace: editeng-filterNoel Grandin1-6/+1
2020-07-14tdf#134478 Refactor dumping of EditEngine dataJan-Marek Glogowski2-3/+6
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen3-3/+2
2020-07-09lokit: Avoid sending wrong edit-cursor/selection messages when...Dennis Francis1-0/+3
2020-07-08scPrintTwipsMsgs: Use print-twips paper-sizeDennis Francis1-0/+3
2020-07-07Introduce LOK 'special positioning' methods to EditViewDennis Francis1-0/+16
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: editengStephan Bergmann1-1/+1
2020-06-26tdf#133524 add option to angle quote AutoCorrectLászló Németh2-1/+3