summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-18don't write past the end of the arrayMarkus Mohrhard1-1/+1
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-07-04remove deprecated Link functions from RegistryNoel Grandin1-37/+11
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann7-108/+95
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-22/+25
2016-06-06remove some manual ref-countingNoel Grandin1-82/+76
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-3/+2
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann1-4/+4
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-76/+82
2016-05-24remove some manual ref-countingNoel Grandin1-82/+76
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin1-15/+0
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+3
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-2/+3
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-6/+3
2016-05-01tdf#97499 Fixed containers parameters clearing #9tymyjan1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-13/+13
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann11-26/+26
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-12/+7
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-3/+3
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke8-32/+49
2016-04-12Remove stray spaces from start of log messages, reduxStephan Bergmann1-1/+1
2016-04-12Remove stray spaces from start of log messagesStephan Bergmann3-6/+6
2016-04-12tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar5-60/+14
2016-04-01tdf#97966 Drop 'static' keywordsWastack6-24/+24
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann2-8/+8
2016-03-17loplugin:constantparam in registryNoel Grandin1-1/+1
2016-03-10Fix memory leaksStephan Bergmann1-24/+5
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-3/+3
2016-03-10Avoid reserved identifierStephan Bergmann1-5/+5
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-1/+1
2016-03-07coverity#1353440 try and refactor to avoid Argument cannot be negativeCaolán McNamara1-14/+7
2016-03-07return early and drop elseCaolán McNamara1-56/+54
2016-03-07!(==) -> !=Caolán McNamara1-7/+7
2016-02-20coverity#1353440 Argument cannot be negativeCaolán McNamara1-5/+5
2016-02-18WaE: replace OUString constructed from a string literal directly ...Tor Lillqvist1-1/+1
2016-02-18Resolves: rhbz#1285356 force swing not to use gtk2 if gtk3 is loadedCaolán McNamara1-1/+8
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-16use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-3/+3
2016-02-15uno::Sequence->std::vector in stoc/introspectionNoel Grandin1-172/+130
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-3/+3
2016-02-09Remove excess newlinesChris Sherlock24-111/+0
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin4-10/+3
2015-12-21tdf#96223: introspection queries for XPropertySet againOliver Specht1-15/+1