summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Collapse)AuthorFilesLines
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold6-0/+285
desktop: 1m51s -> 54s framework: 1m55s -> 1m04s package: 32s -> 16s sdext: 1m31s -> 47s svgio: 32s -> 15s uui: 49s -> 20s vbahelper: 1m44s -> 27s xmlscript: 15s -> 10s xmlsecurity: 45s -> 23s Change-Id: Ia437969c091bf877983ababc5ea2d044bbc0bee0
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-2/+2
Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin17-57/+53
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2014-05-13Typo: shoud -> shouldJulien Nabet1-1/+1
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
2014-05-08vbahelper: sal_Bool->boolNoel Grandin9-39/+67
Change-Id: I9fd549bd4ad8f67f83db6a864aa86d0c7310d43e
2014-05-02vbahelper: sal_Bool->boolNoel Grandin15-58/+58
Change-Id: Ibf21ce17a8e743701f1011e1620f26b93f952991
2014-04-24coverity#707469 Uncaught exceptionCaolán McNamara1-1/+3
Change-Id: I93bb55b339dcc6a177d7403760703a895cebc805
2014-04-24coverity#707474 Uncaught exceptionCaolán McNamara2-2/+4
Change-Id: I42b3dd934f7aadd2cd7d71e7e22242b504af8825
2014-04-24hmm, need a rethink on these exceptionsCaolán McNamara1-4/+4
Change-Id: I0d91e142d719b946f65ed704b06371d00534ad78
2014-04-24coverity#707475 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I4c9da1bb21e55578fc81e4c5b3133cbd639711cc
2014-04-24coverity#707476 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I667867d0333d9d82db3218e2645741a2327cd8fe
2014-04-24coverity#707477 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ie91515b0cd0fcf5a1b3bc7b2d394927dafa851ea
2014-04-24coverity#707478 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ib967053b7d306d18c69843da39646d69540f081f
2014-04-24coverity#707479 Uncaught exceptionCaolán McNamara1-1/+3
Change-Id: I4a1c43dab2814ed66f1785b91ead76407e32de46
2014-04-23coverity#707461 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I73d469744605e788c3b5710b38ef846a444cff68
2014-04-19fixincludeguards.sh: scThomas Arnhold1-1/+1
sorry, huge one...
2014-04-15whitespace for include statementsThomas Arnhold2-8/+8
Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a
2014-04-14Clean up function declarationsStephan Bergmann1-5/+2
Change-Id: I0602166c8e6485b68e06bbcc9f0064938facd3fa
2014-04-14no need for those static stringsThomas Arnhold12-101/+62
2014-04-12cppcheck: multiCondition, remove 2 duplicate "else if" blocksJulien Nabet1-4/+0
Change-Id: I538bacd0e52a5e7d5df9847ad4632e02124aeb95
2014-04-05fix colonCaolán McNamara1-1/+1
Change-Id: Ibeaa20a99d7b027dee26e591bb19bd61a3aed8a2
2014-04-05coverity#708570 Uninitialized scalar fieldCaolán McNamara1-1/+3
Change-Id: I0b5a12181d67db6b096807b7b32836214c71ebc8
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin15-49/+49
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03vbahelper: sal_Bool->boolNoel Grandin2-9/+9
Change-Id: Ic4bcc2fa02426e1995d08a6992cc5b35777c1c9a
2014-04-02coverity#1194895 Logically dead codeStephan Bergmann1-3/+1
Change-Id: I24e8ee88a1efdfaa7cedf996bd2d3bb05fbd4dc6
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann37-443/+443
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-19coverity#982489 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: I6211295884a2ddd4d2b1bfa2a9e1c2d31e6559da
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin5-10/+9
Change-Id: I8b7e4284c122549c03edaa7f3963cbfb2024b3fc
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2
...deprecating com.sun.star.beans.Introspection (single-instance) service. Change-Id: Ica2e3a3541c7dcb1aab79222c5abf40d6988c882
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann69-830/+830
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from vbahelperAlexander Wilms10-15/+15
Change-Id: I068c2a73a3ae487aff7c5451545d3e0aee50b1da Reviewed-on: https://gerrit.libreoffice.org/8338 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23Remove unneccessary commentsAlexander Wilms3-12/+12
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.Matúš Kukan3-23/+23
Change-Id: Id85002ba80335a2a7c662cb1189ecabb05bbf8b9
2014-02-13coverity#707460 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I8157893addbf805a18deac5034098dfda125a631
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan1-2/+2
Change-Id: I50861ac8952d54cb1a45846ea72a2ecac4f83409
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud1-2/+3
Change-Id: I98366335430ba5ede4e46e1e9ec6488739e2099a
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-2/+2
Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790
2014-01-28bool improvementsStephan Bergmann1-1/+1
Change-Id: I7b599df68b5004b5a1c9e5328e40d07bf3f388b4
2014-01-27coverity#738968 Unused pointer valueCaolán McNamara1-3/+2
Change-Id: I0fabc525f5c052823946da93587ff1caaada9ab1
2014-01-22bool improvementsStephan Bergmann1-2/+1
Change-Id: I9eebb02ff295bf5713ce39fabd38a7a0d10b89f4
2014-01-07Fix syntax errorTor Lillqvist1-1/+1
Change-Id: I3967658c001479d0adc7a0f60dea97d1c0c64eb2
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-9/+9
Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2013-12-20typo fixesAndras Timar1-1/+1
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann9-15/+15
...use cppu::UnoType instead. Change-Id: I507914b30ef8acda910ee4ecc0589fd328eb6f31
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+3
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-2/+2
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
2013-11-11Accelerate checking for VBA macros that are not there.Michael Meeks1-9/+10