summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/sfiltdlg.cxx
AgeCommit message (Expand)Author
2018-06-28loplugin:useuniqueptr in ScSpecialFilterDlgNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-09tdf#97087, Add debug name to an Idle objectblendergeek
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin
2017-03-16Fix typosAndrea Gelmini
2017-03-14Translate German comments in sc/source/ui (part of its sub-dirs)Johnny_M
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
2017-02-02CreateQueryParam to take a ScRange parameter.Kohei Yoshida
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-19Resolves: tdf#99360 Revert "tdf#93889 Remove a busy loop"Eike Rathke
2016-07-19Revert "Resolves: tdf#99360 can't select filter criteria with mouse"Eike Rathke
2016-06-27Move accessibility relations to .ui files, Part 10: tdf#87026Muhammet Kara
2016-04-21Resolves: tdf#99360 can't select filter criteria with mouseCaolán McNamara
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-04tdf#93889 Remove a busy loopJaskaran
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-13tdf#39468 - Translate German comments.Ryan McCoskrie
2015-09-12Simplify calls to SelectEntryPos by early bail-outMatteo Casalin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-03tdf#91882 - make this hideous busy-loop lower priority and less busy.Michael Meeks
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-05Use typed Idle::SetIdleHdl LinkStephan 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-04-09vcl: VclPtr conversion in scNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06idle includes and enum useJennifer Liebel
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn