Age | Commit message (Expand) | Author |
2015-09-01 | comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelper | Michael Stahl |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-29 | o3tl/cow_wrapper: remove boost dependency | Daniel Robertson |
2015-08-21 | Remove demonstrated-useless comphelper::compare | Stephan Bergmann |
2015-08-21 | Demonstrate comphelper::compare is useless | Stephan Bergmann |
2015-08-19 | There is no css::uno::Sequence<sal_uInt8> in UNO | Stephan Bergmann |
2015-08-19 | comphelper::isA(Type... -> Type == cppu::UnoType... | Stephan Bergmann |
2015-08-19 | Remove two silly typedefs | Stephan Bergmann |
2015-08-19 | Consolidate isFileUrl checks | Stephan Bergmann |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-08-10 | cppcheck: nullPointerRedundantCheck | Caolán McNamara |
2015-08-04 | cui,connectivity: inline some use-once typedefs | Noel Grandin |
2015-07-31 | comphelper: replace boost::function with std::function | Michael Stahl |
2015-07-27 | comphelper, desktop: fix MSVC mergedlib link failure | Michael Stahl |
2015-07-27 | com::sun::star->css in comphelper | Noel Grandin |
2015-07-25 | tdf#92130 fix DoEvents to be recognized as keyword | Marek Doležel |
2015-07-23 | coverity#1312139 random byte is deliberate | Caolán McNamara |
2015-07-22 | tdf#82744: fix WebDAV lock/unlock behaviour - part 2 | Giuseppe Castagno |
2015-07-20 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
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 |