Age | Commit message (Expand) | Author |
2018-03-17 | Use for-range loops in embeddedobj, embedserv and formula | Julien Nabet |
2018-03-02 | lok - chart - state switch issue triggers an OLE general error msg box | Marco Cecchetti |
2018-02-01 | embeddedobj: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-29 | tdf#114677 Correct title in Base forms cleanup | Szymon Kłos |
2018-01-29 | tdf#114677 Correct title in Base forms | Szymon Kłos |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2018-01-22 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: embeddedobj | Stephan Bergmann |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2018-01-04 | Remove redundant control flow branch | Mike Kaganski |
2017-12-29 | loplugin:passstuffbyref improved return in various | Noel Grandin |
2017-12-20 | loplugin:salcall (clang-cl) | Stephan Bergmann |
2017-12-14 | No need to keep these whitelisted functions decorated with SAL_CALL | Stephan Bergmann |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-11-22 | Help old GCC | Stephan Bergmann |
2017-11-22 | fuzzing: common case of embedded charts in docx | Caolán McNamara |
2017-11-20 | look for =() in loplugin:unnecessaryparen | Noel Grandin |
2017-11-16 | Fix typos | Andrea Gelmini |
2017-10-27 | loplugin:includeform: embeddedobj (Windows) | Stephan Bergmann |
2017-10-23 | loplugin:includeform: embeddedobj | Stephan Bergmann |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-10-05 | loplugin:flatten (clang-cl, embeddedobj) | Stephan Bergmann |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-10-03 | new loplugin:blockblock | Noel Grandin |
2017-10-01 | throw more useful uno::Exception's | Noel Grandin |
2017-09-30 | loplugin:flatten (clang-cl, embeddedobj) | Stephan Bergmann |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski |
2017-09-29 | loplugin:flatten check for throw in then clause | Noel Grandin |
2017-09-27 | loplugin:flatten in various | Noel Grandin |
2017-09-21 | loplugin:flatten in editeng..extensions | Noel Grandin |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-04 | loplugin:unnecessaryparen include c++ casts | Noel Grandin |
2017-08-31 | loplugin:constparams: embeddedobj (clang-cl) | Stephan Bergmann |
2017-08-01 | move resmgr to unotools | Caolán McNamara |
2017-07-31 | make IntlWrapper arg to GetPresentation non-implicit and non-optional | Caolán McNamara |
2017-07-31 | loplugin:oncevar | Noel Grandin |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-18 | Fix typos | Andrea Gelmini |
2017-07-18 | Embedded documents: show title in menu entries | Szymon Kłos |
2017-07-17 | Embedded obj: resize to avoid rendering issue | Szymon Kłos |
2017-07-17 | loplugin:oncevar: embeddedobj (clang-cl) | Stephan Bergmann |
2017-07-14 | Embedded obj: don't change new window size | Szymon Kłos |
2017-07-13 | tdf#108545 editable DOC/XLS embeddings inside DOCX | Szymon Kłos |
2017-07-13 | OLE: show title of parent document in MSO | Szymon Kłos |
2017-07-13 | Show document title for embedded documents | Szymon Kłos |
2017-07-13 | use more OUString::operator== in dbaccess..filter | Noel Grandin |
2017-07-13 | tdf#108545 tdf#108544: DOCX, XLSX embedded in DOC | Szymon Kłos |
2017-07-12 | strip some linefeeds from the end of debug output | Noel Grandin |
2017-07-07 | loplugin:unnecessaryparen handle parens inside call expr | Noel Grandin |