summaryrefslogtreecommitdiffstats
path: root/sfx2/source
Commit message (Expand)AuthorAgeFilesLines
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-0227-67/+67
* Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann2015-04-021-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-021-2/+2
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-014-6/+6
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0111-45/+45
* sfx2: fix VBA crash when disposing SfxBaseModelMichael Stahl2015-03-312-0/+18
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-314-23/+23
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2811-30/+30
* Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist2015-03-282-5/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-2612-17/+17
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* SkipImages option for document importLászló Németh2015-03-241-1/+5
* convert SFX_PRINTER constants to enum classNoel Grandin2015-03-243-23/+30
* convert SfxPopupWindowType to enum classNoel Grandin2015-03-241-1/+1
* convert FILTER_APPLICATION to enum classNoel Grandin2015-03-243-32/+33
* convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin2015-03-241-8/+8
* convert SvxZoomType to enum classNoel Grandin2015-03-242-5/+5
* convert sfxlink to enum classNoel Grandin2015-03-243-15/+15
* convert SfxChildAlignment to enum classNoel Grandin2015-03-2412-229/+229
* convert SfxPopupAction to enum classNoel Grandin2015-03-241-12/+20
* tdf#90095 Fixed wrong behavior of template delete dialogMichael Horn2015-03-231-2/+2
* HAVE_FEATURE_SCRIPTING, but no config_features.h include.Jan Holesovsky2015-03-232-0/+4
* coverity#1288895 Explicit null dereferencedCaolán McNamara2015-03-191-1/+1
* WaE: -Werror=maybe-uninitializedCaolán McNamara2015-03-191-1/+1
* loplugin:constantfunction: sfx2Noel Grandin2015-03-1931-303/+14
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-1911-81/+80
* sal_uIntPtr->SotClipboardFormatIdCaolán McNamara2015-03-181-2/+2
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-181-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-1811-99/+101
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-1/+1
* loplugin: add Dialog to unusedvariablecheckNoel Grandin2015-03-171-2/+2
* SfxTabDialog: avoid changing const input parameterZolnai Tamás2015-03-172-13/+11
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-134-20/+11
* sfx2: PVS-Studio V595 'pLastState' pointer could be nullMichael Stahl2015-03-121-3/+3
* sfx2: PVS-Studio V595 'pDispatcher' pointer could be nullMichael Stahl2015-03-121-4/+3
* sfx2: PVS-Studio V595 'm_pResMgr' pointer could be nullMichael Stahl2015-03-121-1/+1
* mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák2015-03-111-2/+13
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-48/+41
* convert CHILD_ constants to enum classNoel Grandin2015-03-113-41/+49
* convert SfxDockingConfig to enum classNoel Grandin2015-03-114-18/+18
* convert SfxChildIdentifier to enum classNoel Grandin2015-03-114-19/+19
* V801: Decreased performanceCaolán McNamara2015-03-096-50/+50
* Timer/Idle: adapted inherited funktionsTobias Madl2015-03-062-3/+3
* Idle Timer: Invented Base ClassTobias Madl2015-03-061-4/+2
* Idle: Changed to new enum nameTobias Madl2015-03-069-20/+20
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-069-20/+20
* Idle and Timer are now completely independentTobias Madl2015-03-062-4/+6
* idle includes and enum useJennifer Liebel2015-03-064-10/+14
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-067-10/+13
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2