summaryrefslogtreecommitdiff
path: root/svx/source/dialog/srchdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-3/+3
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-7/+7
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-11/+11
2016-09-13chmod 644 some source filesStephan Bergmann1-0/+0
2016-08-23convert SearchLabel to scoped enumNoel Grandin1-4/+4
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-7/+7
2016-08-02add missing nullptr checkMarkus Mohrhard1-1/+5
2016-05-20tdf#89329: use unique_ptr for pImpl in svx/Xisco Fauli1-3/+2
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-3/+3
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-5/+5
2016-04-21new plugin stylepoliceNoel Grandin1-3/+3
2016-04-04tdf#98417, tdf#98539: DIALOG: Improvements to the Find & Replace dialog.Akshay Deep1-19/+104
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin1-1/+2
2016-02-26add Wildcards to Find&Replace dialogEike Rathke1-3/+52
2016-02-09Remove excess newlinesChris Sherlock1-36/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-11-25loplugin:unusedfields in include/svxNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-10-31com::sun::star->css in svxNoel Grandin1-4/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-25Remember the state of "Search formatted display string" checkboxDennis Francis1-0/+2
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-0/+7
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-8/+7
2015-10-12convert Link<> to typedNoel Grandin1-3/+2
2015-10-07Work around overly optimistic clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+6
2015-09-24convert Link<> to typedNoel Grandin1-10/+8
2015-09-16boost->stdCaolán McNamara1-5/+4
2015-09-14clang-analyzer-deadcode.DeadStoresStephan Bergmann1-8/+0
2015-09-03-fsanitize=vptrStephan Bergmann1-14/+14
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-44/+48
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-1/+1
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin1-1/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-14Paragraph related part of Background Tab is unused nowZolnai Tamás1-3/+0
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-2/+2
2015-06-08add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara1-0/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh1-5/+5
2015-05-29loplugin:loopvartoosmallNoel Grandin1-4/+4
2015-05-10related tdf#88608: find: add string for reaching start of documentJoren De Cuyper1-0/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+50
2015-04-22WaE: bogus -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2015-04-22fix build, this looks like the intent hereCaolán McNamara1-1/+1
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-11/+12