summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2015-01-26coverity#1266518 Use after freeCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-25coverity#1266505 Useless callCaolán McNamara
2015-01-25coverity#1266510 Useless callCaolán McNamara
2015-01-24Typo: syncro->synchroJulien Nabet
2015-01-21add has-focus .ui supportCaolán McNamara
2015-01-21slot:5500 -> .uno:NewDoc(FromTemplate)Caolán McNamara
2015-01-21Resolves: fdo#88562 convert filename widget from ro-edit to selectable-labelCaolán McNamara
2015-01-21Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLECaolán McNamara
2015-01-21Resolves: fdo#88594 crash on F1 with local helpCaolán McNamara
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann
2015-01-19Remove unused STR_SAVECOPYDOCStephan Bergmann
2015-01-19fdo#86147: Do not reset r/o mode for SID_SAVETOStephan Bergmann
2015-01-19Re fdo#80538: Remove read-only infobar after "Save As..."Stephan Bergmann
2015-01-19fdo#88241 Floating sidebar second call to same item should dismiss itTrent MacAlpine
2015-01-19fdo#87217 Inconsistent floating sidebar close behaviorTrent MacAlpine
2015-01-16Provide thumbnail size via constructor for RecentDocsViewItemTomaž Vajngerl
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2015-01-14infobar: add buttons one by one with addButtonTomaž Vajngerl
2015-01-14infobar: reuse gathering the dark/light colors from settingsTomaž Vajngerl
2015-01-14infobar: combine anon. namespace, light/dark color to constantTomaž Vajngerl
2015-01-14Scale the infobar controls correctly with DPI scale factorTomaž Vajngerl
2015-01-14Further cleanup style in infobar, remove basegfx namespace in codeTomaž Vajngerl
2015-01-14Cleanup infobarTomaž Vajngerl
2015-01-14reuse Resize to set control size and placement in infobarTomaž Vajngerl
2015-01-14infobar: unique_ptr and make more readableTomaž Vajngerl
2015-01-14ptr_vector & unique_ptr for infobarTomaž Vajngerl
2015-01-14Resolves: fdo#87353 Start Center 'Help' button not functioning any moreCaolán McNamara
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07Completed TODO: simplify appending to sequence.Matthew Pottage
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
2015-01-05No need for declarations in include fileStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02Fix simple typos.Andrea Gelmini
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2015-01-01de-resource SFX_PB_EDITCaolán McNamara
2015-01-01Bump copyright year to 2015Andras Timar
2014-12-31de-resource custom properties widgetsCaolán McNamara
2014-12-24callcatcher: update unusedcodeCaolán McNamara
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn