summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
AgeCommit message (Expand)Author
2021-07-29drop some unneeded includesCaolán McNamara
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-22Make static_casting to the only derived class less verboseMike Kaganski
2021-07-22Simplify EditTextObject's pool initializationMike Kaganski
2021-07-22BinTextObject was renamed to EditTextObject long agoMike Kaganski
2021-07-21Use Append here instead of InsertMike Kaganski
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-21Use MapUnit directly hereMike Kaganski
2021-07-21Prefix members of EditTextObjectImplMike Kaganski
2021-07-20Use standard algorithm hereMike Kaganski
2021-07-20EditTextObject: use virtual interface instead of pimplMike Kaganski
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski
2021-07-07tdf#132740 bypass work if selection has not changedNoel Grandin
2021-07-07tdf#132740 don't broadcast if modified status has not changedNoel Grandin
2021-07-07tdf#57585 Add new bullet behaviour to impressGokce Kuler
2021-07-03tdf#143176 Old Hungarian transliteration: fix AutoCorrect->ApplyLászló Németh
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-21Replace these defines with constexprMike Kaganski
2021-06-17tdf#142839: do not forget to initialize *pHeightNTPMike Kaganski
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-10loplugin:unusedmethodsNoel Grandin
2021-06-09Fix typosAndrea Gelmini
2021-06-08editengine-columns: Implement layoutMike Kaganski
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-06-08sc: lok: apply the previous fix for selections tooDennis Francis
2021-06-08sc: lokit: fix wrong edit cursor coordinates for numeric cellsDennis Francis
2021-06-04loplugin:virtualdeadNoel Grandin
2021-05-31no need to allocate EditNodeIdx separatelyNoel Grandin
2021-05-31EditPosition does not need to be allocated separatelyNoel Grandin
2021-05-31no need to allocate these on the heapNoel Grandin
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse
2021-05-20This check is redundant hereMike Kaganski
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara
2021-05-19ImplInitDigitMode never passed null OutputDevice*Caolán McNamara
2021-05-19ImplInitLayoutMode always deferences its OutputDevice* argCaolán McNamara
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-18fix some castsNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-10do not leak SdrObject global pool on shutdownNoel Grandin
2021-05-10simplify DefItemsNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-05-06use Widget::get_clipboardCaolán McNamara
2021-05-05don't leak editengine pool on shutdownNoel Grandin
2021-05-04Unify some code managing coordinated depending on text directionMike Kaganski
2021-05-04speed up saving large ODS a littleNoel Grandin
2021-05-04speed up loading large ODS a littleNoel Grandin