summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/PivotLayoutDialog.cxx
AgeCommit message (Expand)Author
2016-05-10Missing break in switchStephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-02-05coverity#1351877 'Constant' variable guards dead codeCaolán McNamara
2016-02-04coverity#1351755 Dereference null return valueCaolán McNamara
2016-02-04pItem isn't used here, its the same as result, so weird cast can goCaolán McNamara
2016-02-03tdf#97437: Don't crash when creating new pivot tableKatarina Behrens
2016-01-27tdf#89308: Delete old copy of pivot table on moving destinationKatarina Behrens
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-24convert Link<> to typedNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2015-02-10tdf#79239: make the dialog closable with 'X' button againKatarina Behrens
2014-12-01For external data sources this variable can be null, fdo#83534Markus Mohrhard
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-27Actually OK and Cancel is better here than Apply and Close.Kohei Yoshida
2014-05-21Keep only "Apply" and "Close".Kohei Yoshida
2014-04-29coverity#1210191 Uninitialized pointer fieldCaolán McNamara
2014-04-03pivot: Apply changes made in "Data Field" and "Data Field Options"Tomaž Vajngerl
2014-03-31Fix various warningsStephan Bergmann
2014-03-31pivot: new pivot table layout dialogTomaž Vajngerl