summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/ImagePreparer.cxx
AgeCommit message (Expand)Author
2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen
2019-07-20loplugin:referencecasting in sdNoel Grandin
2019-07-19cid#1448436 Unchecked return valueCaolán McNamara
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-01-02tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxxGabor Kelemen
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-03-17sd: prefer passing OUString by referenceNoel Grandin
2014-02-26Remove visual noise from sdAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-08remove unnecessary use of OUString constructor in SD moduleNoel Grandin
2013-09-19convert the rest of the .cxx files in sd from String to OUStringNoel Grandin
2013-09-03Fix HTML closing tags order for slide notes.Artur Dryomov
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-02android: improve remote control debugging.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-01-28remove stray SAL_CALL that breaks windows buildLuboš Luňák
2013-01-28fdo#59881 - sdremote: give up on threaded / UNO usage.Michael Meeks
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-11-24Revert ImagePreparer to plain osl::Thread, suicide in onTerminateThorsten Behrens
2012-11-22Fix race & deadlock in sdremoteThorsten Behrens
2012-10-06Remove 2 other unused methodsJulien Nabet
2012-08-15Fixed line breaks in notes export.Andrzej J.R. Hunt
2012-08-07drop leftover #includeDavid Tardon
2012-08-06-Werror=format-securityIvan Timofeev
2012-08-06Fixed scoped enums (for no C++0x).Andrzej J.R. Hunt
2012-08-06Early non-functional multicast code.Andrzej J.R. Hunt
2012-08-06Discovered correct filter name.Andrzej J.R. Hunt
2012-08-06Export now building, still missing some parameters to function.Andrzej J.R. Hunt
2012-08-06Attempt to use the XHTML export filter for note export (not functional yet).Andrzej J.R. Hunt
2012-08-06Basic (unstyled) note export and display working.Andrzej J.R. Hunt
2012-08-06Notes export now working.Andrzej J.R. Hunt
2012-08-06Note extraction code added.Andrzej J.R. Hunt
2012-08-06Enabled slide switching from cover flow, + fixes.Andrzej J.R. Hunt
2012-08-06Fixed thumbnail control. Changed thumbnail activity to fragment.Andrzej J.R. Hunt
2012-08-06Implemented Thumbnail activity.Andrzej J. R. Hunt