summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-15Typo: NotifcationMode->NotificationModeJulien Nabet
2015-03-13extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be nullMichael Stahl
2015-03-12extensions: PVS-Studio V716 Suspicious type conversion: BOOL -> HRESULTMichael Stahl
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-10fix build of updatecheck extensionNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-21Typo: queriing->queryingJulien Nabet
2015-02-21Typo: reqired->requiredJulien Nabet
2015-02-21Various typosJulien Nabet
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann
2015-01-31coverity#1267680 Dereference before null checkCaolán McNamara
2015-01-30coverity#707772 Uninitialized scalar fieldCaolán McNamara
2015-01-30Resolves: #i67663# add vertical alighment on property UITsutomu Uchino
2015-01-28Use vector::dataStephan Bergmann
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-24cppcheck: fix redundantPointerOp reportsJulien Nabet
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: extensionsStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2015-01-05java: unnecessary importsNoel Grandin
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-12-19extensions: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18extensions: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-15java: remove more test skeleton codeNoel Grandin
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn