summaryrefslogtreecommitdiff
path: root/comphelper/source/misc
AgeCommit message (Expand)AuthorFilesLines
2016-06-16LOK: tile rendering regression fixAshod Nakashian1-0/+12
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky1-2/+7
2015-10-08comphelper: add string::join()Miklos Vajna1-0/+11
2015-10-06comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna1-0/+12
2015-08-06tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel1-0/+1
2015-06-22Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna1-4/+4
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini21-172/+0
2015-05-06Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist1-0/+27
2015-05-06sal/log.hxx is what was missingStephan Bergmann1-2/+2
2015-05-06If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist1-7/+17
2015-05-05seed mt19937 with random dataNorbert Thiebaud1-1/+2
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann3-2/+3
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-3/+3
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-0/+34
2015-04-02loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann1-1/+12
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-15/+15
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-03-27new clang plugin: staticmethodsNoel Grandin1-1/+1
2015-03-19fix windows build and sal_Bool->boolCaolán McNamara1-6/+4
2015-03-19fix windows buildNoel Grandin1-4/+4
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-18/+18
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky1-0/+64
2015-03-09V801: Decreased performanceCaolán McNamara2-3/+3
2015-02-27comphelper: compare implemented as subtractionMichael Stahl1-9/+4
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-7/+7
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-30/+22
2015-02-12these can all be made constCaolán McNamara1-12/+12
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-4/+5
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-9/+8
2015-01-20Some more loplugin:cstylecast: comphelperStephan Bergmann3-5/+5
2015-01-15Really remove eventsJulien Nabet1-1/+1
2015-01-06include time.h for timeCaolán McNamara1-0/+1
2015-01-06boost::random->std::randomCaolán McNamara1-10/+11
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2-7/+4
2014-12-12comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann2-41/+32
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann1-8/+15
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl5-0/+7
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11Add a function to compare version number stringsTor Lillqvist1-0/+70
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin2-19/+10
2014-11-04thread-pool: Initialize empty pools to start complete.Matúš Kukan1-1/+1
2014-10-31thread-pool: fix waiting until all tasks are complete.Michael Meeks1-6/+34
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks1-5/+2