summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/ImagePreparer.cxx
AgeCommit message (Expand)Author
2024-05-28loplugin:ostr in sd/../uiNoel Grandin
2023-11-19Extended loplugin:ostr: sdStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sdStephan Bergmann
2023-03-30loplugin:stringadd in sd/sdextNoel Grandin
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-02-21Recheck modules sd* with IWYUGabor Kelemen
2021-10-30Prepare for removal of non-const operator[] from Sequence in sdMike Kaganski
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
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