summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaworkbook.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-20loplugin:ostr in sc/.../vbaNoel Grandin1-14/+14
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-05-19sc: check excel::getDocShellXisco Fauli1-11/+15
2023-02-14tdf#149786 sc: add VBA function: ExportAsFixedFormatBalazs Varga1-0/+12
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-6/+6
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-9/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2020-07-30loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-26sc/vba: create instances with uno constructorsNoel Grandin1-8/+5
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-2/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-38/+31
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-2/+2
2019-07-26tdf#42949 Fix IWYU warnings in sc/source/ui/vba/*cxxGabor Kelemen1-5/+1
2019-07-20loplugin:referencecasting in scNoel Grandin1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-3/+3
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-02-11new loplugin writeonlyvarsNoel Grandin1-2/+0
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen1-0/+1
2018-11-22improve function-local statics in scNoel Grandin1-5/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
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
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-3/+3
2018-02-16Consolidate the dreaded "Text - txt - csv (StarCalc)" filter nameEike Rathke1-2/+2
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