summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-26tdf#114441 Convert use of sal_uLong to better int typesRadhey Parekh
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna
2021-08-25lcl_translateTwips only needs OutputDevicesCaolán McNamara
2021-08-25assert on calc rtf import at svl::detail::validRange(nFrom, nTo)Caolán McNamara
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-20tdf#91519: prevent jump to top of the comment viewBayram Çiçek
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-17tdf#143858: sw: default value for nInclUpperLevels is 1Vasily Melenchuk
2021-08-17Make IdleFormatAndUpdate privateMike Kaganski
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-14flatten OFlowChainedTextNoel Grandin
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-12tdf#95549 speed up load of xlsNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-10no need to use unique_ptr for SvxRTFStyleType hereNoel Grandin
2021-08-10tdf#142845 editeng: don't update selection when formatting before sd pasteMiklos Vajna
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-31getArray->getConstArrayNoel Grandin
2021-07-31editengine-columns: number of columns is sal_Int16Mike Kaganski
2021-07-30cid#1399290 silence Uncaught exceptionCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-29drop some unneeded includesCaolán McNamara
2021-07-29use the parent as available from HangulHanjaConversionCaolán McNamara
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski
2021-07-26sw: use followby parameter of outline in Chapter fieldVasily Melenchuk
2021-07-26tdf#143424: support for "Chapter number without separator"Vasily Melenchuk
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-20no need to allocate child array separately in SvxRTFItemStackTypeNoel Grandin
2021-07-20no need to store data separately in SvXMLAttrContainerItemNoel Grandin
2021-07-19Fix updating WhichRangesContainer using MergeRangeMike Kaganski
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-17blind fix for ubsan div/0Noel Grandin
2021-07-16Use WhichRangesContainer in editengMike 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 avoid some WeakReference cost in accessibilityNoel Grandin