summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin1-3/+3
2015-11-27No need to extend css.awt.XToolkitExperimentalStephan Bergmann1-9/+0
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks1-1/+1
2015-11-26downgrade warning to infoCaolán McNamara1-1/+1
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-2/+1
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-0/+9
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-7/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-6/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-10/+5
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-10/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann42-181/+181
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-3/+3
2015-11-09com::sun::star->css in toolkit/Noel Grandin57-1917/+1896
2015-11-06coverity#1338239 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann3-13/+13
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-5/+5
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin4-4/+4
2015-11-05java: combine nested if statementsNoel Grandin3-12/+9
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin6-11/+10
2015-11-04yyyyyNoel Grandin2-3/+2
2015-11-02toolkit: pMouseEvt must not be capturedMichael Stahl2-8/+10
2015-11-02Avoid dangling referencesStephan Bergmann2-5/+5
2015-11-01tdf#93243 replace boost::bind with c++11 lambdas in toolkit/Fabio Buso4-38/+27
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-6/+3
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-11/+5
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-10/+5
2015-10-26remove extra spaces around ::Noel Grandin1-1/+1
2015-10-23ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-2/+0
2015-10-21remove untyped Link<>Noel Grandin1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-16Allow injection of keyboard and mouse events through UNOMatthew J. Francis2-0/+119
2015-10-16convert PASSED to COMPLETED in 'make check' test messagesNoel Grandin1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann20-450/+450
2015-10-12loplugin:mergeclassesNoel Grandin1-2/+2
2015-10-09Related tdf#94557: Combo box entries are case-sensitive (sometimes)Julien Nabet1-2/+2
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-29Fix typosAndrea Gelmini3-3/+3
2015-09-29toolkit: convert alloca() to std::unique_ptrMichael Stahl2-6/+4
2015-09-21convert Link<> to typedNoel Grandin2-21/+18
2015-09-20convert Link<> to typedNoel Grandin3-25/+17
2015-09-18boost->stdCaolán McNamara4-8/+8
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-09-14convert Link<> to typedNoel Grandin1-2/+1
2015-09-12Use better/auto int types, remove a couple of OUStrings copiesMatteo Casalin1-20/+20
2015-09-11convert Link<> to typedNoel Grandin1-11/+11
2015-09-11convert Link<> to typedNoel Grandin1-69/+63