summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-29loplugin:unusedmethodsNoel Grandin1-13/+0
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin1-33/+33
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: vbahelperStephan Bergmann10-17/+17
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-2/+2
2017-10-05loplugin:finalclasses in unotools..vbahelperNoel Grandin1-1/+0
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin2-10/+4
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin5-57/+49
2017-09-22Fresh run of bin/update_pch.shMike Kaganski2-118/+30
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin2-2/+2
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth1-0/+42
2017-08-31inline some use-once typedefsNoel Grandin1-3/+1
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-08-01loplugin:constparams in variousNoel Grandin4-7/+7
2017-08-01loplugin:checkunusedparamsNoel Grandin4-6/+5
2017-07-21migrate to boost::gettextCaolán McNamara2-6/+0
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin4-8/+7
2017-07-06Create vba library if it did not exist beforeTamas Bunth1-0/+9
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1