summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-05convert LineStyle to scoped enumNoel Grandin1-4/+4
2016-09-05convert RasterOp to scoped enumNoel Grandin1-6/+6
2016-09-04cppcheck: Prefer prefix operatorJulien Nabet1-1/+1
2016-08-30Break test::setUpVcl into a test-setupvcl library of its ownStephan Bergmann4-2/+40
2016-08-29Remove duplication of "set up VCL" codeStephan Bergmann6-79/+82
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-2/+2
2016-08-18screenshots: clang plugin & tabpage usage fixesArmin Le Grand1-2/+2
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand1-0/+53
2016-08-18screenshots: fix fallback cases for sd and scArmin Le Grand1-8/+16
2016-08-18screenshots: fallback screenshot to ui filesArmin Le Grand1-2/+26
2016-08-18screenshots: Use UI string and fallback for UI-String onlyArmin Le Grand1-43/+111
2016-08-18screenshots: move shared code to separate classKatarina Behrens2-0/+103
2016-07-15new loplugin unnecessary overrideNoel Grandin2-10/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann5-10/+10
2016-06-18uitest: move the uitest files to vclMarkus Mohrhard4-164/+0
2016-06-18uitest: some more work for the UI testingMarkus Mohrhard2-5/+76
2016-06-18uitest: add groundwork for ui testing frameworkMarkus Mohrhard4-0/+93
2016-06-17Add MS binary format validator support in test fixtureVasily Melenchuk1-1/+10
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl3-3/+3
2016-05-31SVGIO: Add support for font-family in unittests and unify...Xisco Fauli1-0/+4
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin7-127/+127
2016-04-27tdf#45904 Move java XViewPane test to c++Fabio Buso2-0/+55
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-5/+5
2016-04-13lok context menu: Add module specific unit testsPranav Kant4-41/+84
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+3
2016-04-12lok context menu: unit testPranav Kant4-0/+145
2016-03-20tdf#45904 move java based api tests to c++kadertarlan2-1/+11
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-1/+1
2016-03-06SVGIO: Check minX, minY, maxX and maxY in polypolygonXisco Fauli1-0/+4
2016-03-03SVGIO: Check height and width of polypolygoncolorXisco Fauli1-1/+4
2016-03-02test: dump MetaPolyPolygonAction tooMichael Stahl1-0/+24
2016-03-02Fix the import of line joins and caps from EMF filesStephan van den Akker1-1/+27
2016-02-28use better assert macrosMarkus Mohrhard2-5/+4
2016-02-14coverity#1352306 Unchecked dynamic_castCaolán McNamara1-26/+26
2016-02-11tdf#97542: SVGIO: First check the current fill attributeXisco Fauli1-1/+27
2016-02-09SVGIO: tdf#79163: Add import testXisco Fauli1-0/+23
2016-02-09SVGIO: tdf#85770: Add import testXisco Fauli1-0/+2
2016-02-09SVGIO: Add import test for Fontsize keywordsXisco Fauli1-0/+16
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-26test: change maName to more descriptive variable nameChris Sherlock2-8/+8
2015-12-20unused codeJuergen Funk1-9/+0
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-3/+3