summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)Author
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-02Kill INetProtocol::NewsTor Lillqvist
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist
2015-04-02tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optionalMichael Stahl
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan 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-24SkipImages option for document importLászló Németh
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2015-03-24convert FILTER_APPLICATION to enum classNoel Grandin
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-03-23tdf#90095 Fixed wrong behavior of template delete dialogMichael Horn
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
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-04V813: Decreased performanceCaolán McNamara
2015-03-03TyposJulien Nabet
2015-02-18boost->stdCaolán McNamara
2015-02-17boost->stdCaolán McNamara
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann
2015-02-07coverity#440978 Dereference before null checkCaolán McNamara
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-03callcatcher: shave off some moreCaolán McNamara
2015-02-01coverity#440978 Dereference before null checkCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann
2015-01-19Remove unused STR_SAVECOPYDOCStephan Bergmann
2015-01-19fdo#86147: Do not reset r/o mode for SID_SAVETOStephan Bergmann
2015-01-19Re fdo#80538: Remove read-only infobar after "Save As..."Stephan Bergmann
2015-01-13simplify Date/Time/DateTime conversion codeNoel 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-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann