Age | Commit message (Expand) | Author |
2021-08-16 | pass OutlinerParaObject around by value | Noel Grandin |
2021-08-14 | flatten OFlowChainedText | Noel Grandin |
2021-08-13 | rtl::Static -> thread-safe static local | Noel Grandin |
2021-08-13 | split SvNumberFormatter into it's own header | Noel Grandin |
2021-08-12 | tdf#95549 speed up load of xls | Noel Grandin |
2021-08-11 | Drop convertMm100ToTwip in favor of the new o3tl::toTwips | Mike Kaganski |
2021-08-11 | convert some LogicToLogic calls to use o3tl::convert instead | Tomaž Vajngerl |
2021-08-10 | no need to use unique_ptr for SvxRTFStyleType here | Noel Grandin |
2021-08-10 | tdf#142845 editeng: don't update selection when formatting before sd paste | Miklos Vajna |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-07-31 | getArray->getConstArray | Noel Grandin |
2021-07-31 | editengine-columns: number of columns is sal_Int16 | Mike Kaganski |
2021-07-30 | cid#1399290 silence Uncaught exception | Caolán McNamara |
2021-07-30 | convert TextAlign to scoped enum | Caolán McNamara |
2021-07-29 | drop some unneeded includes | Caolán McNamara |
2021-07-29 | use the parent as available from HangulHanjaConversion | Caolán McNamara |
2021-07-28 | Three identical functions for a class is a bit too much | Mike Kaganski |
2021-07-26 | sw: use followby parameter of outline in Chapter field | Vasily Melenchuk |
2021-07-26 | tdf#143424: support for "Chapter number without separator" | Vasily Melenchuk |
2021-07-26 | use officecfg for security options | Noel Grandin |
2021-07-22 | Make static_casting to the only derived class less verbose | Mike Kaganski |
2021-07-22 | Simplify EditTextObject's pool initialization | Mike Kaganski |
2021-07-22 | BinTextObject was renamed to EditTextObject long ago | Mike Kaganski |
2021-07-21 | Use Append here instead of Insert | Mike Kaganski |
2021-07-21 | IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVertical | Mike Kaganski |
2021-07-21 | Use MapUnit directly here | Mike Kaganski |
2021-07-21 | Prefix members of EditTextObjectImpl | Mike Kaganski |
2021-07-20 | Use standard algorithm here | Mike Kaganski |
2021-07-20 | EditTextObject: use virtual interface instead of pimpl | Mike Kaganski |
2021-07-20 | no need to allocate child array separately in SvxRTFItemStackType | Noel Grandin |
2021-07-20 | no need to store data separately in SvXMLAttrContainerItem | Noel Grandin |
2021-07-19 | Fix updating WhichRangesContainer using MergeRange | Mike Kaganski |
2021-07-19 | Move svl::Items to include/svl/whichranges.hxx, and unify its usage | Mike Kaganski |
2021-07-17 | blind fix for ubsan div/0 | Noel Grandin |
2021-07-16 | Use WhichRangesContainer in editeng | Mike Kaganski |
2021-07-15 | drop the Pair constructor from SfxItemSet | Noel Grandin |
2021-07-11 | editengine-columns: tdf#143258 Fix handling rotated text | Mike Kaganski |
2021-07-07 | tdf#132740 avoid some WeakReference cost in accessibility | Noel Grandin |
2021-07-07 | tdf#132740 bypass work if selection has not changed | Noel Grandin |
2021-07-07 | tdf#132740 don't broadcast if modified status has not changed | Noel Grandin |
2021-07-07 | tdf#57585 Add new bullet behaviour to impress | Gokce Kuler |
2021-07-05 | store the SfxItemSet inside SfxSetItem by value | Noel Grandin |
2021-07-03 | tdf#143176 Old Hungarian transliteration: fix AutoCorrect->Apply | László Németh |
2021-07-03 | ofz#24932 halve limit for fuzzing timeout | Caolán McNamara |
2021-07-02 | can allocate these SfxItemSet on the stack | Noel Grandin |
2021-06-30 | reduce cost of allocating and copying SvxNumRule | Noel Grandin |
2021-06-29 | Fix typos | Andrea Gelmini |
2021-06-29 | new ODF numbered list parameter loext:num-list-format | Vasily Melenchuk |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-21 | tdf#142716 Update selection after any text is inserted. | Gülşah Köse |