summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-07-29drop some unneeded includesCaolán McNamara5-6/+8
2021-07-29use the parent as available from HangulHanjaConversionCaolán McNamara1-0/+6
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski2-22/+22
2021-07-26sw: use followby parameter of outline in Chapter fieldVasily Melenchuk1-0/+21
2021-07-26tdf#143424: support for "Chapter number without separator"Vasily Melenchuk1-0/+10
2021-07-26use officecfg for security optionsNoel Grandin2-3/+3
2021-07-22Make static_casting to the only derived class less verboseMike Kaganski4-6/+17
2021-07-22Simplify EditTextObject's pool initializationMike Kaganski3-75/+27
2021-07-22BinTextObject was renamed to EditTextObject long agoMike Kaganski3-4/+4
2021-07-21Use Append here instead of InsertMike Kaganski1-2/+2
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski13-84/+84
2021-07-21Use MapUnit directly hereMike Kaganski3-10/+11
2021-07-21Prefix members of EditTextObjectImplMike Kaganski2-104/+105
2021-07-20Use standard algorithm hereMike Kaganski1-26/+7
2021-07-20EditTextObject: use virtual interface instead of pimplMike Kaganski4-250/+73
2021-07-20no need to allocate child array separately in SvxRTFItemStackTypeNoel Grandin2-33/+25
2021-07-20no need to store data separately in SvXMLAttrContainerItemNoel Grandin1-22/+21
2021-07-19Fix updating WhichRangesContainer using MergeRangeMike Kaganski1-2/+2
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski5-7/+7
2021-07-17blind fix for ubsan div/0Noel Grandin1-1/+4
2021-07-16Use WhichRangesContainer in editengMike Kaganski2-271/+218
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin3-5/+5
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski4-84/+45
2021-07-07tdf#132740 avoid some WeakReference cost in accessibilityNoel Grandin1-0/+11
2021-07-07tdf#132740 bypass work if selection has not changedNoel Grandin1-0/+3
2021-07-07tdf#132740 don't broadcast if modified status has not changedNoel Grandin1-0/+2
2021-07-07tdf#57585 Add new bullet behaviour to impressGokce Kuler2-0/+16
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin1-1/+1
2021-07-03tdf#143176 Old Hungarian transliteration: fix AutoCorrect->ApplyLászló Németh3-3/+5
2021-07-03ofz#24932 halve limit for fuzzing timeoutCaolán McNamara1-1/+1
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin1-15/+14
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin2-2/+14
2021-06-29Fix typosAndrea Gelmini1-1/+1
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk1-0/+49
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-5/+4
2021-06-21tdf#142716 Update selection after any text is inserted.Gülşah Köse1-7/+7
2021-06-21Replace these defines with constexprMike Kaganski1-2/+2
2021-06-20ofz#24932 TimeoutCaolán McNamara1-0/+5
2021-06-17tdf#142839: do not forget to initialize *pHeightNTPMike Kaganski1-0/+4
2021-06-17use string_view in the Translate APINoel Grandin1-2/+2
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-47/+59
2021-06-10cid#1485166 silence Uninitialized scalar variable harderCaolán McNamara1-6/+0
2021-06-10loplugin:unusedmethodsNoel Grandin2-70/+0
2021-06-09Fix typosAndrea Gelmini1-3/+3
2021-06-08Addendum to: Remove SfxItemState::READONLYArmin Le Grand (Allotropia)1-3/+0
2021-06-08editengine-columns: Implement layoutMike Kaganski7-380/+659
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski4-0/+29
2021-06-08cid#1485166 silence Uninitialized scalar variableCaolán McNamara1-2/+12
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-4/+3
2021-06-08sc: lok: apply the previous fix for selections tooDennis Francis1-3/+6