summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks1-5/+2
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks2-0/+186
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-23Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan1-17/+17
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan1-9/+14
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan1-0/+2
2014-10-23Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan1-8/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2014-10-10coverity#706285 Uncaught exceptionCaolán McNamara1-4/+15
2014-10-10coverity#706284 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-10coverity#706275 Uncaught exceptionCaolán McNamara1-5/+12
2014-10-10coverity#1242878 Unused valueCaolán McNamara1-1/+1
2014-10-09Revert "coverity#1224993 Uncaught exception"Stephan Bergmann1-4/+9
2014-10-08coverity#1224993 Uncaught exceptionCaolán McNamara1-9/+4
2014-10-08coverity#706283 Uncaught exceptionCaolán McNamara2-4/+2
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-6/+2
2014-10-07I shouldn't be shy, just assert()Tor Lillqvist1-3/+1
2014-10-07Handle incorrect usage of uniform_real_distribution()Tor Lillqvist1-0/+3
2014-10-06when size_t == unsigned intCaolán McNamara1-0/+4
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-13/+45
2014-10-02coverity#1242878 Unused valueCaolán McNamara1-1/+1
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann4-17/+16
2014-09-22loplugin: cstylecastNoel Grandin4-9/+9
2014-09-11create a master document template typeCaolán McNamara1-0/+1
2014-08-30coverity#706466 Uncaught exceptionCaolán McNamara2-5/+0
2014-08-21stario -> css::ioThomas Arnhold3-41/+41
2014-08-21starcontainer -> css::containerThomas Arnhold1-9/+9
2014-08-21starawt -> css::awtThomas Arnhold1-3/+3
2014-08-21comphelper: starbeans -> css::beansThomas Arnhold1-6/+2
2014-08-21comphelper: starutil -> css::utilThomas Arnhold1-10/+10
2014-08-21comphelper: starlang -> css::langThomas Arnhold3-12/+11
2014-08-21comphelper: staruno -> css::unoThomas Arnhold6-81/+81
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-1/+1
2014-08-20java: remove unnecessary return statementsNoel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-17coverity#1231667 Unchecked return valueCaolán McNamara1-7/+7
2014-08-09Resolves: #i125386# secured user request and changed some bools to bitfieldArmin Le Grand1-8/+28
2014-08-05java: remove commented out codeNoel Grandin2-41/+0
2014-07-29Include <algorithm> for std::minTor Lillqvist2-0/+2
2014-07-13coverity#706282 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-13coverity#706281 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-10Use OUStringHash here.Kohei Yoshida1-25/+2
2014-07-09Pass a useful exception message.Kohei Yoshida1-1/+8
2014-07-08use SimpleReferenceObject in comphelper moduleNoel Grandin1-18/+0
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-03comphelper: sal_Bool -> boolStephan Bergmann2-5/+5
2014-07-02Revert "comphelper: sal_Bool -> bool"Stephan Bergmann2-5/+5