summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2014-05-13Typo: shoud -> shouldJulien Nabet1-1/+1
2014-05-08vbahelper: sal_Bool->boolNoel Grandin8-38/+66
2014-05-02vbahelper: sal_Bool->boolNoel Grandin8-36/+36
2014-04-24coverity#707469 Uncaught exceptionCaolán McNamara1-1/+3
2014-04-24coverity#707474 Uncaught exceptionCaolán McNamara2-2/+4
2014-04-24hmm, need a rethink on these exceptionsCaolán McNamara1-4/+4
2014-04-24coverity#707475 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24coverity#707476 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24coverity#707477 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24coverity#707478 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24coverity#707479 Uncaught exceptionCaolán McNamara1-1/+3
2014-04-15whitespace for include statementsThomas Arnhold2-8/+8
2014-04-14Clean up function declarationsStephan Bergmann1-5/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin9-37/+37
2014-04-03vbahelper: sal_Bool->boolNoel Grandin2-9/+9
2014-04-02coverity#1194895 Logically dead codeStephan Bergmann1-3/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann13-139/+139
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin5-10/+9
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann31-344/+344
2014-02-26Remove visual noise from vbahelperAlexander Wilms4-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms2-3/+3
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan1-2/+2
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27coverity#738968 Unused pointer valueCaolán McNamara1-3/+2
2014-01-22bool improvementsStephan Bergmann1-2/+1
2014-01-07Fix syntax errorTor Lillqvist1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-9/+9
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann5-7/+7
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-2/+2
2013-11-11Accelerate checking for VBA macros that are not there.Michael Meeks1-9/+10
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-2/+2
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold9-27/+27
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-07CID#708571 uninitialized membersCaolán McNamara1-1/+4
2013-10-02Spell "indices" correctlyTor Lillqvist2-6/+6
2013-10-01convert remains of String to vbahelper module to OUStringNoel Grandin1-3/+3
2013-09-26typo fixes in commentsAndras Timar2-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-10/+10
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-5/+5
2013-05-09Parse workbook name correctly, don't fall over spaces etc.Noel Power2-5/+11
2013-05-09support Shape.AlternativeNoel Power1-0/+16
2013-05-09fix contrast not increment to limit value between 0.0 & 1.0Noel Power1-5/+5
2013-04-08warning C4702: unreachable codeMichael Stahl1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-3/+3
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power1-0/+4
2013-04-03fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan7-14/+12