/lingucomponent/

ffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)Author
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-14Clean up function declarationsStephan Bergmann
2014-04-14no need for those static stringsThomas Arnhold
2014-04-12cppcheck: multiCondition, remove 2 duplicate "else if" blocksJulien Nabet
2014-04-05fix colonCaolán McNamara
2014-04-05coverity#708570 Uninitialized scalar fieldCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03vbahelper: sal_Bool->boolNoel Grandin
2014-04-02coverity#1194895 Logically dead codeStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-19coverity#982489 Unchecked dynamic_castCaolán McNamara
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from vbahelperAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.Matúš Kukan
2014-02-13coverity#707460 Uncaught exceptionCaolán McNamara
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
2014-01-28bool improvementsStephan Bergmann
2014-01-27coverity#738968 Unused pointer valueCaolán McNamara
2014-01-22bool improvementsStephan Bergmann
2014-01-07Fix syntax errorTor Lillqvist
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-20typo fixesAndras Timar
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11Accelerate checking for VBA macros that are not there.Michael Meeks
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-07CID#708571 uninitialized membersCaolán McNamara
2013-10-02Spell "indices" correctlyTor Lillqvist
2013-10-02WaE: unused variableTor Lillqvist
2013-10-01convert remains of String to vbahelper module to OUStringNoel Grandin
2013-09-26typo fixes in commentsAndras Timar
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-03re-base on ALv2 code. Includes:Michael Meeks