summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara7-148/+0
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-1/+1
2015-01-28tdf#60739 code factorisationMichaël Lefèvre1-0/+14
2015-01-28remove unused typedefsNoel Grandin3-3/+0
2015-01-26coverity#1266518 Use after freeCaolán McNamara1-1/+2
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-15/+15
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin7-53/+24
2015-01-25coverity#1266505 Useless callCaolán McNamara1-5/+0
2015-01-25coverity#1266510 Useless callCaolán McNamara2-5/+2
2015-01-24Typo: syncro->synchroJulien Nabet1-6/+6
2015-01-21add has-focus .ui supportCaolán McNamara1-0/+1
2015-01-21slot:5500 -> .uno:NewDoc(FromTemplate)Caolán McNamara2-6/+3
2015-01-21Resolves: fdo#88562 convert filename widget from ro-edit to selectable-labelCaolán McNamara1-5/+6
2015-01-21Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLECaolán McNamara2-61/+62
2015-01-21Resolves: fdo#88594 crash on F1 with local helpCaolán McNamara2-7/+12
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann11-34/+34
2015-01-19Remove unused STR_SAVECOPYDOCStephan Bergmann2-5/+1
2015-01-19fdo#86147: Do not reset r/o mode for SID_SAVETOStephan Bergmann1-2/+7
2015-01-19Re fdo#80538: Remove read-only infobar after "Save As..."Stephan Bergmann1-0/+1
2015-01-19fdo#88241 Floating sidebar second call to same item should dismiss itTrent MacAlpine1-2/+11