summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)Author
2015-04-15fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-09Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-07sfx2: try to fix WNT buildMichael Stahl
2015-04-07fix osx buildNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-31sfx2: fix VBA crash when disposing SfxBaseModelMichael Stahl
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-03-24convert sfxlink to enum classNoel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-23HAVE_FEATURE_SCRIPTING, but no config_features.h include.Jan Holesovsky
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18sal_uIntPtr->SotClipboardFormatIdCaolán McNamara
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-12sfx2: PVS-Studio V595 'm_pResMgr' pointer could be nullMichael Stahl
2015-03-11convert CHILD_ constants to enum classNoel Grandin
2015-03-11convert SfxDockingConfig to enum classNoel Grandin
2015-03-11convert SfxChildIdentifier to enum classNoel Grandin
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-03-06Idle Timer: Invented Base ClassTobias Madl
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06idle includes and enum useJennifer Liebel
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin
2015-02-25remove unused header definitions in SotExchangeNoel Grandin
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2015-02-21Typo: "window" not "widow" hereJulien Nabet
2015-02-21-Typo: (dis)apear(s)->(dis)appear(s)Julien Nabet
2015-02-17boost->stdCaolán McNamara
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-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann