summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-32/+32
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann5-6/+6
2015-03-25TyposJulien Nabet1-1/+1
2015-03-24loplugin:constantfunction: reportdesignNoel Grandin7-36/+1
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin1-2/+2
2015-03-24convert SvxZoomType to enum classNoel Grandin3-8/+8
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin4-13/+13
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-5/+16
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-10/+7
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl2-1/+2
2015-03-05callcatcher: update unused codeCaolán McNamara2-22/+0
2015-03-04V813: Decreased performanceCaolán McNamara3-7/+7
2015-03-04V813: Decreased performanceCaolán McNamara2-4/+4
2015-03-04V813: Decreased performanceCaolán McNamara2-7/+6
2015-03-02V813: Decreased performanceCaolán McNamara2-4/+4
2015-03-02cppcheck: duplicate inherited memberNoel Grandin1-1/+0
2015-02-24Typo: feture->featureJulien Nabet1-1/+1
2015-02-19callcatcher: update unused codeCaolán McNamara2-19/+0
2015-02-17callcatcher: update unused codeCaolán McNamara2-14/+0
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2-5/+5
2015-02-07loplugin:deletedspecialStephan Bergmann78-219/+150
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+11
2015-02-03tdf#88824: Remove FactoryLoader threads causing deadlock on WindowsStephan Bergmann1-86/+0
2015-02-01loplugin:unreffunStephan Bergmann1-15/+0
2015-01-30chisel off some more unused codeCaolán McNamara4-37/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-61/+0
2015-01-28Use vector::dataStephan Bergmann5-8/+5
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-3/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin6-11/+11
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin7-7/+7
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin7-8/+8
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl12-13/+13
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon1-2/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin4-24/+2
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2-20/+20
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2-9/+9
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin2-3/+3
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos6-89/+75
2015-01-05java: remove more dead codeNoel Grandin1-2/+2
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1