summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann
2016-03-07coverity#1353440 try and refactor to avoid Argument cannot be negativeCaolán McNamara
2016-03-07return early and drop elseCaolán McNamara
2016-03-07!(==) -> !=Caolán McNamara
2016-02-20coverity#1353440 Argument cannot be negativeCaolán McNamara
2016-02-18WaE: replace OUString constructed from a string literal directly ...Tor Lillqvist
2016-02-18Resolves: rhbz#1285356 force swing not to use gtk2 if gtk3 is loadedCaolán McNamara
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-15uno::Sequence->std::vector in stoc/introspectionNoel Grandin
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin
2015-12-21tdf#96223: introspection queries for XPropertySet againOliver Specht
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-20loplugin: defaultparamsNoel Grandin
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-28stoc: tzname is _tzname on MSVC 14.0David Ostrovsky
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis