summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke
2021-10-16adapt to the variable name change from pPortion to rPortion since 35f03f26Tomoyuki Kubota
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14[API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-10loplugin:moveparam in editengNoel Grandin
2021-10-09Typo: braket->bracketJulien Nabet
2021-10-09Typo *ropertie -> *ropertyJulien Nabet
2021-10-08use SfxItemSetFixed in editengNoel Grandin
2021-10-07loplugin:moveparam in editengNoel Grandin
2021-10-04tdf#144578: numbering: generate include upper levels for UIVasily Melenchuk
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet
2021-10-01loplugin:constmethodNoel Grandin
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-26use SfxItemSetFixed in variousNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: editengStephan Bergmann
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-20no need to allocate SfxItemSet separately in SvxOutlinerForwarderNoel Grandin
2021-09-18ofz#24932 Avoid timeoutCaolán McNamara
2021-09-15loplugin:constvarsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-14tdf#143854: Revert "tdf#57585 Add new bullet behaviour to impress"Xisco Fauli
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-05no need to pass EditSelection around with unique_ptrNoel Grandin
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
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