summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/filtdlg.cxx
AgeCommit message (Expand)Author
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15tdf#76898 standard filter: add buttons to remove conditionsMartin van Zijl
2020-09-07Related: tdf#136455 use insert_vector for bulk insertCaolán McNamara
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-06-01tdf#76898 add ability to reset standard filterMartin van Zijl
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-10-03merge msgbox and stdtextCaolán McNamara
2019-09-26loplugin:constmethod in scNoel Grandin
2019-05-21freeze/thaw around big insertsCaolán McNamara
2019-05-13drop some unneeded includesCaolán McNamara
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-04-17drop newly unused ScFilterOptionsMgrCaolán McNamara
2019-04-16weld ScFilterDlgCaolán McNamara
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-28loplugin:useuniqueptr in ScFilterDlgNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-02-22weld native message dialogsCaolán McNamara
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14use more OUString::operator== in scNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-13Resolves: tdf#98240 limit width of widgets of standard filterCaolán McNamara
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-06-07Move accessibility relations to .ui files, Part 7: tdf#87026Muhammet Kara
2016-04-17remove define for ERRORBOXMarkus Mohrhard
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke