summaryrefslogtreecommitdiff
path: root/svx/source/dialog/srchdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-09changed timers to idlesTobias Madl1-4/+4
2014-10-20loplugin: cstylecastNoel Grandin1-26/+26
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-7/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-10vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-6/+0
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-4/+4
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin1-1/+0
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3
2014-06-21Avoid possible memory leaks in case of exceptionsTakeshi Abe1-13/+10
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-11Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann1-4/+4
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi1-0/+13
2014-03-11svx: sal_Bool->boolNoel Grandin1-33/+33
2014-02-23Remove unneccessary commentsAlexander Wilms1-35/+35
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-19/+19
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-05fdo#74132: Do not interrupt search in Calc.Matúš Kukan1-0/+2
2014-02-05SvxSearchDialog: Remove always false bMultiLineEdit.Matúš Kukan1-109/+21
2014-02-05fdo#74132: Do not interrupt search in Writer.Matúš Kukan1-0/+52
2014-01-28bool improvementsStephan Bergmann1-20/+20
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-15more xub_Strlen->sal_Int32Caolán McNamara1-2/+2