summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdbg.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann1-0/+2
2018-10-06drop some now unnecessary includesCaolán McNamara1-3/+1
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann1-1/+1
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann1-1/+1
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): editengStephan Bergmann1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-8/+8
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-8/+8
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-2/+7
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-2/+2
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-7/+7
2017-11-15TypedWhichIdNoel Grandin1-7/+7
2017-10-31loplugin:constantparam in editengNoel Grandin1-2/+2
2017-10-23loplugin:includeform: editengStephan Bergmann1-2/+2
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: editengStephan Bergmann1-8/+8
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-29Fix integer type of EditCharAttrib nStart/nEnd membersStephan Bergmann1-2/+2
2017-03-14-Werror,-Wformat (clang-cl)Stephan Bergmann1-2/+2
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-3/+2
2016-10-05fix debug buildDavid Tardon1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-4/+4
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin1-1/+1
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-1/+1
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2015-11-26SfxStyleSheetBasePool::Count returns sal_uInt16Stephan Bergmann1-2/+2
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-9/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-14sal_uInt16 to sal_Int32Matteo Casalin1-4/+3
2015-07-06improve the returnbyref lopluginNoel Grandin1-11/+11
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-03-25Tweak fixStephan Bergmann1-1/+1
2015-03-25fix buildDavid Tardon1-1/+1
2014-12-03editeng: it's like there's a nest of these thingsMichael Stahl1-9/+8
2014-12-03editeng: there's yet another checking function hidden at dbglevel=3Michael Stahl1-8/+7
2014-10-01loplugin: cstylecastNoel Grandin1-39/+39
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-2/+2
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-07-01error: 'SvxColorBackgroundItem' was not declared in this scopeMiklos Vajna1-1/+1
2014-06-30DbgOutItem supports Font Background Colormatteocam1-0/+11
2014-04-15editeng: sal_Bool->boolNoel Grandin1-8/+8
2014-02-03WaE: sal_Int32 format mismatchesTor Lillqvist1-4/+4