summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaworkbook.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-31Implement NewWorkbook and WorkbookOpen Automation callbacks in CalcTor Lillqvist1-0/+3
2018-05-31Add Author property to ooo::vba::excel::XWorkbook and implement itTor Lillqvist1-0/+18
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-4/+4
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-03-11Fix typosAndrea Gelmini1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-10/+10
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+18
2017-01-09New loplugin:externvar: scStephan Bergmann1-2/+3
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-10Clean up uses of Any::getValue() in scStephan Bergmann1-1/+1
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-06tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-0/+1
2015-05-22Remove include stdio (part5)Julien Nabet1-1/+0
2014-07-14coverity#707036 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-5/+5
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-17/+17
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-3/+3
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-3/+3
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-05-09add missing exception specificationLuboš Luňák1-1/+1
2013-05-09add Workbook.Save methodNoel Power1-0/+92
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+13
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-6/+6
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara1-10/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-26/+21
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]1-8/+3
2012-09-17update unused code listCaolán McNamara1-11/+0
2012-09-12targetted VBA re-work.Noel Power1-63/+0
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-9/+9
2012-04-02unused classCaolán McNamara1-25/+0
2012-03-26reduce over use of static OUStringsCaolán McNamara1-3/+2
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-06-03use standard template for this throughoutCaolán McNamara1-12/+7
2011-04-07fix cast to implementation objects failure from some vba objectsMarkus Mohrhard1-0/+28
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-7/+5
2011-03-01Remove bogus comments.Guillaume Poussel1-1/+1
2011-01-19Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-12/+12
2011-01-18Removed some dead lines, dates and commit notes. Thanks to liuchen, limingl, ...Thomas Arnhold1-7/+6
2010-10-13Merge commit 'origin/master' fix conflicts and more trailing wsNoel Power1-0/+3
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power1-1/+70