Age | Commit message (Expand) | Author | Files | Lines |
2015-07-19 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2015-07-17 | formatting of public/private/protected section qualifiers | Noel Grandin | 1 | -1/+1 |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann | 2 | -2/+2 |
2015-07-15 | xmloff: ODF import: fix spelling of "extrusion-first-light-level" | Andrea Gelmini | 1 | -1/+1 |
2015-07-15 | xmloff: document that AOO 4.1 has fixed the svg:d 'z' relative bug | Michael Stahl | 1 | -2/+2 |
2015-07-15 | -Werror,-Wunused-private-field | Stephan Bergmann | 4 | -15/+0 |
2015-07-15 | WaE: 'HAVE_FEATURE_GLTF' is not defined, evaluates to 0 | Tor Lillqvist | 1 | -0/+2 |
2015-07-15 | fix Android build | Noel Grandin | 1 | -0/+4 |
2015-07-15 | loplugin:unusedmethods xmloff | Noel Grandin | 20 | -96/+0 |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann | 8 | -55/+16 |
2015-07-13 | tdf#90133 Comply attributes name with OASIS#3860 | Laurent Balland-Poirier | 3 | -12/+12 |
2015-07-13 | use the DBL_MAX constant that we also use elsewhere, tdf#92457 | Eike Rathke | 1 | -2/+1 |
2015-07-11 | write trailing text subformat also to Excel .xls and .xlsx, tdf#92457 | Eike Rathke | 1 | -3/+1 |
2015-07-11 | store trailing text format in ODF, e.g. 0;@ tdf#92457 | Eike Rathke | 1 | -20/+51 |
2015-07-11 | the last condition is "all other numbers", not the third, tdf#92457 | Eike Rathke | 1 | -3/+3 |
2015-07-10 | do not include boost/utility.hpp | Michael Stahl | 1 | -1/+1 |
2015-07-08 | Avoid loplugin:staticmethods in non-debug build | Stephan Bergmann | 1 | -0/+2 |
2015-07-08 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-07-03 | Fix typos | Andrea Gelmini | 16 | -18/+18 |
2015-06-30 | coverity#1308431 wiggle code to see if this silences coverity | Caolán McNamara | 1 | -2/+4 |
2015-06-30 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2015-06-28 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-28 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2015-06-27 | coverity#1308433 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann | 3 | -8/+5 |
2015-06-25 | loplugin:stringconstant: Flag more inefficiencies | Stephan Bergmann | 1 | -1/+1 |
2015-06-25 | remove our custom RTTI from xmloff module | Noel Grandin | 60 | -198/+1 |
2015-06-24 | Simplify uses of comphelper::string::equals with constant argument | Stephan Bergmann | 1 | -1/+1 |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet | 3 | -3/+3 |
2015-06-23 | Typo: iff->if | Julien Nabet | 3 | -3/+3 |
2015-06-23 | move sorting code closer together | Noel Grandin | 1 | -88/+77 |
2015-06-22 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-19 | tdf#42374 some small optimisations for opening this PDF file | Noel Grandin | 1 | -15/+13 |
2015-06-18 | Fix typos | Andrea Gelmini | 7 | -8/+8 |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe | 2 | -3/+3 |
2015-06-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin | 5 | -58/+36 |
2015-06-15 | cppcheck:unreadVariable | Noel Grandin | 1 | -2/+0 |
2015-06-15 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-14 | cppcheck: redundantCondition [part2] | Julien Nabet | 2 | -3/+3 |
2015-06-13 | Typos | Julien Nabet | 1 | -1/+1 |
2015-06-11 | convert expressions like 'size() == 0' to 'empty()' | Noel Grandin | 1 | -2/+2 |
2015-06-11 | convert 'it.begin() == it.end()' to 'it.empty()' | Noel Grandin | 1 | -1/+1 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 14 | -28/+28 |
2015-06-08 | some spelling fixes, mostly in Java code | Noel Grandin | 1 | -1/+1 |
2015-06-04 | coverity#1302607 Logically dead code | Caolán McNamara | 1 | -4/+8 |
2015-06-04 | uno::Sequence provides now begin and end | Noel Grandin | 3 | -6/+5 |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann | 1 | -1/+1 |
2015-06-02 | cppcheck: noExplicitConstructor | Caolán McNamara | 1 | -1/+1 |