summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1229-513/+513
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-8/+8
* loplugin:unusedmethodsNoel Grandin2015-10-022-27/+0
* Fix typosAndrea Gelmini2015-09-302-4/+3
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-293-31/+0
* boost->stdCaolán McNamara2015-09-181-2/+2
* stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0733-96/+89
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-2/+2
* loplugin: defaultparamsNoel Grandin2015-08-203-3/+3
* cppcheck: noCopyConstructorCaolán McNamara2015-08-121-0/+4
* cppcheck:noExplicitConstructorNoel Grandin2015-08-072-2/+2
* svx,starmath: inline some use-once typedefsNoel Grandin2015-08-041-6/+2
* loplugin:unusedmethodsNoel Grandin2015-07-301-5/+1
* stoc: tzname is _tzname on MSVC 14.0David Ostrovsky2015-07-281-0/+3
* Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis2015-07-272-37/+206
* Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis2015-07-232-160/+128
* Fix logic in the fast path of Implementation::inspect()Matthew J. Francis2015-07-221-91/+22
* loplugin:simplifyboolStephan Bergmann2015-07-162-3/+3
* Translate German commentsMatthew J. Francis2015-07-162-248/+247
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-158-18/+14
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-154-12/+12