summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann7-11/+11
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann7-11/+11
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin6-16/+16
2015-04-01Typo: wheter->whetherJulien Nabet2-2/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann18-38/+38
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-3/+3
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann15-68/+68
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann8-19/+19
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann2-49/+84
2015-03-24loplugin:constantfunction: variousNoel Grandin4-37/+2
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-7/+7
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-30/+26
2015-03-15Typo: NotifcationMode->NotificationModeJulien Nabet1-4/+4
2015-03-13extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be nullMichael Stahl2-30/+64
2015-03-12extensions: PVS-Studio V716 Suspicious type conversion: BOOL -> HRESULTMichael Stahl1-2/+2
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl1-2/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2-2/+4
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-3/+2
2015-03-10fix build of updatecheck extensionNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-03-09V801: Decreased performanceCaolán McNamara6-10/+10
2015-03-06Idle: Changed to new enum nameTobias Madl3-3/+3
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl3-3/+3
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl4-3/+5
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl1-4/+0
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin2-14/+14
2015-02-21Typo: queriing->queryingJulien Nabet1-1/+1
2015-02-21Typo: reqired->requiredJulien Nabet1-1/+1
2015-02-21Various typosJulien Nabet1-1/+1
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann15-43/+29
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-3/+3
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann2-1/+1
2015-01-31coverity#1267680 Dereference before null checkCaolán McNamara1-2/+2
2015-01-30coverity#707772 Uninitialized scalar fieldCaolán McNamara1-7/+8
2015-01-30Resolves: #i67663# add vertical alighment on property UITsutomu Uchino2-1/+2
2015-01-28Use vector::dataStephan Bergmann1-4/+2
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin6-7/+7
2015-01-24cppcheck: fix redundantPointerOp reportsJulien Nabet1-1/+1
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-4/+2
2015-01-20Some more loplugin:cstylecast: extensionsStephan Bergmann7-69/+69
2015-01-16remove unnecessary parenthesesNoel Grandin1-2/+2