summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-6/+3
* tdf#97499 Fixed containers parameters clearing #9tymyjan2016-05-011-2/+2
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-4/+4
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-13/+13
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2011-26/+26
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-182-12/+7
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-3/+3
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-138-32/+49
* Remove stray spaces from start of log messages, reduxStephan Bergmann2016-04-121-1/+1
* Remove stray spaces from start of log messagesStephan Bergmann2016-04-123-6/+6
* tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-125-60/+14
* tdf#97966 Drop 'static' keywordsWastack2016-04-016-24/+24
* loplugin:nullptr: Find some more cases in templatesStephan Bergmann2016-03-302-8/+8
* loplugin:constantparam in registryNoel Grandin2016-03-171-1/+1
* Fix memory leaksStephan Bergmann2016-03-101-24/+5
* No more need for jfw_freeJavaInfoStephan Bergmann2016-03-101-3/+3
* Avoid reserved identifierStephan Bergmann2016-03-101-5/+5
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-091-1/+1
* coverity#1353440 try and refactor to avoid Argument cannot be negativeCaolán McNamara2016-03-071-14/+7
* return early and drop elseCaolán McNamara2016-03-071-56/+54
* !(==) -> !=Caolán McNamara2016-03-071-7/+7
* coverity#1353440 Argument cannot be negativeCaolán McNamara2016-02-201-5/+5
* WaE: replace OUString constructed from a string literal directly ...Tor Lillqvist2016-02-181-1/+1
* Resolves: rhbz#1285356 force swing not to use gtk2 if gtk3 is loadedCaolán McNamara2016-02-181-1/+8
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-162-2/+2
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-151-3/+3
* uno::Sequence->std::vector in stoc/introspectionNoel Grandin2016-02-151-172/+130
* tdf#95857 Sort out German plurals ...danielt9982016-02-121-3/+3
* Remove excess newlinesChris Sherlock2016-02-0924-111/+0
* Fix typosAndrea Gelmini2016-01-102-2/+2
* loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin2015-12-214-10/+3
* tdf#96223: introspection queries for XPropertySet againOliver Specht2015-12-211-15/+1
* More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2015-12-101-1/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-192-21/+4
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-19/+19
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-1514-28/+14
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1020-257/+257
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-0511-130/+104
* yyyyyNoel Grandin2015-11-045-20/+14
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-3/+1
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-3010-23/+15
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-297-21/+21
* don't allocate uno::Reference on the heapNoel Grandin2015-10-271-4/+4