summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-0/+3
2016-05-13Resolves: tdf#96092 crash on activating manage changes sidebarCaolán McNamara1-1/+4
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara4-28/+1
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin9-24/+24
2016-05-11sc: Add new param, DontTerminateEdit, to .uno:SavePranav Kant2-1/+2
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann1-0/+2
2016-05-11set parent window of windows system file picker on save(as)Oliver Specht2-3/+8
2016-05-10Presumably missing break in switchStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann7-8/+8
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin1-1/+1
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin4-9/+9
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin30-311/+257
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin3-29/+30
2016-05-09convert SFX_STYLE_ITEM to scoped enumNoel Grandin1-6/+6
2016-05-06fix typo, related tdf#96890Markus Mohrhard1-1/+1
2016-05-05silence default button spew in template dialogCaolán McNamara1-1/+3
2016-05-04sfx2: fix SfxViewShell::CheckIPClient_Impl()Michael Stahl2-7/+25
2016-05-04use Any constructor instead of temporariesNoel Grandin7-26/+11
2016-05-04tdf#82160 Reset mouse pointer if doc loading failedMaxim Monastirsky2-0/+4
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann1-1/+1
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley5-130/+7
2016-05-01tdf#96890 The file "groupuinames.xml" is invalid XMLmelikeyurtoglu1-1/+1
2016-04-30Fix typosAndrea Gelmini4-5/+5
2016-04-29Template Manager -> TemplatesSamuel Mehrbrodt2-3/+3
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-2/+2
2016-04-28tdf#96097: Can't save a doc with signed macro after autosave/save a copyGuillaume Smaha1-3/+0
2016-04-26tdf#64292 tdf#94639 Meaningless Functions in Template Properties DialogAkshay Deep6-250/+0
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin10-66/+66
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann3-18/+18
2016-04-23tdf#93060 Start Center: Update this string to dodge problematic termAdolfo Jayme Barrientos1-1/+1
2016-04-22SfxClassificationHelper: avoid implicit cast in loopMiklos Vajna1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin11-69/+59
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann38-122/+122
2016-04-20Use bool instead of a sal_uInt8 bitStephan Bergmann2-7/+7
2016-04-20SvDDEObject::nError is never readStephan Bergmann2-13/+1
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-3/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin11-25/+17
2016-04-18clean-up: unused using declarations and includesJochen Nitschke7-26/+0
2016-04-18SfxViewFrame: rename members missing their prefixesMiklos Vajna2-141/+141
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke9-20/+27
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin17-24/+24
2016-04-12Avoid reserved identifiersStephan Bergmann10-23/+23
2016-04-12loplugin:unreffunStephan Bergmann1-22/+0
2016-04-12WNT: check result of PostMessage()Michael Stahl1-4/+10
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-26/+14
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke14-20/+0
2016-04-12lok context menu: Include uno commands for submenus tooPranav Kant1-0/+2
2016-04-11tdf#74885 Fix direction in CMIS property editor scrollbarGiuseppe Castagno1-25/+34