summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/XSLTFilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+0
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage1-1/+0
2014-08-06fdo#45418 xslt: Make sure we're reading from the beginningMaxim Monastirsky1-0/+5
2014-04-22filter: sal_Bool->boolNoel Grandin1-7/+7
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-13/+9
2013-06-05fdo#46808, Convert XMultiServiceFactory in filter moduleNoel Grandin1-18/+13
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-03-13coverity#704144: Resource leak in objectJulien Nabet1-0/+7
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-17fix build, caused by fast string concatLuboš Luňák1-1/+1
2013-02-16fdo#57950: Remove more chained appends in filterMarcos Paulo de Souza1-3/+1
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-6/+2
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann1-1/+0
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch1-7/+1
2012-10-25rework selection of transformer for an XSLT filterDavid Tardon1-20/+49
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-5/+4
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-10/+2
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-01Use prefixTor Lillqvist1-1/+1
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-7/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-4/+4
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin1-10/+5
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-2/+1
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-5/+4
2012-06-01targeted string re-workNorbert Thiebaud1-2/+1
2012-06-01targeted string re-workNorbert Thiebaud1-22/+22
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-9/+9
2012-02-23Adapted Reader to safer-to-use salhelper::ThreadStephan Bergmann1-38/+40
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-9/+9
2011-12-26Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot1-2/+2
2011-12-12catch exception by constant referenceTakeshi Abe1-3/+3
2011-11-27remove include of pch header from filterNorbert Thiebaud1-2/+0
2011-10-05use rtl::OStringBuffer::getStr()Caolán McNamara1-6/+6
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-6/+0
2011-05-26xslt filter: remove the FLA horrorMichael Stahl1-88/+1
2011-05-01Introduced timeout for import thru XSLTFilter. Fixes fdo#35543Peter Jentsch1-27/+58
2011-04-20Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-4/+2
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-30/+0
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-30/+0