summaryrefslogtreecommitdiff
path: root/sdext/source/presenter
AgeCommit message (Expand)Author
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sdext: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Resolves: fdo#76581 copy-and-paste -> slideshow crash in presenter consoleCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-06convert to floating point before divideCaolán McNamara
2014-10-04coverity#1242725 Result is not floating-pointNorbert Thiebaud
2014-10-02coverity#1242882 Result is not floating-pointCaolán McNamara
2014-09-26coverity#982849 try and fix Unrecoverable parse warningCaolán McNamara
2014-09-26what is it with the explicit voidsCaolán McNamara
2014-09-08sdext: check the copy on the stack, not the memberMichael Stahl
2014-09-06Related fdo#82088: dropping aliases again :)Stefan Weiberg
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-09fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-06-05sdext: remove SAL_THROW macroNoel Grandin
2014-06-04coverity#982645 bMissingDefaultsToNormal is always trueCaolán McNamara
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-24coverity#983807 Uncaught exceptionCaolán McNamara
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-14use our css prefix to make this readableThomas Arnhold
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-30sdext: sal_Bool->boolNoel Grandin
2014-04-18Related: rhbz#1088625 PresenterPaintManager seen as NULLCaolán McNamara
2014-04-14typo: diposed -> disposedThomas Arnhold
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#983817 Uncaught exceptionCaolán McNamara
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-08cppcheck: duplicateExpressionJulien Nabet
2014-01-28bool improvementsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-29Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens
2013-11-29Fix fdo#71527 no unguarded ptr dereference here.Thorsten Behrens
2013-11-29Revert "Resolves: fdo#71527 don't crash in presenter console"Thorsten Behrens
2013-11-20cppcheck: Variable is reassigned a value before the old one has been usedCaolán McNamara
2013-11-20Resolves: fdo#71527 don't crash in presenter consoleCaolán McNamara