Age | Commit message (Expand) | Author |
2015-07-19 | Fix typos | Andrea Gelmini |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-07-10 | add a SAL_RAND_REPEATABLE for repeatable random nums | Caolán McNamara |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-06-29 | coverity#1308587 Uncaught exception | Caolán McNamara |
2015-06-29 | Revert "return and use std::vector from OInterfaceContainerHelper" | Noel Grandin |
2015-06-29 | return and use std::vector from OInterfaceContainerHelper | Noel Grandin |
2015-06-24 | Get rid of comphelper::string::is*Ascii functions | Stephan Bergmann |
2015-06-24 | Simplify comphelper::string::isdigitAsciiString definitions | Stephan Bergmann |
2015-06-23 | Drop duplicate #includes | Takeshi Abe |
2015-06-22 | Fix typos | Andrea Gelmini |
2015-06-21 | Fix typos | Andrea Gelmini |
2015-06-18 | Add SwTiledRenderingTest::testGetTextSelection() testcase. | Miklos Vajna |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-14 | Fix insertion and deletion in IndexedPropertyValuesContainer | Matthew J. Francis |
2015-06-08 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-04 | uno::Sequence provides now begin and end | Noel Grandin |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-25 | callcatcher: update unused code | Caolán McNamara |
2015-05-24 | callcatcher: update unused code | Caolán McNamara |
2015-05-18 | comphelper::PropertySetInfo: convert legacy assertion | Michael Stahl |
2015-05-18 | comphelper::PropertySetInfo remove unused parameter | Michael Stahl |
2015-05-15 | tdf#62475: partial handmade fixes | Andrea Gelmini |
2015-05-06 | Add support for progress bar callbacks to LibreOfficeKit clients | Tor Lillqvist |
2015-05-06 | sal/log.hxx is what was missing | Stephan Bergmann |
2015-05-06 | If using std::random_device fails, fall back to just time(nullptr) | Tor Lillqvist |
2015-05-05 | seed mt19937 with random data | Norbert Thiebaud |
2015-04-22 | comphelper::dispatchCommand: allow passing command arguments | Miklos Vajna |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-21 | No more need for PartialWeakComponentImplHelper here | Stephan Bergmann |
2015-04-21 | Get rid of trivial comphelper::in-/decrement wrappers | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-02 | Move osl::LibreOfficeKit stuff to comphelper for now | Tor Lillqvist |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Add isReadOnly() support to simplified configuration access | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | V597: introduce a rtl_secureZeroMemory | Caolán McNamara |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | new clang plugin: staticmethods | Noel Grandin |
2015-03-19 | fix windows build and sal_Bool->bool | Caolán McNamara |
2015-03-19 | fix windows build | Noel Grandin |
2015-03-19 | convert SFX_FILTER_ constants to enum class | Noel Grandin |
2015-03-16 | Factor out the .uno: command dispatching to a separate function / file. | Jan Holesovsky |
2015-03-10 | tdf#89592 Using initializer_lists to populate Sequence<PropertyValue> | Swachhand Lokhande |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-02-27 | comphelper: compare implemented as subtraction | Michael Stahl |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |