summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapagesetup.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-17/+17
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-1/+2
2020-09-30loplugin:reducevarscope in scNoel1-2/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+0
2019-08-12Mark Sequence const in scArkadiy Illarionov1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-4/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-07-26tdf#42949 Fix IWYU warnings in sc/source/ui/vba/*cxxGabor Kelemen1-5/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen1-0/+2
2018-11-22improve function-local statics in scNoel Grandin1-5/+3
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-66/+30
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-43/+43
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas1-0/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-3/+1
2015-07-28inline "old" SbERR constantsNoel Grandin1-4/+4
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara1-14/+14
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-04-23sc: sal_Bool->boolNoel Grandin1-8/+8
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-38/+38
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-10-28follow fix for bnc#813528Noel Power1-2/+0
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-39/+39
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power1-120/+8
2013-06-07add missing PageSetup.PageSize apiNoel Power1-1/+143
2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power1-0/+25
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-72/+72
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-12targetted VBA re-work.Noel Power1-101/+0
2012-06-01targeted string re-workNorbert Thiebaud1-44/+44
2012-03-26reduce over use of static OUStringsCaolán McNamara1-3/+2
2012-03-08fold i18npaper into i18nutilCaolán McNamara1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-13/+13
2011-01-18Removed some dead lines, dates and commit notes. Thanks to liuchen, limingl, ...Thomas Arnhold1-2/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-6/+6
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida1-1/+1
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-3/+3
2010-11-02replace use RTL_CONSTASCII_USTRINGPARAMGert Faller1-1/+1
2010-10-16some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)Kenneth Venken1-1/+2
2010-10-13Merge commit 'origin/master' fix conflicts and more trailing wsNoel Power1-0/+2