summaryrefslogtreecommitdiff
path: root/filter/source/placeware
AgeCommit message (Expand)Author
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
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Use prefixTor Lillqvist
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-06nuke dead codeTakeshi Abe
2012-05-30merge three base64 encoders/decoders togetherCaolán McNamara
2012-05-18removed unused const rtl::OUStringTakeshi Abe
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-28unused global rtl::OUStringsCaolán McNamara
2011-12-26Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from filterNorbert Thiebaud
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-15filter: convert some libraries and jars to gbuildMichael Stahl
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-04-30Remove OS/2 supportFrancois Tigeot
2011-04-20Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-03-01Remove "using namespace ::rtl"Julien Nabet
2010-12-12Change unnamedspaced file.hxx macrosAndy Holder
2010-11-20EasyHack: RTL conversion from createFromAsciiKevin Hunter
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-16some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)Kenneth Venken
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb