summaryrefslogtreecommitdiff
path: root/svx/source/dialog/srchdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-12Remove excess newlinesChris Sherlock1-36/+0
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
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin1-30/+30
2015-04-10cleanup Printer VclRef pieces.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+43
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-0/+6
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-14/+14
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-03-10Idle/Timer: reverted idle to timerTobias Madl1-5/+5
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-1/+2
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-4/+4
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-5/+5
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn1-1/+3
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1