summaryrefslogtreecommitdiff
path: root/filter/source/placeware
AgeCommit message (Expand)Author
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13loplugin:passstuffbyref in filterNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in filterNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-23loplugin:unusedfields in filterNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-09-29filter: the placeware filter is not entitled to its own createTempFileMichael Stahl
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-28coverity#1308561 Uncaught exceptionCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-18Remove include stdio (part2)Julien Nabet
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-24Add missing semicolonTor Lillqvist
2014-10-24coverity#704231 Logically dead codeCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-28fdo#68849: Add header guards to all include filesJens Carl
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-16fdo#54938: Convert filter to cppu::supportsServiceMarcos Paulo de Souza
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in FILTER moduleNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-23fixincludeguards.sh: filterThomas Arnhold
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-17-Werror=unused-macros (MinGW, filter)Stephan Bergmann
2013-04-14add filter libs to libmergedPeter Foley
2013-04-09rename overly generic placeware TempFile class to avoid symbol clashesPeter Foley
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30fix loplugin warningsPeter Foley
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin
2013-03-19further OUString cleanupThomas Arnhold
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold