summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák2-131/+32
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov3-5/+5
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl1-1/+1
2019-04-23Fix typoAndrea Gelmini1-1/+1
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin5-17/+8
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-04-08improve combining in hash functionsNoel Grandin1-3/+6
2019-04-02Add a few SAL_INFOsTor Lillqvist1-1/+7
2019-04-02Implement the FullName property correctly in the Automation caseTor Lillqvist1-0/+10
2019-03-07tdf#123819: Revert "Use comphelper::getProcessComponentContext()"Tor Lillqvist1-3/+2
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen2-0/+3
2019-03-02Use comphelper::getProcessComponentContext()Tor Lillqvist1-2/+4
2019-03-02Use sal_Int32 for the index as it comes in as a LONG at least from VBScriptTor Lillqvist1-1/+1
2019-02-25I did figure it outTor Lillqvist1-6/+0
2019-02-22loplugin:unusedfields in vbahelperNoel Grandin1-7/+4
2019-02-15Add a FIXME noteTor Lillqvist1-0/+6
2019-02-13Pointer is pointlessNoel Grandin4-11/+8
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin8-33/+33
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+3
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin2-2/+2
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-22improve function-local statics in vbahelperNoel Grandin33-186/+109
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