summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2017-01-19SafeModeDialog: Add option to reset bundled extension registrationSamuel Mehrbrodt
2017-01-19SafeModeDialog: Rename to match realitySamuel Mehrbrodt
2017-01-19SafeModeDialog: Allow to create zip file from profileSamuel Mehrbrodt
2017-01-19SafeModeDialog: Add link to user profileSamuel Mehrbrodt
2017-01-19safemode: Add option to disable H/W accelerationSamuel Mehrbrodt
2017-01-19profilesafe: Make sure no recursive saving happensArmin Le Grand
2017-01-19profilesafe: Added more specific optionsArmin Le Grand
2017-01-19profilesafe: added xml read/modify to restoreArmin Le Grand
2017-01-19profilesafe: Deeper integration with SafeModeArmin Le Grand
2017-01-19profilesafe: Adapted to UIArmin Le Grand
2017-01-19profilesafe: extended to three modesArmin Le Grand
2017-01-19profilesafe: Multiple adaptionsArmin Le Grand
2017-01-19profilesafe: Add values for SecureUserConfigArmin Le Grand
2017-01-19profilesafe: Added zip deflate/inflateArmin Le Grand
2017-01-19profilesafe: Collect copies in single *.pack fileArmin Le Grand
2017-01-19profilesafe: Enhancements to BackupFileHelperArmin Le Grand
2017-01-19profilesafe: Initial creation of BackupFileHelperArmin Le Grand
2015-12-17fix missing BaseURL when loading embedded objectsMichael Stahl
2015-07-27tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel
2015-06-22Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna
2015-05-18comphelper::PropertySetInfo: convert legacy assertionMichael Stahl
2015-05-18comphelper::PropertySetInfo remove unused parameterMichael Stahl
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-21Get rid of trivial comphelper::in-/decrement wrappersStephan 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-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande
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::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara