summaryrefslogtreecommitdiff
path: root/slideshow/test
ModeNameSize
-rw-r--r--demoshow.cxx17790logplain
-rw-r--r--slidetest.cxx15687logplain
-rw-r--r--tests.hxx2371logplain
-rw-r--r--testshape.cxx6055logplain
-rw-r--r--testview.cxx8212logplain
-rw-r--r--views.cxx2771logplain
td>Caolán McNamara 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-07loplugin:mergeclassesNoel Grandin 2015-10-07loplugin:mergeclassesNoel Grandin 2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann 2015-10-01tdf#42949 remove unnecessary includes using iwyuNoel Grandin 2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin 2015-09-21cppcheck: redundantPointerOpCaolán McNamara 2015-09-13cppcheck: redundantPointerOpCaolán McNamara 2015-09-07cppcheck: redundantPointerOpCaolán McNamara 2015-08-29Avoid explicit casts of (sizeof) constants known at compile timeMatteo Casalin 2015-08-21Silence some conversion warningsMatteo Casalin 2015-08-11new loplugin: defaultparamsNoel Grandin 2015-08-10cppcheck: redundantPointerOpCaolán McNamara 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-07-02loplugin:unusedmethods registry,storeNoel Grandin 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-11Add back functionality erroneously removedStephan Bergmann 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-02loplugin:staticmethodsNoel Grandin 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-24loplugin:constantfunction: storeNoel Grandin 2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann