summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaeventshelper.cxx
AgeCommit message (Expand)Author
2021-05-27IsDisposed->isDisposed in scNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-08-09loplugin:flatten in sc/ui/vbaNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-12-22sal_Char->char in scNoel Grandin
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scStephan Bergmann
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-03sc: replace REGISTER_..._EVENT macros with lambdasJochen Nitschke
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30sc: fix crash in ScVbaEventListener::processWindowResizeEvent()Michael Stahl
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-08coverity#1311334 Uncaught exceptionCaolán McNamara
2015-07-08coverity#1311332 Uncaught exceptionCaolán McNamara
2015-07-04coverity#1309267 Uncaught exceptionCaolán McNamara
2015-07-02some other coverity thingsCaolán McNamara
2015-06-29coverity#1308589 Uncaught exceptionCaolán McNamara
2015-06-03intermittent CppunitTest_sc_macros_test failureCaolán McNamara
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin