summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
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-17loplugin: add Dialog to unusedvariablecheckNoel Grandin
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-12sfx2: PVS-Studio V595 'pLastState' pointer could be nullMichael Stahl
2015-03-12sfx2: PVS-Studio V595 'pDispatcher' pointer could be nullMichael Stahl
2015-03-12sfx2: PVS-Studio V595 'm_pResMgr' pointer could be nullMichael Stahl
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
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-09V801: Decreased performanceCaolán McNamara
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-03-04V813: Decreased performanceCaolán McNamara
2015-03-03TyposJulien Nabet
2015-03-01fix loopDavid Tardon
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-20tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)gamebusterz
2015-02-20tdf#12345 Removed redundant newlines in the codegamebusterz
2015-02-18boost->stdCaolán McNamara
2015-02-18Better way to avoid ambiguities among ResId ctorsStephan Bergmann
2015-02-17boost->stdCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-14coverity#1267643 Logically dead codeCaolá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-08Typo: we has->we haveJulien Nabet
2015-02-07coverity#440978 Dereference before null checkCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta
2015-02-06fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta
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