summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann4-20/+11
2015-03-12sfx2: PVS-Studio V595 'pLastState' pointer could be nullMichael Stahl1-3/+3
2015-03-12sfx2: PVS-Studio V595 'pDispatcher' pointer could be nullMichael Stahl1-4/+3
2015-03-12sfx2: PVS-Studio V595 'm_pResMgr' pointer could be nullMichael Stahl1-1/+1
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák1-2/+13
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-48/+41
2015-03-11convert CHILD_ constants to enum classNoel Grandin3-41/+49
2015-03-11convert SfxDockingConfig to enum classNoel Grandin4-18/+18
2015-03-11convert SfxChildIdentifier to enum classNoel Grandin4-19/+19
2015-03-09V801: Decreased performanceCaolán McNamara6-50/+50
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl2-3/+3
2015-03-06Idle Timer: Invented Base ClassTobias Madl1-4/+2
2015-03-06Idle: Changed to new enum nameTobias Madl9-20/+20
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl9-20/+20
2015-03-06Idle and Timer are now completely independentTobias Madl2-4/+6
2015-03-06idle includes and enum useJennifer Liebel4-10/+14
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl7-10/+13
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-03-03TyposJulien Nabet1-1/+1
2015-03-01fix loopDavid Tardon1-2/+2
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin6-39/+39
2015-02-25remove unused header definitions in SotExchangeNoel Grandin1-1/+1
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin10-31/+31
2015-02-21Typo: "window" not "widow" hereJulien Nabet1-1/+1
2015-02-21-Typo: (dis)apear(s)->(dis)appear(s)Julien Nabet1-1/+1
2015-02-20tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)gamebusterz58-408/+0
2015-02-20tdf#12345 Removed redundant newlines in the codegamebusterz30-537/+2
2015-02-18boost->stdCaolán McNamara2-40/+40
2015-02-18Better way to avoid ambiguities among ResId ctorsStephan Bergmann1-2/+2
2015-02-17boost->stdCaolán McNamara6-71/+71
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-263/+263
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin3-7/+7
2015-02-14coverity#1267643 Logically dead codeCaolán McNamara1-1/+3
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-2/+2
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann1-1/+1
2015-02-08Typo: we has->we haveJulien Nabet1-1/+1
2015-02-07coverity#440978 Dereference before null checkCaolán McNamara1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann6-87/+78
2015-02-06fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta2-5/+18
2015-02-06fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta2-1/+67
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage8-16/+12
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara7-37/+33
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+10
2015-02-05callcatcher: update unused codeCaolán McNamara1-20/+0
2015-02-04rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara2-10/+10
2015-02-03valgrind: fix leakCaolán McNamara1-1/+1
2015-02-03callcatcher: shave off some moreCaolán McNamara5-54/+0
2015-02-02seeing as it assumed it was non-null since day 0, so can weCaolán McNamara1-6/+2
2015-02-02callcatcher: remove some unused methodsCaolán McNamara3-26/+3
2015-02-01coverity#440978 Dereference before null checkCaolán McNamara1-2/+1