summaryrefslogtreecommitdiff
path: root/svx/source/dialog/srchdlg.cxx
AgeCommit message (Expand)Author
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
2015-09-03-fsanitize=vptrStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-14Paragraph related part of Background Tab is unused nowZolnai Tamás
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-08add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-10related tdf#88608: find: add string for reaching start of documentJoren De Cuyper
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22WaE: bogus -Werror=maybe-uninitializedCaolán McNamara
2015-04-22fix build, this looks like the intent hereCaolán McNamara
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin
2015-04-10cleanup Printer VclRef pieces.Michael Meeks
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 svx.Noel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-10Idle/Timer: reverted idle to timerTobias Madl