summaryrefslogtreecommitdiff
path: root/comphelper/source/misc
AgeCommit message (Expand)Author
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky
2015-10-08comphelper: add string::join()Miklos Vajna
2015-10-06comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna
2015-08-06tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel
2015-06-22Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-06Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist
2015-05-06sal/log.hxx is what was missingStephan Bergmann
2015-05-06If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist
2015-05-05seed mt19937 with random dataNorbert Thiebaud
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27new clang plugin: staticmethodsNoel Grandin
2015-03-19fix windows build and sal_Bool->boolCaolán McNamara
2015-03-19fix windows buildNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-27comphelper: compare implemented as subtractionMichael Stahl
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-12these can all be made constCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-20Some more loplugin:cstylecast: comphelperStephan Bergmann
2015-01-15Really remove eventsJulien Nabet
2015-01-06include time.h for timeCaolán McNamara
2015-01-06boost::random->std::randomCaolán McNamara
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-12comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11Add a function to compare version number stringsTor Lillqvist
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04thread-pool: Initialize empty pools to start complete.Matúš 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