summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbawindow.cxx
AgeCommit message (Expand)Author
2021-10-16Simplify vector initialization in scJulien Nabet
2021-10-11loplugin:moveparam in scNoel Grandin
2021-05-25tdf#118129 - return only the caption property of the frameAndreas Heinisch
2020-07-30loplugin:unusedmethodsNoel Grandin
2020-07-26sc/vba: create instances with uno constructorsNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-26loplugin:constmethod in scNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-26tdf#42949 Fix IWYU warnings in sc/source/ui/vba/*cxxGabor Kelemen
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-22improve function-local statics in scNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-07-14use more OUString::operator== in scNoel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scStephan Bergmann
2017-01-09New loplugin:externvar: scStephan Bergmann
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-10-07loplugin:staticmethods: scStephan Bergmann
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-01-10Fix typosAndrea Gelmini
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-06-22Fix typosAndrea Gelmini
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin