summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvfundlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-09-12sc:pivot allow sort by selection in non-manual modeDennis Francis1-15/+3
2023-04-27sc: pivot table compact layoutDennis Francis1-0/+4
2022-11-22loplugin:unusedfieldsNoel Grandin1-1/+0
2022-08-09cid#1507857 Big parameter passed by valueCaolán McNamara1-3/+2
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-2/+3
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-3/+3
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-10/+15
2021-05-19use toggle instead of click for CheckButtonCaolán McNamara1-2/+2
2021-04-17pivot table: properly close all subdialogsSzymon Kłos1-0/+13
2021-03-08pivot table: make subdialogs of pivot table dialog asyncSzymon Kłos1-3/+6
2021-01-13Revert "pivot table: make options cancel button working" + fix crash againJulien Nabet1-1/+1
2021-01-12pivot table: make options cancel button workingSzymon Kłos1-1/+1
2021-01-12jsdialog: make Data field dialog workingSzymon Kłos1-0/+38
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-10-20use tools::Long in scNoel1-5/+5
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-1/+1
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara1-8/+6
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-3/+6
2019-05-01weld ScPivotLayoutDialogCaolán McNamara1-2/+2
2019-04-06weld OTableSubscriptionPageCaolán McNamara1-3/+3
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-3/+0
2019-02-19weld ChineseDictionaryDialogCaolán McNamara1-2/+1
2019-02-15weld ScDPFunctionDlgCaolán McNamara1-151/+123
2019-02-15weld ScDPSubtotalDlgCaolán McNamara1-55/+81
2019-02-15weld ScDPSubtotalOptDlgCaolán McNamara1-151/+197
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov1-15/+13
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-10/+6
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-2/+2
2018-05-20weld ScDPShowDetailDlgCaolán McNamara1-24/+13
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+2
2018-03-28use boost::optional in sc and svgioNoel Grandin1-1/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-8/+8
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-5/+5
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+4
2017-07-14use more OUString::operator== in scNoel Grandin1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in scNoel Grandin1-1/+1
2017-03-08tdf#91222 VclBuilder constructor cleanupJulien Nabet1-8/+1
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1