Age | Commit message (Expand) | Author | Files | Lines |
2014-06-06 | coverity#704789 Dereference after null check | Caolán McNamara | 1 | -1/+1 |
2014-06-06 | coverity#704779 Unchecked dynamic_cast | Caolán McNamara | 1 | -1/+2 |
2014-06-06 | loplugin:saloverride + loplugin:unreffun | Caolán McNamara | 1 | -14/+2 |
2014-06-06 | coverity#1213364 Untrusted pointer write | Caolán McNamara | 1 | -2/+9 |
2014-06-06 | Various INetURLObject::getData() fixes | Stephan Bergmann | 2 | -23/+130 |
2014-06-06 | Extend o3tl::heap_ptr to support arrays | Stephan Bergmann | 1 | -36/+36 |
2014-06-06 | new method INetURLObject::getData() for data urls | Chr. Rossmanith | 4 | -9/+60 |
2014-06-06 | use sfntLen in DumpSfnts to do some sanity checking | Caolán McNamara | 1 | -4/+12 |
2014-06-06 | c++03 vs c++11 enum namespacing | Caolán McNamara | 1 | -4/+4 |
2014-06-06 | improve this sanity check | Caolán McNamara | 1 | -7/+10 |
2014-06-06 | pass sfntLen to DumpSfnts etc so sfntP reads can be checked | Caolán McNamara | 1 | -7/+16 |
2014-06-06 | coverity#705224 Missing break in switch, surely unintentional | Caolán McNamara | 1 | -1/+1 |
2014-06-06 | tweak to get building universally | Caolán McNamara | 2 | -1/+2 |
2014-06-06 | 2nd part of bnc#870233: import font color from color fragment for SmartArts | Zolnai Tamás | 7 | -41/+135 |
2014-06-06 | 1th part of bnc#870233: wrong list style in shapes | Zolnai Tamás | 4 | -0/+104 |
2014-06-06 | fdo#79256 Line Style with Long Dashes and dots is getting corrupt after RT | Dinesh Patil | 3 | -0/+19 |
2014-06-06 | Unittest generation of page number placeholders in table of contents | Tobias Lippert | 5 | -32/+172 |
2014-06-06 | missing mode-lines, stray semi-colons | Caolán McNamara | 2 | -3/+5 |
2014-06-06 | fdo#30732 Retain selected character attributes for table of contents | Tobias Lippert | 2 | -6/+115 |
2014-06-06 | fix typo in test file name | David Tardon | 1 | -0/+0 |
2014-06-05 | ...which empirically shows that LateInitThread is useless | Stephan Bergmann | 7 | -376/+2 |
2014-06-05 | Make warning more useful | Stephan Bergmann | 1 | -5/+4 |
2014-06-05 | ...and so m_lDetectServices is never read | Stephan Bergmann | 2 | -12/+0 |
2014-06-05 | impl_resolveItem4TypeRegistration can be static | Stephan Bergmann | 1 | -0/+1 |
2014-06-05 | ...and so m_lChangedDetectServices is alway empty | Stephan Bergmann | 2 | -5/+0 |
2014-06-05 | ...and E_DETECTSERVICE is just as unused | Stephan Bergmann | 3 | -17/+1 |
2014-06-05 | E_CONTAINS_DETECTSERVICES does nothing | Stephan Bergmann | 2 | -5/+3 |
2014-06-05 | Simplify SAL_WARN | Stephan Bergmann | 1 | -10/+4 |
2014-06-05 | coverity#1213246 Dereference null return value | Caolán McNamara | 1 | -0/+3 |
2014-06-05 | coverity#1019354 Missing break in switch, assuming intentional | Caolán McNamara | 1 | -0/+1 |
2014-06-05 | coverity#705317 Missing break in switch, assuming intentional | Caolán McNamara | 1 | -0/+1 |
2014-06-05 | coverity#705245 Missing break in switch, assuming intentional | Caolán McNamara | 1 | -1/+2 |
2014-06-05 | coverity#705243 Missing break in switch, assuming intentional | Caolán McNamara | 1 | -0/+1 |
2014-06-05 | coverity#705214 Missing break in switch, assuming intentional | Caolán McNamara | 1 | -0/+1 |
2014-06-05 | standing on eachothers toes | Caolán McNamara | 1 | -3/+1 |
2014-06-05 | SAL_DLLPUBLIC->SW_DLLPUBLIC | Caolán McNamara | 1 | -1/+1 |
2014-06-05 | writerfilter: remove unused factory.xsl | Miklos Vajna | 1 | -73/+0 |
2014-06-05 | sw: oops, forgot to commit that | Michael Stahl | 1 | -0/+2 |
2014-06-05 | loplugin:saloverride | Miklos Vajna | 1 | -2/+2 |
2014-06-05 | sw: SAL_DLLPUBLIC breaks windows build | Michael Stahl | 1 | -1/+2 |
2014-06-05 | loplugin:passstuffbyref | Miklos Vajna | 1 | -1/+1 |
2014-06-05 | coverity#736056 Missing break in switch, assuming intentional | Caolán McNamara | 1 | -1/+1 |
2014-06-05 | coverity#736075 Missing break in switch, assuming its unintentional | Caolán McNamara | 1 | -0/+1 |
2014-06-05 | loplugin:implicitboolconversion | Miklos Vajna | 1 | -1/+1 |
2014-06-05 | C2782: we hate you sal_Int32 as long on 32bit | Caolán McNamara | 1 | -26/+26 |
2014-06-05 | they're not copyable, deploy boost::ptr_vector instead | Caolán McNamara | 2 | -7/+7 |
2014-06-05 | fdo#72727: Revert "-Werror=unused-but-set-variable second try" | Kohei Yoshida | 1 | -1/+8 |
2014-06-05 | fdo#72727: Revert "fdo#68663 don't blindly force categories when there are none" | Kohei Yoshida | 1 | -0/+10 |
2014-06-05 | Fix memory leak | Stephan Bergmann | 1 | -0/+3 |
2014-06-05 | Avoid undefined mis-aligned memory access | Stephan Bergmann | 1 | -29/+0 |