summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* loplugin:deletedspecialStephan Bergmann2015-02-076-87/+78
* fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta2015-02-062-5/+18
* fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta2015-02-062-1/+67
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-068-16/+12
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-067-37/+33
* Updated all precompiled headers.Ashod Nakashian2015-02-051-0/+10
* callcatcher: update unused codeCaolán McNamara2015-02-051-20/+0
* rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara2015-02-042-10/+10
* valgrind: fix leakCaolán McNamara2015-02-031-1/+1
* callcatcher: shave off some moreCaolán McNamara2015-02-035-54/+0
* seeing as it assumed it was non-null since day 0, so can weCaolán McNamara2015-02-021-6/+2
* callcatcher: remove some unused methodsCaolán McNamara2015-02-023-26/+3
* coverity#440978 Dereference before null checkCaolán McNamara2015-02-011-2/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-297-148/+0
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-281-1/+1
* tdf#60739 code factorisationMichaël Lefèvre2015-01-281-0/+14
* remove unused typedefsNoel Grandin2015-01-283-3/+0
* coverity#1266518 Use after freeCaolán McNamara2015-01-261-1/+2
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-262-15/+15
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-267-53/+24
* coverity#1266505 Useless callCaolán McNamara2015-01-251-5/+0
* coverity#1266510 Useless callCaolán McNamara2015-01-252-5/+2
* Typo: syncro->synchroJulien Nabet2015-01-241-6/+6
* add has-focus .ui supportCaolán McNamara2015-01-211-0/+1
* slot:5500 -> .uno:NewDoc(FromTemplate)Caolán McNamara2015-01-212-6/+3
* Resolves: fdo#88562 convert filename widget from ro-edit to selectable-labelCaolán McNamara2015-01-211-5/+6
* Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLECaolán McNamara2015-01-212-61/+62
* Resolves: fdo#88594 crash on F1 with local helpCaolán McNamara2015-01-212-7/+12
* Some more loplugin:cstylecast: sfx2Stephan Bergmann2015-01-2011-34/+34
* Remove unused STR_SAVECOPYDOCStephan Bergmann2015-01-192-5/+1
* fdo#86147: Do not reset r/o mode for SID_SAVETOStephan Bergmann2015-01-191-2/+7
* Re fdo#80538: Remove read-only infobar after "Save As..."Stephan Bergmann2015-01-191-0/+1
* fdo#88241 Floating sidebar second call to same item should dismiss itTrent MacAlpine2015-01-191-2/+11
* fdo#87217 Inconsistent floating sidebar close behaviorTrent MacAlpine2015-01-191-11/+2
* Provide thumbnail size via constructor for RecentDocsViewItemTomaž Vajngerl2015-01-162-5/+2
* do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara2015-01-141-2/+2
* infobar: add buttons one by one with addButtonTomaž Vajngerl2015-01-143-46/+39
* infobar: reuse gathering the dark/light colors from settingsTomaž Vajngerl2015-01-141-18/+21
* infobar: combine anon. namespace, light/dark color to constantTomaž Vajngerl2015-01-141-57/+56
* Scale the infobar controls correctly with DPI scale factorTomaž Vajngerl2015-01-141-9/+23
* Further cleanup style in infobar, remove basegfx namespace in codeTomaž Vajngerl2015-01-141-47/+50
* Cleanup infobarTomaž Vajngerl2015-01-141-67/+66
* reuse Resize to set control size and placement in infobarTomaž Vajngerl2015-01-141-12/+8
* infobar: unique_ptr and make more readableTomaž Vajngerl2015-01-141-26/+23
* ptr_vector & unique_ptr for infobarTomaž Vajngerl2015-01-141-53/+31
* Resolves: fdo#87353 Start Center 'Help' button not functioning any moreCaolán McNamara2015-01-142-2/+18
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-136-42/+18
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-124-5/+5
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-125-13/+14
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-122-36/+13