summaryrefslogtreecommitdiffstats
path: root/comphelper/source
Commit message (Expand)AuthorAgeFilesLines
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-122-3/+2
* From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann2014-12-032-41/+32
* comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann2014-11-191-8/+15
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1711-0/+18
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* Add a function to compare version number stringsTor Lillqvist2014-11-111-0/+70
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-052-19/+10
* thread-pool: Initialize empty pools to start complete.Matúš Kukan2014-11-041-1/+1
* thread-pool: fix waiting until all tasks are complete.Michael Meeks2014-10-311-6/+34
* thread-pool: re-work termination semantics to avoid problems.Michael Meeks2014-10-301-5/+2
* Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks2014-10-301-0/+185
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan2014-10-231-17/+17
* FastSerializer: Avoid sequences where possibleMatúš Kukan2014-10-231-9/+14
* FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan2014-10-231-0/+2
* Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan2014-10-231-8/+1
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-152-2/+0
* coverity#706285 Uncaught exceptionCaolán McNamara2014-10-101-4/+15
* coverity#706284 Uncaught exceptionCaolán McNamara2014-10-101-1/+1
* coverity#706275 Uncaught exceptionCaolán McNamara2014-10-101-5/+12
* coverity#1242878 Unused valueCaolán McNamara2014-10-101-1/+1
* Revert "coverity#1224993 Uncaught exception"Stephan Bergmann2014-10-091-4/+9
* coverity#1224993 Uncaught exceptionCaolán McNamara2014-10-081-9/+4
* coverity#706283 Uncaught exceptionCaolán McNamara2014-10-082-4/+2
* disambiguate uniform_int_distributionCaolán McNamara2014-10-071-6/+2
* I shouldn't be shy, just assert()Tor Lillqvist2014-10-071-3/+1
* Handle incorrect usage of uniform_real_distribution()Tor Lillqvist2014-10-071-0/+3
* when size_t == unsigned intCaolán McNamara2014-10-061-0/+4
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-13/+45
* coverity#1242878 Unused valueCaolán McNamara2014-10-021-1/+1
* comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-254-17/+16
* loplugin: cstylecastNoel Grandin2014-09-224-9/+9
* create a master document template typeCaolán McNamara2014-09-111-0/+1
* coverity#706466 Uncaught exceptionCaolán McNamara2014-08-301-4/+0
* stario -> css::ioThomas Arnhold2014-08-213-41/+41
* starcontainer -> css::containerThomas Arnhold2014-08-211-9/+9
* starawt -> css::awtThomas Arnhold2014-08-211-3/+3
* comphelper: starbeans -> css::beansThomas Arnhold2014-08-211-6/+2
* comphelper: starutil -> css::utilThomas Arnhold2014-08-211-10/+10
* comphelper: starlang -> css::langThomas Arnhold2014-08-213-12/+11
* comphelper: staruno -> css::unoThomas Arnhold2014-08-216-81/+81
* coverity#1231667 Unchecked return valueCaolán McNamara2014-08-171-7/+7
* Resolves: #i125386# secured user request and changed some bools to bitfieldArmin Le Grand2014-08-091-8/+28
* Include <algorithm> for std::minTor Lillqvist2014-07-292-0/+2
* coverity#706282 Uncaught exceptionCaolán McNamara2014-07-131-1/+1
* coverity#706281 Uncaught exceptionCaolán McNamara2014-07-131-1/+1
* Use OUStringHash here.Kohei Yoshida2014-07-101-25/+2
* Pass a useful exception message.Kohei Yoshida2014-07-091-1/+8
* use SimpleReferenceObject in comphelper moduleNoel Grandin2014-07-081-18/+0