summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pfiltdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-28loplugin:ostr in sc/../dbguiNoel Grandin1-16/+16
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-1/+1
2022-02-11Better SCSTR_COLUMN, SCSTR_ROW names, tdf#140290 follow-upEike Rathke1-1/+1
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-3/+3
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-05-19use toggle instead of click for CheckButtonCaolán McNamara1-2/+2
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-2/+2
2020-08-09loplugin:flatten in scNoel Grandin1-61/+61
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+2
2019-10-03merge msgbox and stdtextCaolán McNamara1-2/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-26weld ScPivotFilterDlgCaolán McNamara1-216/+177
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-1/+0
2019-02-09loplugin:indentation in scNoel Grandin1-2/+2
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov1-3/+2
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-07-17loplugin:useuniqueptr in ScPivotFilterDlgNoel Grandin1-3/+2
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-15/+15
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-15/+15
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke1-5/+4
2017-09-08convert pEntryLists to std::array<std::unique_ptr<...Noel Grandin1-11/+7
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-07-14use more OUString::operator== in scNoel Grandin1-4/+4
2017-06-28loplugin:unusedfields in sc part1Noel Grandin1-3/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-4/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin1-1/+0
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-2/+2
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-16convert Link<> to typedNoel Grandin1-18/+13
2015-10-12convert Link<> to typedNoel Grandin1-8/+7
2015-09-25translate DE->ENNicolas Christener1-21/+17
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1