summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/PivotLayoutDialog.cxx
AgeCommit message (Expand)Author
2023-04-27sc: pivot table compact layoutDennis Francis
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-01-25call baseclass CloseCaolán McNamara
2021-12-06rename In() to Contains()Luboš Luňák
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-10-30Fix typoAndrea Gelmini
2020-10-27avoid warning on set_active(0) on empty GtkComboBoxCaolán McNamara
2020-10-27tdf#137726 hide pivot table dlg so its not a candidate as error dlg parentCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScAreaNameIterator always dereferences its ScDocument* argumentCaolán McNamara
2020-09-15ConvertDoubleRef never passed a null ScDocument*Caolán McNamara
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-14mpDocument is assumed to be non-nullCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-05-01weld ScPivotLayoutDialogCaolán McNamara
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-07-11loplugin:useuniqueptr in ScTabViewShellNoel Grandin
2018-06-06tdf#116552 restore copy on focus and jump focus to sourceCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26loplugin:oncevar in scNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-17Pivot dialog: use C++11 feat., get rid of using namespace stdTomaž Vajngerl
2017-01-27Resolves: tdf#104153 lookup what listbox an entry is dragged fromCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-24convert PIVOT_FUNC to scoped enumNoel Grandin
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