summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuifmsearch.cxx
AgeCommit message (Expand)Author
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
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-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin
2015-03-27convert BUTTON_ constants to enum classNoel Grandin
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-15ErrorBoxes from fmsearch to StringThomas Arnhold
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-03-23RID_SVXDLG_SEARCHFORM dialog convertSzymon Kłos
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-11-07xub_Strlen to sal_Int32Andras Timar
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-09-05convert include/svx/fmsearch.hxx from String to OUStringNoel Grandin
2013-09-04remove filerec.hxx inclusion where not neededPhilipp Riemer
2013-09-02fdo#62475 - remove visual noisePhilipp Riemer
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-07-11Resolves: #i122581# reestablish focus of the Record Search dialog...Herbert Dürr
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi
2013-02-23Fix typo "teh" -> "the"Julien Nabet
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-11-03fdo#38838 UniString removalRicardo Montania
2012-11-02fdo#38838 UniString replacementRicardo Montania
2012-10-04re-base on ALv2 code. Includes:Michael Meeks
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara