summaryrefslogtreecommitdiff
path: root/scripting/source/vbaevents
AgeCommit message (Expand)Author
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-06-28coverity#1308560 Uncaught exceptionCaolán McNamara
2015-06-28Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-12Clean up previous commitStephan Bergmann
2015-03-12scripting: use constructor syntax in vbaevents.componentChris Sherlock
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-06-05scripting: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-14Clean up function declarationsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from scriptingAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-12Remove unnecessary macrosStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin
2013-11-06Drop unnecessary #includesTakeshi Abe
2013-10-02WaE: unused variableTor Lillqvist
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power
2013-05-09handle various ReturnXXXX types for formsNoel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-04doubled includesThomas Arnhold
2013-02-22s/the the/the/Tor Lillqvist
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-11-08scripting: warning C4804 usafe use of type boolMichael Stahl
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-10-04sal_Bool->bool in scriptingNoel Grandin
2012-10-02Use prefixTor Lillqvist
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-12targetted VBA re-work.Noel Power