summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin2-21/+4
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-19/+19
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin14-28/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-257/+257
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin11-130/+104
2015-11-04yyyyyNoel Grandin5-20/+14
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-3/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin10-23/+15
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin7-21/+21
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-4/+4
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann29-513/+513
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-8/+8
2015-10-02loplugin:unusedmethodsNoel Grandin2-27/+0
2015-09-30Fix typosAndrea Gelmini2-4/+3
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin3-31/+0
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe33-96/+89
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin3-3/+3
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2015-08-07cppcheck:noExplicitConstructorNoel Grandin2-2/+2
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin1-6/+2
2015-07-30loplugin:unusedmethodsNoel Grandin1-5/+1
2015-07-28stoc: tzname is _tzname on MSVC 14.0David Ostrovsky1-0/+3
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis2-37/+206
2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis2-160/+128
2015-07-22Fix logic in the fast path of Implementation::inspect()Matthew J. Francis1-91/+22
2015-07-16loplugin:simplifyboolStephan Bergmann2-3/+3