summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-19fdo#87217 Inconsistent floating sidebar close behaviorTrent MacAlpine1-11/+2
2015-01-16Provide thumbnail size via constructor for RecentDocsViewItemTomaž Vajngerl2-5/+2
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-2/+2
2015-01-14infobar: add buttons one by one with addButtonTomaž Vajngerl3-46/+39
2015-01-14infobar: reuse gathering the dark/light colors from settingsTomaž Vajngerl1-18/+21
2015-01-14infobar: combine anon. namespace, light/dark color to constantTomaž Vajngerl1-57/+56
2015-01-14Scale the infobar controls correctly with DPI scale factorTomaž Vajngerl1-9/+23
2015-01-14Further cleanup style in infobar, remove basegfx namespace in codeTomaž Vajngerl1-47/+50
2015-01-14Cleanup infobarTomaž Vajngerl1-67/+66
2015-01-14reuse Resize to set control size and placement in infobarTomaž Vajngerl1-12/+8
2015-01-14infobar: unique_ptr and make more readableTomaž Vajngerl1-26/+23
2015-01-14ptr_vector & unique_ptr for infobarTomaž Vajngerl1-53/+31
2015-01-14Resolves: fdo#87353 Start Center 'Help' button not functioning any moreCaolán McNamara2-2/+18
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin6-42/+18
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin4-5/+5
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin5-13/+14
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin2-36/+13
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky3-5/+5
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin1-3/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl13-42/+40
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-3/+0
2015-01-07Completed TODO: simplify appending to sequence.Matthew Pottage1-7/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin13-26/+26
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-2/+2
2015-01-05No need for declarations in include fileStephan Bergmann2-5/+9
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann2-7/+7
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara8-25/+25
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann2-4/+3
2015-01-01de-resource SFX_PB_EDITCaolán McNamara3-9/+17
2015-01-01Bump copyright year to 2015Andras Timar1-1/+1
2014-12-31de-resource custom properties widgetsCaolán McNamara3-58/+23
2014-12-24callcatcher: update unusedcodeCaolán McNamara2-10/+2
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn10-26/+22