summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuifmsearch.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-29Avoid comphelper::string::getTokenCount()Matteo Casalin1-7/+16
2018-04-09weld SvxSearchSimilarityDialogCaolán McNamara1-1/+1
2018-02-22weld native message dialogsCaolán McNamara1-2/+4
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann1-4/+4
2017-10-23loplugin:includeform: cuiStephan Bergmann1-2/+2
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-8/+8
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-2/+2
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-6/+6
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-19loplugin:stringcopy: cuiStephan Bergmann1-3/+3
2017-05-19make string translation loading more uniformCaolán McNamara1-5/+5
2017-05-18can drop CUI_RESSTR nowCaolán McNamara1-1/+1
2017-03-29tdf#39468 Translate German commentsJens Carl1-2/+2
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-2/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-13/+12
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-11/+11
2016-08-25convert FmSearchProgress::State to scoped enumNoel Grandin1-7/+7
2016-08-11loplugin:constantparamNoel Grandin1-22/+18
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-21fix windows buildNoel Grandin1-1/+3
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-14/+14
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-3/+2
2015-10-12convert Link<> to typedNoel Grandin1-13/+8
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-26convert Link<> to typedNoel Grandin1-1/+1
2015-09-25convert Link<> to typedNoel Grandin1-1/+1
2015-09-24convert Link<> to typedNoel Grandin1-2/+1
2015-09-22convert Link<> to typedNoel Grandin1-3/+3
2015-09-14boost->stdCaolán McNamara1-3/+2
2015-09-14convert Link<> to typedNoel Grandin1-24/+22
2015-09-08convert Link<> to typedNoel Grandin1-3/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-6/+6
2015-07-29com::sun::star->css in cuiNoel Grandin1-5/+5
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1