Age | Commit message (Expand) | Author | Files | Lines |
2015-08-11 | loplugin: defaultparams | Noel Grandin | 2 | -2/+2 |
2015-08-03 | new loplugin: refcounting | Noel Grandin | 2 | -25/+26 |
2015-07-27 | inline a bunch of use-once macros | Noel Grandin | 1 | -8/+0 |
2015-07-18 | sax: convert MergeMarksEnum to enum class | Michael Stahl | 3 | -14/+14 |
2015-07-18 | sax, sw: try to make that maMarkStack easier to understand | Michael Stahl | 3 | -17/+29 |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann | 1 | -4/+1 |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 1 | -4/+0 |
2015-07-04 | WaE do not us #if for DB_UTIL but #ifdef | Norbert Thiebaud | 1 | -3/+3 |
2015-07-04 | sax: FastSaxSerializer well-formed element test in presence of ... | Michael Stahl | 2 | -4/+160 |
2015-07-04 | tdf#91378: sax, oox: avoid sending empty strings to character callbacks | Michael Stahl | 1 | -2/+4 |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl | 1 | -0/+4 |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 1 | -4/+0 |
2015-06-25 | tdf#91378-Empty Custom Properties are lost while saving in .pptx format | Heena Gupta | 1 | -4/+2 |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe | 2 | -5/+5 |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin | 1 | -4/+2 |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin | 1 | -2/+1 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 1 | -1/+1 |
2015-05-10 | cppcheck: noExplicitConstructor | Caolán McNamara | 2 | -9/+9 |
2015-04-29 | cppcheck: throwInNoexceptFunction | Caolán McNamara | 1 | -1/+1 |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann | 4 | -0/+4 |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin | 8 | -65/+65 |
2015-04-11 | Show duplicate attribute | Julien Nabet | 1 | -0/+1 |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann | 3 | -4/+4 |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann | 1 | -3/+3 |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann | 2 | -13/+13 |
2015-03-27 | loplugin:staticfunction | Noel Grandin | 1 | -2/+2 |
2015-03-04 | V813: Decreased performance | Caolán McNamara | 1 | -1/+1 |
2015-03-02 | make parsing more cautious with exceptions | Lionel Elie Mamane | 1 | -0/+5 |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage | 2 | -8/+8 |
2015-02-05 | destructors are not allowed to throw | Lionel Elie Mamane | 1 | -0/+1 |
2015-01-27 | add assert that first element is 0 | Caolán McNamara | 1 | -1/+2 |
2015-01-27 | sax: minor optimization | Michael Meeks | 1 | -3/+3 |
2015-01-22 | WaE: warning C4101: ´e´ : unreferenced local variable | Caolán McNamara | 1 | -3/+3 |
2015-01-22 | sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptions | Michael Stahl | 1 | -9/+11 |
2015-01-22 | sax: there is no OUStringBuffer(char) ctor | Michael Stahl | 1 | -1/+1 |
2015-01-20 | Some more loplugin:cstylecast: sax | Stephan Bergmann | 6 | -28/+28 |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara | 1 | -2/+2 |
2014-12-20 | fdo#39440 sax, sc: reduce scope of local variables | Michael Weghorn | 1 | -1/+1 |
2014-12-18 | sax: Use appropriate OUString functions on string constants | Stephan Bergmann | 1 | -2/+2 |
2014-12-12 | sax: Use appropriate OUString functions on string constants | Stephan Bergmann | 1 | -1/+1 |
2014-12-08 | fastparser: Redundant check after assert | Matúš Kukan | 1 | -7/+4 |
2014-12-03 | Prevent hang during loading of xlsm doc. | Kohei Yoshida | 1 | -10/+12 |
2014-12-02 | fix crash-190212-093017-986 | Caolán McNamara | 1 | -2/+8 |
2014-12-01 | We need to tell libxml2 parser to decode entities. | Kohei Yoshida | 1 | -0/+3 |
2014-12-01 | Add message to exception | Matúš Kukan | 1 | -2/+4 |
2014-11-20 | proper error reporting from libxml2 | Luboš Luňák | 1 | -33/+7 |
2014-11-20 | make FastSaxParser provide the whole content in one characters() call | Luboš Luňák | 1 | -1/+18 |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl | 2 | -0/+2 |
2014-11-15 | windows blind fix | Markus Mohrhard | 1 | -1/+1 |
2014-11-14 | switch saxparser from expat to libxml2 | Luboš Luňák | 2 | -179/+137 |