summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-7/+7
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-8/+6
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann1-2/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+3
2015-08-11loplugin: defaultparamsNoel Grandin6-9/+9
2015-08-06toolkit: don't let ToolkitWorkerFunction join its own threadMichael Stahl1-1/+2
2015-08-03vcl:: replace boost::function with std::functionMichael Stahl1-1/+0
2015-08-03inline some use-once typedefsNoel Grandin1-3/+1
2015-07-27inline a bunch of use-once macrosNoel Grandin2-2/+54
2015-07-24Resolves: tdf#90609 SolarMutex assert on threaded loadCaolán McNamara1-0/+2
2015-07-24convert ImageAlign to enum classNoel Grandin2-41/+41
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin1-3/+3
2015-07-19Fix typosAndrea Gelmini2-2/+2
2015-07-16loplugin:simplifyboolStephan Bergmann4-10/+10
2015-07-14loplugin:unusedmethods toolkit,packageNoel Grandin1-16/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-5/+1
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2-16/+18
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin2-18/+16
2015-06-28coverity#1308539 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-20gb_OBJCXXFLAGS requires -lobjcStephan Bergmann1-0/+3
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann4-2/+14
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+0
2015-06-15java: 'final static' to 'static final'Noel Grandin1-2/+2
2015-06-15Fix typosAndrea Gelmini1-2/+2
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin4-9/+9
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin3-22/+23
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin1-12/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann16-91/+91
2015-06-08vclptr fix in ScrollableWrapperNoel Grandin1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-05Let JUnit take care of exceptionsNoel Grandin1-77/+49
2015-06-04Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara1-0/+20
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann4-5/+5
2015-05-29split toolkit unoapi test for performanceBjoern Michaelsen10-97/+277
2015-05-29loplugin:loopvartoosmallNoel Grandin5-6/+6
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin2-3/+4
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin3-7/+7
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara15-23/+23
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-2/+2
2015-05-25convert TOTOP constants to scoped enumNoel Grandin1-1/+1
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin1-2/+2
2015-05-22The corresponding VCL Window is not necessarily a ButtonStephan Bergmann1-2/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin4-15/+15
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2-18/+17