summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuifmsearch.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-22convert Link<> to typedNoel Grandin1-3/+3
2015-09-14boost->stdCaolán McNamara1-3/+2
2015-09-14convert Link<> to typedNoel Grandin1-24/+22
2015-09-08convert Link<> to typedNoel Grandin1-3/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-6/+6
2015-07-29com::sun::star->css in cuiNoel Grandin1-5/+5
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+39
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-3/+3
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/+29
2015-04-09prophylactic double dispose audit.Michael Meeks1-5/+4
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-1/+1
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-1/+1
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-15ErrorBoxes from fmsearch to StringThomas Arnhold1-4/+4
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+5
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-04-16cui: sal_Bool->boolNoel Grandin1-16/+16
2014-03-23RID_SVXDLG_SEARCHFORM dialog convertSzymon Kłos1-291/+240
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-18/+18
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-07xub_Strlen to sal_Int32Andras Timar1-1/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-4/+4
2013-09-05convert include/svx/fmsearch.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-04remove filerec.hxx inclusion where not neededPhilipp Riemer1-1/+0
2013-09-02fdo#62475 - remove visual noisePhilipp Riemer1-24/+0
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl1-1/+1
2013-07-11Resolves: #i122581# reestablish focus of the Record Search dialog...Herbert Dürr1-0/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi1-3/+3
2013-02-23Fix typo "teh" -> "the"Julien Nabet1-1/+1
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-8/+8
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-3/+3
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+1
2012-11-03fdo#38838 UniString removalRicardo Montania1-9/+9
2012-11-02fdo#38838 UniString replacementRicardo Montania1-1/+1
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14