summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaapplication.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara1-4/+5
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-14/+12
2014-05-28cid#706917 Uncaught exceptionNoel Grandin1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-18/+10
2014-04-23sc: sal_Bool->boolNoel Grandin1-17/+17
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-04-03vbahelper: sal_Bool->boolNoel Grandin1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-66/+66
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-01-29coverity#1000850 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-28coverity#1158307 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-22bool improvementsStephan Bergmann1-1/+1
2013-11-29Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-1/+1
2013-10-12Use SAL_PATHDELIMITERTor Lillqvist1-9/+1
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-13/+13
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-3/+3
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-17/+18
2013-05-09fix waeNoel Power1-1/+1
2013-05-09stub implementation(s) for Application EnableCancelKey & InternationalNoel Power1-1/+25
2013-05-09implement Application.Iteration & Application.InchesToPointsNoel Power1-0/+39
2013-05-09implement Application.UndoNoel Power1-0/+9
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-6/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-62/+61
2013-04-05squash NoSuchElementExceptions when modifying keybindingsNoel Power1-0/+15
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-31/+30
2013-03-04doubled includesThomas Arnhold1-1/+0
2012-12-04warning C4273: sbxToUnoValue: inconsistent dll linkageMichael Stahl1-2/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-27/+24
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]1-68/+48
2012-12-04dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA...Daniel Rentz [dr]1-2/+2
2012-11-07basic: String -> OUStringNorbert Thiebaud1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-12targetted VBA re-work.Noel Power1-554/+5
2012-05-22Corrected max inital worksheet number in debughelper messageAlbert Thuswaldner1-1/+1
2012-04-20add stub vba implementation Application methodsNoel Power1-2/+43
2012-04-20vba api Application.DisplayScrollBars implementation bnc#757840Noel Power1-0/+21
2012-04-20implement VBA Application.DisplayFullScreen bnc#757885Noel Power1-0/+20
2012-04-18Use global constants for initial tab count bounds checkingAlbert Thuswaldner1-2/+3
2012-04-18Removed duplicate set/get methods for initial tab countAlbert Thuswaldner1-5/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-29/+29
2012-03-26reduce over use of static OUStringsCaolán McNamara1-3/+2