Age | Commit message (Expand) | Author |
2016-01-20 | loplugin:unusedmethods | Noel Grandin |
2016-01-17 | crashtesting: plain-text import allows liberal with the UTF-8 input | Caolán McNamara |
2016-01-17 | sax: use CPPUNIT_ASSERT_THROW | Matúš Kukan |
2016-01-12 | Fix FastSaxSerializer::write() for non-BMP unicode characters. | Mark Hung |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-12-24 | loplugin:unusedfields | Noel Grandin |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin |
2015-11-18 | use unique_ptr for pImpl in sax/ | Noel Grandin |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-30 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-10-28 | com::sun::star->css in sal,sax | Noel Grandin |
2015-10-20 | new loplugin: badvectorinit | Noel Grandin |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-09 | xmloff: fix ODF import of gradient draw:angle attribute a bit | Michael Stahl |
2015-09-29 | sax: remove obsolete XML_UNICODE code | Michael Stahl |
2015-09-17 | boost->std | Caolán McNamara |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-27 | sax: tdf#88206 replace cppu::WeakImplHelper* | Takeshi Abe |
2015-08-27 | Clean up emptyString | Stephan Bergmann |
2015-08-22 | tdf#39440 reduce scope of local variables | Michael Weghorn |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-08-03 | new loplugin: refcounting | Noel Grandin |
2015-07-27 | inline a bunch of use-once macros | Noel Grandin |
2015-07-18 | sax: convert MergeMarksEnum to enum class | Michael Stahl |
2015-07-18 | sax, sw: try to make that maMarkStack easier to understand | Michael Stahl |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-07-04 | WaE do not us #if for DB_UTIL but #ifdef | Norbert Thiebaud |
2015-07-04 | sax: FastSaxSerializer well-formed element test in presence of ... | Michael Stahl |
2015-07-04 | tdf#91378: sax, oox: avoid sending empty strings to character callbacks | Michael Stahl |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-06-25 | tdf#91378-Empty Custom Properties are lost while saving in .pptx format | Heena Gupta |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-10 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-04-29 | cppcheck: throwInNoexceptFunction | Caolán McNamara |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-11 | Show duplicate attribute | Julien Nabet |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |