summaryrefslogtreecommitdiff
path: root/vcl/source/filter/FilterConfigItem.cxx
AgeCommit message (Expand)Author
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-08-04loplugin:flatten in vclNoel Grandin
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-06-03Fix tdf#117410 - UI: Settings in PDF Options not remembered...Matteo Casalin
2018-04-29Avoid getTokenCountMatteo Casalin
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-04-05loplugin:constantparamNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-05-28tdf#91652 - store PDF FilterConfigItem options in dispose.Michael Meeks
2015-01-24Typo: syncro->synchroJulien Nabet
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-11coverity#708311 Uninitialized scalar fieldCaolán McNamara
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-11-28Any::operator >>= returns false rather than throwStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-08-12convert vcl/FilterConfigItem.hxx from String to OUStringNoel Grandin
2013-05-23sal_Bool to boolTakeshi Abe
2013-05-08fdo#46808, Convert some code to getProcessComponentContextNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/filterChr. Rossmanith
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky