summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2015-01-05I assume this class is not public due to an oversightDavid Tardon1-1/+1
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann1-3/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-11Add a function to compare version number stringsTor Lillqvist1-0/+9
2014-11-04Make comphelper::ThreadPool explicitly noncopyableMatúš Kukan1-1/+2
2014-10-31thread-pool: fix waiting until all tasks are complete.Michael Meeks1-3/+7
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks1-1/+6
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks1-0/+64
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2-2/+2
2014-10-23Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan1-17/+15
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan1-0/+2
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan1-4/+7
2014-10-23Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan1-1/+0
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan1-10/+8
2014-10-17coverity#1247646 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-10coverity#1244953 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-6/+2
2014-10-06when size_t == unsigned intCaolán McNamara1-0/+4
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-4/+17
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann5-8/+6
2014-09-22loplugin: cstylecastNoel Grandin3-6/+6
2014-09-11create a master document template typeCaolán McNamara1-0/+2
2014-08-21stario -> css::ioThomas Arnhold3-39/+33
2014-08-21starcontainer -> css::containerThomas Arnhold1-15/+11
2014-08-21starawt -> css::awtThomas Arnhold2-7/+5
2014-08-21comphelper: starbeans -> css::beansThomas Arnhold2-8/+5
2014-08-21comphelper: starutil -> css::utilThomas Arnhold1-7/+4
2014-08-21comphelper: starlang -> css::langThomas Arnhold3-14/+11
2014-08-21comphelper: staruno -> css::unoThomas Arnhold9-117/+94
2014-08-20Pick a more suitable type for nLengthStephan Bergmann1-3/+3
2014-08-17coverity#1231667 Unchecked return valueCaolán McNamara1-1/+1
2014-08-09Resolves: #i125386# secured user request and changed some bools to bitfieldArmin Le Grand1-0/+3
2014-08-08Fix *_component_getFactory function typeStephan Bergmann1-4/+4
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-08use SimpleReferenceObject in comphelper moduleNoel Grandin1-7/+2
2014-07-03comphelper: sal_Bool -> boolStephan Bergmann2-2/+2
2014-07-02Revert "comphelper: sal_Bool -> bool"Stephan Bergmann2-2/+2
2014-07-02comphelper: sal_Bool -> boolStephan Bergmann2-2/+2
2014-07-02No need for these functions to be virtualStephan Bergmann1-2/+2
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-2/+6
2014-06-18Remove newly unused comphelper::ImplementationReferenceStephan Bergmann1-267/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-10coverity#707350 Uncaught exceptionCaolán McNamara1-2/+6
2014-06-06fixincludeguards: fix include guardsThomas Arnhold2-8/+6
2014-06-05comphelper: remove SAL_THROW macroNoel Grandin7-31/+29
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann1-10/+10
2014-05-30Revert "Add function to catenate n copies of a string"Tor Lillqvist1-8/+0