summaryrefslogtreecommitdiff
path: root/forms/source/component/Filter.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-4/+4
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2018-01-12More loplugin:cstylecast: formsStephan Bergmann1-5/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: formsStephan Bergmann1-5/+5
2017-10-01simplify some OUString compareTo callsMuhammet Kara1-2/+2
2017-08-03loplugin:constparams in formsNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-24/+24
2016-11-08loplugin:expandablemethods in forms..formulaNoel Grandin1-15/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-6/+6
2016-02-25convert EComposeRule to scoped enumNoel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-12-23loplugin:unusedfields in formsNoel Grandin1-3/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-02com::sun::star->css in forms/Noel Grandin1-6/+6
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-03-28forms: Replace these macrosMatúš Kukan1-1/+0
2015-03-24loplugin:constantfunction: formsNoel Grandin1-2/+0
2015-02-19callcatcher: update unused codeCaolán McNamara1-6/+0
2015-02-17forms: use constructor feature for form modulesChris Sherlock1-10/+6
2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15forms: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante1-4/+0
2014-05-06forms: sal_Bool->boolNoel Grandin1-13/+13
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist1-1/+16
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin1-2/+2
2014-02-26Remove visual noise from formsAlexander Wilms1-9/+9
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-24/+24
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-30/+30
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-3/+3
2013-11-11remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin1-9/+9
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-11/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-01convert FORMS modules from String to OUStringNoel Grandin1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-0/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-49/+49
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-3/+3