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