summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks2015-11-231-0/+9
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-7/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-191-6/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-3/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-10/+5
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-155-10/+5
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1042-181/+181
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-091-3/+3
* com::sun::star->css in toolkit/Noel Grandin2015-11-0957-1917/+1896
* coverity#1338239 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-063-13/+13
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-5/+5
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-054-4/+4
* java: combine nested if statementsNoel Grandin2015-11-053-12/+9
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-056-11/+10
* yyyyyNoel Grandin2015-11-042-3/+2
* toolkit: pMouseEvt must not be capturedMichael Stahl2015-11-022-8/+10
* Avoid dangling referencesStephan Bergmann2015-11-022-5/+5
* tdf#93243 replace boost::bind with c++11 lambdas in toolkit/Fabio Buso2015-11-014-38/+27
* convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2015-10-301-6/+3
* Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2015-10-291-11/+5
* don't allocate uno::Reference on the heapNoel Grandin2015-10-271-10/+5
* remove extra spaces around ::Noel Grandin2015-10-261-1/+1
* ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-231-2/+0
* remove untyped Link<>Noel Grandin2015-10-211-2/+2
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin2015-10-191-1/+1
* Allow injection of keyboard and mouse events through UNOMatthew J. Francis2015-10-162-0/+119
* convert PASSED to COMPLETED in 'make check' test messagesNoel Grandin2015-10-161-1/+1
* cppcheck:variableScopeNoel Grandin2015-10-151-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1220-450/+450
* loplugin:mergeclassesNoel Grandin2015-10-121-2/+2
* Related tdf#94557: Combo box entries are case-sensitive (sometimes)Julien Nabet2015-10-091-2/+2
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+1
* Fix typosAndrea Gelmini2015-09-293-3/+3
* toolkit: convert alloca() to std::unique_ptrMichael Stahl2015-09-292-6/+4
* convert Link<> to typedNoel Grandin2015-09-212-21/+18
* convert Link<> to typedNoel Grandin2015-09-203-25/+17
* boost->stdCaolán McNamara2015-09-184-8/+8
* boost->stdCaolán McNamara2015-09-161-2/+2
* convert Link<> to typedNoel Grandin2015-09-141-2/+1
* Use better/auto int types, remove a couple of OUStrings copiesMatteo Casalin2015-09-121-20/+20
* convert Link<> to typedNoel Grandin2015-09-111-11/+11
* convert Link<> to typedNoel Grandin2015-09-111-69/+63
* Get rid of OSL_UNUSEDStephan Bergmann2015-09-091-3/+1
* toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0814-26/+23
* convert Link<> to typedNoel Grandin2015-09-041-5/+4
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-7/+7
* make PostUserEvent Link<> typedNoel Grandin2015-08-282-8/+6