summaryrefslogtreecommitdiff
path: root/svx/source/dialog/srchdlg.cxx
AgeCommit message (Expand)Author
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14use more OUString::operator== in svxNoel Grandin
2017-07-03loplugin:unusedfields in svxNoel Grandin
2017-06-27loplugin:oncevar in svxNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-03-29nCnt calculation is overwritten anywayCaolán McNamara
2017-03-28std::unique_ptr<sal_uInt16[]> -> std::vectorCaolán McNamara
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann
2017-03-13ToolBox::GetItemCommand/GetItemWindow take IDsStephan Bergmann
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-07Related: tdf#105371 we can do this with a sizegroupCaolán McNamara
2017-02-03tdf#105371, tdf#99456 Alignment in find & replace dialogheiko tietze
2017-01-25loplugin: unnecessary destructor svxNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin
2017-01-17used std::map in SfxItemSetNoel Grandin
2017-01-16new loplugin: useuniqueptr: svxNoel Grandin
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-25convert MODIFY constants to o3tl::typed_flagsNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13chmod 644 some source filesStephan Bergmann
2016-08-23convert SearchLabel to scoped enumNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-02add missing nullptr checkMarkus Mohrhard
2016-05-20tdf#89329: use unique_ptr for pImpl in svx/Xisco Fauli
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-04tdf#98417, tdf#98539: DIALOG: Improvements to the Find & Replace dialog.Akshay Deep
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin
2016-02-26add Wildcards to Find&Replace dialogEike Rathke
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2015-11-25loplugin:unusedfields in include/svxNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-25Remember the state of "Search formatted display string" checkboxDennis Francis
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-10-07Work around overly optimistic clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-24convert Link<> to typedNoel Grandin
2015-09-16boost->stdCaolán McNamara
2015-09-14clang-analyzer-deadcode.DeadStoresStephan Bergmann