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