summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)Author
2021-10-22better name for a function overloadLuboš Luňák
2021-10-19tdf#113512 Writer: 1.15 line spacing UNO commandJim Raykowski
2021-10-15do not use text-based LOK callback internallyLuboš Luňák
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann
2021-10-10loplugin:moveparam in editengNoel Grandin
2021-10-09Typo *ropertie -> *ropertyJulien Nabet
2021-10-07loplugin:moveparam in editengNoel Grandin
2021-10-01loplugin:constmethodNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: editengStephan Bergmann
2021-09-20no need to allocate SfxItemSet separately in SvxOutlinerForwarderNoel Grandin
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara
2021-09-09ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-18specialise std::optional for OutlineParaObjectNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-14flatten OFlowChainedTextNoel Grandin
2021-08-10no need to use unique_ptr for SvxRTFStyleType hereNoel Grandin
2021-08-05drop unneeded forward declareCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-30cid#1399290 silence Uncaught exceptionCaolán McNamara
2021-07-29Fix --enable-mergelibs `make check`Stephan Bergmann
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-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-20Use some forward declarations in <editeng/editobj.hxx>Mike 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-16Use WhichRangesContainer in editengMike Kaganski
2021-07-07tdf#132740 avoid some WeakReference cost in accessibilityNoel Grandin
2021-07-04move SfxSetItem to own header fileNoel Grandin
2021-07-03tdf#143176 Old Hungarian transliteration: fix AutoCorrect->ApplyLászló Németh
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin
2021-06-29Fix typosAndrea Gelmini
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk
2021-06-19loplugin:finalclassesNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-08editengine-columns: Implement layoutMike Kaganski
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-06-04loplugin:virtualdeadNoel Grandin
2021-06-03use std::make_unique instead of newCaolán McNamara