summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2019-09-20More hacks for quit requests from an OLE Automation clientTor Lillqvist1-0/+4
2019-09-20Try harder to avoid exceptions screwing stuff up for OLE clientsTor Lillqvist2-4/+30
2019-09-20Implement the FullName property correctly in the Automation caseTor Lillqvist1-0/+10
2019-09-20Add a few SAL_INFOsTor Lillqvist1-1/+7
2019-09-20Use sal_Int32 for the index as it comes in as a LONG at least from VBScriptTor Lillqvist1-1/+1
2019-09-20Add a FIXME noteTor Lillqvist1-0/+6
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-2/+2
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-2/+2
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov3-14/+8
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-04pass AbstractGeometryAttributes around by std::unique_ptrNoel Grandin33-70/+85
2018-09-26loplugin:useuniqueptr in VbaApplicationBase_ImplNoel Grandin1-16/+2
2018-09-18loplugin:constfields in vbahelperNoel Grandin10-15/+15
2018-09-17New loplugin:externalStephan Bergmann2-4/+4
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-22new loplugin:conststringfieldNoel Grandin1-7/+7
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-2/+2
2018-08-02Add missing sal/log.hxx headersGabor Kelemen11-0/+11
2018-07-29loplugin:stringloop in variousNoel Grandin1-2/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-19/+13
2018-06-05Also in getInteractive() we want to return true, not false, if no modelTor Lillqvist1-1/+1
2018-06-05We want screen updating when used from Automation with no current document yetTor Lillqvist1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-3/+0
2018-05-31Avoid a SolarMutex assertion failure in some use cases from AutomationTor Lillqvist1-1/+8
2018-05-31Decrease fragility in odd use cases with no current document (yet)Tor Lillqvist1-1/+7
2018-05-30Add Caption property to ooo::vba::XApplicationBaseTor Lillqvist1-0/+34
2018-05-30Add code to VbaApplicationBase::Quit() for the Automation client caseTor Lillqvist1-1/+13
2018-05-29Add missing includeSamuel Mehrbrodt1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2018-05-25Bin some ASCII graphicsTor Lillqvist1-6/+0
2018-05-22vbahelper, xmloff: Ask current datetime only onceTakeshi Abe1-5/+4
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin1-4/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke3-3/+0
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-03-06use more Color in vbahelperNoel Grandin3-2/+3
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2018-02-09Decrease fragility in odd use cases with no current documentTor Lillqvist2-3/+13
2018-02-07Fix typosAndrea Gelmini1-1/+1
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: vbahelperStephan Bergmann1-1/+1
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: vbahelperStephan Bergmann6-14/+14
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-4/+4
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-12/+12