summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)AuthorFilesLines
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-7/+7
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-09-10coverity#1323752 Logically dead codeCaolán McNamara1-6/+1
2015-09-04convert Link<> to typedNoel Grandin1-4/+2
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-7/+2
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin5-59/+56
2015-08-16Avoid unnecessary OUString copiesMatteo Casalin2-9/+6
2015-08-16sal_uLong to sal_uInt32Matteo Casalin3-6/+6
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin2-5/+5
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin10-120/+116
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-3/+3
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin4-23/+21
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin2-6/+6
2015-08-16Simplify by using range-based for loopsMatteo Casalin1-8/+8
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin4-34/+29
2015-08-16sal_uInt8 to bool, use a cleaner predicate/setter interfaceMatteo Casalin2-9/+9
2015-08-16Prefer member initialization lists and remove some redundant parenthesesMatteo Casalin1-25/+34
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin4-21/+21
2015-08-16sal_uInt16/short to sal_Int32Matteo Casalin3-19/+20
2015-08-16Do not use duplicated variables, and simplifyMatteo Casalin1-10/+4
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin2-6/+6
2015-08-16Use auto and range-based for loopsMatteo Casalin1-17/+13
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin2-8/+8
2015-08-11loplugin: defaultparamsNoel Grandin3-7/+7
2015-08-05loplugin:unusedmethodsNoel Grandin2-21/+5
2015-08-03inline some use-once typedefsNoel Grandin1-3/+1
2015-08-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin4-74/+61
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin2-12/+11
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin2-8/+8
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin2-4/+4
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin2-13/+13
2015-07-14Revert "Avoid loplugin:staticmethods in non-debug build"Stephan Bergmann1-1/+0
2015-07-14tdf#92582 Revert "tdf#91544: fix freezing of Data source window"Marek Doležel1-2/+1
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+1
2015-07-06improve the returnbyref lopluginNoel Grandin3-70/+68
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-28new clang plugin: loopvartoosmallNoel Grandin2-8/+8
2015-05-27tdf#91544: fix freezing of Data source windowLászló Németh1-1/+2
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-5/+5
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-2/+2
2015-05-27tdf#91450 fix infinite invalidation loopTomaž Vajngerl1-1/+2
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2-2/+2
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara3-6/+6
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2-3/+3
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-21/+68
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin2-3/+3