summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-11sc: Add new param, DontTerminateEdit, to .uno:SavePranav Kant
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann
2016-05-11set parent window of windows system file picker on save(as)Oliver Specht
2016-05-10Presumably missing break in switchStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-09convert SFX_STYLE_ITEM to scoped enumNoel Grandin
2016-05-06fix typo, related tdf#96890Markus Mohrhard
2016-05-05silence default button spew in template dialogCaolán McNamara
2016-05-04sfx2: fix SfxViewShell::CheckIPClient_Impl()Michael Stahl
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04tdf#82160 Reset mouse pointer if doc loading failedMaxim Monastirsky
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley
2016-05-01tdf#96890 The file "groupuinames.xml" is invalid XMLmelikeyurtoglu
2016-04-30Fix typosAndrea Gelmini
2016-04-29Template Manager -> TemplatesSamuel Mehrbrodt
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-28tdf#96097: Can't save a doc with signed macro after autosave/save a copyGuillaume Smaha
2016-04-26tdf#64292 tdf#94639 Meaningless Functions in Template Properties DialogAkshay Deep
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann
2016-04-23tdf#93060 Start Center: Update this string to dodge problematic termAdolfo Jayme Barrientos
2016-04-22SfxClassificationHelper: avoid implicit cast in loopMiklos Vajna
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20Use bool instead of a sal_uInt8 bitStephan Bergmann
2016-04-20SvDDEObject::nError is never readStephan Bergmann
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-18SfxViewFrame: rename members missing their prefixesMiklos Vajna
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-12loplugin:unreffunStephan Bergmann
2016-04-12WNT: check result of PostMessage()Michael Stahl
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-12lok context menu: Include uno commands for submenus tooPranav Kant
2016-04-11tdf#74885 Fix direction in CMIS property editor scrollbarGiuseppe Castagno
2016-04-11tdf#89095 Start Center: bigger thumbnails for templatesAkshay Deep
2016-04-11loplugin:constantparamNoel Grandin