summaryrefslogtreecommitdiff
path: root/svx/source/dialog/srchdlg.cxx
AgeCommit message (Expand)Author
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
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09changed timers to idlesTobias Madl
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10vcl: sal_Bool -> boolStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-14typo: attribut -> attributeThomas Arnhold