summaryrefslogtreecommitdiff
path: root/include/vbahelper
AgeCommit message (Collapse)Author
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-04-24coverity#707469 Uncaught exceptionCaolán McNamara
Change-Id: I93bb55b339dcc6a177d7403760703a895cebc805
2014-04-24hmm, need a rethink on these exceptionsCaolán McNamara
Change-Id: I0d91e142d719b946f65ed704b06371d00534ad78
2014-04-24coverity#707475 Uncaught exceptionCaolán McNamara
Change-Id: I4c9da1bb21e55578fc81e4c5b3133cbd639711cc
2014-04-24coverity#707476 Uncaught exceptionCaolán McNamara
Change-Id: I667867d0333d9d82db3218e2645741a2327cd8fe
2014-04-24coverity#707477 Uncaught exceptionCaolán McNamara
Change-Id: Ie91515b0cd0fcf5a1b3bc7b2d394927dafa851ea
2014-04-24coverity#707478 Uncaught exceptionCaolán McNamara
Change-Id: Ib967053b7d306d18c69843da39646d69540f081f
2014-04-24coverity#707479 Uncaught exceptionCaolán McNamara
Change-Id: I4a1c43dab2814ed66f1785b91ead76407e32de46
2014-04-14fix mac buildThomas Arnhold
Change-Id: I3f29b389543d23bb230964d81ed9a6a946a4414d
2014-04-14remove static stringsThomas Arnhold
2014-04-05coverity#707406 Uncaught exceptionCaolán McNamara
Change-Id: I5fc9d24390d0a90f89c3e71e87bf37ddd9c2fe67
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03vbahelper: sal_Bool->boolNoel Grandin
Change-Id: Ic4bcc2fa02426e1995d08a6992cc5b35777c1c9a
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
Change-Id: I8b7e4284c122549c03edaa7f3963cbfb2024b3fc
2014-03-01Remove visual noise from includeAlexander Wilms
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-01-22bool improvementsStephan Bergmann
Change-Id: I1a88cdb87767d029868b855eac09c016e1bca82e
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
...use cppu::UnoType instead. Change-Id: I507914b30ef8acda910ee4ecc0589fd328eb6f31
2013-11-09fdo#65108 inter-module includes <> include/vbahelperNorbert Thiebaud
Change-Id: I3f18707dae67118fd20036e7c9cb4e98bf8ef642
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
2013-10-01convert remains of String to vbahelper module to OUStringNoel Grandin
Change-Id: Ibbecdd1c28ba078e1031ec6185beaff05b6d8b6e
2013-06-29remove OUString wrap for string literalsThomas Arnhold
For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-05-09Parse workbook name correctly, don't fall over spaces etc.Noel Power
Change-Id: I26213e4202ea2f2d15014ca722ab7878aa09cbf1
2013-05-09support Shape.AlternativeNoel Power
Change-Id: I6d822ef0d06e222f454c1279be16e33bcaae0037
2013-05-09handle various ReturnXXXX types for formsNoel Power
Change-Id: Idcbfbebafb02c734b42428c5b1d6df8d0d4a23d6
2013-04-23execute move of global headersBjoern Michaelsen
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a