summaryrefslogtreecommitdiff
path: root/svtools/qa/unit
AgeCommit message (Expand)AuthorFilesLines
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-02coverity#1272391 Dereference null return valueCaolán McNamara1-0/+1
2015-02-23Missing disposeStephan Bergmann1-0/+2
2015-02-22Test for tdf#88935Zolnai Tamás1-0/+66
2015-02-07tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás1-0/+11
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2014-11-21coverity#1255389 Dereference null return valueCaolán McNamara1-0/+1
2014-11-20Dispose document when doneStephan Bergmann1-0/+2
2014-11-18Missing parenthesesZolnai Tamás1-1/+1
2014-11-18This test become unreferenced by accidentZolnai Tamás1-8/+1
2014-11-18Fix broken GraphicObjectTestZolnai Tamás1-1/+1
2014-11-17loplugin:unreffunStephan Bergmann1-4/+2
2014-11-17WaE: unused variablesTor Lillqvist1-2/+2
2014-11-17WaE: Unreferenced function definition [loplugin:unreffun]Tor Lillqvist1-0/+10
2014-11-16Test for size based auto swap out mechanismZolnai Tamás2-2/+106
2014-09-22Extend HTMLWriter: flush the stack, more values for attribute(..)Tomaž Vajngerl1-0/+124
2014-07-24it seems that CPPUNIT_PLUGIN_IMPLEMENT can't be in nsDavid Tardon1-2/+2
2014-07-24add test for swapping of GraphicObjectDavid Tardon2-0/+129
2014-04-06WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-04-06Introduce HtmlWriter unit tests.Tomaž Vajngerl1-0/+169