summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke1-1/+1
2021-10-16adapt to the variable name change from pPortion to rPortion since 35f03f26Tomoyuki Kubota1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14[API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann1-1/+1
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann4-44/+44
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-2/+3
2021-10-10loplugin:moveparam in editengNoel Grandin4-6/+6
2021-10-09Typo: braket->bracketJulien Nabet2-18/+18
2021-10-09Typo *ropertie -> *ropertyJulien Nabet1-1/+1
2021-10-08use SfxItemSetFixed in editengNoel Grandin6-10/+8
2021-10-07loplugin:moveparam in editengNoel Grandin4-8/+8
2021-10-04tdf#144578: numbering: generate include upper levels for UIVasily Melenchuk1-1/+11
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet2-8/+5
2021-10-01loplugin:constmethodNoel Grandin5-12/+12
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-2/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin2-3/+3
2021-09-28vcl: rename OutDevState to StackChris Sherlock4-16/+16
2021-09-26use SfxItemSetFixed in variousNoel Grandin1-1/+1
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: editengStephan Bergmann1-15/+20
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-3/+1
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin7-32/+53
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák7-17/+17
2021-09-20no need to allocate SfxItemSet separately in SvxOutlinerForwarderNoel Grandin1-12/+12
2021-09-18ofz#24932 Avoid timeoutCaolán McNamara1-1/+1
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2-9/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-21/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski4-21/+21
2021-09-14tdf#143854: Revert "tdf#57585 Add new bullet behaviour to impress"Xisco Fauli2-16/+0
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin3-13/+13
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara1-11/+10
2021-09-09ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna1-0/+48
2021-09-05no need to pass EditSelection around with unique_ptrNoel Grandin3-5/+5
2021-09-04use std::vector for fetching DX array dataNoel Grandin3-26/+19
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin15-155/+138
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin7-17/+7
2021-08-26tdf#114441 Convert use of sal_uLong to better int typesRadhey Parekh1-3/+3
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna1-43/+38
2021-08-25lcl_translateTwips only needs OutputDevicesCaolán McNamara1-2/+2
2021-08-25assert on calc rtf import at svl::detail::validRange(nFrom, nTo)Caolán McNamara1-0/+4
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin3-9/+9
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin3-6/+9
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20tdf#91519: prevent jump to top of the comment viewBayram Çiçek1-1/+6
2021-08-18undo changes to TextAlignCaolán McNamara3-4/+4
2021-08-17tdf#143858: sw: default value for nInclUpperLevels is 1Vasily Melenchuk1-1/+1
2021-08-17Make IdleFormatAndUpdate privateMike Kaganski1-6/+2
2021-08-16pass OutlinerParaObject around by valueNoel Grandin4-23/+33
2021-08-14flatten OFlowChainedTextNoel Grandin2-12/+12
2021-08-13rtl::Static -> thread-safe static localNoel Grandin4-137/+57