summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)AuthorFilesLines
2015-11-18com::sun::star->css in vcl/Noel Grandin3-61/+61
2015-11-17use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin1-1/+0
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin2-26/+29
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin2-26/+26
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-13/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-60/+60
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-48/+48
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
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